[00:02:40] hmmmm... http://wiki.whatwg.org/wiki/LogoutRelExtension [00:08:39] New review: Reedy; "Caused Fatal error: Call to undefined method ApiDelete::getErrorsArray() in /usr/local/apache/comm..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/7572 [00:12:40] New patchset: Reedy; "Fix for: Fatal error: Call to undefined method ApiDelete::getErrorsArray()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/15647 [00:13:04] AaronSchulz: ^ Fancying CR'ing that so I can merge and push? [00:13:27] AaronSchulz: also, there's a tonne of unlink related errors in the apache logs [00:13:35] New review: Reedy; "Fixed in https://gerrit.wikimedia.org/r/15647" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/7572 [00:15:20] Reedy: is there a blockbot [00:15:24] for python [00:15:37] no idea [00:15:38] where you enter a list of names and it blocks them all with the same length and reason [00:16:14] haggis: you might ask in #pywikipediabot [00:16:21] they dpon't look to have one [00:16:30] Aaron|home: [00:16:35] [01:13:13] AaronSchulz: ^ Fancying CR'ing that so I can merge and push? [00:16:35] [01:13:36] AaronSchulz: also, there's a tonne of unlink related errors in the apache logs [00:19:10] Reedy super cool , works great [00:19:14] the wikieditor [00:21:54] Change merged: Reedy; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/15647 [00:22:30] New review: Jeroen De Dauw; "Yes, did not verify" [mediawiki/extensions/Wikibase] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/15625 [00:22:35] New patchset: Reedy; "Fix for: Fatal error: Call to undefined method ApiDelete::getErrorsArray()" [mediawiki/core] (wmf/1.20wmf7) - https://gerrit.wikimedia.org/r/15648 [00:23:09] 03(mod) WikiEditor dropdowns should behave normally, closing when they lose focus or when ESC is pressed - 10https://bugzilla.wikimedia.org/32731 +comment (10Mark Holmquist) [00:23:14] Change merged: Reedy; [mediawiki/core] (wmf/1.20wmf7) - https://gerrit.wikimedia.org/r/15648 [00:25:09] New patchset: Jeroen De Dauw; "add missing description" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/15649 [00:25:38] New review: Jeroen De Dauw; "Good catch - this should fix it: https://gerrit.wikimedia.org/r/#/c/15649/" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/15627 [00:50:10] mw.util.addPortletLink('p-personal','#', 'blah', 'p-numconvert','blah', null, '#pt-userpage'); works only for vector right? any place where i can find the appropriate locations for other skins? [01:24:22] 03(mod) API: return a list of supported wikis - 10https://bugzilla.wikimedia.org/38263 (10jeblad) [01:26:16] 03(mod) wbsetitem does not set bot flag - 10https://bugzilla.wikimedia.org/38354 (10jeblad) [01:41:20] New patchset: Nikerabbit; "Fix usage of console causing errors on browsers not having it" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/15650 [01:44:12] In the Article::newFromTitle() function, what is the IContextSource parameter, exactly? I have a title and I'm trying to just make an article from it. [01:45:43] Change merged: Santhosh; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/15650 [01:49:02] looks like I can just use WikiPage::Factory to get a page (which is what I need in the end anyway), but -- if the title points to a non-existent page, does WikiPage.doEdit() still work? [01:51:23] Surgo: have you tried? [01:51:41] my only testability is on my live wiki, so I'm trying to get it right the first time :p [01:52:32] well, most likely it won't do anything if it doesn't work, and if it does do something it will be the right thing (or easily revertable) [01:53:14] New review: Mwjames; "## 1 SMW_SpecialAsk.php / IParam" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/15627 [01:53:46] Surgo: but it begs the question; why haven't you set up a MW instance? [01:54:10] because this is the first, and probably only, time I'm writing an extension :p [01:54:33] and it's a real pain to make a copy of the live one [01:56:22] hmm, there is a replaceSection but no getSection? [01:58:00] [01:59:24] You could just export a selection of the live wiki's articles (say, members of a specific category) using Special:Export, and import on the test instance using Special:Import [02:00:37] Surgo: http://svn.wikimedia.org/doc/ [02:01:01] yeah, I am there [02:01:09] WikiPage lets you replaceSection and give it a section ID which is an integer, but I see no way of finding out that list of integers from just a wiki page [02:02:14] hm, there is something in Parser it looks like [02:02:17] Do a search on just section [02:02:37] There's a *lot* of section-related methods [02:02:45] there are [02:05:52] well, nothing on the first page there [02:06:18] New review: Mwjames; "Not sure on which one to comment (sorry for posting it twice )" [mediawiki/extensions/SemanticMediaWiki] (master) C: 1; - https://gerrit.wikimedia.org/r/15649 [02:08:57] Alas, (most) everyone is off to Wikimania, and on a Friday night after the official events... [02:11:38] this is really odd. there's all this stuff that takes a section key that's an integer, but nothing I can see for finding these keys [02:12:10] Probably section title. [02:12:52] yeah, probably gets the keys from the title -- but I can't find a function to resolve that information [02:13:41] EditPage::extractSectionTitle ( $ text ) [02:16:02] 14(WFM) Internal error when viewing Special:Log - 10https://bugzilla.wikimedia.org/38211 +comment (10Aaron Schulz) [02:16:09] that one returns a string [02:18:57] bleh why bother I guess, I'll just do a string search for my heading [02:32:25] Hah... beautiful OAuth 2 mandates the use of JSON [02:49:24] New review: Nikerabbit; "Good enough for me. Could also add newlines after commas." [mediawiki/extensions/Quiz] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/15576 [02:53:18] 03(mod) Enable UserOptionStats extension on Hungarian Wikipedia - 10https://bugzilla.wikimedia.org/25302 +comment (10Niklas Laxström) [03:03:44] 03(mod) Use a meaningful file name for the download - 10https://bugzilla.wikimedia.org/30845 +comment (10Santhosh Thottingal) [03:09:19] New review: Nikerabbit; "Is this for bug 38370?" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/15638 [03:12:40] New review: Nikerabbit; "Looks okay on quick look." [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/15639 [03:14:11] 03(mod) Special:ValidationStatistics should use properly localised time - 10https://bugzilla.wikimedia.org/38387 +comment (10Aaron Schulz) [03:35:50] 03(mod) Allow selecting all namespaces on Special:UnreviewedPages - 10https://bugzilla.wikimedia.org/34568 +comment (10Aaron Schulz) [03:36:40] Oh /fun/... this would be interesting to implement [03:44:34] 06(LATER) Allow selecting all namespaces on Special:UnreviewedPages - 10https://bugzilla.wikimedia.org/34568 +comment (10Aaron Schulz) [03:55:48] Heh... after reading the OAuth 2 spec, piles of resources, both the hmac and bearer specs... I feel like expanding the scope of the OAuth project [03:55:57] Screw simply the API [03:56:23] OAuth is capable of authenticating the entire system [04:00:13] In fact... I feel like introducing a scope="*" and using something like "4.3. Resource Owner Password Credentials Grant" to write a browser plugin that would let you log into a MediaWiki installation without the use of cookies [04:08:11] The browser plugin would detect the API location. Ask you for your credentials. Use the password grant to get an access token. And then instead of using Cookie: it would use an Authorization: MAC that would be used in place of cookie auth... [04:08:48] ^_^ You could even log in on https:// and securely use http:// without cookie leakage [04:11:20] New patchset: Mwjames; "SRF re-naming tagcloud" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/15651 [04:34:02] New patchset: Mwjames; "SRF re-naming bibtex" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/15652 [04:36:06] New patchset: Tim Starling; "Debug console module" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/15653 [04:37:22] Change merged: Tim Starling; [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/15653 [04:38:50] New patchset: Mwjames; "SRF re-naming valuerank" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/15654 [04:40:03] Hah... beautiful OAuth 2 was written as if intending to replace the way you normally log into a website [04:42:31] New patchset: Mwjames; "SRF re-naming-vcard" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/15655 [04:43:32] The docs say that sajax_do_call is deprecated and we should use jQuery.ajax instead but, when using the latter, how do we get our scripts loaded in the MediaWiki context? When I use it it doesn't run with that context and doesn't have all the class definitions, etc. [04:46:39] New patchset: Mwjames; "SRF re-naming time" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/15656 [04:46:59] New patchset: Tim Starling; "Fixed missing resource dependency" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/15657 [04:47:14] Change merged: Tim Starling; [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/15657 [04:51:09] New review: Aaron Schulz; "Rebased." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/12839 [04:58:33] New patchset: Mwjames; "SRF re-naming timeline" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/15658 [05:06:47] New patchset: Mwjames; "SRF re-naming tree" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/15659 [05:10:16] 03(NEW) Disable anonymous account creation or enable CheckUser on beta.wmflabs - 10https://bugzilla.wikimedia.org/38391 normal; Wikimedia Labs: General; (jasper) [05:12:08] New patchset: Mwjames; "SRF re-naming slideshow" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/15660 [05:20:29] New patchset: Mwjames; "SRF re-naming math" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/15661 [05:20:57] 03(NEW) language selection list shows up on the wrong side in RTL locale on tablets - 10https://bugzilla.wikimedia.org/38392 normal; Wikipedia App: Localization/Translation/Language; (amir.aharoni) [05:20:58] 03(mod) Tracking bug for RTL bugs in the Wikimedia Mobile Android app - 10https://bugzilla.wikimedia.org/34166 (10Amir E. Aharoni) [05:23:05] New patchset: Mwjames; "SRF re-naming outline" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/15662 [05:24:50] 03(NEW) Edit link doesn't work on an Android tablet - 10https://bugzilla.wikimedia.org/38393 normal; MediaWiki extensions: MobileFrontend; (amir.aharoni) [05:27:07] New patchset: Mwjames; "SRF re-naming googlecharts" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/15663 [05:30:07] New patchset: Mwjames; "SRF re-naming icalendar" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/15664 [05:34:24] New patchset: Mwjames; "SRF re-naming array" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/15665 [06:34:54] 0.o [06:35:21] YOU FUCKED THIS VERSION UP MAJORLY, CONGRATS [07:34:43] Hi, can I translate http://www.mediawiki.org/wiki/API:Main_page and [07:34:52] open a new wiki page? [07:36:28] Such as http://www.mediawiki.org/wiki/API:Main_page\tr [07:36:37] http://www.mediawiki.org/wiki/API:Main_page/tr yes [07:37:11] New patchset: Mwjames; "SRF re-naming jqplot" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/15666 [07:37:48] Okay thank you saper, do I need to translate other API pages, or is it enough to translate only Main Page in order to open a new page [07:40:27] Sceiwas: as you wish [07:40:39] Ok :) [07:56:41] I'll ask something about translation, in http://www.mediawiki.org/wiki/API:Main_page the top div which starts with "MediaWiki has three outward-facing interfaces..." as you can see has some links to other pages also the whole page too. However my language hasn't got those links what will I do? [07:58:15] For example: http://www.mediawiki.org/wiki/Manual:Developing_extensions will I write (en) [08:00:21] Sceiwas: yes, just link to English [08:00:37] Okay, thank you :9 [08:23:51] 03(mod) jquery.tablesorter sorts incorrectly in non-English context - 10https://bugzilla.wikimedia.org/34093 +comment (10Michael M.) [08:23:51] 14(DUP) Table sorting javascript sorts incorrectly - 10https://bugzilla.wikimedia.org/38370 +comment (10Michael M.) [08:26:12] 03(mod) Installation of computer modern font - 10https://bugzilla.wikimedia.org/38299 +comment (10Gauravjuvekar) [08:31:14] 03(mod) jquery.tablesorter should guess decimal point and thousand separator from date string instead of global setting - 10https://bugzilla.wikimedia.org/34093 summary; +comment (10Michael M.) [08:43:30] 03(mod) Installation of Computer Modern Unicode font family for SVG rendering - 10https://bugzilla.wikimedia.org/38299 summary; +comment (10Marcin Cieślak) [09:01:35] 03(mod) Tidy occasionally isn't executed - 10https://bugzilla.wikimedia.org/38273 +comment (10Michael M.) [09:05:27] 03(NEW) Pages with at least an image - 10https://bugzilla.wikimedia.org/38394 normal; Analytics: ReportCard; (federicoleva) [09:53:58] New patchset: ckepper; "(bug 30845) fixed for ASCII and latin-1 titles" [mediawiki/extensions/Collection] (master) - https://gerrit.wikimedia.org/r/15644 [10:01:21] The Extension:Tabber seems to have no code or a deadlink [10:01:22] 03(mod) Use a meaningful file name for the download - 10https://bugzilla.wikimedia.org/30845 +comment (10Christoph Kepper) [10:01:29] does anyone have access to this code [10:02:52] oh I found it , the mediawiki link needs updating [10:03:03] http://code.google.com/p/mw-toolbox/downloads/list [10:10:49] New patchset: Mwjames; "SRF re-naming calendar" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/15667 [10:18:08] 03(mod) API: return a list of supported wikis - 10https://bugzilla.wikimedia.org/38263 +comment (10merl) [10:25:07] New patchset: Mwjames; "SRF re-naming graphviz" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/15668 [10:38:19] New patchset: Mwjames; "SRF re-naming ploticus" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/15669 [11:25:25] Hi can somebody help? [11:25:34] I have a weird problem :S [11:26:44] I'm trying to use MediaWiki API however after I login vio cURL, it includes a "1" in my return string [11:26:53] Is it clarifying? [11:28:10] For example, post a http request, which include action=login and format=xml; when I have the output from the wikipedia.org, there is a "1" at the end of the xml [11:30:00] Or if format=txt the output is Array(...)1 [11:30:49] Somebody help? [11:32:43] Maybe it is a problem about cURL [11:32:53] Noone? [11:34:02] Why nobody is writing? [11:34:55] New patchset: Drecodeam; "Upload of Images from Photosets" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/15547 [11:35:11] 03(mod) API: return a list of supported wikis - 10https://bugzilla.wikimedia.org/38263 (10jeblad) [11:37:47] Can somebody help? [11:40:06] Whatever [11:40:10] I did it :D [11:43:45] New patchset: Drecodeam; "Upload of Images from Photosets" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/15547 [12:05:01] New review: Anomie; "No, but I see it would fix bug 35526. Somehow I missed it yesterday when searching to see if this wa..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/15638 [12:09:41] hello [12:10:11] a few days ago i tried to make a "play" button for an ogg file on my wiki [12:10:59] with help from here u succeed in having "an speaker" and a link to ogg, but not a play button like in the example for template Listen [12:11:04] could you help me? [12:19:00] hello Vito, could you help me? [12:19:21] * Vito reads [12:19:53] have you ever used Listen template? [12:20:18] you mean https://en.wikipedia.org/wiki/Template:Listen ? [12:20:49] sure [12:21:01] if you look at the basic example [12:21:05] a "play" button is shown [12:21:19] and you tried to import it on your own wiki [12:21:23] but it doesn't work? [12:21:36] but in mi wiki it appears as a hyperlink [12:22:15] did you import subtemplates but also classes and js on your common.css/js? [12:22:27] i think so...this what i did: [12:22:47] installed http://www.mediawiki.org/wiki/Extension:ParserFunctions [12:23:21] it appears as ParserFunctions (Version 1.4.0) on http://vabariigibellona.org/temp/index.php?title=Special:Version [12:24:57] also used http://en.wikipedia.org/w/index.php?title=Special:Export for Template:Listen and import on Template:ListenSpecial:Import [12:25:28] yep, but you didn't anything on mediawiki:Common.css and mediawiki:Common.js, didn't you? [12:25:57] try to import mediawiki:Common.css [12:26:03] and then see how it works [12:26:16] could you explain a bit more? [12:27:09] Anyone know where I can grab the Semantic Project Management source code for the ext. [12:28:02] Vito: you mean to Special:Export mediawiki:Common.css and mediawiki:Common.js and then Special:Import the generated XML? [12:28:38] helpcrypto: try copypasting the content of mediawiki:Common.css on en.wiki into your own mediawiki:Common.css :D [12:28:55] ok, hold a sec... [12:30:56] and also common.js? [12:31:17] at a glance it shouldn't be needed [12:32:05] in fact, it already has some content. well...seems that broke the thing [12:33:24] now the speaker with the link to the file is not shown [12:38:25] helpcrypto: http://vabariigibellona.org/temp/index.php/Special:WhatLinksHere/Template:Mbox [12:39:16] ? [12:40:27] this template is still missing [12:41:42] i just imported it...and removed common.css, as it broke the ogg box on index [12:41:49] could you check again? [12:43:22] en.wiki's template are a pain for dependances [12:43:51] well...actually both seem to be ok (Listen and template), but the play icon is missing [12:44:54] classes are definitely needed [12:46:04] hey [12:46:13] you missed the ogghandler! [12:46:18] ¿? [12:46:24] 03(mod) Disable anonymous account creation or enable CheckUser - 10https://bugzilla.wikimedia.org/38391 summary (10Krenair) [12:47:26] https://www.mediawiki.org/wiki/Extension:OggHandler [12:48:16] another extension to install? [12:48:19] omg... [12:49:23] New patchset: Siebrand; "Add localisation for export formats on Special:Book." [mediawiki/extensions/Collection] (master) - https://gerrit.wikimedia.org/r/15617 [12:49:26] downloading...hold a min [12:50:06] New review: Siebrand; "Updated patch based on Niklas' comments." [mediawiki/extensions/Collection] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/15617 [12:53:01] 03(mod) Disable anonymous account creation or enable CheckUser - 10https://bugzilla.wikimedia.org/38391 +comment (10Sam Reed (reedy)) [12:53:43] <[ceradon]> Hello. [12:54:27] <[ceradon]> How could I get a template in MW to recognize a specific input then output something once it received that input? [12:55:20] <[ceradon]> {{#if:{{{whatever}}}|whatever|then_do_this}}? [13:00:44] like that [13:00:46] !parserfunctions [13:00:46] "Parser functions" are a way to extend the wiki syntax. ParserFunctions is an extension that provides the basic set of parser functions (you have to install it separately!). For help using parser functions, please see . For details about the extension, see . [13:03:31] 04(REOPENED) Table sorting javascript sorts incorrectly - 10https://bugzilla.wikimedia.org/38370 +comment (10Niklas Laxström) [13:14:46] 03(mod) Disable anonymous account creation - 10https://bugzilla.wikimedia.org/38391 summary (10Krenair) [13:15:08] Vito: im having some troubles with connectiong ftp right now [13:15:15] i have noted the steps you provide [13:15:24] thanks a lot, ill try it later [13:15:29] thanks again! [13:17:48] * Vito was afk  [13:24:50] what is the current system used for the WMF single-sign-on ( extension or core ? ) which wiki hosts the master user file ? [13:25:13] CentralAuth [13:25:19] No wiki hosts the master user file [13:25:31] http://en.wikipedia.org/wiki/Special:Search?go=Go&search=mw:Extenision:CentralAuth ? [13:25:38] !e CentralAuth [13:25:38] https://www.mediawiki.org/wiki/Extension:CentralAuth [13:25:49] 'ktnx [13:27:59] Does mediawiki have a logs dir [13:28:29] no [13:28:54] ok was trying to find an error in a ext. [13:29:04] !dbug [13:29:06] !debug [13:29:06] For information on debugging (including viewing errors), see http://www.mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://www.mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging [13:32:06] thanks [14:04:08] Hello, I'm searching the method to move my extension in another group in the special:version page. For the moment it's in the group "other", how change it ? [14:06:48] New review: Nikerabbit; "Thanks for doing that and thanks for Gerrit providing no indication of that." [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/14614 [14:21:09] karima: it depends on what you set in wgExtensionCredits [14:27:18] Reedy : I think it's in relation with http://www.mediawiki.org/wiki/Manual:Hooks/SpecialVersionExtensionTypes but I cannot find a simple example :/ [14:27:39] No [14:27:49] $wgExtensionCredits['specialpage'][] = array( [14:28:03] That hook is to add new types [14:28:22] HUZZZAH! [14:28:30] wrong channel... [14:29:07] hmm... my extension is not only a special page... [14:30:43] It doesn't matter [14:30:55] You can put it in a couple if you want [14:31:01] It's only aesthetics [14:34:45] [Wikimania] The "transparency and collaboration in Wikimedia engineering" talk is about to start in room 310. If you have comments / concerns / rants about how Wikimedia engineering communicates with the rest of the community, please come now. [14:34:56] Comments / questions / rants from IRC are welcome too. [14:35:11] 03(mod) WikiBhasha does not work with Wikipedia's secure server - 10https://bugzilla.wikimedia.org/27139 (10mybugs.mail) [14:38:21] I know I have a little time for the details... or may be with the hook $wgHooks['ExtensionTypes'][] ? [14:47:37] What are you trying to actually do? [15:02:14] Does anybody know of a way to add content to the recent changes in an extension? I've found this [http://www.mediawiki.org/wiki/Manual:Recentchanges_table] recent changes table, but I'm not sure if inserting into this is the proper way. [15:08:12] Suppose log events would do that [15:08:32] The docs say that sajax_do_call and action=ajax are deprecated and we should use jQuery.ajax instead but, when using the latter, how do we get our scripts loaded in the MediaWiki context? When I use it it doesn't run with that context and doesn't have all the class definitions, etc. [15:12:02] Reedy, a google 'mediawiki log events' gave http://www.mediawiki.org/wiki/Logging_to_Special:Log, which looks like it will do the trick. Thanks! [15:36:03] New review: Nikerabbit; "I just filed that bug recently. If it indeed matches, can you add it to commit message?" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/15638 [15:39:23] New patchset: Siebrand; "Added some FIXMEs." [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/15670 [15:40:25] Change merged: Siebrand; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/15670 [15:41:19] Change merged: Siebrand; [mediawiki/extensions/Collection] (master) - https://gerrit.wikimedia.org/r/15617 [15:46:17] 03(NEW) It should be possible to choose the default search (tab/profile) on Special:Search - 10https://bugzilla.wikimedia.org/38395 normal; MediaWiki: Search; (federicoleva) [15:46:34] 03(mod) It should be possible to choose the default search (tab/profile) on Special:Search - 10https://bugzilla.wikimedia.org/38395 normal->15enhancement (10Nemo_bis) [15:50:53] 03(NEW) Results message contains visible tags - 10https://bugzilla.wikimedia.org/38396 normal; MediaWiki extensions: Renameuser; (porplemontage) [15:59:45] New patchset: Siebrand; "Maintenance for special pages." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/14204 [16:10:10] 03(NEW) zh-tw interface users are wrongly shown zh-hans instead of zh-hant - 10https://bugzilla.wikimedia.org/38397 normal; MediaWiki: Internationalization; (federicoleva) [16:11:38] 03(mod) zh-tw interface users are wrongly shown zh-hans instead of zh-hant, message loading sequence doesn't check for fallback translations in mediawiki namespace - 10https://bugzilla.wikimedia.org/38397 summary (10Nemo_bis) [16:13:39] 03(mod) Internal error when viewing Special:Log - 10https://bugzilla.wikimedia.org/38211 +comment (10Brandon Sky) [16:17:20] The docs say that sajax_do_call and action=ajax are deprecated and we should use jQuery.ajax instead but, when using the latter, how do we get our scripts loaded in the MediaWiki context? When I use it it doesn't run with that context and doesn't have all the class definitions, etc. [16:22:14] 03(mod) making http://www.wikipedia.org/ mobile friendly - 10https://bugzilla.wikimedia.org/30389 +comment (10Jon) [16:23:56] what is calling Parser::transformMsg that is not wfMsgReal? [16:23:58] sidebar build [16:23:59] ? [16:24:06] :( [16:24:38] domas: Doesn't message class do that too? [16:25:55] sidebar is 9ms, parsing is 8ms [16:27:20] 03(mod) making http://www.wikipedia.org/ mobile friendly - 10https://bugzilla.wikimedia.org/30389 +comment (10Robin Pepermans (SPQRobin)) [16:27:25] domas: what are you investigating? [16:28:55] nikerabbit: each enwiki view brings up a parser and does message transformations [16:28:57] :) [16:29:30] domas: ah you are still fighting that fight [16:31:20] "sitesupport-url" [16:31:25] :) [16:32:05] oh well [16:33:09] New review: Nikerabbit; "Nobody reviews commit messages??" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/14507 [16:33:19] so, what's the proper, not deprecated way to use Ajax now? The Ajax manual is really tiny [16:33:39] nikerabbit: that single URL adds what, 5ms? [16:33:49] who cares! [16:35:28] 03(mod) Belarusian (Taraškievica) /be-tarask/ native name should be capitalized - 10https://bugzilla.wikimedia.org/38232 +comment (10Robin Pepermans (SPQRobin)) [16:35:29] domas, how would sitesupport-url add 5ms? [16:36:23] what is the parser class doing that adds 5ms? just loading all the code? [16:36:27] 14(DUP) Belarusian (Taraškievica) /be-tarask/ native name should be capitalized - 10https://bugzilla.wikimedia.org/38232 +comment (10Robin Pepermans (SPQRobin)) [16:36:27] 03(mod) Render interlanguage links in SkinTemplate.php sidebar ucfirst per context language rules - 10https://bugzilla.wikimedia.org/37705 +comment (10Robin Pepermans (SPQRobin)) [16:37:50] platonides: Parser::transformMsg() [16:39:05] platonides: whenever Parser::transformMsg() is called for article views, it makes them much much more expensive [16:39:22] Parser initialization mostly [16:39:26] but actual transformation is expensive too [16:39:52] platonides: e.g. http://p.defau.lt/?5KPzQmUY_FHgj24uPBfuog [16:41:39] the -url messages should just be replaced... :S [16:42:04] hmmm, I wonder why skintemplate et al don't go via wfMsgReal [16:42:47] 03(mod) Unable to open diff in Gerrit - 10https://bugzilla.wikimedia.org/36172 normal->major; +comment (10Niklas Laxström) [16:44:38] domas, isn't sidebar cache working? [16:44:50] I think it was disabled for past few years [16:44:50] :) [16:45:06] what about enabling it again? :) [16:45:19] in that case I think just removing {{s would work [16:45:23] they they would need to fix the bug when it reverts to defaults every once in while [16:45:24] who cares about content language in donation link [16:45:40] :) [16:45:48] of course, it can be fixed as $1 [16:46:02] all sidebar links can have content language passed as a numeric argument [16:46:14] that would make sense [16:46:19] everything else doesn't make sense [16:46:23] * domas waves fissts [16:46:28] need help. The last gadget in http://hi.wikipedia.org/wiki/%E0%A4%AE%E0%A5%80%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%B5%E0%A4%BF%E0%A4%95%E0%A4%BF:Gadgets-definition isn't showing up in http://hi.wikipedia.org/wiki/%E0%A4%B5%E0%A4%BF%E0%A4%B6%E0%A5%87%E0%A4%B7:%E0%A4%B5%E0%A4%B0%E0%A5%80%E0%A4%AF%E0%A4%A4%E0%A4%BE%E0%A4%8F%E0%A4%81#mw-prefsection-gadgets [16:46:40] nice url sid-g [16:46:54] having the user language as parameter would be nice too [16:47:04] hehe [16:47:15] nikerabbit: thats what I'm offering [16:47:17] as a solution [16:47:25] because thats the only parameter that is needed in that context [16:47:26] the donation link would always be in content language [16:47:29] Nikerabbit: u mean the #blah at the end right? I was wondering how to do that [16:47:33] i think you want it in user language instead [16:47:42] Sid-G: nope, $1 and $2 in the messages [16:47:46] platonides:thats what we're talking about [16:47:46] nvm [16:47:55] platonides: if content language is passed as $1 to all those messages [16:48:01] for sidebar [16:48:03] then they can use it [16:48:03] :) [16:48:21] another way is having actual content language passed as magic variable that doesn't need curly brace expansion [16:48:26] but you already retrieve the message based in the content language [16:48:38] haha, well, URL points to user language [16:48:53] but yes [16:48:53] just fill it with expanded copies [16:48:54] you're right [16:49:11] non-latin chars are allowed for gadget names right? [16:52:18] New review: Nikerabbit; "You are falling in the static inheritance pitfall. Need to make them objects or use static:: availab..." [mediawiki/extensions/cldr] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/14480 [16:53:29] * Sid-G got cut off and didn't get any responses [16:54:40] Sid-G, yes [16:54:46] they should work [16:55:46] well, the first one i added doesn't show up as an option Platonides [16:55:51] New patchset: Siebrand; "Maintenance for special pages." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/14204 [16:56:38] 03(mod) Render interlanguage links in SkinTemplate.php sidebar ucfirst per context language rules - 10https://bugzilla.wikimedia.org/37705 +comment (10Niklas Laxström) [16:57:06] will logging out and logging back in help? [16:58:44] I just received spam via mediawiki-commits [16:58:46] Sid-G, try doing a null edit [16:59:04] Platonides: i've already purged it twice [16:59:40] no, a null edit of MediaWiki:Gadgets-definition [16:59:50] yes [17:00:03] isn't that equivalent to purging it? [17:00:23] doing null edit [17:00:40] btw, i wrote the space in the gadgetfile name as underscore [17:00:49] spaces are allowed, right? [17:01:56] a null edit can do some other things that purge doesn't [17:02:04] ok [17:02:38] hey people are here now! maybe someone knows :) [17:02:43] stupid q: how does one do a null edit if mw discards them? [17:03:16] What's the proper, not deprecated way to use Ajax now? The Ajax manual is really tiny, apparently sajax_do_call and action=ajax are deprecated, but jquery.ajax doesn't seem to put you in the mediawiki context [17:03:51] Platonides: does http://hi.wikipedia.org/w/index.php?title=%E0%A4%AE%E0%A5%80%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%BE%E0%A4%B5%E0%A4%BF%E0%A4%95%E0%A4%BF%3AGadgets-definition&diff=1876615&oldid=1876601 count? [17:04:22] yes xD [17:04:38] a null edit is when you open the edit box and press save without changing the text [17:04:42] heh, http://morepypy.blogspot.com/2012/07/hello-everyone.html [17:04:44] pure win [17:04:46] Platonides: added a newline and a 0 [17:04:58] yes, that goes uup to the category of edit [17:07:27] mw won't show you the edit in the history when you do a null edit, but various things are triggered by the action nonetheless [17:07:42] Platonides: mw discards those changes [17:07:42] Platonides: so how can that help? [17:08:01] Platonides: does it help despite mw discarding those edits? [17:08:28] * Sid-G got cut off again [17:08:28] brb [17:08:49] * apergos wanders off again [17:09:14] 03(mod) CSS seems to be loaded incorrectly for RTL interface - 10https://bugzilla.wikimedia.org/38294 +comment (10Derk-Jan Hartman) [17:09:52] ok [17:09:52] anyways, so with the 0 edit, the gadget should've shown up right? [17:09:57] Sid-G, it doesn't save anything, but some caches are reset [17:10:11] try changing the underscore to a space [17:10:13] or removing it [17:11:38] that was what i had before [17:11:38] when it didnt work with the space, i converted it to an underscore [17:11:58] are - supported? [17:12:32] yes [17:12:36] some gadgets above use a - [17:12:43] so it works [17:12:56] what you have should have also been working... [17:14:26] changing to - now [17:14:51] it will be really weird if unicode is supported but spaces aren't [17:24:43] 03(mod) Render interlanguage links in SkinTemplate.php sidebar ucfirst per context language rules - 10https://bugzilla.wikimedia.org/37705 +comment (10Bartosz Dziewoński) [17:26:58] 03(NEW) Create Iberocoop: namespace on Meta - 10https://bugzilla.wikimedia.org/38398 normal; Wikimedia: Site configuration; (patriciomolina) [17:29:47] 03(NEW) Multiple fallbacks kills server - 10https://bugzilla.wikimedia.org/38399 normal; MediaWiki extensions: CLDR; (jeblad) [17:34:52] 03(mod) Render interlanguage links in SkinTemplate.php sidebar ucfirst per context language rules - 10https://bugzilla.wikimedia.org/37705 +comment (10Marcin Cieślak) [17:36:51] 03(mod) Multiple fallbacks kills server - 10https://bugzilla.wikimedia.org/38399 (10jeblad) [17:37:50] 03(mod) Specify language fallback (8) - 10https://bugzilla.wikimedia.org/36430 (10jeblad) [17:38:36] Platonides: still doesn't work [17:38:39] srikanthlogic: have u ever tried adding a non-latin name for a gadget file in Mediawiki:Gadgets-definition ? [17:39:30] Sid-G: nope, is that a problem ? [17:39:55] srikanthlogic: seems to be [17:40:20] seems like gadget file names can only be in the latin charset [17:41:39] Platonides: is this a valid bug? [17:41:56] New patchset: Platonides; "(Bug 35023) The spam blacklist doesn't act on protocol-relative links." [mediawiki/extensions/SpamBlacklist] (master) - https://gerrit.wikimedia.org/r/15671 [17:43:01] 03(FIXED) Failure in the spam blacklist to match protocol relative urls - 10https://bugzilla.wikimedia.org/35023 summary; +comment (10Platonides) [17:43:32] Sid-G, seems a valid bug to me [17:43:54] 03(NEW) Can't lock database using Special:LockDB - 10https://bugzilla.wikimedia.org/38400 major; MediaWiki: Database; (brandonskypimenta) [17:44:25] or is it likely to be tagged INVALID or something like that? [17:45:06] * Sid-G will file this sson [17:45:53] *soon [17:46:24] I don't think it would be [17:47:54] trying with latin name with space for now [17:51:12] Platonides: wouldn't a bug for this be the same as a bug saying that mw message names should be i18n-able? [17:51:13] and the english name works [17:53:12] it shows up in the menu [17:56:04] Hi I ask a little repository for an extension, you know when there is the next "meeting" to have an answer + or - ? [17:56:48] karima: I don't know but I can imagine these processes are delayed because a lot of people are in Washington DC for Wikimania this weekend [17:57:41] Ok it's logic [17:57:47] thanks [18:02:36] in a clean wiki installed from the git master repo, the value of the "indefinite"