[01:09:25] New review: Aaron Pramana; "Please approve this change." [test/mediawiki] (master) C: 1; - https://gerrit.wikimedia.org/r/8024 [01:15:44] New review: Hashar; "Well done. Thanks for the TEST patch :)" [test/mediawiki] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/8024 [01:15:46] Change merged: Hashar; [test/mediawiki] (master) - https://gerrit.wikimedia.org/r/8024 [01:16:23] Salut, hashar--isn't it pretty late there? [01:16:34] well [01:16:35] hmm [01:16:38] time is relative [01:16:47] according to Einstein [01:17:04] marktraceur: actually 3am and a quarter [01:17:16] Oof, too late for me [01:17:23] I commend your dedication [01:17:28] I still haven't recovered from my SF to France trip :-D [01:17:49] so I am somehow killing time, also enjoying my daughter & wife sleeping [01:17:53] ahah [01:43:24] New patchset: Hashar; "give path when not able to write the thumb" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/8030 [01:44:07] New review: Hashar; "(no comment)" [mediawiki/core] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/8030 [01:44:10] Change merged: Hashar; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/8030 [02:12:57] 03(mod) Upload wizard: Thumbnails on last step should link to the file description page - 10https://bugzilla.wikimedia.org/26504 +comment (10drecodeam) [02:28:04] {{int:Wikipedia}} does not work. Is it possible to access languages/messages/ via templates? [02:40:19] ToAruShiroiNeko: you need to configure which ones are aviable [02:43:36] 03(mod) VIAF to orlabs.oclc.org / www.worldcat.org transitions - 10https://bugzilla.wikimedia.org/36888 +comment (10lɛʁi לערי ריינהארט) [03:01:59] 03(mod) abolition of VIAF1, VIAF2 to VIAF9, PND1, PND2 to PND9, GND1, GND2 to GND9 - migration to value lists - 10https://bugzilla.wikimedia.org/36882 +comment (10lɛʁi לערי ריינהארט) [03:03:48] 03(mod) abolition of VIAF1, VIAF2 to VIAF9, PND1, PND2 to PND9, GND1, GND2 to GND9 - migration to value lists - 10https://bugzilla.wikimedia.org/36882 +comment (10lɛʁi לערי ריינהארט) [03:06:35] New review: Werdna; "'default' is translatable." [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/6726 [03:13:32] New patchset: Aaron Schulz; "[FileBackend] Avoid an extra RTT on Swift listing operations." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/8031 [03:15:26] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/8031 [03:18:26] 03(mod) Diffs: Incorrect number of bytes added or removed - 10https://bugzilla.wikimedia.org/36976 +comment (10denny vrandecic) [03:24:15] New review: Werdna; "Arthur," [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/6636 [03:26:21] 03(NEW) add help labels to LT search links - 10https://bugzilla.wikimedia.org/36984 normal; Tools: VIAF; (gangleri) [03:31:45] 03(mod) Maps input broken - 10https://bugzilla.wikimedia.org/33560 +comment (10Dave Anderson) [04:11:57] 03(NEW) linkify "url.author.LibraryThing.com" to LT author url - 10https://bugzilla.wikimedia.org/36985 normal; Tools: VIAF; (gangleri) [04:14:54] 03(mod) linkify "url.author.LibraryThing.com" to LT author url - 10https://bugzilla.wikimedia.org/36985 +comment (10lɛʁi לערי ריינהארט) [04:38:44] I added a new file to the includes/ folder. The class name is the same. When I try to use it from within a function in Article.php it throws a class not found error. I thought everything in includes/ is autoloaded. Do I need to register the new file anywhere? [04:56:23] jazzybee: You probably need to write the script as an extension. [04:57:05] Amgine: Thanks. I added the class name and filename to $wgAutoloadClasses and it worked. [04:57:28] Looks like that's the variable where autoload classes should be registered [04:57:42] Oh... Yah, I was thinking you were trying to do something else. [04:58:00] <- probably should sleep> [04:58:16] Amgine: that's always a good idea unless you're flying a plane [04:58:31] hee! [05:02:27] jazzybee: you probably should be writing an extension though... unless you're writing something to be included in core? [05:03:03] Or a custom solution, JeremyB. [05:03:13] jeremyb: I'm trying to hack the file caching code to have two different types of cache: one for desktop and one for mobile [05:03:21] Both use different skins [05:03:47] And the mobile output removes a lot of the stuff that desktop users will see [05:04:18] So rather than change HTMLFileCache.php I have created a new HTMLFileCacheMobile.php [05:04:47] Also modding some functions in Article.php to switch between the two different types of cache [05:05:25] jazzybee: why are you doing that to begin with? [05:05:50] jeremyb: Because I am on an ancient version of MediaWiki that doesnt benefit from all the recent goodness [05:06:01] If I tell you guys what version i am on, you will stop talking to me [05:06:10] you could upgrade... [05:06:28] what you're talking about now is just digging yourself deeper in the hole [05:08:48] jeremyb: I have reconciled myself to the fact that I'm never going to upgrade. And if I do, this one change probably won't make too much of a difference. I have deviated significantly from the core as it is. [05:09:48] So when I get $50 million like Quora, the engineers I hire will upgrade it [05:10:33] New patchset: Aaron Schulz; "Avoid extreme performance regression in ImagePage." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/8032 [05:11:50] jazzybee: who is this for? are any of these core hacks/deviations secret/proprietary/etc. ? can they be released? is it even in version control? [05:12:11] can you publish the whole tree as is? [05:12:29] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/8032 [05:13:33] jeremyb: I don't think I can publish the whole tree. There are probably several security holes in it. And I'm doing this part time ...so I can't afford to let go of the security thru obscurity that it currently has [05:14:24] I have disabled user preferences completely...because that's where most of the security vulnerabilities end up getting discovered [05:14:32] hah [05:14:42] so, you can't set your own email or password? [05:14:54] no..that much you can do [05:15:04] you've probably got lots of vulns that have been patched and released upstream [05:15:14] anyway... [05:15:15] right..i just dont know what they are [05:16:02] then what about releasing it to a group of known people that won't go hacking you? [05:16:50] then collaboratively find bugs or just reimplement stuff from scratch the right way so you know it's not a hole (even if it wasn't to begin with) [05:17:04] anyway, what about the version control question? [05:17:09] 03(mod) linkify "url.author.LibraryThing.com" to LT author url - 10https://bugzilla.wikimedia.org/36985 normal->15enhancement; +comment (10T. Gries) [05:17:22] 03(mod) add help labels to LT search links - 10https://bugzilla.wikimedia.org/36984 normal->15enhancement (10T. Gries) [05:17:29] do your changes have individual commits and relevant commit msgs? comments? [05:17:43] or it's just a huge megadiff from a given tarball? [05:17:57] 06(LATER) abolition of VIAF1, VIAF2 to VIAF9, PND1, PND2 to PND9, GND1, GND2 to GND9 - migration to value lists - 10https://bugzilla.wikimedia.org/36882 (10T. Gries) [05:18:09] jeremyb: I doubt anybody has the time to help. I'm ashamed to ask because it's a *really* old version. And I myself don't have the time or the skills to patch it...so don't want to come across as a freerider. [05:18:46] well you haven't said what the project is so i can't judge if people would be willing to help [05:19:37] do you have no budget at all for this? if you don't want to be a freerider you could pay people for some of it ;) [05:20:55] (sounds like you're not in a rush and it's already crap so it doesn't have to be perfect, just a lot better. so maybe part time work for students? just thinking out loud) [05:21:39] jeremyb: The project is for profit..so yes, it's not right to ask volunteers. [05:22:42] 03(mod) VIAF to orlabs.oclc.org / www.worldcat.org transitions - 10https://bugzilla.wikimedia.org/36888 +comment (10T. Gries) [05:37:28] 03wikinaut * 10/trunk/tools/viaf/ (viaf.bookmarklet.js viaf.js): v1.20 fix bug 36888 [05:38:26] 03(FIXED) VIAF to orlabs.oclc.org / www.worldcat.org transitions - 10https://bugzilla.wikimedia.org/36888 +comment (10T. Gries) [05:46:52] jazzybee: anyway, I can't say 100% for sure but I'm guessing the wmf cluster doesn't use that cache. [05:49:45] hrmm, now i'm not so sure [05:53:45] 03wikinaut * 10/trunk/tools/viaf/ (viaf.bookmarklet.js viaf.js): v1.21 fix bug36984 [05:54:10] 03(FIXED) add help labels to LT search links - 10https://bugzilla.wikimedia.org/36984 +comment (10T. Gries) [05:57:29] 03(ASSIGNED) linkify "url.author.LibraryThing.com" to LT author url - 10https://bugzilla.wikimedia.org/36985 (10T. Gries) [05:58:20] 03wikinaut * 10/trunk/tools/viaf/ (viaf.bookmarklet.js viaf.js): v1.20 fix big 36888 [06:17:13] New review: Aaron Schulz; "Actually, the select() may have been useful for avoiding CPU in a spin-loop. So maybe the solution i..." [mediawiki/extensions/SwiftCloudFiles] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/8013 [06:35:36] 03(mod) move js-var dataCacheTime - 10https://bugzilla.wikimedia.org/23844 +comment (10Umherirrender) [06:51:05] New review: Aaron Schulz; "See also https://bugs.php.net/bug.php?id=60790" [mediawiki/extensions/SwiftCloudFiles] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/8013 [07:05:12] 03(mod) Please setup Collection extension on Telugu Wikipedia - 10https://bugzilla.wikimedia.org/36965 -shell +shellpolicy; +comment (10jeremyb) [07:33:13] New patchset: Aaron Schulz; "cURL handle fixes." [mediawiki/extensions/SwiftCloudFiles] (master) - https://gerrit.wikimedia.org/r/8013 [07:42:10] 03(mod) VIAF to orlabs.oclc.org / www.worldcat.org transitions - 10https://bugzilla.wikimedia.org/36888 +comment (10lɛʁi לערי ריינהארט) [07:57:02] New patchset: Aaron Schulz; "cURL handle fixes." [mediawiki/extensions/SwiftCloudFiles] (master) - https://gerrit.wikimedia.org/r/8013 [07:59:34] New patchset: Amire80; "One CSS selector per line." [mediawiki/extensions/Interwiki] (master) - https://gerrit.wikimedia.org/r/8033 [08:35:31] 03(mod) http://www.wikipedia.org/ mobile detection - 10https://bugzilla.wikimedia.org/30389 +comment (10Phil Chang) [09:29:40] Hi [09:30:50] following your suggestion yesterday I created an extension to load the scripts, you can see it here http://dpaste.com/750406/ [09:31:22] but it fails with Fatal error: Call to a member function addModules() on a non-object in /home/mhd-01/www.ancientmarbles.org/htdocs/w/extensions/AWLD/AWLD.php on line 19 [09:39:14] 03(mod) Provide an API that just outputs the count - 10https://bugzilla.wikimedia.org/36912 +comment (10Rainer@Rillke.eu) [09:41:15] 14(WFM) Problems with UploadWizard stash moving to the target - 10https://bugzilla.wikimedia.org/35354 +comment (10Rainer@Rillke.eu) [09:42:48] steko: you must delay the code, because not everything is initialized when extensions are registered [09:43:33] one option is to use this hook: $wgHooks['SkinAfterBottomScripts'][] = 'efGoogleAnalytics'; [09:43:56] hmm that's not the best one [09:44:02] 03(mod) mwe-upwiz-deeds-macro-prompt not resolved - 10https://bugzilla.wikimedia.org/33338 +comment (10Rainer@Rillke.eu) [09:44:14] 03(FIXED) mwe-upwiz-deeds-macro-prompt not resolved - 10https://bugzilla.wikimedia.org/33338 (10Rainer@Rillke.eu) [09:44:53] Nikerabbit: I was looking at BeforePageDisplay .. [09:44:59] $wgHooks['OutputPageBeforeHTML'][] = 'your_function'; [09:45:29] function your_function( OutputPage $outputpage, /*string*/ $text ) { $outputpage->addModules( 'yourmodule' ); } [09:45:43] ops, and return true must be the last line in that function [09:48:43] Nikerabbit: ok, that's a huge step forward. now pages load correctly and I can see ext.AWLD in the mw.loader at the end of the output page. The script still doesn't seem to work, but I'll see what I can do. [10:02:54] Nikerabbit: it works now. Thank you! [10:03:14] 03(NEW) URL Encoding affecting titles with spaces - 10https://bugzilla.wikimedia.org/36986 normal; MediaWiki extensions: WikidataRepo; (bjwyse) [10:07:21] 03(FIXED) Hidden "Add file button" after uploading files still clickable - 10https://bugzilla.wikimedia.org/31314 +comment (10Rainer@Rillke.eu) [10:16:15] 03(mod) include Marathi alphabet and characters in edit tools - 10https://bugzilla.wikimedia.org/35111 +comment (10Shantanoo) [10:32:43] why this? http://wiki.ubuntu.com.cn/api.php?action=query&list=allpages&apnamespace=101&aplimit=500&apfrom=Wiki/BugReports [10:32:51] [10:32:59] which is where I'm supposedly starting from [10:34:09] 03(mod) create #speciale parser function - 10https://bugzilla.wikimedia.org/23006 +comment (10Lejonel) [10:37:11] shantanoo: Huh? There's no Devanagari at all in the WikiEditor bar?! [10:37:17] How did I ever miss this? [10:38:40] aharoni: didn't get you. can you please elaborate little more? [10:38:54] It's about but https://bugzilla.wikimedia.org/show_bug.cgi?id=35111 . [10:38:59] the bug i updated was regarding incorrect characters. [10:39:12] At first I though that it asks to add special Marathi characters. [10:39:34] And now I see that the WikiEditor toolbar doesn't have any Devanagari characters at all. [10:39:53] aharoni: which url are you looking at? [10:40:10] Any editing box on any wiki. [10:40:35] It has Hebrew, Bengali, Tamil, Telugu, Sinhalese, Gujarati, Thai, Lao and Khmer. But not Devanagari. [10:41:05] I'm talking about the Special characters bar above the editing box. [10:42:34] 03(mod) http://www.wikipedia.org/ mobile detection - 10https://bugzilla.wikimedia.org/30389 +comment (10Jon) [10:42:40] aharoni: https://skitch.com/shantanoo/85kkd/editing check this. i am able to see devanagari character, at lease on mrwiki [10:43:35] 03(mod) Wikieditor toolbar has only a half of screen width - 10https://bugzilla.wikimedia.org/32372 (10Candalua) [10:43:37] shantanoo: that's EditTools - a different thing. [10:43:49] EditTools is under the editing box. [10:44:19] I'm talking about Special characters above the edit box. [10:44:31] oh. let me check other wiki [10:45:50] shantanoo: check any Wikimedia wiki with the Vector skin. [10:46:04] aharoni: are you referening to https://skitch.com/shantanoo/85kkm/ (bottom box)? [10:46:26] not bottom, top. ABOVE the edit box. [10:47:39] aharoni: aah. ok. [10:48:18] 03(NEW) List allpages has endless loop with case-sensitive titles, apfrom broken - 10https://bugzilla.wikimedia.org/36987 normal; MediaWiki: API; (federicoleva) [10:48:22] * Nemo_bis files bug as usual hoping in an answer [10:48:30] 03(mod) include Marathi alphabet and characters in edit tools - 10https://bugzilla.wikimedia.org/35111 +comment (10Amir E. Aharoni) [10:48:45] aharoni: https://skitch.com/shantanoo/85kk1/editing in 'Latin extended, IPA, symbols' section on left? [10:49:10] shantanoo: exactly, that one. That's WikiEditor. [10:49:31] EditTools is the thing that you showed in the previous screenshots, under the editing box. [10:50:20] 03(mod) add Devanagari to the WikiEditor special characters section - 10https://bugzilla.wikimedia.org/35111 summary; +comment (10Amir E. Aharoni) [10:50:59] shantanoo: Do you want to add this? It's really easy. My first MediaWiki patch was to that extension ;) [10:51:15] :). sure. will try. [10:52:01] aharoni: its WikiEditor extension? [10:52:05] 14(DUP) unexpected navigation behaviour - 10https://bugzilla.wikimedia.org/36980 +comment (10Jon) [10:52:05] 03(mod) Browser back button works poorly with expanded article sections - 10https://bugzilla.wikimedia.org/36848 +comment (10Jon) [10:52:36] Yes. [10:52:56] shantanoo: I wrote the name of the file where characters can be added in the comment in the bug report. [10:53:13] ok. let me checkout the code... [10:57:34] aharoni: i will put devanagari and not marathi/hindi/nepali/kashmiri etc. is that ok? [10:58:16] but there seems to be small problem... [10:58:43] shantanoo: of course, devanagari. what's the problem? [10:58:52] need to specify the language also…so maybe i need to put more than one language. [11:01:19] shantanoo: It's used for the lang attribute on the HTML element. You can use only one :( [11:01:20] e,g. \u0956, \u0957 are for Kashmiri, \u097b, \u097c are for Sindhi... [11:01:44] hmm. how about dev_mr, dev_hi? [11:01:59] HTML must use standard ISO codes. [11:02:03] Let me see... [11:02:09] :( [11:02:13] ok. [11:02:28] so what is the language? [11:03:13] the short answer is: probably 'hi'. [11:03:20] but let me check... [11:03:36] i can't promise anything, but i'll try to find something smart. [11:04:08] aharoni: http://dpaste.org/yHNsO/ [11:04:43] 'gujarathi' and 'gu' need to be modified. [11:05:26] shantanoo: what needs to be modified in gujarati? [11:05:41] oh, you mean for devanagari? [11:06:01] "gujarati" here is the name of a script, not of a language. [11:06:09] aharoni: no. i want to add devanagari+mr, devanagari+hi combination. so was looking into gujarathi... [11:06:13] oh. ok. [11:06:23] and gu is the lang? [11:06:34] yes, 'gu' is used for the lang element. [11:06:44] so instead of "gujarati" write "devanagari". [11:06:53] and instead of 'gu' write 'hi'. [11:07:02] it doesn't cover everything, but it doesn't really have to. [11:07:16] so instead of gujarathi, devanagari_marathi, devanagari_hindi can be used? and in the language, mr, hi can be used... [11:07:39] 03(mod) category pages in file cache do not get updated when I add or remove same category on a page - 10https://bugzilla.wikimedia.org/33238 major->normal; +comment (10Arjuna Rao Chavala) [11:07:39] if a Kashmiri letter is listed as Hindi... well, it's a bit wrong, but not a disaster. [11:08:22] no, don't do it. one devanagari is enough. [11:08:29] aharoni: unicode.org/charts/PDF/U0900.pdf i was referring this [11:08:31] actually, you don't have to specify a language at all. [11:09:04] page 4 of that pdf. [11:10:22] and not to forget about Sanskrit (sa) [11:10:59] 03(mod) Please setup Collection extension on Telugu Wikipedia - 10https://bugzilla.wikimedia.org/36965 +comment (10Arjuna Rao Chavala) [11:11:49] shantanoo: as far as i'm concerned, you can add all of the devanagari unicode characters there. [11:12:00] and useful combinations, too. [11:12:30] you don't have to specify a language. for cyrillic, for example, no language is specified. [11:12:49] hmm [11:12:52] ok. [11:14:36] shantanoo: cyrillic is used by dozens of languages, so WikiEditor is neutral and doesn't specify anything ;) [11:14:58] :) [11:15:48] i just need to add the characters for devanagari. nothing else in that file. right? [11:15:53] 03siebrand * 10/trunk/tools/ToolserverI18N/language/messages/ (8 files): Localisation updates from http://translatewiki.net. [11:15:55] shantanoo: I was just starting to think about the design of this tool for the Visual Editor age, and this is actually a valid concern. The lang attribute may have subtle influence in some cases. [11:16:17] but for now you can just leave it empty. [11:16:53] btw, devanagari is used by hi, mr, sa, ne and sa uses devnagari, latin, maybe kannada script also... [11:17:28] shantanoo: exactly, and in the future we shall be more clever about it. for now we are simple. [11:18:07] shantanoo: I started writing Internationalization requirements for the VIsual Editor: https://www.mediawiki.org/wiki/Visual_editor/Internationalization_requirements [11:18:29] It doesn't say anything about character insertion yet, but it probably will. [11:18:51] If you have anything to say about it, just write it right there or on the talk page. [11:19:11] aharoni: ok. will bookmark that link :) [11:19:17] 03(mod) URL Encoding affecting titles with spaces - 10https://bugzilla.wikimedia.org/36986 (10Brendan Wyse) [11:19:48] For example, if Marathi support in your favorite word processor (LibreOffice, Word, Google Docs) pisses you off and you want the Visual Editor to be better, that's the right place to write it, [11:19:55] so it won't happen in the Visual Editor. [11:21:20] :) [11:23:09] New patchset: Amire80; "Change the code of Greek to 'el'." [mediawiki/extensions/WikiEditor] (master) - https://gerrit.wikimedia.org/r/8034 [11:34:43] aharoni: i modified the file (for my local mediawiki installation). but don't see the change. http://dpaste.org/TC59I/ --- added code [11:38:18] shantanoo: you have to add labelMsg to WikiEditor.i18.php. [11:38:39] i mean, the value of labelMsg is supposed to appear in WikiEditor.i18.php. [11:42:06] shantanoo: and maybe you need to hard-refresh (Ctrl-F5) :) [11:42:41] If you're stuck, just commit it to Gerrit and i'll check it. It's easier when I can see the whole file. [11:44:13] Did, http://dpaste.org/TEiXk/ and Cmd+Shift+R still not change... [11:44:42] and changed --- 'labelMsg': 'wikieditor-toolbar-characters-page-devanagari', [11:45:49] shantanoo: it looks like you added it under 'qqq' instead of 'en'. [11:46:57] shantanoo: which browser? [11:47:09] let me change to en section [11:47:15] i am using firefox [11:50:13] IIRC, it's not supposed to be a problem in Firefox, but remove the trailing commas. [11:50:28] so not [11:50:30] "\u0931", "\u0932", "\u0933", [11:50:31] but [11:50:33] "\u0931", "\u0932", "\u0933" [11:50:41] and aslo, not [11:50:43] ], [11:50:45] but [11:50:46] ] [11:51:17] and again, if you're stuck, just commit and we'll fix it together in Gerrit. [11:51:55] oh [11:51:56] ok [11:54:12] aharoni: ok. let me put everything then. not just 3 characters. :) [11:57:53] shantanoo: consider adding comments, like I did for Gujarati. [11:59:35] ok [11:59:38] let me try [12:04:25] aharoni: something like http://dpaste.org/xT4vi/ is good enough? [12:05:07] the rest of that file uses character numbers, so it's better to be consistent. [12:05:22] and you probably don't need a comment for every character. [12:05:55] aharoni: was trying to auto generate the data for characters... [12:06:22] Well, if you do add a comment for every character, it's probably not bad. [12:06:24] will change the character to character number... [12:06:47] But also try to think whether the order of the characters is good. [12:07:41] For Gujarati I changed the Unicode order, because our Gujarati-speaking users said that it would be more convenient that way. [12:08:37] And maybe some characters are not needed. Maybe they are deprecated compatibility characters or something. But you probably know better ;) [12:09:41] aharoni: http://dpaste.org/8uBa2/ [12:10:04] yeah, probably ok. [12:10:38] ok. first let me put everything. and then later fix the sequence as per request [12:16:25] aharoni: http://dpaste.org/7iVxY/ code which generated the output. one can change the range and get data for other language. [12:20:25] short and sweet :) [12:34:46] aharoni: Hi, [12:34:54] hi [12:35:39] New patchset: Shantanoo; "Added support Devanagari characters." [mediawiki/extensions/WikiEditor] (master) - https://gerrit.wikimedia.org/r/8035 [12:35:50] aharoni: can I push the modified Release Notes file along with my bug patch in mediawiki ? [12:36:03] aharoni: in the same commit.. [12:36:19] aharoni: or should I make separate commits.. [12:36:36] oops. wanted 'Added support: Devanagari characters' will update if any other modification is suggested. [12:37:57] chughakshay16: you probably don't have to change release notes. [12:38:10] these files are usually maintained by the release managers. [12:38:53] aharoni: but I assume that unless I make a change to release notes.. my changes will never be shipped along with the core.. [12:39:09] shantanoo: this may be useful: http://www.mediawiki.org/wiki/Git/Workflow#Commit_message_guidelines :) [12:39:23] chughakshay16: of course they will be shipped :) [12:39:34] if it is merged, it will be shipped. [12:39:59] aharoni: its one of my tasks to make a change in release notes.. [12:40:11] aharoni: one of my pre-GSOC tasks.. [12:40:23] O I see. [12:40:43] aharoni: have put the bugzilla url in the commit message. should i put that on first line? [12:41:03] chughakshay16: Well, I usually don't touch release notes. Maybe you should ask you GSOC mentor. [12:41:23] shantanoo: the best practice is to put the bug number in parentheses in the beginning of the first line. [12:42:11] aharoni: ok. can you look the commit? if there are any changes i will do those modifications along with changing the commit message... [12:42:11] aharoni: he told me that I could make changes in release notes when i submit a patch for review.. but forgot to ask him if I need to submit it along with my patch.. [12:42:25] aharoni: he is not here at the moment.. [12:42:26] shantanoo: checking. [12:43:11] chughakshay16: well, if you were requested to it, then you should probably put it in the same commit. [12:43:28] it's not really a big deal. [12:43:43] aharoni: okay :| [12:45:47] chughakshay16, include the change to release notes in the same commit [12:46:21] 03(mod) Deployment of TranslationNotifications - 10https://bugzilla.wikimedia.org/36235 (10Krinkle) [12:46:49] 03(mod) Deployment of TranslationNotifications - 10https://bugzilla.wikimedia.org/36235 (10Krinkle) [12:47:23] Platonides: aharoni okay, thanks ! [12:55:21] New review: Amire80; "Mostly OK and seems to work, but see inline comments." [mediawiki/extensions/WikiEditor] (master) C: -1; - https://gerrit.wikimedia.org/r/8035 [12:56:07] 03(ASSIGNED) add Devanagari to the WikiEditor special characters section - 10https://bugzilla.wikimedia.org/35111 (10Amir E. Aharoni) [12:57:56] aharoni: inline comments should be on the comment posted on gerrit. right? i don't seen any comments over there. [12:58:14] shantanoo: look at the diffs. [12:59:09] aharoni: :). thanks. and i was searching in comment box... [13:05:36] New patchset: Shantanoo; "Fix for https://bugzilla.wikimedia.org/show_bug.cgi?id=35111" [mediawiki/extensions/WikiEditor] (master) - https://gerrit.wikimedia.org/r/8035 [13:07:59] I have written a couple of Extensions and writing release notes for them will be the best thing to start with, can someone help me with to start with. [13:09:47] New patchset: Chughakshay16; "(bug 10817)- Filtering Special:Newpages by page size" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/8036 [13:09:48] New patchset: Shantanoo; "Fix for https://bugzilla.wikimedia.org/show_bug.cgi?id=35111" [mediawiki/extensions/WikiEditor] (master) - https://gerrit.wikimedia.org/r/8035 [13:09:53] well, RELEASE-NOTES usually refer to core [13:10:10] but you can add a RELEASE_NOTES file to an extension, too [13:10:15] aharoni: modification done as per comments. [13:11:05] Platonides: I thought for a starter an Extension (that no one uses yet) was the best place to start :P [13:11:42] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/8036 [13:14:49] New review: Amire80; "(no comment)" [mediawiki/extensions/WikiEditor] (master) C: 1; - https://gerrit.wikimedia.org/r/8035 [13:15:28] Thanks, shantanoo! [13:16:07] When people will asks for changes there, I'll assign it to you ;) [13:16:27] aharoni: :) np. [13:19:51] 03(mod) Bolding of watchlists works poorly ... disabled on enwiki - 10https://bugzilla.wikimedia.org/36956 +comment (10Dan Haigh) [13:26:07] New review: Demon; "You can just type "bug 35111" in the commit summary and it will automatically link to the correct pl..." [mediawiki/extensions/WikiEditor] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/8035 [13:27:00] hm.. is there a way to change the name of WikiSysop to something else? [13:29:10] New patchset: Shantanoo; "Fix for bug 35111" [mediawiki/extensions/WikiEditor] (master) - https://gerrit.wikimedia.org/r/8035 [13:29:43] aharoni: https://bugzilla.wikimedia.org/show_bug.cgi?id=33928 is now fixed right? [13:30:30] nischayn22: yep. [13:30:30] 03(FIXED) HTML page title should say we are looking at a diff - 10https://bugzilla.wikimedia.org/33928 +comment (10Amir E. Aharoni) [13:52:42] I hate bugs that I can't reproduce locally but that *do* exist on a production box :-/ [14:18:33] <^demon> ashley: Join the club. [14:28:12] New review: Demon; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/6785 [14:28:15] Change merged: Demon; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6785 [14:29:59] trunk seems to be broken [14:30:41] exception 'MWException' with message 'Language::isValidBuiltInCode must be passed a string, [14:32:58] <^demon> Stack trace? [14:34:52] 03(NEW) exception 'MWException' with message 'Language::isValidBuiltInCode must be passed a string, NULL given' - 10https://bugzilla.wikimedia.org/36988 normal; MediaWiki: ResourceLoader; (niklas.laxstrom) [14:36:39] <^demon> Hmm, looks like ResourceLoaderContext might not be hanging on to its correct language or something :\ [14:36:58] 03(NEW) [SF] [Patch] 2.4.2; Add two hooks to SF_UploadWindow.php - 10https://bugzilla.wikimedia.org/36989 enhancement; MediaWiki extensions: SemanticForms; (jamesin.hongkong.1) [14:41:06] 03(mod) create #speciale parser function - 10https://bugzilla.wikimedia.org/23006 +comment (10Dan Collins) [14:44:41] after following the intructions for the removal of the footer mediawiki logo, the logo is still present. am I missing something? I've followed this guide http://www.mediawiki.org/wiki/Manual:FAQ#How_can_I_edit_.2F_remove_the_Powered_by_MediaWiki_image_in_the_footer.3F [14:53:00] 03(FIXED) Maps input broken - 10https://bugzilla.wikimedia.org/33560 +comment (10Jeroen De Dauw) [15:02:07] bah. How do I stuff an image link into the sidebar? [15:06:36] 03(mod) Missing 494 AbuseFilter revisions in CodeReview - 10https://bugzilla.wikimedia.org/36983 (10Chad H.) [15:31:39] Amgine: Uniform Resource Locator? [15:32:22] *You* are an evil person. [15:34:23] 03(mod) Proofread toolbar disappear occasionally - 10https://bugzilla.wikimedia.org/36229 +comment (10OrbiliusMagister) [15:36:22] 03raymond * 10/trunk/translatewiki/MediaWiki/mediawiki-defines.txt: [15:36:23] Update keys for translatewiki.net [15:36:23] * cite-summary belongs to Special:Cite [15:36:23] * cite_text is translatable since https://gerrit.wikimedia.org/r/#/c/5877/ [15:37:17] New patchset: L10n-bot; "Remove period from description message." [mediawiki/extensions/SwiftCloudFiles] (master) - https://gerrit.wikimedia.org/r/8038 [15:37:30] 03(mod) add pagequality class in links to Page namespace - 10https://bugzilla.wikimedia.org/36979 +comment (10OrbiliusMagister) [15:37:42] New review: Siebrand; "(no comment)" [mediawiki/extensions/SwiftCloudFiles] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/8038 [15:37:44] Change merged: Siebrand; [mediawiki/extensions/SwiftCloudFiles] (master) - https://gerrit.wikimedia.org/r/8038 [15:38:57] 03(mod) Bolding of watchlists works poorly ... disabled on enwiki - 10https://bugzilla.wikimedia.org/36956 +comment (10MZMcBride) [15:41:17] 03(mod) HTML page title should say we are looking at a diff - 10https://bugzilla.wikimedia.org/33928 +comment (10Sumana Harihareswara) [15:53:59] 03(mod) Maps input broken - 10https://bugzilla.wikimedia.org/33560 +comment (10Dave Anderson) [15:57:15] New patchset: IAlex; "Added missing GPLv2 headers in some places." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/8039 [15:59:14] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/8039 [16:18:51] 03(mod) Bolding of watchlists works poorly ... disabled on enwiki - 10https://bugzilla.wikimedia.org/36956 +comment (10Dan Haigh) [16:26:36] New patchset: L10n-bot; "Update check blacklist for 'cite_text'." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/8040 [16:27:10] New review: Siebrand; "(no comment)" [mediawiki/extensions/Translate] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/8040 [16:27:12] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/8040 [16:29:44] 03(mod) Parser cache hit rate seems abnormally low - 10https://bugzilla.wikimedia.org/36483 +comment (10Jarry1250) [16:32:06] Hi SPQRobin. [16:33:01] Is there a reason to have the 'interwiki-defaulturl' message in the Interwiki extension? Why not just make it a constant somewhere? [16:45:47] 03(FIXED) Language::isValidBuiltInCode is being passed an object! - 10https://bugzilla.wikimedia.org/36908 +comment (10Antoine "hashar" Musso) [16:46:23] 03(mod) exception 'MWException' with message 'Language::isValidBuiltInCode must be passed a string, NULL given' - 10https://bugzilla.wikimedia.org/36988 +comment (10Antoine "hashar" Musso) [17:04:55] 03(FIXED) acct creation rate limit whitelist for event: brazil ambassador class, 2012-05-22 - 10https://bugzilla.wikimedia.org/36931 +comment (10jeremyb) [17:14:31] 03(mod) migrate mwmultiversion to git - 10https://bugzilla.wikimedia.org/36873 +comment (10Chad H.) [17:14:49] 03(mod) migrate mwmultiversion to git - 10https://bugzilla.wikimedia.org/36873 +comment (10Chad H.) [17:18:58] is there a way to rename users in mediawiki? [17:19:08] i'd like to change the name of "wikisysop" to something more human like [17:20:16] <^demon> !renameuser [17:20:16] Renameuser provides a special page which allows authorised users to rename user accounts. See < http://www.mediawiki.org/wiki/Extension:Renameuser > for more details. [17:20:23] ^demon: thank you [17:20:27] <^demon> You're welcome. [17:23:07] ^demon: On the topic of L10n and such, I think it's still flooding this channel. [17:23:18] I tried to say that on the mailing list, but couldn't get there. [17:23:26] <^demon> I'm aware. [17:23:35] <^demon> I've submitted changes to gerrit that need merging. [17:23:47] Oh, cool. [17:24:02] I didn't realize anything had been so badly broken. [17:24:29] <^demon> Well IRC spam doesn't bother me so I didn't rush it ;-) [17:25:43] i've tried to write the first suggestion under this question http://www.mediawiki.org/wiki/Manual:FAQ#How_can_I_edit_.2F_remove_the_Powered_by_MediaWiki_image_in_the_footer.3F in order to disable the powered by footer image [17:25:53] but it doesn't seem to work even after I clear my cache [17:25:56] what could be causing problems? [17:26:12] azi: Is your wiki public? Do you have a link? [17:27:01] Joan: yes sure exwiki.org [17:27:49] azi: footer-poweredbyico [17:28:00] You want #footer-poweredbyico { display: none; } [17:28:06] Those instructions are probably for the old skin or something. [17:28:12] Maybe you can also fix the instructions? :-) [17:28:16] It's a wiki world. [17:28:21] Anyway, that'll do it. [17:28:45] CSS is usually written by looking at hte HTML page source and identifying the class, id, and/or element of what you want to modify. [17:28:53] In 140 characters or less. [17:29:00] the * [17:29:05] <^demon> Never more than that. [17:29:13] <^demon> People don't have the attention span anymore :( [17:29:29] :-( [17:30:32] Joan: thank you very much [17:31:03] I like how Chrome is like "ehh, maybe you were just kidding" after the first hard refresh. [17:31:06] I always have to do it twice. [17:31:29] azi: No problem. [17:31:44] You can hide the other shit if you want as well. [17:31:53] Privacy policy link, disclaimers link, etc. [17:33:30] azi: Oh, looks like the instructions are fine. You're using the Vector skin, not the Monobook skin. :-) [17:33:33] For reference. [17:33:49] Directions should be flipped. [17:34:10] Joan: yeah i'd like to hide that as well the default installation includes too much useless/confusing stuff.. haven't gotten that far with my wiki tho [17:39:16] aharoni: about the interwiki url: I don't think there's a reason for that, but I suppose it doesn't really matter [17:41:22] New review: Aaron Schulz; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/8039 [17:41:24] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/8039 [17:44:47] 03(NEW) "Language not set" fatal error in Special:MessageGroupStats - 10https://bugzilla.wikimedia.org/36990 normal; MediaWiki extensions: Translate; (federicoleva) [17:50:09] thanks SPQRobin. [17:55:47] New patchset: Jeroen De Dauw; "migrate js for special:browse to use the rl" [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/8041 [17:57:03] aharoni: you may have to review https://gerrit.wikimedia.org/r/8035. I have updated the commit comment as per ^demon|away suggestion. [17:57:13] review again* [17:57:53] New review: Jeroen De Dauw; "(no comment)" [mediawiki/extensions/EducationProgram] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/8005 [17:57:55] Change merged: Jeroen De Dauw; [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/8005 [17:59:34] New review: Amire80; "(no comment)" [mediawiki/extensions/WikiEditor] (master) C: 1; - https://gerrit.wikimedia.org/r/8035 [18:00:21] aharoni: thanks :) [18:01:03] SPQRobin: Oh, maybe that message is useful for customizing the default URL? Not that it seems very useful to me.. [18:01:23] 03(mod) Maps input broken - 10https://bugzilla.wikimedia.org/33560 +comment (10Jeroen De Dauw) [18:04:36] aharoni: yeah, it allows customization but that's indeed not really necessary/useful [18:06:46] New review: Aaron Schulz; "Doesn't match the coding style (e.g. spaces around parenthesis) and makes a bunch unrelated wfMsg() ..." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/8036 [18:07:39] New review: Aaron Schulz; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/8017 [18:09:52] 03(NEW) Tablesorter sorts dates incorrectly - 10https://bugzilla.wikimedia.org/36991 normal; MediaWiki: JavaScript; (b-jorsch) [18:13:58] New review: Aaron Schulz; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/7517 [18:14:01] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/7517 [18:14:41] New review: Platonides; "You have many unrelated changes." [mediawiki/core] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/8036 [18:15:39] New patchset: Anomie; "(bug 36991) Fix tablesorter date sorting" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/8042 [18:15:42] New review: Aaron Schulz; "$from gets replaced in "$from = ( is_null( $params['from'] ) ? null : $this->titlePartToKey( $params..." [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/6706 [18:15:45] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6706 [18:16:16] 03(mod) Tablesorter sorts dates incorrectly - 10https://bugzilla.wikimedia.org/36991 +comment (10Brad Jorsch) [18:17:42] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/8042 [18:18:09] New review: Platonides; "Does natcasesort work in other languages?" [mediawiki/extensions/EducationProgram] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/7984 [18:21:45] New review: Platonides; "I don't think this is something that should go in core." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/7298 [18:23:07] New review: Jeroen De Dauw; "I don't know - I guess it just does the thing that makes sense in the environment lang and not the u..." [mediawiki/extensions/EducationProgram] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/7984 [18:25:55] ^demon|away: can you point me to this hookconfig.py.erb file? [18:31:16] New review: Platonides; "It's not the perfect parameter documentation, but yet it's better than no documentation at all. Merged." [mediawiki/extensions/OggHandler] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/7263 [18:31:26] 03(mod) create #speciale parser function - 10https://bugzilla.wikimedia.org/23006 +comment (10Umherirrender) [18:31:32] New review: Platonides; "It's not the perfect parameter documentation, but yet it's better than no documentation at all. Merged." [mediawiki/extensions/OggHandler] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/7263 [18:31:34] Change merged: Platonides; [mediawiki/extensions/OggHandler] (master) - https://gerrit.wikimedia.org/r/7263 [18:32:36] why didn't jenkins verify it? [18:35:49] it doesn't run for extensions [18:36:03] * Aaron|home wishes it at least did php -l [18:45:25] Does the upstream keyword indicate that a bug report has been filed upstream, or that one already exists upstream, or that someone should report it? [18:48:52] 03(mod) Prevent search engines from indexing the user namespace in German Wikipedia - 10https://bugzilla.wikimedia.org/36181 +comment (10Umherirrender) [18:56:37] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/8044 [18:58:33] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/8044 [18:59:04] New patchset: Chughakshay16; "(bug 10817)- Filtering Special:Newpages by page size Fixed all the issues that were pointed out in my previous patch 1. Removed the unwanted changes 2. validated the user input for sql 3. coding conventions were taken into account Change-Id: I069609fbb37b" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/8036 [19:01:07] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/8036 [19:15:50] 03(mod) add pagequality class in links to Page namespace - 10https://bugzilla.wikimedia.org/36979 +comment (10Alessandro Brollo) [19:34:05] 03(mod) "Language not set" fatal error in Special:MessageGroupStats - 10https://bugzilla.wikimedia.org/36990 (10Ariel T. Glenn) [19:35:56] 03(mod) "Language not set" fatal error in Special:MessageGroupStats - 10https://bugzilla.wikimedia.org/36990 +comment (10Nemo_bis) [19:44:49] New patchset: Aaron Schulz; "[FileBackend] Added some Swift listing profiling." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/8046 [19:45:57] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/8047 [19:46:03] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/AddThis] (master) - https://gerrit.wikimedia.org/r/8048 [19:46:10] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/AllTimeZones] (master) - https://gerrit.wikimedia.org/r/8049 [19:46:17] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/AntiSpoof] (master) - https://gerrit.wikimedia.org/r/8050 [19:46:25] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/ApiSandbox] (master) - https://gerrit.wikimedia.org/r/8051 [19:46:31] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/ArticleFeedback] (master) - https://gerrit.wikimedia.org/r/8052 [19:46:39] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/8053 [19:46:43] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/8046 [19:46:46] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Babel] (master) - https://gerrit.wikimedia.org/r/8054 [19:46:53] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/CategoryTree] (master) - https://gerrit.wikimedia.org/r/8055 [19:47:01] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/8056 [19:47:08] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/8057 [19:47:15] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Cite] (master) - https://gerrit.wikimedia.org/r/8058 [19:47:22] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/CodeReview] (master) - https://gerrit.wikimedia.org/r/8059 [19:47:29] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Collection] (master) - https://gerrit.wikimedia.org/r/8060 [19:47:36] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/ConfirmEdit] (master) - https://gerrit.wikimedia.org/r/8061 [19:47:44] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Contest] (master) - https://gerrit.wikimedia.org/r/8062 [19:47:50] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/ContributionReporting] (master) - https://gerrit.wikimedia.org/r/8063 [19:47:57] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/ContributionTracking] (master) - https://gerrit.wikimedia.org/r/8064 [19:48:04] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/CreatePage] (master) - https://gerrit.wikimedia.org/r/8065 [19:48:16] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/8066 [19:48:23] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/EmailCapture] (master) - https://gerrit.wikimedia.org/r/8067 [19:48:30] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/ExtensionDistributor] (master) - https://gerrit.wikimedia.org/r/8068 [19:48:37] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/FeaturedFeeds] (master) - https://gerrit.wikimedia.org/r/8069 [19:48:44] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/FlaggedRevs] (master) - https://gerrit.wikimedia.org/r/8070 [19:48:51] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Gadgets] (master) - https://gerrit.wikimedia.org/r/8071 [19:48:58] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/GlobalBlocking] (master) - https://gerrit.wikimedia.org/r/8072 [19:49:05] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/GoogleNewsSitemap] (master) - https://gerrit.wikimedia.org/r/8073 [19:49:12] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/8074 [19:49:19] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/8075 [19:49:26] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/MarkAsHelpful] (master) - https://gerrit.wikimedia.org/r/8076 [19:49:33] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/8077 [19:49:49] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/MoodBar] (master) - https://gerrit.wikimedia.org/r/8079 [19:49:55] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Nuke] (master) - https://gerrit.wikimedia.org/r/8080 [19:50:03] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/OggHandler] (master) - https://gerrit.wikimedia.org/r/8081 [19:50:13] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/OpenStackManager] (master) - https://gerrit.wikimedia.org/r/8082 [19:50:19] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/PdfHandler] (master) - https://gerrit.wikimedia.org/r/8083 [19:50:27] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/ProofreadPage] (master) - https://gerrit.wikimedia.org/r/8084 [19:50:34] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Quiz] (master) - https://gerrit.wikimedia.org/r/8085 [19:50:39] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/RandomRootPage] (master) - https://gerrit.wikimedia.org/r/8086 [19:50:45] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/ReaderFeedback] (master) - https://gerrit.wikimedia.org/r/8087 [19:50:50] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Score] (master) - https://gerrit.wikimedia.org/r/8088 [19:50:57] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/SemanticImageInput] (master) - https://gerrit.wikimedia.org/r/8089 [19:51:04] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/8090 [19:51:11] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/8091 [19:51:17] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/SemanticWatchlist] (master) - https://gerrit.wikimedia.org/r/8092 [19:51:24] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/ShortUrl] (master) - https://gerrit.wikimedia.org/r/8093 [19:51:31] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/SpamBlacklist] (master) - https://gerrit.wikimedia.org/r/8094 [19:51:37] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/SubPageList] (master) - https://gerrit.wikimedia.org/r/8095 [19:51:44] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Survey] (master) - https://gerrit.wikimedia.org/r/8096 [19:51:50] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/SwiftCloudFiles] (master) - https://gerrit.wikimedia.org/r/8097 [19:51:57] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/SyntaxHighlight_GeSHi] (master) - https://gerrit.wikimedia.org/r/8098 [19:52:04] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/8099 [19:52:11] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/8100 [19:52:18] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/TranslateSvg] (master) - https://gerrit.wikimedia.org/r/8101 [19:52:25] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/8102 [19:52:33] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/8103 [19:52:39] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Validator] (master) - https://gerrit.wikimedia.org/r/8104 [19:52:46] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/VipsScaler] (master) - https://gerrit.wikimedia.org/r/8105 [19:52:53] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/WebFonts] (master) - https://gerrit.wikimedia.org/r/8106 [19:52:57] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Widgets] (master) - https://gerrit.wikimedia.org/r/8107 [19:53:03] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/WikiEditor] (master) - https://gerrit.wikimedia.org/r/8108 [19:53:09] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/WikiLove] (master) - https://gerrit.wikimedia.org/r/8109 [19:53:21] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/WikidataClient] (master) - https://gerrit.wikimedia.org/r/8110 [19:53:29] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/WikidataRepo] (master) - https://gerrit.wikimedia.org/r/8111 [19:53:41] Hrmph. [19:54:47] 03raymond * 10/trunk/extensions/ (64 files in 62 dirs): Localisation updates from http://translatewiki.net. [20:28:38] Joan: Why are you banning gerrit-wm? [20:28:47] siebrand: For flooding. [20:28:51] Joan: Now there are no notifications at all anymore. [20:29:10] True enough. [20:29:12] * siebrand mumbles something about throwing out babies with bathwater. [20:29:14] It's not acceptable to flood in here. [20:29:22] This is not a new problem. :-) [20:29:33] Joan: Then address that on wikitech-l, and don't disrupt things here. [20:29:44] siebrand: I filed a bug or two about it. [20:29:51] I believe it's been mentioned on wikitech-l a few times as well. [20:29:56] That doesn't mean you can just remove that bot from here. [20:30:01] Get it back. Now. [20:30:04] Excuse me? [20:30:12] It's not acceptabel to flood in here. [20:30:15] acceptable [20:30:18] ResourceLoader question: I have two JS objects (Poll and LightBox) that are loaded via ResourceLoader. I'm using LightBox stuff in Poll code, but how can I make sure that LightBox is loaded early enough? 'position' => 'top' doesn't seem to do it... :-/ [20:30:22] It doesn't become acceptable just because your bot is doing it. [20:30:29] People who flood in here are kickbanned. [20:30:34] Joan: Is there anything unclear about what I'm saying? [20:30:58] siebrand: Well, you seem to be confused about (a) my ability to control the bot; and (b) what power you have here. [20:31:33] I have no power at all. I do see that you may be abusing yours. [20:31:47] You're more than welcoem to report me to Fire for kicking a flooding bot. [20:31:58] If he feels I shouldn't be an op here, I'll gladly give up my ops. :-) [20:31:59] I have no idea who Fire is. [20:32:07] I think he still owns the channel. [20:32:11] Or maybe Erik. [20:32:21] Fire gave me my ops, at least. [20:32:30] Joan: I don't know any Joans in MediaWiki development, so I have no idea who you are. [20:32:40] Heh. [20:32:49] On-wiki I'm MZMcBride. [20:33:07] Ah, our favorite critic. That explains. [20:33:18] Worse than a critic, I think. [20:33:45] Now get the damn bot back, please. [20:34:16] Joan: go learn PHP, I wanna hear your thoughts on ResourceLoader [20:34:44] siebrand: I honestly don't have any idea how to make it return. I'll send a mail to wikitech-l, though. [20:35:04] ashley: PHP is the Devil's language. [20:36:22] mhm...and I'm not too happy about ResourceLoader breaking some extensions I just fixed last summer...it's not like I can spare every summer rewriting lots and lots of code [20:39:27] !help gerrit-wm [20:39:27] http://www.mediawiki.org/wiki/Help:gerrit-wm [20:39:39] Joan: You kicking and banning gerrit-wm is more disruptive than the flooding. [20:39:54] Krenair: I'm the worst. [20:39:59] Quieting temporarily is reasonable. What you did is not. [20:40:00] siebrand: http://lists.wikimedia.org/pipermail/wikitech-l/2012-May/060721.html [20:40:13] Krenair: It's the Domas approach to ops. :-) [20:41:19] oh great, JS bugs that manifest in production mode but not with ?debug=true...just what I always wanted! [20:52:37] ashley: Krinkle handles most ResourceLoader questions. [20:52:41] Or most of mine, at least. [20:53:34] guess I should try bugging him one of these days... [20:54:22] mode mode +q *!*@manganese.wikimedia.org [20:54:57] Joan: Quiten > Ban [20:55:19] It'd be enough to ban/quiet it just before a L10n-bot commit [20:55:59] anyone happens to know where do i remove the stuff in mediawiki's footer like page visit count? [20:56:08] why can't we find a way to make it /ignore the l10n stuff? [20:56:21] azi: $wgDisableCounters = true; disables page visit counter at least, IIRC [20:56:22] Platonides: if someone asked a chanop to do it, sure [20:56:36] ashley: afaik ^demon has fixed it this morning [20:56:42] ashley: are these variables documented under a name? [20:56:55] ashley: i assume i can find the others somewhwere [20:56:58] 04(REOPENED) create #speciale parser function - 10https://bugzilla.wikimedia.org/23006 +comment (10Krinkle) [20:57:07] http://www.mediawiki.org/wiki/Manual:$wgDisableCounters -- there's the manual page for that at least [20:57:15] ashley: thank you [20:57:22] of course it depends on what you want to remove in addition to the page counter... [20:57:52] p858snake|l: I see...now if everyone would feel equally strongly about social tools as they do about the presence of one bot, I'd be pretty happy :D [20:59:31] I wonder if ircd-seven supports throttle bans [21:00:26] why can't we find a way to make it /ignore the l10n stuff? [21:00:33] How about just not logging it in the first place? [21:00:55] The change is already there to fix it, but no one has approved and submitted it: https://gerrit.wikimedia.org/r/#/c/6578/ [21:01:42] whatever works and makes people focus on stuff like code instead of minor-ish things like this :-) [21:01:52] Krenair: because we want it logged, incase we need to look it up and revert it easily [21:02:22] I think it should be filtered by ircecho [21:03:00] p858snake|l, you are aware that gerrit still stores the info, right? [21:03:17] 03(mod) jquery.tablesorter should support "D M-short YYYY" date format in sorting - 10https://bugzilla.wikimedia.org/36991 summary (10Krinkle) [21:07:08] It's actually super easy to query such info [21:07:10] alex@alex:~$ ssh -p 29418 krenair@gerrit.wikimedia.org gerrit query --format=JSON owner:l10n-bot [21:07:30] Anyone familiar with JS gadget etiquette? I fixed a bug in popups with sound code but it makes some scripts with bad code break (some even go out and break all JS) is there something I can do? [21:08:24] * Platonides wonders how does ircecho read https://gerrit.wikimedia.org/r/gitweb?p=operations/puppet.git;a=blob;f=manifests/gerrit.pp;h=8b27eae4b0137e4af6eac0a16650fe83e57679ac;hb=HEAD#l225 [21:09:01] is there a way to show who the initial author of a page was? [21:09:21] azi, yeah, look through the history [21:09:26] lol [21:09:30] 03(mod) jquery.tablesorter should support "D M-short YYYY" date format in sorting - 10https://bugzilla.wikimedia.org/36991 normal->15enhancement (10Krinkle) [21:09:33] azi: you mean with API? [21:17:20] i'd like a variable that when enabled, will show the author in the footer of the first page [21:17:28] s/first// [21:26:07] azi, there's not such variable [21:26:19] you may look for extensions if any impements that, though [21:29:46] azi: you can grab the history via the api tough [21:40:09] Platonides: Isn't there a credits module for the API? [21:40:17] I thought he was talking about that footer. [21:41:40] you can request the list of revisions beginning from the oldest with a limit of 1, and showing revision authors [21:42:35] Hello. I just completed a bunch of translations of special page aliases in hindi. I just saw that 1.20wmf3 is to be deployed on the 23rd. Any chance that the translations will make it in this update? (Note: Also asked in -i18n, just felt like putting this in here too :) ) [21:43:18] No. Translations get put into master. [21:43:40] You'll have to wait for 1.20wmf4 I think. [21:43:50] Krenair: ok, when's that? [21:44:02] Depends. What wiki are you interested in? [21:44:13] Krenair: hi-wp [21:44:26] Wednesday the 6th of June [21:44:44] There's more info about the 1.20wmf* deployments here: https://www.mediawiki.org/wiki/MediaWiki_1.20/Roadmap [21:44:59] Krenair: k, thnx for the link [21:45:15] Krenair, I don't see why it couldn't be backported [21:45:30] translations aren't like most code [21:45:39] Oh, it probably could be. But at the moment it all seems to done in master. [21:46:50] Krenair: thanks for the wmf4 info. That gives us (hi-wp community) time to resolve the remaining aliases :D [21:46:52] 03(mod) Coding style issues in interwiki - 10https://bugzilla.wikimedia.org/36900 +comment (10Amir E. Aharoni) [21:47:13] Translations seem to be in a bit of a state at the moment based on http://lists.wikimedia.org/pipermail/wikitech-l/2012-May/060696.html [21:47:40] Sid-G: You're welcome. [21:49:49] 03(FIXED) Inconsistent terminology: elsewhere vs. otherwiki - 10https://bugzilla.wikimedia.org/36756 (10Amir E. Aharoni) [21:50:46] 03(FIXED) Add timestamp to talk page message - 10https://bugzilla.wikimedia.org/36822 (10Amir E. Aharoni) [22:32:41] 03(mod) Remove localized "Help" namespaces on Meta-Wiki - 10https://bugzilla.wikimedia.org/36052 +comment (10Thehelpfulone) [22:33:00] 03(mod) Remove localized "Help" namespaces on Meta-Wiki - 10https://bugzilla.wikimedia.org/36052 (10Thehelpfulone) [22:47:25] hi [22:48:16] hello ...i have some problems uploading files to my wiki [22:48:36] i checked the permissions and its seems to be good [22:50:28] could anybody gimme a hand with this?? [22:51:16] 03(mod) Change Meta (fav)icon on Special:Userlogin - 10https://bugzilla.wikimedia.org/36982 +shell; +comment (10Thehelpfulone) [22:51:17] State your question [22:51:50] If you had said what you need help with, and I just happen to look at IRC now for the only 30 seconds of the day... I might have been able to answer it [22:51:56] 03(mod) create 'aawiki' on beta - 10https://bugzilla.wikimedia.org/36960 +comment (10Thehelpfulone) [22:52:03] But if I forget to look at IRC again now before I go to sleep... :) [22:52:34] 03(mod) Activate the patroller group on nn.wiki - 10https://bugzilla.wikimedia.org/36972 +shell (10Thehelpfulone) [22:53:15] 03(mod) Upload Request to Commons - 10https://bugzilla.wikimedia.org/36967 (10Thehelpfulone) [22:53:38] 03(mod) jquery.tablesorter sorts dates incorrectly - 10https://bugzilla.wikimedia.org/36991 15enhancement->normal; summary; +comment (10Brad Jorsch) [22:54:37] Could not create directory "mwstore://local-backend/local-public/f/f1". (this is the error) [22:54:55] it happens when iv try to upload a file [23:05:34] 14(INVALID) List allpages has endless loop with case-sensitive titles, apfrom broken - 10https://bugzilla.wikimedia.org/36987 +comment (10Sam Reed (reedy)) [23:07:01] Apocalypse666: you need to make your upload directory (dafult: mediawiki/images/) writable by the webserver [23:07:50] p858snake|l, my mediawiki/images is writable by http [23:08:00] im an archlinux user [23:08:23] it is /usr/share/webapps/mediawiki/images [23:10:21] i dont know other thing to try [23:10:55] permissions +755 for the user http seems to be enought [23:19:14] Umm [23:19:26] Looks like the Ubuntu repo for MediaWiki hasn't been updated since 1.15 [23:19:27] https://launchpad.net/mediawiki [23:20:55] Yup [23:21:21] We don't maintain them currently [23:21:51] Debian experimental has 1.18.. [23:22:02] yes, PM is working on that [23:22:08] PM? [23:22:17] someone I talk to on another network [23:23:20] I know hexmode is looking into it too [23:23:53] and there was another one of the debian manintaners in here the other day trying to get access to a private bug [23:26:32] Hi, I wonder if it is correct : http://pastebin.com/aqz8338L I want to edit pages with API [23:30:03] Frakir, edit requires a post request [23:31:05] So I don't need to put parameters in url ? [23:32:19] -query option performs a post request [23:32:21] you can put some such as action=edit [23:33:08] (I try this code and it works, but it fails when $text is long) [23:34:25] yes [23:34:31] GET only allows 255 characters [23:34:34] POST allows a lot lot more [23:35:27] With url = "http://fr.wikipedia.org/w/api.php?action=edit", I have: error code "The token parameter must be set" [23:36:10] yes [23:36:12] post the token [23:36:14] as the last parameter [23:37:47] and with the token, new error "One of the text, appendtext, prependtext and undo parameters must be set" :d [23:38:02] I will finish with the same url than in my pastebin [23:38:25] 03(mod) List allpages has endless loop with case-sensitive titles, apfrom broken - 10https://bugzilla.wikimedia.org/36987 +comment (10Nemo_bis)