[00:00:27] 03(mod) incorrect rollback reports - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12873 (10dannychia) [00:21:57] 03siebrand * r30446 10/trunk/extensions/Translate/MessageGroups.php: ignored: 'player-imagepage-header' [00:52:15] 03(mod) DOM-Like Preprocessor Automatically Expands First Argument - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12842 (10tstarling) [01:10:36] 03(mod) Enable new parser on Wikimedia (tracking) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12652 (10tstarling) [01:10:38] 03(mod) Unexpected output on bad input ("<") to {{#time: }} parser function. - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=7140 (10tstarling) [01:45:10] hey guys.. [01:45:17] where can i see some mediawiki skins to download? [01:46:43] killfill: http://www.mediawiki.org/wiki/Sites_using_MediaWiki/gallery [01:48:47] oh.. but cannot download any of that skins? [01:49:49] well i could get them by hand.. see the html pages and download .css .png .whatever's.. [01:49:53] but.. [01:50:08] killfill: http://www.mediawikiskins.com/adverts.php [01:54:25] http://www.mediawikiskins.com/ads_item.php?id=40 <--- no downloadlink.. :S [01:55:25] .... [02:21:02] killfill: "Additional information: Green style, with big tags. Contact site owner for more information." [02:21:30] Try contacting the site owner. :) [02:22:09] yah.. just saw some of them has download link.. and other the site admin mail.. :P [02:22:12] (thanks) [02:31:30] excuse me.. I got error "wfTimestamp() called with illegal output type".. what should I do? [02:47:17] TimLaqua: around? [02:52:30] For a "next page" link - like [[../Page 3]] - is there a way to use alternate text, like "Next" and "Prev" and so on? [02:53:52] Question 2 - Some idea on how much text gives one 32KB - which is the threshold for the warning about the page bein' too long? [02:55:35] [[... /Page 3|Next]] [02:56:00] you can raise the limit warning [02:56:01] Doh! [02:56:15] but it counts the number of bytes in the page [02:56:27] standard characters are each one byte; unusual characters are two or three bytes [02:56:32] MCM, I'm probably OK with the limit warning. Just don't remember what a byte is in terms of characters etc. [02:56:40] OIC. Thanks. [02:56:53] heh, MCM [02:57:07] OK, while I'm interrogating everyone. What does "transclude" mean, exactly? Include the text of something into the present page? [02:57:28] MZM. :( [02:57:43] tranclude means to include a template on a page [02:57:50] so if a page contains {{Foobar}} [02:57:53] If I could type better I'd be a /real/ copyeditor instead of jsut a wannabe [02:57:57] the Template:Foobar is being transcluded onto that page [02:58:23] Someone wrote, {{:Page 2}} will transclude Page 2. But it din't WFM [02:58:43] yes it will. {{:Foobar}} includes that the page is in the (Main) namespace rather than the Template namespace [02:58:57] s/includes/indicates [02:59:27] Let me create an example. BRB.... {{ound of Jeopardy tune}} [03:00:06] OK - check out http://olr.freemason.com/wiki/index.php?title=Mackey:_An_American_Landmark - at the very bottom [03:01:12] yeah, you're transcluding the page titled "Page 2" [03:01:18] the problem is that that page doesn't exist [03:01:31] But all that appears is a link. Not the text. Do I misunderstand? [03:01:44] if the page doesn't exist, it can't transclude it [03:01:53] so instead it just gives you an edit link [03:02:22] You mean I must indicate the entire page name? Like {{BASEPAGENAME:/Page 2}}? [03:02:33] well, no [03:02:41] if you want to transclude a subpapge, use {{/Page2}} [03:02:57] Ah. Lemme go try that then. What does the colon do? [03:02:58] but at the moment, you're telling MediaWiki to transclude the page titled "Page 2" [03:03:01] not a subpage [03:03:14] the colon indicates that the page is in the (Main) namespace [03:03:27] the namespace that doesn't have any prefix [03:04:32] I see. Hmmm. Should this be working then? All I put into Local Settings was $wgNamespacesWithSubpages[NS_MAIN] = true; [03:04:53] It does work now, with your suggestion. Though I'm not yet sure how to handle the footnotes. Will have to tinker with that. [03:05:21] I would've thought that [NS_MAIN] would have limited subpages to the MAIN namespace [03:05:31] huh? [03:05:48] oh, well, it probably should [03:06:01] I understood that $wgNamespacesWithSubpages[NS_MAIN] = true; would only allow subpages in the Main namespace. [03:06:18] I guess this is what we get for making computers that are smarter than us. [03:06:21] it does; you're saying it should disallow all other namespaces that aren't specified [03:06:21] ;) [03:06:22] ? [03:06:23] >:) [03:06:34] :) [03:06:53] Yes. Isn't the "enabling" limited to the spaces named? [03:07:18] i'd have to test it; i imagine it should be that; it probably is [03:08:09] I'm very big on good documenation. Part of the reason I never understood TRS-80's BASIC manual - they didn't tell me that I had to put quotes abound a string in an ("argument") [03:08:48] I was nearly as bad as Piers Anthony, who got ticked off because the manual never said to press after typing "dir." [03:09:20] But it's all OK now. Windows made by computer fast and cheap!!!!!!!! [03:09:34] OW! Stop hitting me! [03:32:12] Looks like I have to put [references/] at the bottom of the last page. But doing that means that anyone who stumbles on any intermediate page gets no references and anyone who stumbles on the last page gets refs for that page only. [03:32:23] Thoughts? [03:32:47] I mean of course [03:33:31] you could put on the individual pages [03:34:19] what would that do (briefly)? [03:34:39] only includes the tag on the specific page, not when the page is transcluded [03:34:48] Ah! [03:36:37] Like this, to include a title: [03:36:39] == Notes == [03:36:41] [03:36:43] [03:36:47] yeah [03:37:00] Very nice - thank you. [03:37:17] no problem [04:09:43] What is a good term for someone who is good at wiki-markup and mediawiki in general? Writing :: writer , Python expert ::Pythonista , Wiki editing :: ?? [04:10:48] wikist? [04:11:18] the English Wikipedia usually uses the term "drama queen," i think [04:15:02] maniac winiac, wixpert wiki expert [04:21:20] Hen [04:21:26] heh [04:30:27] I'm not sure if this question belongs in here or some wikia-specific channel... [04:30:46] best to ask [04:30:49] I'm trying to set up a local mirror of a wikia (personal uses, when I'm offline), and I don't know how to load the images in it [04:31:15] I know where the images.tar is to get, but if I unpack it into the mediawiki directory, it doesn't use the images in the wiki itself [04:31:49] I noticed the tar uses images/*, so I just unpacked it in /var/www/mediawiki itself, not /var/www/mediawiki/images (is my assumption correct?) [04:31:50] 03(NEW) special properties appear in Special: UnusedProperties although used - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12886 normal; normal; MediaWiki extensions: Semantic MediaWiki; (info) [04:31:54] well, all i can say is that image data is stored in the database [04:32:15] just putting images in the directory doesn't do anything if the database doesn't know where they are [04:34:03] does anyone know of any software to graph the number of edits over time, for each user? [04:34:08] well is there any way to get it to know where the images are? [04:34:33] otherwise it seems that the images backup is kind of useless if you can't even get them to load into a wikia mirror :/ [05:15:58] 03aaron * r30447 10/trunk/extensions/FlaggedRevs/Language/FlaggedRevsPage.i18n.en.php: Remove ID [05:34:59] question about the semantic extension [05:35:39] there appear to be plenty of ways to get RDF data out of SMW, but what about getting it in? [05:36:36] specifically, there are some SMW relations I want to update more-or-less live. Any pre-cooked way of doing this? [05:39:03] I've never done such a thing personally, so I'm not sure. http://semantic-mediawiki.org/index.php/Help:Import_vocabulary may help though? [05:40:13] (it reads like gibberish to me though lol) [05:40:53] yeah - the SMW docs tend to focus on one-time imports [05:41:13] ah [05:41:19] I'm more interested in using SMW as an actual database for certain small things [05:41:56] SPARQL is a decent replacement for "SELECT ...", but there's really no equivalent for "INSERT..." [05:43:02] hrm. Would actually be an interesting project. [05:43:21] Allow a mysql or equivalent driver update virtual tables. :-) [05:43:41] That it would be. I actually use SMW for a number of smallish things, Attributing code & articles to people w/o the use of "Type of thing by so and so" and for dating & retrieving blog entries... nothing too serious :) [05:43:56] hmm [05:44:18] I'm surprised there's really no API at all.. [05:45:00] SMW really only gotten stable within the last year, so that's still probably pretty far out [05:45:07] hmm [05:46:08] there are probably people better versed at it than I around though [05:46:20] Know if there's any concept for including external RDF data? [05:46:31] It would be a similar thing. [05:47:55] I thought I remembered reading something about a relation to reference other RDF sources, but I really don't know much about the import/export parts [05:48:21] and again, you leave before I'm done typing lol [06:10:22] 03(mod) XHTML compliance (tracking) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=209 (10danny_b) [06:10:23] 03(NEW) PATCH - Article.php - removed invalid attribute - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12887 minor; normal; MediaWiki: Page rendering; (danny_b) [06:48:01] 03aaron * r30448 10/trunk/extensions/FlaggedRevs/FlaggedRevsPage.php: Bug fix [07:15:50] 03aaron * r30449 10/trunk/extensions/FlaggedRevs/FlaggedRevsPage.php: Expiry date format [07:23:37] 03aaron * r30450 10/trunk/phase3/includes/ (GlobalFunctions.php ImagePage.php): Add time parameter here [07:26:57] Notice: Undefined index: rootpagenamee in C:\Server\xampp\htdocs\MW\languages\Language.php on line 1567
[07:27:03] gaahh [07:30:09] that's what you get updating only includes [07:30:39] ok, good [07:44:53] 03aaron * r30451 10/trunk/extensions/FlaggedRevs/ (FlaggedArticle.php FlaggedRevs.php): Hack on some implicit (with page) image tagging [08:10:06] gah [08:10:16] gah? [08:10:18] 03aaron * r30452 10/trunk/phase3/includes/ (GlobalFunctions.php ImagePage.php): Partial revert: invalid placeholder [08:20:26] 03(mod) Remove query.php - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12881 +comment (10vasilvv) [08:33:00] *f00li5h meows [08:39:54] is it just the way mediawiki is packaged by debian, or is there no way to have many media wikis sharing the same codebase? [08:40:24] 'cause it looks like there's only one spot for the config ... and that you can't have a particular config per domain/directory/etc [08:44:09] hello ! [08:44:11] 03aaron * r30453 10/trunk/phase3/includes/ImagePage.php: History should still look right when focusing on an old revision [08:47:48] f00li5h: debian does some weird things we can't support [08:48:03] Do you know a simple way to get the number of references (or better, transclusions) of a template ? On fr: there is a very common template (200K uses) and the reasonable way that I could find was [[fr:Special:Modèles les plus utilisés]] ([[Special:Mostlinkedtemplates]]) [08:48:43] Nikerabbit: very well, does mediawiki normally allow for many sites to use one codebase? [08:48:58] f00li5h: yes and no [08:49:13] you need to configure it yourself but it isn't that hard [08:49:48] by configure, you mean hack the code to check for an environment variable or something? [08:53:28] f00li5h: usually people just check request domain on localsettings.php [08:55:28] and then do what? [08:55:42] a bundle of preg_matches and ifs? [09:11:37] 03aaron * r30454 10/trunk/extensions/FlaggedRevs/FlaggedRevs.sql: NOT NULL [09:11:45] 03(NEW) Special:Unusedcategories has a wrong german description - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12888 trivial; lowest; MediaWiki: Internationalization; (codeispoetry) [09:16:21] 03huji * r30455 10/trunk/phase3/ (includes/DefaultSettings.php skins/modern/main.css): (bug 12876) Clear:both for footer in modern skin. [09:17:09] 03nikerabbit * r30456 10/trunk/phase3/ (RELEASE-NOTES languages/classes/LanguageRu.php): * (bug 12885) Correction for Russian convertPlural function [09:17:39] 03(FIXED) Add clear:both; attribute for footer in modern skin - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12876 +comment (10huji.huji) [09:19:03] 03(FIXED) Correction for Russian convertPlural function - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12885 low->normal; +reviewed; summary; +comment (10niklas.laxstrom) [09:22:35] 03aaron * r30457 10/trunk/extensions/FlaggedRevs/FlaggedRevs.sql: Fix outdated name [09:24:42] 03(mod) Login and account creation should be by secure http. - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12884 +comment (10huji.huji) [09:26:28] 03(mod) Redirected MediaWiki: messages can kill wiki dead - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=274 +testme (10niklas.laxstrom) [09:27:26] f00li5h: nothing special, one switch or something [09:27:28] 03huji * r30458 10/trunk/phase3/includes/Article.php: (bug 12887) No "name" attribute for TR tags. [09:27:38] 03(FIXED) PATCH - Article.php - removed invalid attribute - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12887 +comment (10huji.huji) [09:27:51] Nikerabbit: hrm, sounds kinda angry ... [09:27:59] not [09:28:41] Betacommand: thanks for your approval... :) How is your script going ? [09:28:44] having to add code as part of the configuration process ... [09:29:01] the configuration is already code [09:31:02] I wonder why we don't have NEEDINFO in our bugzilla :E [09:32:32] yes, the configuration is code, isn't it [09:33:58] 03(mod) Remove query.php - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12881 +comment (10huji.huji) [09:34:56] 03(mod) Special:Log should page based on timestamps rather than offsets - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12870 (10huji.huji) [09:37:51] 03(mod) Remove query.php - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12881 (10huji.huji) [09:38:00] 03(mod) MediaWiki: Licenses message corresponding to purpose-specific upload forms - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12699 +shell; +comment (10niklas.laxstrom) [09:38:36] 03aaron * r30459 10/trunk/extensions/FlaggedRevs/FlaggedRevs.php: Unneeded condition [09:43:25] 03(FIXED) wfLoadExtensionMessages does not use $fallback from MessagesXx. php - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12880 +comment (10siebrand) [09:46:09] 03(NEW) Special:Relatedchanges doesn't show talk pages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12889 normal; normal; MediaWiki: Special pages; (hegesippe46) [09:49:49] 03(NEW) Special:Relatedchanges doesn't allow to filter bots - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12890 15enhancement; normal; MediaWiki: Special pages; (hegesippe46) [09:50:56] Need some help on converting FCKeditor code to new parser. Any takers? [09:51:23] (1) changed parent::Parser(); to parent:: __construct(); [09:52:03] (2) changed "replace_callback($text, $callback);" to "preprocessToDom($text, $callback);" [09:52:14] (3) now running into Fatal error: Cannot use object of type PPNode_DOM as array in D:\mediawiki\phase3\includes\Preprocessor_DOM.php on line 169 [09:52:29] I guess that's because of $callback in (2) [09:54:58] looking for huji, but don't know his nick [09:55:04] what's line 169? [09:55:08] Danny_B: hojjat [09:55:21] thx [09:55:53] NicDumZ: $curChar = $text[$i]; [09:55:57] Nikerabbit: $curChar = $text[$i]; [09:56:01] NicDumZ: sorry [09:56:14] np ;) [09:59:04] uh [09:59:08] too complex for me [10:00:11] Nikerabbit: I already was afraid I'd have to seek help from Tim... [10:00:31] 03aaron * r30460 10/trunk/extensions/FlaggedRevs/FlaggedRevs.php: return if no stable version [10:08:40] 03(NEW) FCKeditor extension broken with new parser in 1.12a - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12891 04BLOCKER; normal; MediaWiki extensions: FCKeditor; (siebrand) [10:10:57] 03siebrand * r30461 10/trunk/extensions/ (24 files in 3 dirs): [10:10:57] * FCKeditor uses wfLoadExtensionMessages now [10:10:57] * add descriptionmsg in extension credits, updated description [10:10:57] * add patch for core files to make testing a bit easier [10:10:57] * remove trailing whitespace in FCKeditor [10:10:58] * update Translate [10:11:00] * broken in 1.12a because of changes in parser (see bugzilla 12891) [10:15:34] <_wooz> lo [10:21:21] la [11:32:04] hi there. We are running the OpenMoko MediaWiki, wiki.openmoko.org [11:32:19] recently hired a full time editor to organize the chaos :-) [11:32:45] now I'm wondering, is there a good manual/book to get her started? She has experience in publishing/writing computer books, but not wikis per se. wiki syntax, etc. [11:33:27] http://mediawiki.org is a good place to start :) [11:33:33] sure [11:33:42] I think the pages in the Help: namespace could be useful for her [11:33:51] http://mediawiki.org/wiki/Special:Prefixindex/Help: [11:34:48] hmmm [11:34:57] quite chaotic if you ask me [11:35:39] there are some pages with some specific information, but I'm looking more for a tutorial [11:36:04] try at wikipedia [11:39:15] why are there crappy tab indexes when deleting images? [11:41:16] it goes from "Other/additional reason: text box" to "Reason for deletion: select box" to "← Image:Whatever.jpg link at top of page" to "You are deleting Whatever.jpg link" to "Delete button". [11:41:40] Jack_Phoenix: Platonides OK, thanks guys. [11:41:42] 4 tabs to go to the button directly below the text box. [11:41:50] np :) [11:42:46] craptastic. [11:49:27] 03(mod) incorrect rollback reports - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12873 (10roan.kattouw) [11:55:06] http://www.youtube.com/watch?v=67r7XMDTNqg boo mediawiki [12:04:31] that video was for anybody with commit access :P [12:04:41] Zach: http://bugzilla.wikimedia.org [12:06:28] 03(mod) Import sources on el.wikibooks - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12812 (10ariel) [12:09:22] 03(NEW) Poor tab indexing on "delete file" form - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12892 15enhancement; normal; MediaWiki: Images; (zach) [12:09:54] 03(mod) Poor tab indexing on "delete file" form - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12892 (10zach) [12:12:23] Zach: thanks [12:12:48] 03(NEW) Import sources on el.wikiversity - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12893 15enhancement; normal; Wikimedia: Site requests; (assassin07gr) [12:18:02] Has anyone here ever got the wfMsg functions to work outside of the MediaWiki code itself? [12:21:55] MinuteElectron: how do you mean? [12:27:12] siebrand: Well say I liked the MediaWiki wfMsg code and wanted to use it in my own project; has anyone ever done something similar? [12:27:42] MinuteElectron: ah [12:28:29] MinuteElectron: me thinks it may be very much tailored to MediaWiki... [12:29:25] Well this is a project related to MediaWiki. [12:29:49] A rewrite of the installer script into a back and front end -- therefore I'm trying to reuse MediaWiki code for internationalisation. [12:31:05] 'cause reinventing the wheel is a bad thing. [12:40:47] =[ [12:44:10] MZMcBride: ping [12:50:33] hm...isn't there some new setting in 1.12 that allows a user to resign by using Special:Userrights? [13:12:07] 03siebrand * r30467 10/trunk/phase3/languages/messages/MessagesNl.php: [13:12:07] Localisation updates for core messages from Betawiki [13:12:07] * nl magic words updated [13:21:14] why is the "font" tag allowed in MW? [13:22:59] why not? [13:24:25] If it's already allowed then it is needed for backwards compatibility and I would be suprised if it wasn't converted into correct XHTML. [13:33:22] MinuteElectron: it ends up as an font tag in the resulting xhtml [13:34:21] and the font tag is only used in user signatures [13:40:43] why can't query.php be rewritten to transform its input/output to API queries? [13:41:11] Jack_Phoenix: $wgGroupsRemoveFromSelf = array('sysop'); [13:41:27] ah, just as I recalled. http://www.mediawiki.org/wiki/Extension:Resign is obsolete then, right? [13:41:39] yes [13:45:40] 03siebrand * r30468 10/trunk/extensions/ (3 files in 2 dirs): [13:45:40] * Resign is obsolete [13:45:40] * remove Resign from Translate [13:46:38] hehe, that was fast :D [13:46:59] Jack_Phoenix: yeah, why wait and forget ;) [13:47:11] true [13:47:21] *Jack_Phoenix can't wait for MediaWiki 1.12 [13:47:44] flyingparchment: I don't think anyone want to maintain query.php [13:50:37] 03(WONTFIX) query.php: iishared parameter says: This site does not have shared image repository (ii_noshared) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9225 +comment (10azatoth) [13:51:55] 03(WONTFIX) no output from query. php on commons when combining iihistory and iiurl - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=10187 +comment (10azatoth) [14:03:30] <_ScaN_> hea [14:04:27] flyingparchment: also the query.php should be avoided as it's less server efficient than the api [14:05:38] hi [14:06:02] how to disable Captcha in login [14:06:06] is very annoying [14:07:10] <_ScaN_> lusum, que decis ? [14:07:15] <_ScaN_> lusum, habla claro [14:07:47] i'm already registred and captcha appears on login [14:08:01] <_ScaN_> lusum, no entiendo lo que decis la concha te tu puta madre negro hijo de un camio de putas [14:08:23] <_ScaN_> lusum, te voy a pegar una sepillada en el orto que fuego te va a salir [14:08:41] _ScaN_: yo compriendo espagnol un pochito [14:08:43] <_ScaN_> lusum, la concha puta de sus madres! a todos les digo [14:08:57] <_ScaN_> lusum, vos me chupas bien la pija negra puta [14:08:59] _ScaN_: this is an english speacking channel [14:09:15] someone ban _ScaN_ for obscenity? [14:09:25] <_ScaN_> lusum, ? [14:10:17] 03river * r30469 10/trunk/phase3/skins/modern/main.css: [14:10:17] * add styling for
 blocks
