[00:00:48] Wiredtape) #calc ? [00:01:21] if you can't run dumpBackup.php or export a copy of the db, I think Export is your only option] [00:01:31] MrZ-man: how do I export all then? [00:03:17] you need a script that gets all page titles, runs them through specialexport [00:03:28] alnokta: yes... [00:03:37] you have a solution? [00:03:38] that is off course appending to a file [00:03:56] ffm) no , but i would like it too :) [00:05:24] heh [00:05:28] alnokta, #calc? [00:06:22] Wiredtape) channel for openoffice calc? [00:07:48] oh :).. [00:09:36] hello again people [00:09:37] i'm back [00:09:39] quick question... [00:09:49] just ask [00:09:52] :) [00:10:00] interwiki links (specifically, the RSS and Atom links here: http://brightbyte.de/page/Template:Feed ) [00:10:21] how does the little "W" logo get appended to the interwiki links? [00:11:20] CSS probably [00:11:25] really? [00:11:34] how earth woudl that be done?> [00:11:45] fishsponge_: with padding and a background image [00:11:46] although that doesn't look like a MediaWiki wiki... [00:12:01] wel - that's how mediawiki does with the extrnal link icon [00:12:01] nvm, it is [00:12:29] #bodyText a.extiw[href*=".wikipedia.org"], #bodyText a.external[href*=".wikipedia.org"] {index.php (line 37) [00:12:32] background:transparent url(/mw/images/2/20/Wikipedia-icon.png) no-repeat scroll right top; [00:12:33] Random832 - is it easy to get that functionality on my site? [00:12:36] padding-right:16px; [00:12:42] where do i put all that text? [00:12:46] }remove the "index.php (line 37)" [00:12:48] in your css [00:12:58] you may need to change the image url [00:12:58] where is my CSS? [00:13:33] fishsponge, btw, I found a way to do what I was looking for.. only now I have two seperate lists of occupations and their job zones in one excel file.. have any idea how I can merge the content together? [00:13:37] forgive me - i've been using wiki's for 3 days - i'm a complete novice atm! [00:13:49] whoa [00:13:57] is that "&setlang=..." standard? [00:14:17] Wiredtape: hmm... no, not easily - i don't deal with Excel and Windows - in Linux, with csv it'd be easy - cat both files, pipe to 'sort' (for example) and output to a new file! lol [00:14:36] Random832: why whoa? [00:14:38] apparently not [00:14:52] fishsponge_: that site has an extension to let anons choose interface language, i was wondering if it was a standard feature [00:15:02] ah, ok [00:15:24] do you still think it's easy for me to get the little "W" logo? could i do it, with your help, in the next 5 mins or so? [00:16:56] maybe 10 mins [00:17:00] where's your wiki? [00:17:04] upload a copy of the "w" logo image [00:17:05] ok, let's go for it [00:17:08] 10 minutes is the aim [00:17:08] so anyone have any idea about my little $1 error [00:17:17] http://www.hobbsknowledgebase.co.uk/ [00:17:31] btw, what image is the one mediawiki uses as the logo image?> [00:18:02] fishsponge_: the image is at http://brightbyte.de/page/Image:Wikipedia-icon.png [00:18:09] icon uploaded: http://www.hobbsknowledgebase.co.uk/wiki/Image:Wikipedia-icon.png [00:18:20] ok [00:19:37] your url for the image will be /w/images/2/20/Wikipedia-icon.png [00:19:58] ok, sounds good [00:20:19] their code is #bodyText a.extiw[href *=".wikipedia.org"], [00:20:19] #bodyText a.external[href *=".wikipedia.org"]{ [00:20:19] background: url(/mw/images/2/20/Wikipedia-icon.png) top right no-repeat; [00:20:19] padding-right: 16px; [00:20:20] } [00:20:32] and it is in Mediawiki:Common.css - put it in yours, replace the url mw with w [00:21:40] ok, done [00:22:09] http://www.hobbsknowledgebase.co.uk/wiki/MediaWiki:Common.css [00:25:28] u still there Random832 ? [00:25:58] yeah [00:26:09] what's next? [00:26:11] oh - now hold shift and reload in your browser [00:26:17] oh, oops [00:26:21] change bodyText to bodyContent [00:26:29] his code was for a different skin, sorry [00:26:49] and you forgot the first line, #bodyConent a.extiw[href...], [00:27:27] you didn't paste in a first line, did you? [00:27:31] oh yes, you did! lol [00:28:13] perfect! [00:28:15] thanks dude! [00:28:44] just need to document this now! [00:28:48] i shall do that tomorrow, i think. [00:28:49] cheers! [00:30:33] j-i-m-b-o-j-w: are you jwales? [00:30:42] no Random832 [00:30:46] sorry - i'm jimbojw [00:30:51] waiting for my other connection to die [00:30:53] who is jimbojw? [00:31:22] Random832: http://jimbojw.com/wiki/index.php?title=Jim_R._Wilson_(Jimbojw) [00:31:28] yay! vlookup solved the problem [00:32:25] is there an import extension for excel documents? [00:43:01] hi. is it normal that including a ? in a URL used as a template parameter eats up the whole thing? [00:45:31] on a wikimedia wiki, or on your wiki? [00:45:42] WMF [00:46:06] are you saying the template output is incorrect? [00:46:11] http://it.wikipedia.org/w/index.php?title=Discussione:Aiello_Calabro&oldid=13774263 [00:46:39] seems that the second parameter is treated as the first. the intended output is the next rev [00:47:47] the thing is Template:Crediti (the one we use to ack otrs permissions) [00:52:09] Wiki_Lp: a = in a template parameter can have that effect - everything before the = becomes the parameter name. [00:52:26] and the second parameter becomes the first unnamed parameter [00:52:47] Wiki_Lp: to work around that, use an html entity ref to encode the = [00:52:57] bleh [00:53:02] I would use 1= personally [00:53:13] or that [00:53:25] so, named parameters should work? [00:53:29] yes [00:53:32] or you can create an equals sign with template output [00:53:40] maybe there is a {{=}} already [00:53:42] {{=}} exists :) [00:53:46] on enwp anyway [00:54:30] ok, I'll report those workarounds and experiment a bit myself. thanks [00:54:31] maybe that won't work too well on the old preprocessor though [00:54:43] 1= will work on either [00:54:53] what's the current deployment status? live sitewide or en.wp only? [00:54:58] TimStarling: when will parserdifftest support subst? [00:54:59] en.wp only [00:55:12] because there are some pretty severe bugs with subst [00:55:45] Random832: if you can tell how severe they are, can't you just report them without Special:ParserDiffTest? [00:55:47] any fixed date for the full monty? [00:56:21] TimStarling: it's harder to put together a test case, to prove what i typed in, to prove it worked on the old parser [00:57:33] you can use any of the wikis other than en and test to prove it worked on the old parser [00:57:40] or you could just tell me what the problem is [00:57:54] might save a lot of time [00:59:38] TimStarling: neither subst: nor {{{subst|}}} with subst=subst: work for recursive subst'ing [00:59:53] http://en.wikipedia.org/w/index.php?title=Wikipedia:Sandbox&oldid=187822399 [01:00:23] http://en.wikipedia.org/w/index.php?title=User:Random832/template1&action=edit for the template code [01:02:00] and they fail _worse_ on transclusion [01:03:05] well, that sounds like a very simple and easily tested error [01:05:22] really, as long as there is _any_ way to do recursive subst of parser functions, that'd be great [01:05:30] templates can be adapted [01:05:43] I wanted it to be the same as before [01:06:05] except for known bugfixes [01:06:41] 03brion * r30274 10/trunk/phase3/includes/filerepo/FSRepo.php: [01:06:41] put a @ on a chmod, since all other file ops in there are so marked. [01:06:41] redundant chmods can bring warnings if we don't own the file (even though it's already world-writable) [01:07:11] aargh! im going crazy with this stupid excel file that i'm trying to make into an xml... [01:07:26] isn't there a mediawiki extension that can import an excel table? [01:07:40] Wiredtape: use csv2wp [01:07:43] excel can export to HTML, can't you just use that? [01:07:48] Wiredtape: save the excel file as HTML, and paste into the wiki [01:07:59] export excel as csv, run it through to get wikitext or html [01:08:00] unless you want wikitable markup [01:08:01] 03brion * r30275 10/trunk/phase3/ (6 files in 4 dirs): [01:08:01] * Merged backends for OpenSearch suggestions and AJAX search. [01:08:01] Both now accept namespace prefixes, handle 'Media:' and 'Special:' pages, [01:08:02] and reject interwiki prefixes. PrefixSearch class centralizes this code, [01:08:02] and the backend part can be overridden by the PrefixSearchBackend hook. [01:08:22] Duesentrieb, run it through what? [01:08:28] i'll see what comes out of html.. [01:08:29] csv2wp [01:08:30] http://area23.brightbyte.de/csv2wp.php [01:09:02] the defaults are fine for excel's output [01:09:10] (becuase thatÄs what most people use it with) [01:10:04] Duesentrieb: I'm not sure the default for replacing linebreaks in cells matches what people will expect from excel output [01:10:31] that may be [01:10:38] set it to
then [01:10:41] and does that handle quote-mark-double escaping? [01:10:41] 03yaron * r30276 10/trunk/extensions/SemanticForms/includes/SF_FormClasses.inc: Improved some comments, changed the name of one language value [01:10:51] i.e. "foo""bar" for the output foo"bar [01:10:55] yes. [01:10:58] optionally. [01:11:17] "No traditional escaping by doubling quotes." is an option [01:11:27] um, right [01:11:34] oh, nevermind, i see [01:11:56] *Random832 would have put that under escape character, as a positive option (i.e. check to enable it, checked by default] [01:12:04] sorry [01:12:15] with [[Template:Conditional subst]] = {{{{{subst|}}}passthru|x}} [01:12:25] > print $wgParser->preSaveTransform("{{subst:conditional subst}}", $t, $wgUser, $o) [01:12:25] {{{{{subst|}}}passthru|x}} [01:12:25] > print $wgParser->preSaveTransform("{{subst:conditional subst|subst=subst:}}", $t, $wgUser, $o) [01:12:26] x [01:12:40] that's expected isn't it? [01:12:46] i'm guessing a 232 kb file would be too much for the script? (i only got " {| |} ") [01:13:19] cascade protection protects subpages of protected page..right? [01:13:20] I suspect the problem is limited to parser functions [01:13:23] actually [01:13:41] 03brion * r30277 10/trunk/extensions/TitleKey/ (. TitleKey.php titlekey.sql): [01:13:41] Case-insensitive title prefix search plugin I tossed together real quick. [01:13:41] Uses a separate table for the keys, so if it works cleanly it can be deployed without an expensive rebuild of core tables, and dumped when we get a nicer backend through lucene. [01:13:43] and it may be limited _specifically_ to parser functions with {{{foo|}}} in their parameters [01:13:57] like what? testing for {{{subst|}}} being equal to something? [01:14:00] ok, time to go home. will poke at this later. let me know if my query's insane but it looks ok to me :D [01:14:02] no [01:14:20] {{{{{subst|}}}#if:{{{1|}}}|...}} [01:15:00] Duesentrieb, could the problem be because the file is too big? [01:15:22] ok, like "{{{{{subst|}}}#if:{{{1|}}}|yes|no}}" [01:15:26] right [01:15:42] that's fairly commonly done on e.g. user warning templates on en [01:15:46] Duesentrieb, nm [01:16:10] ahhh [01:16:10] 03(mod) Server should return a 404 HTTP status code if the page does not exist - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=2585 (10N/A) [01:16:11] to keep from getting {{#if...}} cruft in the output wikicode [01:16:31] {{{subst|}}} is the old way, subst: is the new way, and AFAIK both worked in the old parser [01:16:35] > print $wgParser->preSaveTransform("{{subst:conditional subst|subst=subst:}}", $t, $wgUser, $o) [01:16:35] yes [01:16:42] > print $wgParser->preSaveTransform("{{subst:conditional subst|subst=subst:|}}", $t, $wgUser, $o) [01:16:42] no [01:17:00] ah [01:17:04] it isn't possible to cascade protect autoconfirmed ? [01:17:13] alnokta: no, it isn't [01:17:18] that points in the direction of the problem [01:17:19] I believe that's a reported problem with the old parser that I wanted to fix [01:17:34] why is that Skizzerz ? [01:17:49] it's not doing {{{param|default}}} at the right stage [01:17:52] maybe [01:18:00] 03yaron * r30278 10/trunk/extensions/SemanticForms/includes/SF_FormPrinter.inc: [01:18:00] Fixed array-index PHP notice error, made handling of 'now' default for date [01:18:00] fields more comprehensive, changed tag from '' to '{{{choosers}}}' [01:18:00] to pass new wiki-text parsing, added top error message and scrolling to top [01:18:00] if Javascript validation fails, improved CSS for mandatory checkboxes and [01:18:03] radiobuttons, moved out setting of month-names array [01:18:09] results are the same with Parser_OldPP [01:18:19] maybe you're just reporting this ugly old bug [01:18:23] I swear it worked [01:18:24] I would like to fix it though [01:18:34] and so did subst: - try it with that (and no subst=subst:) [01:18:55] there were many templates _in use_ in wikipedia that did work, and only broke recently [01:19:11] 03yaron * r30279 10/trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php: Some formatting improvements, added sffGetMonthNames() [01:19:32] yay! everything works now.. now that is definitely a great table to have.. :) thanks for everyone that helped.. [01:20:14] Random832: with parser functions again? [01:20:18] yeah [01:20:30] hi kibble [01:20:41] {{subst:#if:{{{1|}}}|fail|pass}} [01:20:44] *kibble huggles alnokta [01:20:56] TimStarling) why it isn't possible to cascade protect autoconfirmed ? [01:21:05] alnokta: because [01:21:08] my test case is {{subst:#if:{{{1|}}}|yes|no}} [01:21:11] alnokta: because then autoconfirmed users could cause pages to become semi-protected [01:21:16] *kibble nods [01:21:19] kibble: i love your answers [01:21:23] Danny_B: :-P [01:21:34] I was going to say what Random832 said, but I just was going to do it in 2 lines :-P [01:22:24] Random832) so what is the problem? [01:22:24] gah, where did the chinese guy go who asked about getting a category exported as a static document? [01:22:33] his is exactly what he was looking for: http://pediapress.com/comingsoon/ [01:22:34] Random832: i reported some bug about this [01:22:58] Random832: http://p.defau.lt/?n7_Mbp_EiPYG74irUEOQ5A [01:23:21] alnokta: if you want someone to be able to semi-protect pages, make them an admin [01:24:06] ok, we have that template with many sub-page pages, they appear on the main page, and i want to semi-protect the editing of it, how to do that? [01:24:07] it'd also be nice to make {{{param|default}}} work with subst: generally [01:24:16] http://ar.wikipedia.org/wiki/%D9%88%D9%8A%D9%83%D9%8A%D8%A8%D9%8A%D8%AF%D9%8A%D8%A7:%D8%AC%D8%AF%D9%88%D9%84_%D9%83%D9%84%D9%85%D8%A9_%D8%A7%D9%84%D9%8A%D9%88%D9%85 [01:24:29] TimStarling: is that the output from subst-ing it, or from transcluding it? [01:24:45] because I get different results, see http://en.wikipedia.org/w/index.php?title=Wikipedia:Sandbox&oldid=187822889 [01:24:59] that's from substing it, i see [01:25:06] 03yaron * r30280 10/trunk/extensions/SemanticForms/languages/SF_Messages.php: [01:25:06] Renamed 'sf_editdata_freetextlabel' to 'sf_form_freetextlabel', changed [01:25:06] the values of 'sf_property_allowedvals', to the best of my language ability, [01:25:06] to remove the phrase "this attribute or", added 'sf_editdata_none' value [01:25:24] we developers usually call it pre-save transform rather than subst [01:25:45] subst is a particular feature of pre-save transform [01:26:01] ok [01:26:09] Any pywikipedia folks in here, or do they hide elsewhere? [01:26:41] Dashiva) they hang on their channel [01:27:14] /join #pywikipedia [01:27:24] that channel is usually pretty dead [01:27:28] i'd try the mailing list [01:28:07] 03yaron * r30281 10/trunk/extensions/SemanticForms/skins/SF_main.css: Added some CSS classes and suggested formatting, contributed by Dominik Rodler [01:28:28] 03yaron * r30282 10/trunk/extensions/SemanticForms/INSTALL: New version: 0.9.2 [01:29:01] kibble) any idea? [01:29:14] alnokta: about what? [01:29:48] kibble) could you scroll up a little? (instead of pasting) [01:30:09] Random832: all your tests look expected to me [01:30:45] alnokta: I probably can't help, sorry :-( [01:30:46] the first two due to the default parameter bug that we were just discussing [01:30:49] *kibble doens't think a feature exists [01:31:03] the second two, well, that's how I thought it worked, I can test... [01:31:32] kibble) add a bug report? [01:31:54] *kibble isn't sure [01:32:01] *kibble wonders if Werdna is here [01:32:04] he'll be able to help [01:32:44] http://p.defau.lt/?sAvSZohWCMHNfP5FDfxokA [01:33:10] ;) [01:34:59] Random832: presumably you think subst should work regardless of mode? [01:47:06] TimStarling: yes, that way a template can be transcluded or substed, and when substed it will not have messy parserfunction code [01:47:12] I swear it worked this way at one point [01:48:48] After checking out #pywikipedia, I don't think Chanserv is the right person to help me [01:49:22] haha [01:50:55] The issue is that wikia pollutes Special:Export with a credits div, so any operation that uses multiget becomes non-idempotent (and actually accumulates divs, one per edit). I'm wondering about the chances of getting a fix for that into the repo [01:51:05] Random832: that's not what I mean [01:51:24] I mean you expect subst=subst: to work in HTML mode [01:51:48] 03(mod) $wgLocaltimezone half ignored in signatures - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12815 (10achuggard) [01:51:49] that doesn't have anything to do with removing messy parser functions [01:52:05] it'd work just fine without the subst=subst: [01:52:12] no messy parser functions returned [01:52:25] I want subst: to work [01:52:31] I'm talking about the last couple of examples on your sandbox [01:52:33] it does work [01:52:56] it works as well as subst: itself [01:53:06] no [01:53:17] it should give you the result of the {{#if: statement [01:53:26] "Pass", ideally [01:53:35] ("no" in your test) [01:53:56] well, you could get the result of the #if by just not using subst=subst: [01:54:03] why do you want it? [01:54:36] oh, because you want it to work for , where you can't control the creation of the subst:? [01:55:39] well, it would be a significant break from previous behaviour, to allow subst to work in HTML mode [01:55:58] I think it's beneficial, but it might be nice to have some more comments on it [01:56:29] and it would also be nice if you understood that that is what you are asking for: you want the subst: prefix to be ignored in HTML mode [02:10:04] by default parameter bug you mean what happens on the first line of this? http://en.wikipedia.org/w/index.php?title=User_talk:Charlie_Huggard/mw/1&action=edit ? [02:13:10] CharlieHuggard: yes [02:13:25] easily fixed though, I just did it [02:14:30] yeah I'm a bit behind... :) [02:16:44] Hi, I need to get the kink [[page|page name]] into the {{ #if: | | }} ending up with {{ #if: | [[page|page name]] | }} [02:16:48] But the false code then starts from the | in the link as in "page name]] | [02:16:53] Tarawneh: you can use a template like {{!}} that contains only a pipe [02:17:22] but i thought [[ ]] was exempt from ParserFunction annoyances to begin with ... [02:17:42] are you using an updated version of the extension? [02:17:55] I have no Idea [02:18:07] It is a progext called arab eyes [02:18:28] well, creating a Template:! should fix the issue [02:18:29] I am helping them with the templates [02:19:18] :) I will try that thanks [02:22:00] 03(mod) index.php does not honor the variant param with action=raw - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12683 (10jhecking) [02:30:18] 03shinjiman * r30283 10/trunk/phase3/languages/messages/ (4 files): [02:30:18] * Update Chinese translations [02:30:18] * Update Cantonese translations [02:30:18] * Update Old Chinese / Late Time Chinese translations [02:35:18] the thing that worries me about ignoring subst is that maybe it will break detection of PST mode [02:35:32] some templates display an error message when they're not substed [02:37:31] maybe I can add a {{PARSERMODE}} variable [02:38:54] 04(REOPENED) Import sources on el.wikibooks - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12812 +comment (10ariel) [02:45:29] {{conv}} on enwiki is a template that will break for exactly this reason [02:46:16] it uses the fact that subst: in HTML mode is broken, in order to display an error message [02:52:27] 03tstarling * r30284 10/trunk/phase3/includes/ (Parser.php Preprocessor_DOM.php): Fixed the fact that defaults in template arguments {{{x|y}}} don't work when substing templates. Now defaults in triple braces will work in PST mode, except at the top (non-template) level. This is b/c breaking. [02:52:46] I've reverted the subst: in HTML mode change for now [02:55:33] 03tstarling * r30285 10/trunk/phase3/includes/Preprocessor.php: New function in PPFrame_DOM should be here too. [03:08:24] 03(NEW) permissions expiry in special:userrights - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12835 15enhancement; normal; MediaWiki extensions: General/Unknown; (lilewyn) [03:24:47] that {{{x|y}}} change is pretty rockin Tim. I hate to bug you if you're busy with more important things, but could I get you to look at bug 12815 ? Having signature timestamps that are 6 hours off (for me) isn't too fun. [03:25:07] how is the edit token for rollback calculated? [03:33:24] CharlieHuggard: I will see if I can fix that bug, it looks pretty serious [03:36:06] thanks :) [03:45:40] TimStarling: awesome [03:55:10] MrZ-man: I can't say I'm too familiar with edit tokens, but could the function buildRollbackLink in Linker.php be what you're looking for? [04:17:00] bla bla bla [04:22:43] 03(mod) Regular Malay i18n update - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12834 (10tarmiziaffandi) [04:23:52] Is it possible to adjust the MediaWiki engine in a way that will allow to hide the identity/IP of users that edit it's pages? [04:24:58] Chateau) that is the default if people don't edit from ips but from user accounts [04:25:18] Chateau) disable anonymous editing [04:27:02] Chateau: If you mean to obfuscate the identity of logged in authors as well, There is most likely a way as http://www.scholarpedia.org/ does this. [04:28:14] Yes, I want complete anonymity for those enabled to edit [04:28:50] you wouldn't want to throw out identity information completely though, otherwise combating spammers and vandals would be difficult [04:30:59] Chateau: just make them log in to edit [04:31:05] unless you don't want them to have usernames [04:31:12] hm... they're running a really old version and have very few extensions though , I wonder if they did a lot of core hacking... [04:34:43] They should need a password to be able to edit, and no identity should be seen by anyone except me. [04:35:21] I'm trying to think of a list of places their identities would show up... [04:37:03] Chateau: so you don't even want any way to associate one change with another as being by the same person? [04:37:40] you'd have to make sure Special:Contributions and Special:RecentChanges were restricted. Action=history would have to be modified, diff= and oldid= as well [04:38:14] I think he wants it so that noone other than sysops would be able to see who made what edit [04:38:29] what I can't think of is _why_ he would want that [04:39:31] *shrug* I can see if it were like using a wiki for academic paper submittals [04:40:11] on page creation restrict editing to the creator only, and reviewers wouldn't be able to see who it was by [04:40:36] sysops would need access (spam control) & acceptance [04:40:59] but that's just my take on it [05:02:32] 03brion * r30286 10/trunk/extensions/TitleKey/ (TitleKey.php TitleKey_body.php rebuildTitleKeys.php): [05:02:32] * fix for reporting on title key rebuild when no pages are processed [05:02:32] * command-line script to do offline rebuilds [05:02:32] * split class to a separate file [05:04:52] hrm... my resized gif images are turning out funky [05:05:09] the transparent background is turning black, and the colors are not right [05:06:40] should i switch to something other than imagemagick? gd maybe? [05:06:42] sounds like you're using GD [05:06:50] oh, you're using ImageMagick already? [05:07:03] GD is definitely worse for GIF [05:07:27] but you could always switch to a more modern format [05:07:36] that'd fix it [05:09:10] oh i had to enable it on my other wiki, not just my shared repository [05:09:17] now it works [05:11:00] you're not going to get really good thumbnails in GIF unless you have very few colours to start with [05:11:11] although obviously intelligent palette selection helps [05:11:57] how do i get rid of all these bad thumbnails now? action=purge on the image description page? [05:12:18] yes, should work [05:13:13] would deleting the files from the directories work? otherwise i have to do action=purge to 30 images [05:16:42] you can just delete the whole thumb directory [05:18:03] ok cool [05:34:30] Is there a way that I can make it so only sysops can upload images? [05:35:20] http://www.mediawiki.org/wiki/Help:User_rights [05:36:21] 03brion * r30287 10/trunk/phase3/includes/ (Article.php FileDeleteForm.php): fix html regression: missing id attribute on wpReason input box on deletion forms [05:37:10] 03(mod) Increase Commons file size upload limit to 40MB - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12595 (10mlwadd01) [05:39:59] 03dale * r30288 10/trunk/extensions/MetavidWiki/skins/mv_embed/ (6 files in 2 dirs): [05:39:59] safari support (document.write instead of DOM injection of Javascript) [05:39:59] updated readme for mv_embed .6 release [05:40:52] 03(mod) Show a message after rollback has completed - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=1893 +comment (10spidermannequin) [05:41:11] 03dale * r30289 10/trunk/extensions/MetavidWiki/ (4 files in 2 dirs): [05:41:11] improved scraper [05:41:11] better organized maintenance scripts [05:42:03] 03(mod) Add a music wikimodule - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=189 (10mlwadd01) [05:48:28] 14(DUP) permissions expiry in special:userrights - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12835 +comment (10spidermannequin) [05:48:29] 03(mod) Setting a temporary usergroup - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10493 +comment (10spidermannequin) [05:52:38] hello [05:53:11] I have this entered but I as a sysops can't upload [05:53:12] $wgEnableUploads = false; [05:53:12] $wgGroupPermissions['Sysops']['upload'] = true; [05:53:24] i'm not very good in english but i'm searching help on mediawiki and I can't find the good search term [05:53:50] what I would like to do it's calling a mediawiki page from another website [05:54:48] calimer-: you have to leave uploads enabled [05:55:00] to include text in this website [05:55:04] $wgGroupPermissions['user']['upload'] = false; [05:55:08] won't that let everyone use it? or not? [05:55:10] $wgGroupPermissions['sysop']['upload'] = true; [05:55:11] ah okay, thanks [05:55:25] be sure to match the case and pluralization of the user group exactly [05:55:34] 'sysop' is the default, not 'Sysops' [05:55:56] hmm pretty sure that is how it showed it in the group [05:56:10] yours /may/ be different [05:56:50] only one way to find out :D [05:56:51] b1dvbu17: is the other website local to the database? [05:57:16] splarka: yes [05:58:50] 03(mod) Rename the "Image" namespace to "File" - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=44 +comment (10spidermannequin) [05:59:40] got it working Splarka , thanks [06:01:10] b1dvbu17: ahh, then there might be easier direct ways of doing it than querying the api or using action=raw, externally (anyone else know?) [06:06:06] splarka: lastnight I found something about adding a navigation menu with a command but I did not found it tonight [06:06:33] ahh, that is the sidebar [06:06:35] !sidebar [06:06:35] --mwbot-- To edit the navigation menu on the left, edit [[MediaWiki:Sidebar]] using its special syntax. For more details, see . [06:08:01] I would like to do something like the sidebar but I would like to include it in another website [06:08:40] ok, I have my main website and an intranet with mediwiki that people can edit [06:09:28] I would like to add news box on the mainwebsite and people can change it by editiding a page in the wiki [06:09:40] something like the sidebar [06:10:32] 03(mod) $wgLocaltimezone half ignored in signatures - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12815 (10achuggard) [06:10:38] boy I seem to be talking to myself alot on that bug :) [06:10:42] lol [06:12:48] 03tstarling * r30290 10/trunk/phase3/thumb.php: [06:12:48] In thumb.php: [06:12:48] * Return 404 response code for missing source file and bad title [06:12:48] * Additionally check IMS against the source file timestamp, to allow for more aggressive purging of the server thumbnail directory. [06:12:48] * Refactor [06:15:59] b1dvbu17, perhaps an RSS feed? http://www.mediawiki.org/wiki/Extension:WikiArticleFeeds [06:17:22] *Zach still waits for category rss on wikinews :P [06:17:27] re thumb.php: theory is I can have thumb-handler.php pass through IMS headers to thumb.php, and so reduce disk usage on storage1 [06:17:43] and so make my static HTML dump go faster [06:20:58] because there's a fair bit of disk reading on storage1 at the moment, and there's a lot of requests with IMS headers [06:21:16] so I figure a lot of that disk activity is redundant with squid [06:21:33] splarka: good idea, I will check the code source of that, thanks!!! [06:30:20] 03(mod) Metadata (interwiki & category links) should be stored outside the article text - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=167 +comment (10spidermannequin) [06:34:33] 03(mod) Provide a 'user-watchlist' that lists all recent contributions of a set of users - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=470 +comment (10spidermannequin) [06:36:51] 03(NEW) New checkbox on edit page for noting citation/references - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12836 15enhancement; normal; MediaWiki: Page editing; (macangels) [06:42:23] 03(mod) Basic XML Feed support for watchlist (implementation idea: token) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=471 +comment (10spidermannequin) [06:46:35] 03(mod) Interproject links - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=708 +comment (10spidermannequin) [06:50:32] 03(mod) syntax to transclude a page without the containing page inheriting categories , interlanguage links - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=835 +comment (10spidermannequin) [06:52:15] TimStarling:Not sure what account to use for the SVN. Is it the same as mediawiki.org or does an admin need to create one for me? [07:04:21] 03(mod) Add marker that forces a template to be always substituted - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=2003 +comment (10spidermannequin) [07:06:35] 03(mod) {{substall:foo}} beside {{subst:bar}} - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=2777 +comment (10spidermannequin) [07:17:42] <_wooz> lo [07:23:33] is "/" allowed in image names? [07:24:44] 03huji * r30291 10/trunk/phase3/languages/messages/MessagesFa.php: Adding/updating translations [07:25:05] 03(mod) Rollback buttons in Special:Recentchanges and Special:Watchlist - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9305 (10voyagerfan5761) [07:26:13] 03(mod) Rollback buttons in Special:Recentchanges and Special:Watchlist - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9305 (10voyagerfan5761) [07:26:38] i guess i'll find out soon enough [07:39:24] 03(mod) Prominent Simple English Wikipedia Link on en.wikipedia - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12827 (10kevinjduke) [08:05:08] 03(NEW) Incorrect handling MagicVariable hook(s?) handling - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12837 normal; normal; MediaWiki: Page rendering; (achuggard) [08:05:45] gah, I must be sleeping, I just used the word handling twice in that bug title >_< [08:06:43] 03(mod) Incorrect handling MagicVariable hook(s?) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12837 summary; +comment (10achuggard) [08:08:44] self referential then.. your handling of the magicvariable handling [08:09:49] something like that [08:32:03] 03(mod) Read restriction support - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12251 (10chantepie) [08:34:15] how does the hiarchy work in the wiki when creating a page? [08:34:33] http://wiki.ourcs-cart.com/index.php/Troubleshooting [08:34:35] doesnt look right [08:35:49] how do you want it to look? [08:36:38] something like this [08:36:48] http://kb.cs-cart.com/strange-working-cscart [08:36:57] With the nav box up top on the wiki [08:37:02] 1. [08:37:04] 1.1 [08:37:07] 1.2 [08:37:08] oh ic [08:37:09] 2 [08:37:18] that's easy [08:37:22] # [08:37:23] *# [08:37:26] or # [08:37:27] ## [08:37:37] what does *# do? [08:37:53] i know what they do individually but not together [08:37:54] :) [08:38:07] it's for bullet then subset number [08:38:07] # forms a
  • in a
      [08:38:08] * forms a
    1. in a