[00:08:40] 03inez * 10/trunk/extensions/VisualEditor/playground/playground.js: Use flag 'isime' to correctly detect keyboard input in firefox. [00:09:29] dschoon: https://www.mediawiki.org/wiki/Wikimedia_Engineering/Project_documentation_howto in case Guillaume hasn't already pointed you to it. It's some templates, etc. to make it easier for your group to easily make & maintain short updates on what you're doing [00:17:43] sumanah: thanks! i'll check it out. [00:23:18] 03(mod) "Enable enhanced editing toolbar" remove both old and enhanced toolbars - 10https://bugzilla.wikimedia.org/34595 (10Mark A. Hershberger) [00:23:32] how do i rename an old user so i can create a new user of the same name? [00:24:00] 03(mod) words in place names in an RTL script appear in the wrong order on the maps - 10https://bugzilla.wikimedia.org/34201 +comment (10brion) [00:24:12] 03(mod) Instead '\.', '.' is replace by danda - 10https://bugzilla.wikimedia.org/34596 (10Mark A. Hershberger) [00:24:49] !renameuser | k-man [00:24:49] k-man: Renameuser provides a special page which allows authorised users to rename user accounts. See < http://www.mediawiki.org/wiki/Extension:Renameuser > for more details. [00:25:34] 03(FIXED) [SimpleSearch] Sometimes two search suggestion boxes are rendered instead of one - 10https://bugzilla.wikimedia.org/34598 (10Mark A. Hershberger) [00:26:05] 03(mod) [SF] Special:RunQuery forms should not show "Edit" links on section headings. - 10https://bugzilla.wikimedia.org/33812 +comment (10fastgoldfish) [00:26:48] 03(mod) "Drop media file to donate here" sometimes silently fails - 10https://bugzilla.wikimedia.org/34601 +comment (10brion) [00:26:55] 03(mod) View contributions / recentchanges for an IP range - 10https://bugzilla.wikimedia.org/1035 +comment (10Martijn Hoekstra) [00:26:57] thanks Reedy [00:27:21] oh, its already there! [00:29:24] 03(NEW) Allow usage of mw.util in altered scope/ environment - 10https://bugzilla.wikimedia.org/34603 normal; MediaWiki: Javascript; (rainerrillke) [00:31:10] 03(mod) Allow usage of mw.util in altered scope/ environment - 10https://bugzilla.wikimedia.org/34603 +need-review +patch (10Rainer@Rillke.eu) [00:31:44] 03(mod) Allow usage of mw.util in altered scope/ environment - 10https://bugzilla.wikimedia.org/34603 +comment (10Krinkle) [00:33:08] chrismcmahon: something to watch out for. haven't been able to reliably repro it, but I'm getting a spinning loader on simple.wiki on a semi-regular basis. weird. [00:36:02] 03(mod) Special:UploadWizard loading insecure content from commons - 10https://bugzilla.wikimedia.org/34599 +comment (10brion) [00:37:24] 03brion * 10/trunk/phase3/resources/mediawiki/mediawiki.feedback.js: [00:37:24] bug 34599: special:uploadwizard loading insecure content from commons [00:37:24] This is in mediawiki.feedback module which is hosted in core. [00:37:25] A quick fix to load this spinner image protocol-relative. Should be replaced with CSS and a locally-hosted image. [00:37:38] 03(mod) Special:UploadWizard loading insecure content from commons - 10https://bugzilla.wikimedia.org/34599 +comment (10brion) [00:39:19] 03krinkle * 10/trunk/phase3/resources/mediawiki/mediawiki.util.js: [00:39:19] [mw.util] bug fix and minor clean up [00:39:20] * Fixes bug 34603 (Patch by Rainer ) and other instances of the same bug [00:39:20] -- Use 'util' instead of 'this' to allow re-usage of the method in a different context [00:39:21] * Use ternary operator instead of the default operator in mw.util.wikiGetlink to check it for type instead of thruthy-ness (so that falsy-values such as '' work, and thruthy non-string values such as objects fail). [00:39:25] chrismcmahon: hrm... may be a plugin... clean profile gets nothing [00:40:16] 03(FIXED) Allow usage of mw.util in altered scope/ environment - 10https://bugzilla.wikimedia.org/34603 -need-review -patch +reviewed; +comment (10Krinkle) [00:40:25] 03(mod) Allow usage of mw.util in altered scope/ environment - 10https://bugzilla.wikimedia.org/34603 normal->minor (10Krinkle) [00:41:14] 03pgehres * 10/trunk/extensions/DonationInterface/gateway_common/DataValidator.php: Updating wmfMessageExists to actully do what we want. Adding wfLangSpecificFallback [00:42:01] New code comment: Krinkle; There's also bug 33045.; [00:43:33] 03(mod) mediawiki.feedback module should not load icon from upload.wikimedia.org - 10https://bugzilla.wikimedia.org/33045 +comment (10Brion Vibber) [00:43:34] 03(mod) Special:UploadWizard loading insecure content from commons - 10https://bugzilla.wikimedia.org/34599 (10Brion Vibber) [00:44:16] New code comment: Krinkle; Also fixes bug 33347 :); [00:44:39] Krinkle: RoanKattouw_away: am I right to suspect that the ResourceLoader code review that was meant to happen in February will probably not happen until after March 1st? [00:44:53] 03(mod) type check for mw.util.wikiGetlink - 10https://bugzilla.wikimedia.org/33347 +comment (10Krinkle) [00:45:02] 03(mod) Loading ext.wikieditor.toolbar should not initialize it - 10https://bugzilla.wikimedia.org/34602 (10Mark A. Hershberger) [00:45:05] (I ask because this includes work that will help merge Salvatore's GSoC 2011 work in, and thus falls into my area of interest) [00:45:26] sumanah: which "code review that was meant to happen in Feb" ? [00:46:42] I wasn't on GSoC, but afaik his submission was reviewed as was any entry. But not part of core yet due to the complexity of it and possible edge cases and problems with other things that also changed in ResourceLoader recently. Too much for a single release. But it'll probably go into Gadgets 2.0 or Gadgets 2.1 right after [00:47:04] after 1.19 rush is gone and Roan+me can focus on Gadgets/RL2.0 again [00:47:24] .. which is not in core and as such doesn't need to wait for 1.19 [00:47:46] New code comment: Aaron Schulz;
 \ - if ( $namespace < 0 ) { \ - $haveInvalidNamespaces = true; \ - continue; \ 
\ You replaced th; [00:49:53] Krinkle: I was going based on https://www.mediawiki.org/wiki/Summer_of_Code_Past_Projects#Customization_of_Gadgets the status of Salvatore's work -- "Code is currently in a separate branch, and awaiting merge into the Gadgets extension. Roan Kattouw is working on merging this code as part of his ResourceLoader 2 work, probably in February." and https://www.mediawiki.org/wiki/User:Salvatore_Ingala/Notes [00:49:57] reading your response now [00:50:23] that's all I know. Deferring to Roan for more [00:51:32] Salvatore's code hasn't been reviewed much that I know of [00:51:41] It'll happen once we have more time [00:52:17] 03(mod) mediawiki.feedback module should not load icon from upload.wikimedia.org - 10https://bugzilla.wikimedia.org/33045 (10Brion Vibber) [00:52:51] RoanKattouw: ok, I'll change the status on that Past Projects page, and the Roadmap. Does March look feasible? [00:53:00] Yes [00:53:02] ok. [00:53:10] I want to get back into the RL2 game soon [00:53:32] 03brion * 10/trunk/phase3/resources/ (4 files in 2 dirs): [00:53:32] * (bug 33045) Use locally-sourced spinner image for mediawiki.feedback module instead of Commons image [00:53:32] Switched from an with a hardcoded Commons link to a , a stylesheet, and a locally-hosted copy of the image. [00:54:00] 03(FIXED) mediawiki.feedback module should not load icon from upload.wikimedia.org - 10https://bugzilla.wikimedia.org/33045 +comment (10Brion Vibber) [00:54:51] brion: nice! [00:55:00] can GIFs be @embedded, or would that be too large? [00:55:13] if it's small enough it should embed [00:55:19] It'll silently ignore @embed if the file is too large [00:55:21] i.e. >24K [00:55:24] ok [00:55:33] RoanKattouw: that's per embed, right? [00:55:49] Yes [00:55:57] It's because IE limits the length of a data URI to 32K [00:55:59] marking OK [00:56:02] New code comment: Krinkle; May wanna @embed it.; [00:56:16] RoanKattouw: I also heard Opera has a different (lower) @embed limit in some versions [00:56:17] i think they're finally lifting that, but i forget if it was 9 or 10 [00:56:31] they have a character limit, strangly [00:56:56] https://developer.mozilla.org/en/data_URIs the Opera 11 browser limits data URIs to around 65000 characters. [00:57:00] 03(FIXED) Special:UploadWizard loading insecure content from commons - 10https://bugzilla.wikimedia.org/34599 +comment (10Brion Vibber) [00:57:37] i love how they limit URL length but your HTML can still be a gigabyte of tables that will explode your browser [00:58:08] but [00:58:17] (drumroll) [00:58:19] You can't have more than 31