[14:10:17] 	* bug 12863: styling for new message box
[14:10:34] <_ScaN_>	CIA-41, no paste matherfucker
[14:10:45] 	03(FIXED) modernskin .usermessage - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12863  +comment (10river)
[14:10:45] <_ScaN_>	read topic
[14:12:36] 	03river * r30470 10/trunk/phase3/includes/DefaultSettings.php: bump wgStyleVersion for r30469
[14:17:42] 	haha
[14:19:57] 	hey people - is there a way i can modify the bit of code that puts the [[Category:Name]] box at the bottom of every page? Basically, on every page that has a category assigned to it in this way, i want to put a box just above the Category box stating some other piece of information... can this be easily done?
[14:21:26] 	03(mod) Basic XML Feed support for watchlist (implementation idea: token) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=471  (10dmackie-lists-mediazilla)
[14:31:48] 	is anyone there?
[14:31:59] 	can i change the content of the [[Category]] box at the bottom of the article pages?
[14:35:45] *MinuteElectron 	ponders what would happen if he set his signature to ~~~~.....
[14:37:07] 	MinuteElectron: do *you* know how i can edit the content of the [[Category]] box at the bottom of my article pages?
[14:37:19] 	i want to put another box above it on each page it appears on...
[14:37:40] 	03siebrand * r30471 10/trunk/extensions/ (51 files in 2 dirs): 
[14:37:40] 	* ContactPage uses wfLoadExtensionMessages now
[14:37:40] 	* add descriptionmsg, and version in extension credits
[14:37:40] 	* remove trailing whitespace
[14:37:40] 	* update Translate
[14:38:07] 	fishsponge_: You can either use the OutputBeforePageHTML hook (or something like that) or hack the skin.
[14:38:47] 	hmm... well take a look here, for example: http://www.hobbsknowledgebase.co.uk/wiki/How_to_get_HDMI_TV_and_Digital_Optical_5.1_Surround_Sound_from_an_Xbox_360
[14:39:05] 	at the bottom of the page, there is the box that states that this article is in the "Xbox 360" category
[14:39:14] 	i want another box *above* that one to say something else
[14:39:20] 	yeah
[14:39:22] 	is "OutputBeforePageHTML" the way to do this?
[14:39:25] 	yes
[14:39:31] 	and if so, how do i tackle that?
[14:39:32] 	:-)
[14:40:05] 	i could, of course, just create a template and then manually insert that template each time i insert the [[Category:Name]] tag, but that's obviously not ideal, because it could get forgotten
[14:40:10] *flyingparchment 	wonders about creating a category on bugzilla for each skin
[14:40:19] 	well you'' have to read up on how to create a template
[14:40:44] 	i can already create templates, so that's no an issue
[14:40:52] 	note the "Warning" and "Note" templates in use on that same page
[14:41:36] 	i mean extension
[14:42:06] 	AzaTht: ping
[14:42:15] 	oh, so i'd have to create an extension - i'd rather go through the manual adding onto every page than try to create a bespoke extension that nobody else in the world will ever use! lol
[14:42:27] 	plus, i hate programming, and extensions involve that! lol
[14:42:34] 	is the only way for me to do it manually in that case?
[14:43:10] 	flyingparchment: possibly, but bugzilla isn't very clever with categories - perhaps a MediaWiki skins product and a component of thatfor each of the skins - but that doesn't really make much sense.
[14:43:20] 	MinuteElectron: why not categories?
[14:43:30] 	can you do categories in bugzilla?
[14:43:37] 	oops, i mean component
[14:43:40] 	yeah
[14:43:43] 	see my thing above
[14:43:53] 	yeah, so why not components?
[14:44:12] 	MZMcBride: aii
[14:44:20] 	MinuteElectron: was that "yeah, see my thing above" directed at me, or flyingparchment? lol
[14:44:21] 	well it would be a bit cluttered, no other "area" of the code has such detailed components
[14:44:26] 	fishsponge_: flyingparchment 
[14:44:32] 	fishsponge_: you need to read up how to do extensions
[14:44:33] 	ah, ok, lol
[14:44:34] 	i want bugs in the modern skin to be assigned to me ;)
[14:44:36] 	MZMcBride: http://meta.wikimedia.org/wiki/Talk:Migration_to_the_new_preprocessor#Code_inside_comments_will_not_evaluate_any_more
[14:44:41] 	maybe i should just create a component for that
[14:45:03] 	AzaTht: known change, i think
[14:45:11] 	MinuteElectron: i know - you said that already, lol, but if i don't want to create an extension, does that mean the *only* way is to add it manually to every page?
[14:45:18] 	flyingparchment: yeah you could do that, or use a tracker bug (which doesn't have the same affect)
[14:45:22] 	AzaTht: sort of like  i think
[14:45:25] 	MZMcBride: known, but not a wanted change though
[14:45:30] 	true
[14:45:34] 	fishsponge_:extension or hack the skin - your choice
[14:45:36] 	oh for the love of jesus... you guys can make me really happy
[14:45:44] 	Ricco: can we?
[14:46:03] 	MZMcBride: it makes it impossible to include generated meta data
[14:46:16] 	ok, I am in the monobook.php, looking at the code. Sorry, but I am a total hack, don't understand themeing or templates, etc... but I know some basic php
[14:46:19] 	AzaTht: Tim marked it as non-negotiable
[14:46:24] 	you'll have to speak with him
[14:46:43] 	i am trying to load the actual bodytext into a variable, to be used someplaceelse
[14:46:44] 	though i will say that i'm sure there's another way to solve whatever problem there is
[14:47:01] 	but for the life of me, I cannot figure out that whole $this->html('bodytext') kind of stuff
[14:47:04] 	MZMcBride: the "non-negotiable" was only for the noinclude tags
[14:47:07] 	etc...
[14:47:08] 	Ricco: $var = $this->data[ 'bodytext'];
[14:47:19] 	and $var will get the content?
[14:47:28] 	yes, you can of course rename $var
[14:47:33] 	okay, added component
[14:47:49] 	;]
[14:48:00] 	ah!
[14:48:05] 	it's a freakin array!
[14:48:07] 	checking now
[14:48:19] 	i love you guys
[14:48:25] 	thank you so much
[14:48:30] 	Ricco: yep, I had to look into this when developing my own skin html( varname ) just takes the array index and do some stuff to it and output it
[14:48:44] 	so data[ index ] works just as well
[14:48:53] 	AzaTht: i imagine the parser sees absolutely no difference between {{subst:}} and  inside HTML comments
[14:49:05] 	i unnderstand now I thought that $This-> thing was some kind of themeing enclosure
[14:49:06] 	true
[14:49:12] 	sometimes I can be so stupid
[14:49:22] 	Ricco: It is PHP object oreinted syntax.
[14:49:32] 	yeah, i don't know OO
[14:49:39] 	i think VanNeuman
[14:49:40] 	:)
[14:49:52] 	i learned some basic programming in college 20 yeas ago
[14:50:03] 	and I never mastered the change in view to OO
[14:50:40] 	you guys just made my life much better, thanks
[14:50:44] 	yw
[14:50:51] 	since you are gods... let me ask you this
[14:51:13] 	is the pre html formatted code available to monobook.php?
[14:51:28] 	or is it already converted to html by the time it gets there?
[14:51:49] 	would love to grab the wiki text as stored in the mysql blob
[14:51:54] 	it is already converted
[14:52:03] 	ok
[14:52:05] 	there are of course otherways to get the wikitext of  a page
[14:52:07] 	that is no big deal
[14:52:16] 	i said my life is now perfect
[14:52:22] 	how could I want to be better than perfect
[14:53:19] 	anyone have a good "Contact Me" icon i can use, Royalty-free, of course?
[14:53:34] 	google image search isn't throwing up any decent ones IMHO...
[14:54:11] 	fishsponge_: look in the Category:Icons on the Wikimedia Commons - specifically the icon themes subcategory.
[14:55:57] 	thanks, don't mean to ask and run.. but now I got work to do
[14:56:00] 	one more thing
[14:56:04] 	GO GIANTS!
[14:56:13] 	see ya
[14:56:14] 	ly
[14:56:45] 	03(mod) addWikiText breaks multiply transcluded specialpages - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9762  +comment (10mati)
[15:02:25] 	when you have a border style of "border:1px solid black" what do i change "solid" to to get a line like this:  - - - - - - - - ??
[15:04:06] 	fishsponge_: dashed
[15:04:07] 	i think
[15:04:27] 	perfect! :-)
[15:05:18] 	=]
[15:13:00] 	how do i center-align a table cell when using {|- etc... ?
[15:14:52] 	03siebrand * r30472 10/trunk/phase3/languages/messages/MessagesMl.php: 
[15:14:52] 	Localisation updates for core messages from Betawiki
[15:14:52] 	* ml 'Wikipedia' confusion removed
[15:15:13] 	found it! |align="center"|content goes here
[15:16:09] 	gtg, see y'all!
[15:23:03] 	hello
[15:23:27] 	hey!
[15:24:58] 	http://www.hobbsknowledgebase.co.uk/wiki/Template:Contact - how can i get rid of the white table borders?
[15:25:03] 	any ideas, people? :-)
[15:26:47] 	for each of the cells put
[15:26:53] 	style="border:0;"
[15:26:55] 	e.g
[15:27:00] 	|style="border:0;"|
[15:27:17] 	doesn't it need unit?
[15:27:40] 	no difference...
[15:27:49] 	refresh - view source if need be...
[15:28:35] 	Nikerabbit: not if it is 0
[15:28:55] 	0 requires no units... it makes sense
[15:29:10] 	how come it still doesn't work though... :-S
[15:29:29] 	try
[15:29:35] 	{| cellspacing="0"
[15:29:48] 	ah, of course - cellspacing! let me give that a go...
[15:30:40] 	nope: http://www.hobbsknowledgebase.co.uk/wiki/Template:Contact
[15:30:46] 	have i got the source code right though?
[15:31:18] 	yeah
[15:31:21] 	cellpadding="0"
[15:31:23] 	try that
[15:31:44] 	that's the internal padding though, which is already set by "padding:3px;" in the style part
[15:31:52] 	ah, but that's the 
... [15:32:07] let me firebug it [15:32:29] add to each of the table cells [15:32:30] firebug? [15:32:32] lol [15:32:33] style="padding:0;" [15:32:57] it's not padding though, it's spacing or borders, surely... not the internal cell padding? [15:33:20] its padding [15:33:27] doesn't work though, lo.... [15:33:43] ok [15:34:38] cellspacing="0" works for me [15:34:57] try adding a newline before the |- [15:36:21] ah, perfect :-) [15:36:22] how strange! [15:36:28] god i hate syntax, lol [15:36:57] that's the one thing that puts me right off programming, ya know, the soooo incredibly picky syntax rules - i appreciate why they're needed, but they just annoy me anyway! lol [15:37:17] not just with mediawiki either, of course, C, C++, PHP, Java, anythign! [15:38:20] anyway, thanks dude! [15:39:50] yw [15:55:38] Simetrical: I agree, deleting query.php goes against everything about backwards compatibility. [15:56:04] Your idea is good. [16:03:02] MinuteElectron: hmm [16:04:06] MinuteElectron: what idea? [16:04:16] and where did Simetrical wrote that? [16:04:23] *AzaTht is confused [16:05:35] *Jack_Phoenix votes '''for''' killing query.php [16:07:14] AzaTht:toolserver-l [16:07:20] Jack_Phoenix: bad idea [16:07:50] since it's obsolete, no need to keep it...and who use(s|d) it anyway? [16:08:06] people are already using it so deleting it would ruin loads of useful tools [16:08:16] MinuteElectron: it's mostly old and unmaintained scripts that still uses query.php [16:08:44] AzaTht: so, that doesn't mean it isn't useful. [16:08:54] useful? [16:09:13] aha, you mean the script [16:09:22] it is still useful as it is being used, even if the tool it is being used by is old that doesn't mean it isn't being used [16:09:53] at the moment query.php isn't really useful, as it's allready broken in some places [16:10:16] it would require much work to fix those bugs, and even more work to convert it to use the api [16:10:32] no one will freely do the former [16:10:47] and few have the time and spirit to do the latter [16:11:24] and the current code of query.php should be deactivated, as it can be a server hog [16:13:08] like http://en.wikipedia.org/w/query.php?what=revisions&titles=Main%20Page&rvuniqusr&rvlimit=3&rvcomments&rvcontent [16:13:13] *------ Error: Exception Caught: A database error has occurred [16:14:05] So I think the best action would be to force everyone to use the api instead [16:14:29] instead of giving the false impression that the query.php will be supported indef [16:15:44] also, people has known for over a year that the query.php is beeing replaced by api.php [16:19:08] /end monolog [16:21:08] maybe give people some time to migrate after announcing it and before dropping it [16:22:23] they have had plenty of hours allready! [16:23:20] *Jack_Phoenix agrees [16:24:02] twoo weeks? [16:24:04] -o [16:24:45] AzaTht: yeah, we just need to be sure to post to the bot boards/tech boards [16:24:52] true [16:25:08] because god knows some bot... somewhere [16:25:12] is probably using it [16:25:12] lol [16:25:16] hehe [16:26:06] pywikipedia is using query.php [16:26:38] ugh... so then I take it back; seemingly every bot, everywhere :P [16:27:08] doesn't pywikipedia still do screen scrapes, too? [16:27:14] yea [16:28:49] 03nikerabbit * r30473 10/trunk/extensions/Translate/SpecialTranslationChanges.php: * Sublabels not needed anymore [16:29:13] slakr: it's only one module in pywikipedia that used the query [16:31:14] slakr: unless someone stands up and want to maintain the query, it's bye bye [16:32:39] pff, api.php is far superior [16:32:52] :P [16:32:53] yea [16:33:03] and it's less of an serverhog [16:34:06] there is only some small things left in the api, edits and usergenerators for example [16:34:38] 03(mod) Login and account creation should be by secure http. - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12884 +comment (10hissongcle) [16:35:31] AzaTht, slakr, an interesting opinion has been stated by Simetrical: http://lists.wikimedia.org/pipermail/toolserver-l/2008-February/001241.html [16:36:09] {{sofixit}} ? [16:36:18] enhydra: as slakr just said ツ [16:36:40] I can said neither Yurik nor Roan will do that [16:36:46] I've lost my connection during last minutes, so I could miss it [16:36:59] I mean I think it's safe to say "zOMG we're removing it!!" the nwait a couple months to let the general panic die down :P [16:37:07] slakr, yes, I just wanted to suggest this... [16:37:21] (I mean your {{sofixit}} above) [16:37:49] enhydra: I meant, neither Roan or Yurik will change the query to a wrapper to the api [16:38:02] so you would need to find someone else to do that tedious work [16:38:05] I just don't know if turning query.php/api.php into patchware is the best approach [16:38:12] slakr: agree [16:38:35] I would say, give a one month warning, then delete it [16:38:36] besides [16:38:45] we've had a warning on query.php that it was depreciated [16:39:34] oh wait n/m [16:39:40] *slakr could have sworn it was [16:39:49] AzaTht: Alternatively we could say that 1.12 is the last version that has it and it is deleted on the 1.13 release? [16:40:19] MinuteElectron: remember that live wp doesn't use release [16:40:27] so? [16:40:42] 3 months is ample time and it is doing very little harm (it hasn't caused any problems and has been enabled without maintenance for many many years) [16:40:44] MinuteElectron: good point, but since wikimedia basically uses svn, we need to inform wm people on a timeframe [16:40:53] yeah [16:41:03] 3 months is a fair ammount of time, no? [16:41:08] *slakr agrees [16:41:16] I don't think we should give a too long grase period [16:41:21] why? [16:41:29] what harm does it do sitting there. [16:41:32] risk is that people forgot about it and gets angry when it's beeing removed [16:41:51] weekly reminders to the mailing list? [16:41:55] yea [16:42:00] but the greater risk is that there's not enough time for people who have written old bots based on it to scurry to update to api.php [16:42:02] and a big notice at the top of it when you don't specify anything [16:43:19] slakr: indeed [16:43:35] slakr: just like that you have to code in COBOL just because the 30 year old software is written in that language? [16:43:54] *slakr troutslaps AzaTht [16:43:57] :P [16:43:57] hehe [16:44:08] 30 years != to 3 months [16:44:19] s/to// :P [16:44:27] I think most bot software that still used the query AND is unmaintained, doesn't work [16:44:31] plus, cobol? *hurl* [16:44:45] s/bot// [16:45:04] as there has been major changes in the interface of MW the last year [16:45:06] AzaTht: So, you can hardly expect someone to recode a bot in two weeks - 3 months is more like it. [16:45:27] *slakr is just saying... juuuuust in case [16:45:38] MinuteElectron: might be... [16:45:47] :P [16:46:05] slakr: don't you want to end the discussions "Didn't you get the memo"? [16:46:14] ooooo [16:46:18] tempting.... tempting..... :P [16:46:21] AzaTht: Well you have to factor in the fact that people go on holidays (in some parts of the world it is summer) and that people often have other commiitments. [16:46:36] MinuteElectron: well, ok [16:46:50] *slakr tries it out... AzaTht: didn't you get the memo!? [16:46:52] recoding a bot is sometimes a big task [16:46:52] :D [16:46:58] slakr: I wrote it! [16:47:14] okay, but did you BCC it to yourself? :P [16:47:22] hehe [16:47:31] no, I CC:ed it [16:47:54] heh, I tend to avoid doing that so that people don't think I'm schizo [16:48:01] :P [17:06:55] meh [17:17:08] mediawiki installation says diff3's not found, even though I have it installed... anything I need to set? [17:18:04] Is it in path, though? [17:18:54] 03siebrand * r30474 10/trunk/phase3/languages/messages/MessagesMl.php: Localisation updates for core messages from Betawiki [17:19:23] Actually, looks like it's a variable. $wgDiff3 [17:23:53] 03nikerabbit * r30475 10/trunk/extensions/CleanChanges/ (5 files): * Alternative for enhanced (or enchanted) changes list that we have been using on betawiki for ages [17:29:29] hello :) [17:30:08] i have a probem - i use the media wiki 1.6 and why can i not set, that guest can not create or edit article? [17:35:48] a budy has say, that normaly it have to function? OO [17:37:33] 03siebrand * r30476 10/trunk/extensions/ (6 files in 2 dirs): [17:37:33] * add descriptionmsg to CleanChanges [17:37:33] * change message name [17:37:33] * remove EOL whitespace and empty lines [17:37:33] * add support for cleanchanges to Translate [17:39:57] T-Vairus: 1.6 is a pretty old version [17:41:40] i know :( but i have not php 5 on the server...not yet. [17:41:46] ah [17:41:55] but my buddy has 1.6 and it function with the guest safe [17:42:03] that guest can not create new articles [17:42:06] :S [17:42:55] I don't remember exactly how 1.6 had their permission setting [17:46:22] T-Vairus: Check in your Localsettings.php if you have some sort of setting there [17:46:51] ok - one second please :) i will check it [17:50:05] if an extension (QuizExtension) causes "Fatal error: Call to undefined function wfLoadExtensionMessages() " , how can i get wfLoadExtensionMessages()? [17:50:09] mh - i dont know where i have too look in that file [17:50:31] hello [17:51:00] i've just downloaded the latest stable and read skin.txt. however, I did not find the mentioned files: [17:51:09] MZMcBride: please block http://www.mediawiki.org/wiki/Special:Contributions/89.113.75.48 [17:51:13] "To change the layout, just edit the PHPTal template (templates/xhtml_slim.pt) [17:51:13] as well as the stylesheets (stylesheets/monobook/*)." [17:51:46] i want to adapt the default skin to my needs and style [17:54:52] Betacommand: are you around ? [17:55:46] 03siebrand * r30477 10/trunk/extensions/ (3 files in 2 dirs): AutomaticGroups is obsolete [17:55:56] siebrand: blocked that spambot, thanks (sorry, MZMcBride ;-) [17:56:50] mutante: either get older version of that extensions from svn or update your mediawiki [17:57:26] 03grondin * r30478 10/trunk/extensions/ (5 files in 2 dirs): Add internationalization extension description message in [[Special:Version]] [18:05:03] AaronSchulz: ping? [18:05:10] what? [18:06:03] AaronSchulz: proper fallback has been implemented for extensions using wfLoadExtensionMessages. Would you mind if I converted FlaggedRevs to use it in 2 message groups? [18:06:20] do I have to edit the Monobook.php file? [18:06:33] (afk 10 mins, putting kids to bed) [18:06:53] because I don't find that PHPTal stuff.... [18:07:03] 03grondin * r30479 10/trunk/extensions/Translate/ (MessageGroups.php Translate.php): add catfeed extension for translation tool [18:07:24] PHPTal stuff is very old and not used nowadays, I think [18:07:30] whatever, as long as it works [18:12:03] Jack_Phoenix, so i have to edit the Monobook.php? there is no central file; I simply choose a skin that I want to edit? [18:12:10] yes [18:13:01] 03aaron * r30480 10/trunk/extensions/FlaggedRevs/FlaggedRevs.php: Make this one query [18:13:36] AaronSchulz: it should. :) [18:13:36] 03(NEW) suggestions for modern skin - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12894 15enhancement; normal; MediaWiki: Modern skin; (wiki.bugzilla) [18:14:08] AaronSchulz: any pending commits? Shouldn't be too much of a problem, as core code remains about the same... [18:14:18] no [18:15:48] *VasilievVV tries to find out how many active developers we have [18:16:12] VasilievVV: 1½? [18:17:59] hmm... [18:18:11] VasilievVV: TortoiseSVN should be able to give you an idea... [18:18:12] 03nikerabbit * r30481 10/trunk/extensions/CleanChanges/CleanChanges_body.php: * Something broke this syntax, but fortunately the subpage syntax has started to work, so use it [18:18:35] VasilievVV: about query.php, neither roan nor yurik will patch it up any more, and it's allready borked [18:19:02] VasilievVV: last 5000 revisions had 68 authors [18:19:22] VasilievVV: that's since 2007-09-04 [18:20:57] VasilievVV: aaron, brion, mkroetsch, nikerabbit, siebrand, yaron has made the most commits. [18:22:29] core software: brion, tstarling, aaron, amidaniel, catrope, huji, simetrical, me [18:22:29] i18n+cleanups: nikerabbit, rotem, siebrand, raymond, grondin [18:22:29] some SMW developers... [18:22:29] some extensions developers... [18:22:44] ok [18:23:32] Only 8 developers sometimes seriously modifies software, implementing some features and fixing bugs [18:23:33] :( [18:25:13] http://www.ohloh.net/projects/22/contributors?sort=code_reverse - nice contributions measurement tool [18:25:49] 14(DUP) Special:Recentchangeslinked should allow namespace selection - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12871 +comment (10wiki.bugzilla) [18:25:49] 03(mod) "Related changes" should allow namespace selection - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9481 +comment (10wiki.bugzilla) [18:26:08] O_o... [18:26:20] I've modified 13,701 lines of code... [18:27:07] hmhm, 170k for me [18:27:31] but those i18n committes change huge amounts of lines [18:28:02] and I have poor comment ratio because back then i18n didn't have comments :) [18:28:19] 03(NEW) make recent changes lines customizable - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12895 15enhancement; normal; MediaWiki: Special pages; (mati) [18:29:22] just when I committed cleanchanges :D [18:32:06] 03(mod) Special:Recentchangeslinked should allow namespace selection - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=9481 summary (10danny_b) [18:32:20] http://www.ohloh.net/projects/22?p=MediaWiki [18:32:30] http://www.ohloh.net/projects/22/factoids/325468 [18:36:38] 03(NEW) A way to bypass Spam Blacklist - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12896 major; normal; MediaWiki extensions: Spam Blacklist; () [18:58:39] 03vasilievvv * r30482 10/trunk/extensions/SpamBlacklist/SpamBlacklist_body.php: * (bug 12896) A way to bypass Spam Blacklist [19:00:05] ok, i thought my life was perfect, but I have run into a problem [19:00:21] I am trying to load the bodytext into a variable and I am using monobook [19:00:25] i do this; $TheText = $this->data[ 'bodytext']; [19:00:39] inside php tags obvisouly [19:00:53] but the problem is that not only does it assign it to the $TheText variable [19:00:58] 03(FIXED) A way to bypass Spam Blacklist - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12896 +comment (10vasilvv) [19:00:58] but I also get DISPLAY [19:01:17] is it in what kinds of tags? [19:01:20] Ricco: Did you happen to put it inside rather than ? [19:01:27] i need to use that data in a form later [19:01:34] no, i used Can you paste your PHP file at http://rafb.net/paste/ ? [19:02:02] hold on [19:03:13] 03catrope * r30483 10/trunk/phase3/includes/ (api/ApiQueryImageInfo.php filerepo/LocalFile.php): (bug 12875) Adding query-continue to prop=imageinfo. Patch by Bryan Tongh Minh. [19:03:30] 03(FIXED) prop=imageinfo has no query-continue - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12875 +comment (10roan.kattouw) [19:03:54] is it possible to rename the Image: namespace, and if so, will images work when using the new name? [19:04:50] roankattouw you get it here? http://rafb.net/p/xyDslL67.html [19:05:20] search down for "Ricco" [19:05:26] you will see where I have started the form [19:06:12] Ricco: Are you sure $TheTitle doesn't contain any " characters? [19:06:28] not sure what you mean [19:06:44] ah, you mean ... got it... no the title does not [19:06:45] Well you have [19:07:08] yeah, i am passing the title and the body text to another program [19:07:17] to process the text into an mp3 file [19:07:31] Can you show me an example of your problem? [19:07:45] ah [19:07:49] i think you are on to something [19:07:55] hold one sec [19:08:58] it only is happening if there is a space in the title [19:09:11] single word titles don't make it happen. [19:09:35] Maybe replace spaces with underscores like you do for another variable? [19:09:41] let me just change the order of the two assigns and see if that tables care of it [19:09:45] yeah, i do that [19:09:54] one sec [19:09:59] your comment was spot on [19:12:13] Hi can anybody write a small gadget which adds a tab with a short url using the "oldid" link syntax see http://bugzilla.wikimedia.org/show_bug.cgi?id=268 268 Short-hand link / URL for referring to specific version [19:13:22] how do i rename the Image namespace to File on my wiki? [19:13:28] gangleri: Can't you write a template that contains [{{fullurl:{{{1|{{PAGENAME}}}}}|oldid={{{2}}}}} {{{3}}}] ? [19:13:34] not an alias, truely rename. [19:13:58] Zach: On it [19:14:09] RoanKattouw I think this is a real gadget application [19:14:58] Zach: Edit Namespace.php, [19:15:06] Around line 10 [19:15:23] gangleri: you better ask in the wikiproject user scripts or whatever is called [19:15:38] I'm not sure a bugzilla will help [19:15:38] ok Snowolf I need links like http://yi.wiktionary.org/w/index.php?oldid=11706 [19:15:40] aw crap, i don't want to edit files.. [19:15:53] There's no other way [19:15:58] then when i update from svn, my changes will be wiped out? [19:16:04] Yes [19:16:17] Unfortunately [19:16:28] Only if someone changed Namespace.php though [19:16:38] Which hasn't happened in the last 7 weeks [19:16:43] 03(mod) Allow downloading multiple image files in a compressed archive - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=7866 +comment (10Bryan.TongMinh) [19:16:48] ro... ok, it seems to have been the construction of my echos that built the form [19:17:02] All you need to do is replace "Image" with "File" and "Image talk" with "File talk" *once*, on top of the file [19:17:03] i was escaping " but it looks like ' will work... I think I am good [19:17:15] can't I make a $wgCanonicalNamespaceNames in my LocalSettings.php? [19:17:35] Hmm I don't know whether Namespace.php is included before or after that [19:17:45] it should be moved out of that file and into DefaultSettings.php [19:17:51] Why don't you try? No guarantee it'll work [19:17:55] But you could try [19:18:37] ro, I am on my way [19:18:39] thanks [19:20:21] wait, how do other languages change the name of the namespaces? [19:20:32] Zach: Those are aliases [19:20:42] On German wikis, both Benutzer and User work [19:20:59] Those names are in LanguageNN.php [19:21:08] NN being the language code (En, De, Fr, etc.) [19:21:11] but Benutzer doesn't redirect to user? [19:21:19] No, the other way around [19:21:28] I think [19:21:30] Lemme try [19:21:39] aliases redirect, but alt. languages don't? [19:21:47] Yep, User --> Benutzer [19:28:12] is there any reason that $wgCanonicalNamespaceNames shouldn't be in DefaultSettings.php? otherwise i'm gonna put a bugzilla up for it [19:30:12] 03btongminh * r30484 10/trunk/phase3/ (RELEASE-NOTES includes/api/ApiQuerySiteinfo.php): Added siprop=namespacealiases to meta=siteinfo [19:30:26] Zach: Do so [19:33:57] done [19:33:59] 03(NEW) Move $wgCanonicalNamespaceNames to DefaultSettings.php - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12897 15enhancement; normal; MediaWiki: General/Unknown; (zach) [19:44:57] !r xeb [19:44:57] --mwbot-- http://svn.wikimedia.org/viewvc/mediawiki?view=rev&revision=xeb [19:46:22] AaronSchulz: "function setImageVersion( $title, $article )" shouldn't that be "public static function setImageVersion( $title, $article )"? Getting a strict warning about it. [19:46:59] AaronSchulz: FlaggedRevs.php, around line 1250 [19:55:34] RoanKattouw: ping [19:56:56] RoanKattouw: cm and iu [19:59:44] 03(mod) DOM-Like Preprocessor Automatically Expands First Argument - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12842 minor->15enhancement; +comment (10david.sledge) [20:02:39] 03siebrand * r30485 10/trunk/extensions/ (10 files in 3 dirs): [20:02:39] * FlaggedRevs uses wfLoadExtensionMessages now (moved i18n files one level up) [20:02:39] * add descriptionmsg in extension credits [20:02:39] * fix Strict Standards: Non-static method FlaggedRevs::setImageVersion() cannot be called statically in phase3\includes\Hooks.php [20:02:39] * remove trailing whitespace [20:02:41] * update Translate [20:02:59] 03grondin * r30486 10/trunk/extensions/CentralAuth/ (CentralAuth.i18n.php CentralAuth.php): Add internationalization extension description message in [[Special:Version]] [20:03:05] AaronSchulz: done [20:03:17] RoanKattouw: alive? [20:03:35] in which function is the imagelinks table updated? [20:03:38] can't find it [20:04:35] Bryan: Probably somewhere in the parser [20:04:40] Or the Linker [20:04:41] LinkBatch maybe [20:04:47] AzaTht: What about cm and iu? [20:05:21] cm takes without namespace and iu takes with namespace in it's parameter [20:05:37] Rigt [20:05:46] File @ BugZilla and assign to me [20:05:55] done that I think [20:06:05] a month or so ago [20:06:06] !b [20:06:06] --mwbot-- http://bugzilla.wikimedia.org/show_bug.cgi?id=`e1 [20:07:05] There's no bug assigned to me or with component=API whose summary contains "imageusage" or "categorymembers" [20:07:59] hmm [20:08:05] I know we talked about it [20:08:14] perhaps you added it to your TODO list instead [20:09:16] LinksImage [20:10:18] RoanKattouw: perhaps you had it on your todo list, but changed something similar and removed it [20:10:46] It's not on there either, weird [20:11:00] hmm [20:11:09] I'll fill a bug then [20:12:05] 03grondin * r30487 10/trunk/extensions/ChangeAuthor/ (ChangeAuthor.i18n.php ChangeAuthor.setup.php): Add internationalization extension description message in [[Special:Version]] [20:13:17] 03(NEW) imageusage and categorymembers lacks consistency - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12898 15enhancement; normal; MediaWiki: API; (azatoth) [20:13:19] RoanKattouw_away: there [20:13:35] 03warx * r30488 10/trunk/tools/planet/pl/config.ini: added Radomil to pl.planet [20:15:03] 03siebrand * r30489 10/trunk/extensions/FlaggedRevs/FlaggedRevs.php: * extension credits tweak (use array of authors, name above authors) [20:15:31] 03river * r30490 10/trunk/phase3/ (3 files in 3 dirs): bug #12894: missing css classes; new messages bar conflicts with tagline and subtitle; new messages bar should be less subtle [20:16:15] 03(FIXED) suggestions for modern skin - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12894 +comment (10river) [20:34:20] 03grondin * r30491 10/trunk/extensions/ (4 files in 2 dirs): [20:34:20] * Add internationalization extension description message in [[Special:Version]] [20:34:20] * Add new extension messages to Translate extension tools [20:36:25] Can somebody help regarding http://en.wikipedia.org/wiki/Wikipedia:WikiProject_User_scripts/Requests#bugzilla_268 ? [20:43:49] Good afternoon everyone. [20:45:02] flyingparchment, thanks :-) [20:47:32] I'm trying to find instruction on how to backup mediawiki using rsync. [20:47:59] 03(ASSIGNED) imageusage and categorymembers lack consistency - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12898 summary; +comment (10roan.kattouw) [20:49:45] AzaTht: wikibugs seems to've dropped it, but I've accepted the bug and clarified it a little [20:50:02] ok [20:50:35] RoanKattouw: [21:13:17] (NEW) imageusage and categorymembers lacks consistency - http://bugzilla.wikimedia.org/show_bug.cgi?id=12898 enhancement; normal; MediaWiki: API; (azatoth) [20:51:57] 03grondin * r30492 10/trunk/extensions/CheckUser/ (CheckUser.i18n.php CheckUser.php): Add internationalization extension description message in [[Special:Version]] [20:56:20] Fenyx: first of all, you need something to rsync. wiki data is kept in the database, not files, so rsync by itself is useles. [21:01:01] 03nikerabbit * r30493 10/trunk/extensions/CharInsert/CharInsert.php: * No need to load description message for every request [21:02:35] Duesentrieb: Ah, so I should be looking into how to rsync my mysql db? :) [21:04:18] Fenyx: first dump, then rsync. alternatively, you can also copy mysql's data directory directly, but you would have to shut down the database server for that to work safely (or at the very least, set it to read-only first). and sinde the innodb storage engine stuffs everything into a single file, this only makes sense if there's not much else on the server. and of yourse, you'd need access to the raw data. [21:04:55] 03(mod) Login and account creation should be by secure http. - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12884 +comment (10minuteelectron) [21:05:03] Fenyx: just look for instructions to make a backup of a mysql database. once you got that, you can rsync the files all you want. but rsync won't help you much, you'll be dealing ith one-large-file anyway. [21:05:20] Fenyx: for an incremental backup, look into mysql's live replication feature. [21:05:25] How can I change the maximally allowed number of 'recursed' templates? [21:05:38] Thanks Duesentrieb. [21:05:48] Taldor: afaik to allowed number is "none". [21:06:31] Duesentrieb: atm it works once [21:06:45] only in noinclude, afaik [21:07:55] that's possible, but can this setting be changed? [21:09:53] if it can't be changed (easily), does that mean it's generally a bad idea to use multiple levels of transclusion? [21:12:19] Taldor: multiple levels are ok - *recursion* is not. [21:13:19] ther eare limits on inclusion overall, per page - but it's not a specific number of depth. the limits are by "pre-expand size" and "post-expand size", and i have no cluie where they can be configured :) [21:14:10] this is what I'm trying to get working: http://radakan.org/wiki/index.php?title=Template:%3D&action=edit [21:14:37] it should return as may =-es as the argument you pass to it [21:16:09] that'S not going to work. [21:16:33] recursion is forbidden. [21:17:04] Taldor: conditional recursion makes a language turing complete. which makes it a bit hard to make sure your page ever gets rendered. [21:17:13] AzaTht: Ah, saw it, I obviously don't know how to scroll ;) [21:17:31] a "loop" type construct has been proposed many times, but i think it doesn't exist, and is not going to [21:17:49] a "repeat" type thingy for repeating a string n times would be feasable - perhaps the StringFunctions extension has it [21:18:02] !e StringFUnctions [21:18:02] --mwbot-- http://www.mediawiki.org/wiki/Extension:StringFUnctions [21:18:26] !e StringFunctions [21:18:26] --mwbot-- http://www.mediawiki.org/wiki/Extension:StringFunctions [21:18:32] yea, damn type :) [21:18:41] Abuse #pad? [21:18:42] anyway, don't see it at first glance. would make sense to add it there. [21:18:42] thanks [21:19:10] ah, {{#pad}} can probably be used to do that [21:19:28] {{#pad:|20|=}} [21:20:07] 03(mod) Short-hand link / URL for referring to specific version - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=268 +comment (10roan.kattouw) [21:21:33] Hi everyone ! [21:26:39] RoanKattouw_away: that would be 203 ;) [21:30:30] Hello, everyone! [21:30:58] Got a wiki-coding question for anyone who might be able to help me with it. [21:31:59] I have a problem with templates [21:32:00] In arabic WP, in بوابة:سوريا (Portal:Syria) there are tpl like this one: {{{{اسم_كامل}}/مقدمة}} [21:32:00] The first part (اسم_كامل) means "_fullname". The second one (مقدمة) means "Introduction". The result is similar to including {{بوابة:سوريا/مقدمة}} (Portal:Syria/Introduction). [21:32:00] I can't reproduce this behavior on a local MW: what's the way to enable this kind of substitution with the `_fullname` template ? [21:35:12] RoanKattouw_away: ok [21:35:44] How do you code text boxes to have a little space around them on a page so that the text around them doesn't come right up next to the box? [21:36:11] 03(mod) Implement a validation check for ISBN links - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=2391 +comment (10gangleri) [21:38:17] 03(mod) ISSN Magic Numbers - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=3663 (10gangleri) [21:39:57] 03(mod) ASIN sources support (fighting ads in articles for audio/video) - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=8758 (10gangleri) [21:41:50] How do you code text boxes to have a little space around them on a page so that the text around them doesn't come right up next to the box? [21:44:04] style="padding: 0.5em;" [21:46:15] Thank you Bryan, but I meant on the outside of the box. [21:47:34] ZenBodhi: use "margin" instead of "padding" then [21:54:03] 03(NEW) Italian Wiktionary - Case sensitive only in NS=0 and NS=1 - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12899 15enhancement; normal; Wikimedia: Site requests; (grandepuffoo) [21:58:58] 03siebrand * r30494 10/trunk/phase3/ (18 files in 2 dirs): Localisation updates for core messages from Betawiki (2008-02-03 22:50 CET) [22:04:09] 03(mod) A way to bypass Spam Blacklist - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12896 +comment (10Simetrical+wikibugs) [22:07:15] MinuteElectron: Right. I obviously know nothing about HTTP response codes [22:07:21] Oh now I remember, 403 = Forbidden [22:07:51] hmm, #switch expands the nameNode twice often [22:08:03] not good [22:08:16] 03(mod) Short-hand link / URL for referring to specific version - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=268 (10roan.kattouw) [22:08:17] RoanKattouw: :P [22:08:46] AzaTht, you can just leave query.php alone if really nobody cares (and people should care a little more, IMO). If some people's scripts maybe break because it starts drifting away from the rest of the code, that's still better than *everyone's* scripts breaking who use it. [22:09:10] Assuming that nobody is actually using it is a bad tactic, unless you have evidence to that effect. [22:09:18] Which I doubt you do, if pywikipediabot is still using it. [22:10:26] Simetrical: they only used it in an obsolete module [22:11:03] it's mostly older, unmaintianed and probably broken scripts that still uses query [22:11:14] do you have any proof of that/ [22:12:24] MinuteElectron: not at all [22:12:31] 03siebrand * r30495 10/trunk/extensions/ (68 files in 58 dirs): Localisation updates for extension messages from Betawiki (2008-02-03 22:50 CET) [22:13:21] MinuteElectron: but as the query.php has been deprecated in a year now, it's pretty logical that scripts still using it is in fact unmaintinaed [22:13:42] and if they are unmaintained, then they are probably old [22:14:19] You're assuming that people actually know or care about theoretical announcements of non-maintained-ness. [22:14:34] http://en.wikipedia.org/w/query.php?what=revisions&titles=Main%20Page&rvuniqusr&rvlimit=3&rvcomments&rvcontent [22:14:41] just cause a script is old doesn't mean it doesn't still serve some purpose, maybe the author of the script didn't actually need to update the script since the query's it uses still worked. [22:14:56] MinuteElectron: perhaps [22:15:32] hi [22:15:46] but ins't query.php less server friendly than the api? [22:16:29] that isn't for you to worry about, if it was really affecting performance the sysadmins would simply disable it [22:16:39] 03huji * r30496 10/trunk/phase3/languages/messages/MessagesDe.php: (bug 12888) Incorrect tranlation of messages pertaining unused categories in German. [22:16:47] and it hasn't caused server problems thus far [22:16:56] MinuteElectron: true true true [22:17:13] I don't worry [22:17:25] do someone have a free sec to try to help me ? [22:17:30] 03(NEW) linkify ISBN: foo and ISBN: foo, bar, etc. beside ISBN foo_bar - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12900 15enhancement; normal; MediaWiki: Special pages; (gangleri) [22:17:33] 03(FIXED) Special:Unusedcategories has a wrong german description - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12888 +comment (10huji.huji) [22:17:40] !ask | camilo_ [22:17:40] --mwbot-- camilo_: Don't say "I have a question", or ask "Is anyone around?" or "Can anyone help?". Just ask the question, and someone will help you if they can. Also, please read < http://workaround.org/moin/GettingHelpOnIrc > for a good explanation of getting help on IRC. [22:18:36] i installed mediawiki, installation was "successfull" but php code lines appear on the top of every page [22:19:30] found nothing on the french help pages, i also tried in english but nothing, hard to solve error because there's no error message [22:19:37] 03(NEW) #switch expands node twice - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12901 normal; normal; MediaWiki extensions: ParserFunctions; (azatoth) [22:20:03] "The bug was created successfully, but attachment creation failed. Please add your attachment by clicking the "Create a New Attachment" link below." [22:20:04] WTF [22:20:22] shit happens [22:20:23] camilo_: url? [22:20:23] :) [22:20:35] 03(mod) #switch expands node twice - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12901 (10azatoth) [22:20:36] http://wiki.alasso.net [22:20:39] MinuteElectron: it's my all mighty patch [22:20:44] :p [22:20:57] camilo_: my guess is that some source file (possibly an extension) is broken in some way [22:21:16] it would be surprising [22:21:28] i didn't do anything [22:21:37] just following the installation steps [22:21:52] camilo_: "id didn't do anything" is a famous quote of people who completely screwed up their system :) google it [22:22:06] !file 4164 | MinuteElectron [22:22:06] --mwbot-- MinuteElectron: http://bugzilla.wikimedia.org/attachment.cgi?id=4164&action=diff [22:22:27] !file 4614 | MinuteElectron [22:22:27] --mwbot-- MinuteElectron: http://bugzilla.wikimedia.org/attachment.cgi?id=4614&action=diff [22:22:28] gah [22:22:29] lol no i swear ! [22:22:53] camilo_: uh, that looks very odd indeed. anyway, *something* must have gone wrong for *some* reseason. [22:22:56] AzaTht: lol [22:23:03] sure [22:23:04] :) [22:23:16] MinuteElectron: what do you think of my extensive patch? [22:23:40] maybe a bug during uploading files from my computer to my webhost ? [22:24:01] could it cause that kind of bug ? [22:24:20] AzaTht: That's pretty damn good. :P [22:25:09] MinuteElectron: I just looked at the code, and the nameNode was expaned twice in a row... [22:25:34] camilo_: file upload can introduces problems, especially when using ftp in ascii mode. but i would be very surprised if it could cause *this* problme. [22:25:51] like "expand; if( something ) { blah } else { expand }" [22:26:20] camilo_: interestingly, you seem to get random bits of php code from random files included in your pages. this is *very* strange. i have no idea what could cause this. [22:26:38] wow [22:26:43] camilo_: Reupload the includes/Database.php file [22:26:56] just to test my theory [22:27:02] camilo_: MinuteElectron: click "history" or "edit" on this site. look at the code you get then. [22:27:05] if it makes the page change then i have a clue [22:27:19] MinuteElectron: also note that the code you see is also *working*. [22:27:41] oh right [22:27:42] lol [22:28:01] it appears to be from two files [22:28:19] MinuteElectron: try more pages. you get stuff from moer files. [22:28:24] h ok [22:28:27] *oh [22:28:34] i so far had Database.php, Skin.php and EditPage.php [22:28:36] random snippets [22:28:44] :S [22:28:52] it really looks strang - i suspect a warped php install or byte cache or something [22:29:42] camilo_: can you put your LocalSettings.php on a pastebin somehwere (with db password removed)? [22:29:51] i reuploaded the includes/Database.php file the code has change [22:30:36] it has [22:30:57] what about reuploading includes/Skin.php and includes/EditPage.php [22:30:58] camilo_: if you click "edit" it'll change aga9in [22:31:12] reuploading... i doubt it, but worth a try. [22:31:26] MinuteElectron: if the files were *that* broken, they shouldn't work, should they? [22:31:40] Depends on the file [22:31:51] As far as I notice it, the problem is with Skin.php mostly [22:31:54] they shouldn't, but maybe there has been some sort of characters inserted that causes weird shit to happen [22:31:56] and a broken Skin can still work [22:32:09] not if there is a parse error [22:32:10] Hojjat: explain this then: http://wiki.alasso.net/index.php?title=Accueil&action=edit [22:32:18] which there would be if the entire file is output [22:32:34] ha! [22:32:41] Parse error: syntax error, unexpected $end in /home.10.16/alasso/www/wiki/includes/EditPage.php on line 1126 [22:32:49] when clicking "show changes" on an edit page [22:32:49] :) [22:32:54] Skin and EditPage reuploaded [22:32:56] reuploading the files fixed it then [22:32:59] so somethign *did* get broken [22:33:12] yes, as i suspected ;D [22:33:26] looks like it [22:33:30] http://wiki.alasso.net/index.php?title=Accueil&action=edit is fine now! [22:33:33] wow. i would still be curious how this worked [22:33:44] broken files usualy get you... NOT this effect. [22:34:02] lol yup [22:34:09] maybe we should have told camilo_ to first make a copy of the files in question, for our amusement... [22:34:13] lol [22:34:15] Duesentrieb: you may need to purge some pages we just visited [22:34:22] Simetrical: I felt also that it would be bad to give developers a false sense of safty that query.php will always be there and functional [22:34:32] hm... maybe part of the files was simply duplicated? that could cause this effect.- though i have no clue how that could happen during upload [22:34:38] rtuncated, yea. but duplicated? [22:34:46] thx filezila [22:34:48] :) [22:34:57] AzaTht: did you read the reply I sort of forwarded on the query.php bug? [22:35:12] Hojjat: tell camilo_ :) anyway, only if he'Äs using squid or filecache [22:35:38] Hojjat: hmm [22:35:40] parsercache should be uneffected [22:35:48] Duesentrieb: oops sorry, I thougth it was you :) [22:35:59] don't know [22:36:11] !bug 12881 | AzaTht [22:36:11] --mwbot-- AzaTht: http://bugzilla.wikimedia.org/show_bug.cgi?id=12881 [22:36:12] then you don't [22:36:25] Duesentrieb: sorry again [22:36:38] AzaTht: last post [22:36:44] Hojjat: hm? oh, no problem [22:37:03] the page Aide (=help) works too [22:37:31] camilo_: if you find some page that doesn't, add &action=purge to the url and try again [22:37:53] that will clean any cruft from the cache (although i don't think there should be any) [22:38:45] wow everything's working now [22:38:50] hum [22:39:24] Hojjat: as query.php has been deprecated a year now, I really doesn't understand his post [22:39:50] i'm not sure : it came from Database.php or Skin.php or EditPage.php ? [22:40:00] AzaTht: there are follow ups indeed [22:40:03] camilo_: all three, probably [22:40:12] okay [22:40:20] so thanks a lot to you ;) [22:40:48] AzaTht: I was just reading them. Some people think it is a good idea to keep query.php but change it so it relies on Api.php (thus backward-compatability is automatically taken care of) [22:40:57] camilo_: here may be more problems, in files that are not used that often... [22:41:18] AzaTht: some other people think it should be kept as is, without necessarily getting updated according to later schema changes [22:41:34] Hojjat: I think the best proposal is to give a three month deadline [22:41:37] AzaTht: and some think it is fine to let it go after a while [22:41:57] Duesentrieb: well i hope not much [22:42:00] AzaTht: indeed, I'm in your gang. I think it is good to expect others to update their code :) [22:42:29] Hojjat: http://en.wikipedia.org/w/query.php?what=revisions&titles=Main%20Page&rvuniqusr&rvlimit=3&rvcomments&rvcontent [22:42:41] that's how stabe the query is atm [22:42:54] oh? [22:43:10] I'm going to reflect this on the discussion. [22:44:58] AzaTht: Here you go: http://lists.wikimedia.org/pipermail/toolserver-l/2008-February/001245.html [22:45:06] I didn't know a better way to give you the credits [22:46:02] Hojjat: and the example queries on the help page of query.php doesn't directly work, they have been escaped [22:47:00] AzaTht: I really think the final decision is going to be letting go of query.php in a few months [22:49:06] How do you change the description under an article [22:49:14] e.x. From Wikipedia, the free encyclopedia [22:52:24] 03(mod) Remove query.php - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12881 (10martinp23) [22:52:57] mediawiki:tagline [23:16:45] 03(NEW) add hook to EditPage.php in getEditButtons - 10http://bugzilla.wikimedia.org/show_bug.cgi?id=12902 15enhancement; normal; MediaWiki: Page editing; (skizzerz) [23:38:24] 03aaron * r30497 10/trunk/extensions/FlaggedRevs/FlaggedRevs.php: fix index error [23:42:11] hi there can somebody point me in the right direction for adding categories to the sidebar in a skin? I thought I could use $this->data['catlinks'] but it seems to stay empty?