[00:35:15] 3MediaWiki / 3JavaScript: Use latest jQuery - 10https://bugzilla.wikimedia.org/71649#c2 (10Bartosz Dziewoński) 5NEW>3RESO/WOR We use jQuery 1.11.1, which is the latest version of the 1.x branch. We're not going to drop IE 8 support anytime soon, but when we do, we'll switch to 2.x Please upgrade your Med... [00:35:26] oh, i forgot to add ", fool." [00:59:30] 3Wikimedia / 3Site requests: Add new .no domains to the wgCopyUploadsDomains whitelist - 10https://bugzilla.wikimedia.org/71195#c1 (10jeblad) Add the following too arkivverket.no [02:01:35] (03PS7) 10AndyRussG: Add UserMerge support [extensions/EducationProgram] - 10https://gerrit.wikimedia.org/r/160916 (https://bugzilla.wikimedia.org/67767) (owner: 10Legoktm) [02:03:39] (03CR) 10AndyRussG: "Fixed! :) Silly bugs! Blurg!!" [extensions/EducationProgram] - 10https://gerrit.wikimedia.org/r/160916 (https://bugzilla.wikimedia.org/67767) (owner: 10Legoktm) [02:05:20] bugs are the worst [02:05:45] :) [02:06:18] AndyRussG: why Title::newFromText( uniqid(), NS_SPECIAL ) ? [02:07:29] Hi legoktm... because... meh, no good reason, but I didn't see a reason not to, kinda following https://www.mediawiki.org/wiki/Manual:Job_queue/For_developers [02:07:34] hi ori [02:07:48] hello [02:08:59] I think something like Title::newFromText('EducationProgram UserMerge update job') or something will be clearer [02:09:08] rather than some random title that makes no sense [02:09:17] * legoktm will comment [02:10:07] If only bugs were better at provoking careful discussion of their ethical and polotical ramifications, then I'd like them better [02:11:25] (03CR) 10Legoktm: [C: 04-1] "Minor nitpicks, looks great otherwise. Also, you should probably do --reset-author since you've written most of the code in this patch :)" (033 comments) [extensions/EducationProgram] - 10https://gerrit.wikimedia.org/r/160916 (https://bugzilla.wikimedia.org/67767) (owner: 10Legoktm) [02:11:29] legoktm: I did try something more like that initially, but then I looked at how jobs are typically named, and it seems they don't repeat the key sent in to the parent constructor [02:12:16] didn't know about reset-author--git doesn't allow coauthorship I guess :/ [02:17:28] legoktm: is the user's IP accessible via javascript for anons? [02:17:56] you can use the meta=userinfo API [02:18:09] https://en.wikipedia.org/w/api.php?action=query&meta=userinfo [02:18:18] "name": "76.103.130.60", [02:18:18] "anon": "" [02:18:49] right [02:20:03] thanks [02:34:27] (03PS8) 10AndyRussG: Add UserMerge support [extensions/EducationProgram] - 10https://gerrit.wikimedia.org/r/160916 (https://bugzilla.wikimedia.org/67767) (owner: 10Legoktm) [02:36:40] (03CR) 10AndyRussG: Add UserMerge support (033 comments) [extensions/EducationProgram] - 10https://gerrit.wikimedia.org/r/160916 (https://bugzilla.wikimedia.org/67767) (owner: 10Legoktm) [02:45:38] legoktm: re https://gerrit.wikimedia.org/r/#/c/162491/ ... crap. you're right. i'm not sure how we should fix it now [02:56:55] jackmcbarn: I don't see hardcoding the domain name and script path as a super bad thing...would be nice if it could be avoided, but not as must imo [02:56:58] not a must* [02:57:54] legoktm: here's an idea: what if we did hardcode the name, but we also added logic to let mediawiki detect and recognize such pages as redirects, and add a maintenance script to fix old javascript redirects? [02:58:49] I don't think making MW treat these pages as actual redirects is a good idea [02:58:54] why [02:58:54] ? [02:59:00] i plan to do that for Scribunto's redirects [02:59:18] if my common.js is mw.loader.load("url to some script.js"); it shouldn't redirect to that page. [02:59:56] maybe if it ends with /*REDIRECT*/ or something then [03:02:24] magic javascript comments doesn't sound much better to me... [03:03:24] (03PS1) 10MarkAHershberger: .gitreview [extensions/Collection/OfflineContentGenerator/html_renderer] - 10https://gerrit.wikimedia.org/r/164752 [03:03:57] (03CR) 10MarkAHershberger: [C: 032] .gitreview [extensions/Collection/OfflineContentGenerator/html_renderer] - 10https://gerrit.wikimedia.org/r/164752 (owner: 10MarkAHershberger) [03:05:26] legoktm: thanks much for your help! :) I'm off for now, cya... [03:05:57] o/ [03:15:40] legoktm: another potential issue i thought of. if javascript redirects aren't detected as such, non-admins won't be able to revert moves of .js pages [03:16:21] (03PS1) 10MarkAHershberger: .gitreview [extensions/ShortUrlApi] - 10https://gerrit.wikimedia.org/r/164753 [03:16:23] (03CR) 10jenkins-bot: [V: 04-1] .gitreview [extensions/ShortUrlApi] - 10https://gerrit.wikimedia.org/r/164753 (owner: 10MarkAHershberger) [03:16:23] in typical power structure, non-admins wouldn't be able to edit those pages to begin with anyways [03:16:38] but hmm [03:16:39] in their own userspace i mean [03:17:18] (03Abandoned) 10MarkAHershberger: .gitreview [extensions/ShortUrlApi] - 10https://gerrit.wikimedia.org/r/164753 (owner: 10MarkAHershberger) [03:18:09] yeah [03:18:47] (03PS1) 10MarkAHershberger: .gitreview [extensions/ShortUrlApi] - 10https://gerrit.wikimedia.org/r/164754 [03:18:49] (03CR) 10jenkins-bot: [V: 04-1] .gitreview [extensions/ShortUrlApi] - 10https://gerrit.wikimedia.org/r/164754 (owner: 10MarkAHershberger) [03:20:41] I guess we should just implement redirects properly. [03:21:00] and we'll just have some magic syntax /* #REDIRECT */ [03:21:43] (03CR) 10Jackmcbarn: "I wonder if this would be better off as a transparent tag hook, since it doesn't alter the parsing of stuff inside it. (And it would also " [core] - 10https://gerrit.wikimedia.org/r/162609 (https://bugzilla.wikimedia.org/23796) (owner: 10Bartosz Dziewoński) [03:28:48] 3MediaWiki / 3ContentHandler: Support redirects in JavaScriptContent - 10https://bugzilla.wikimedia.org/71200#c3 (10Kunal Mehta (Legoktm)) Current patch only creates "redirects" behind, but MW doesn't actually recognize these as redirects. This means people without "delete" can't revert moves (if they move t... [03:28:58] jackmcbarn: ^ [03:29:45] 3MediaWiki / 3ContentHandler: Support redirects in JavaScriptContent - 10https://bugzilla.wikimedia.org/71200#c4 (10Jackmcbarn) +1 to that idea. [03:31:21] * legoktm starts coding [03:33:26] (03PS5) 10Jackmcbarn: Add redirect support to modules [extensions/Scribunto] - 10https://gerrit.wikimedia.org/r/146608 [03:33:48] legoktm: you can probably C&P most of ^ that change to do it [03:34:45] * legoktm looks [03:37:59] it seems wrong that the Content object needs to check $wgMaxRedirects [03:38:28] (03PS6) 10Jackmcbarn: Add redirect support to modules [extensions/Scribunto] - 10https://gerrit.wikimedia.org/r/146608 [03:39:30] yeah, i agree [04:07:00] 3MediaWiki / 3API: Some French characters break the Lyrics.wikia.com API - 10https://bugzilla.wikimedia.org/71648#c2 (10Bawolff (Brian Wolff)) 5UNCO>3RESO/INV > > ..But it doesn't. Because the API returns a link to > http://lyrics.wikia.com/MC_Solaar:J%27Connais_Mon_R%C3%83%C2%B4le, my guess > is that... [04:36:02] 3MediaWiki / 3API: Support for base64 Content-Transfer-Encoding in multipart posts. - 10https://bugzilla.wikimedia.org/35285 (10John Mark Vandenberg) [05:13:01] 3MediaWiki / 3Templates: ExpandTemplates should show categories - 10https://bugzilla.wikimedia.org/71633#c1 (10MZMcBride) [[Special:ExpandTemplates]] is actually in MediaWiki core now (cf. bug 28264). [06:05:02] 3MediaWiki extensions / 3Popups: Hovercards: Popups to Disambiguation pages should show a standard message - 10https://bugzilla.wikimedia.org/71653 (10geraki (Konstantinos Stampoulis)) 3NEW p:3Unprio s:3normal a:3None Usually a disambiguation page starts with "XXXX may refer to:" with nothing useful... [06:14:00] 3MediaWiki / 3Templates: ExpandTemplates should show categories - 10https://bugzilla.wikimedia.org/71633#c2 (10MZMcBride) The component here could just as easily be "Special pages", I suppose. [06:48:19] 3MediaWiki extensions / 3WebFonts: Add Javanese font to WebFonts - 10https://bugzilla.wikimedia.org/39381#c24 (10bennylin) 5RESO/FIX>3REOP Sorry to reopen this again, but the font is not loading anymore. Thus we are requesting the font to be available again in Javanese projects [07:30:45] 3Wikimedia / 3Extension setup: Review and deploy ImageMetrics extension to Wikimedia wikis - 10https://bugzilla.wikimedia.org/70402#c4 (10Tisza Gergő) Blocked on https://gerrit.wikimedia.org/r/#/c/164427/ at the moment (and that one is blocked on some sort of CI issue). [07:45:32] (03CR) 10Thiemo Mättig (WMDE): [C: 031] "Thanks." (031 comment) [extensions/Cite] - 10https://gerrit.wikimedia.org/r/164086 (owner: 10Amire80) [07:48:49] (03CR) 10Yurik: "love the idea, but would be good to improve 2 minor things." (032 comments) [extensions/Scribunto] - 10https://gerrit.wikimedia.org/r/85426 (owner: 10Tpt) [07:49:13] (03CR) 10Yurik: [C: 04-1] "forgot -1. As I said before - totally supportive of the idea in general ))" [extensions/Scribunto] - 10https://gerrit.wikimedia.org/r/85426 (owner: 10Tpt) [07:53:42] (03CR) 10Kaldari: [C: 032] jquery.ui: Collapse border in ui-helper-clearfix [core] - 10https://gerrit.wikimedia.org/r/164521 (https://bugzilla.wikimedia.org/71601) (owner: 10Kaldari) [07:58:32] 3Wikimedia / 3Mailing lists: New Mailing List: Translators for Indic Languages for Indian Wikimedians - 10https://bugzilla.wikimedia.org/71655 (10Karthik Nadar) 3UNCO p:3Unprio s:3enhanc a:3None Requested name: wikimediaindiatranslators-l Reasoning: In reference to the consultation meeting happening... [08:00:16] (03Merged) 10jenkins-bot: jquery.ui: Collapse border in ui-helper-clearfix [core] - 10https://gerrit.wikimedia.org/r/164521 (https://bugzilla.wikimedia.org/71601) (owner: 10Kaldari) [08:07:30] 3Wikimedia / 3Mailing lists: New Mailinglist for Volunteers-Support - 10https://bugzilla.wikimedia.org/69599#c8 (10James Alexander) 5NEW>3RESO/FIX (In reply to Muriel Staub from comment #7) > Hi James, > > would it be possible to set up the list sometime before Sunday? > It's WikiCon this weekend in Co... [08:46:47] (03PS1) 10Gerrit Patch Uploader: Remove space from the begin and the end of the heading [core] - 10https://gerrit.wikimedia.org/r/164760 [08:46:49] (03CR) 10Gerrit Patch Uploader: "This commit was uploaded using the Gerrit Patch Uploader [1]." [core] - 10https://gerrit.wikimedia.org/r/164760 (owner: 10Gerrit Patch Uploader) [08:51:04] 3MediaWiki / 3Page editing: MediaWiki:Alreadyrolled message not shown when rolling back during edit conflict - 10https://bugzilla.wikimedia.org/52532#c7 (10Chris McKenna) 5UNCO>3NEW I just encountered this when using the rollback link from the page history on en.wp so it's definitely not restricted to an... [08:52:00] 3MediaWiki / 3Page editing: MediaWiki:Alreadyrolled message not shown when rolling back during edit conflict - 10https://bugzilla.wikimedia.org/52532#c8 (10Chris McKenna) I was using Firefox 30 on Linux if that makes a difference [09:01:47] 3Wikimedia / 3General/Unknown: Cannot edit specific Wikipedia page - 10https://bugzilla.wikimedia.org/71656 (10Incola) 3NEW p:3Unprio s:3normal a:3None I have tried to edit the page https://it.wikipedia.org/wiki/Otto_von_Bismarck as a logged in user. When I saved the page there was the following erro... [09:42:48] 3MediaWiki extensions / 3MediaFunctions: Enable Extension:Collection on Marathi wiki - 10https://bugzilla.wikimedia.org/71658 (10Jayanta Nath) 3NEW p:3Unprio s:3normal a:3None Enable Extension:Collection on Marathi wiki [09:44:47] 3Wikimedia / 3General/Unknown: ZIM creation toolchain broken - 10https://bugzilla.wikimedia.org/71660 (10Kelson [Emmanuel Engelhart]) 3NEW p:3Unprio s:3critic a:3None It seems currently impossible to generate ZIM file of books. Steps: 1 - Go to https://en.wikipedia.org/wiki/Book:ABBA 2 - Click on "Z... [09:47:16] 3MediaWiki extensions / 3Extensions requests: Enable Extension:Collection on Marathi wiki - 10https://bugzilla.wikimedia.org/71658 (10Jayanta Nath) [10:36:10] (03PS2) 10Frédéric Wang: Improve the way mathematical formulas are exposed to screen readers. [extensions/Math] - 10https://gerrit.wikimedia.org/r/164736 (https://bugzilla.wikimedia.org/66537) [11:02:21] 3Wikimedia / 3Wikidata: Wikimedia Error page on the item for Germany (Q183) - 10https://bugzilla.wikimedia.org/71519#c5 (10Stryn) 5RESO/FIX>3REOP Broken again... https://www.wikidata.org/wiki/Wikidata:Administrators%27_noticeboard#Q183 [11:08:00] 3MediaWiki extensions / 3Extensions requests: Enable Extension:Collection on Marathi wiki - 10https://bugzilla.wikimedia.org/71658 (10Jayanta Nath) [11:08:30] 3MediaWiki extensions / 3Extensions requests: Enable Extension:Collection on Marathi wiki - 10https://bugzilla.wikimedia.org/71658 (10Jayanta Nath) [11:19:17] (03CR) 10Krinkle: Respect $wgTranslateNumerals in JavaScript (031 comment) [core] - 10https://gerrit.wikimedia.org/r/164730 (https://bugzilla.wikimedia.org/70109) (owner: 10Amire80) [11:19:38] (03PS3) 10Krinkle: mediawiki.language: Respect $wgTranslateNumerals in convertNumber() [core] - 10https://gerrit.wikimedia.org/r/164730 (https://bugzilla.wikimedia.org/70109) (owner: 10Amire80) [11:22:34] (03CR) 10Krinkle: Simplify resource definition (031 comment) [extensions/InputBox] - 10https://gerrit.wikimedia.org/r/164729 (owner: 10Hoo man) [11:23:55] (03CR) 10Krinkle: [C: 04-1] SpecialVersion: Use Config object instead of globals (031 comment) [core] - 10https://gerrit.wikimedia.org/r/159536 (https://bugzilla.wikimedia.org/70638) (owner: 10Florianschmidtwelzow) [11:25:36] (03PS1) 10QChris: [DO NOT MERGE] Test commit to show thaht plain upload works [skins/Metrolook] - 10https://gerrit.wikimedia.org/r/164764 [11:25:57] (03Abandoned) 10QChris: [DO NOT MERGE] Test commit to show thaht plain upload works [skins/Metrolook] - 10https://gerrit.wikimedia.org/r/164764 (owner: 10QChris) [11:26:11] (03CR) 10Krinkle: SpecialVersion: Use Config object instead of globals (031 comment) [core] - 10https://gerrit.wikimedia.org/r/159536 (https://bugzilla.wikimedia.org/70638) (owner: 10Florianschmidtwelzow) [11:30:52] (03CR) 10QChris: "> refs/refs/for/master" [skins/Metrolook] - 10https://gerrit.wikimedia.org/r/163970 (owner: 10Florianschmidtwelzow) [11:44:04] (03CR) 10Krinkle: [C: 04-1] "> Fatal error: Call to a member function getOptions() on a non-object in /mediawiki-core/src/includes/resourceloader/ResourceLoaderUserCSS" [core] - 10https://gerrit.wikimedia.org/r/164724 (owner: 10Legoktm) [11:59:16] 3Wikimedia / 3Wikidata: Wikimedia Error page on the item for Germany (Q183) - 10https://bugzilla.wikimedia.org/71519#c6 (10Туча) Perhaps due to this is not possible for many users to edit pages in the Russian Wikipedia, which have Germany flag from Wikidata. https://ru.wikipedia.org/wiki/Википедия:Форум/Тех... [12:00:17] (03PS1) 10Greg Sabino Mullane: For Postgres, force cast the pr_id column (an int) to text, so we can safely compare it to the pr_value column (text). The uncasted comparison is no longer allowed by Postgres. Sadly, we have to carve out this exception because something like a general CA [core] - 10https://gerrit.wikimedia.org/r/164765 [12:04:02] 3MediaWiki / 3Database: SQL casting error in Special:ProtectedPages - 10https://bugzilla.wikimedia.org/67065 (10Greg Sabino Mullane) 5NEW>3ASSI a:3Greg Sabino Mullane [12:04:02] 3MediaWiki / 3Database: SQL casting error in Special:ProtectedPages - 10https://bugzilla.wikimedia.org/67065#c5 (10Greg Sabino Mullane) Made a gerrit patch here: https://gerrit.wikimedia.org/r/#/c/164765/ As the comments say, this is a tricky problem, with no immediate general solution I could see. The onl... [12:08:26] (03CR) 10Bartosz Dziewoński: "Maybe caused bug 71639?" [core] - 10https://gerrit.wikimedia.org/r/126936 (owner: 10Daniel Kinzler) [12:12:01] 3MediaWiki / 3Interface: Kill the skins/common/ directory in mediawiki/core, moving the contents somewhere else - 10https://bugzilla.wikimedia.org/69277#c82 (10Krinkle) Be sure to account for: bits.wikimedia.org {wiki domain}.org paths: - skins - skins-1.5 static-{mwversion|"current"}/skins e.g. http://e... [12:26:32] 3MediaWiki / 3Uploading: Can't upload file with non-ASCII name (eg cyrillic) on Windows host - 10https://bugzilla.wikimedia.org/1780#c42 (10dgiim) I am using mediawiki in Korean environment. When will completely fix this? I have resolved to hack Upload problem. But I can not see the thumbnail. Help me. [12:29:01] 3Wikimedia / 3Wikidata: Wikimedia Error page on the item for Germany (Q183) - 10https://bugzilla.wikimedia.org/71519#c7 (10Sergey Vladimirov) s:5major>3critic Updating importance to critical. Unable to edit articles in ruwiki linked to Germany element (confirmed by experiment by unlinking Germany element... [12:29:59] (03CR) 10Hashar: "Publishing the documentation on doc.wikimedia.org is tracked by https://bugzilla.wikimedia.org/show_bug.cgi?id=71662 (cced Nik and Chad)." [search/extra] - 10https://gerrit.wikimedia.org/r/163268 (owner: 10Manybubbles) [12:31:33] 3Wikimedia / 3Site requests: Prevent search engines from indexing user pages and all talk pages on ckbwiki - 10https://bugzilla.wikimedia.org/71663 (10Calak) 3NEW p:3Unprio s:3normal a:3None Please add user pages and all talk pages to $wgNamespaceRobotPolicies per community discussion. [12:33:29] 3Wikimedia / 3Wikidata: Wikimedia Error page on the item for Germany (Q183) - 10https://bugzilla.wikimedia.org/71519#c8 (10Ilya) History of Q183 has interesting last edit that labeled with HHVM: https://www.wikidata.org/w/index.php?title=Q183&action=history How do adding of four hieroglyphs can increase pa... [12:35:30] 3Wikimedia / 3Site requests: Prevent search engines from indexing user pages and all talk pages on ckbwiki - 10https://bugzilla.wikimedia.org/71663 (10Calak) p:5Unprio>3Normal s:5normal>3enhanc [12:40:55] /msg NickServ identify 73121508 [12:44:36] FlorianSW: I hope that's not your password. [12:44:54] sjoerddebruin: not anymore :) [12:44:59] ;) [12:45:01] was a whitespace :) [12:58:55] (03CR) 10Florianschmidtwelzow: SpecialVersion: Use Config object instead of globals (032 comments) [core] - 10https://gerrit.wikimedia.org/r/159536 (https://bugzilla.wikimedia.org/70638) (owner: 10Florianschmidtwelzow) [13:00:00] 3Wikimedia / 3Wikidata: Wikimedia Error page on the item for Germany (Q183) - 10https://bugzilla.wikimedia.org/71519#c9 (10Sergey Vladimirov) (In reply to Ilya from comment #8) > How do adding of four hieroglyphs can increase page size by 483K? Well, this is quite simple to explain. There was no edits since... [13:01:34] 3MediaWiki extensions / 3[other]: Language selection for labels = any valid code as per the IANA language subtag registry - 10https://bugzilla.wikimedia.org/71664 (10Purodha Blissenbach) 3NEW p:3Unprio s:3normal a:3None When entering labels in WikiData, any language of the world should be allowed, no... [13:01:52] FlorianSW: use the "auth to services" checkbox from the webchat, or type that in the network tab instead of the channel next time ;) [13:03:01] Vulpix: normally i have enough time to use the network tab, but today i was logged in into the channels much faster as i thought :) But thanks for the tip with the checkbox, i never saw this one, next time i hope i see it :) [13:03:52] (03PS12) 10Florianschmidtwelzow: SpecialVersion: Use Config object instead of globals [core] - 10https://gerrit.wikimedia.org/r/159536 (https://bugzilla.wikimedia.org/70638) [13:04:17] Vulpix: ah, great function :) Thanks! [13:05:45] 3MediaWiki extensions / 3WikidataRepo: Exception: Can only add Wikibase\DataModel\Snak\Snak implementing objects to Wikibase\DataModel\Snak\SnakList - 10https://bugzilla.wikimedia.org/71479#c9 (10Aude) When I fixed https://gerrit.wikimedia.org/r/#/c/164767/ but not apply https://gerrit.wikimedia.org/r/164621... [13:07:30] (03CR) 10Paladox: "Thankyou." [skins/Metrolook] - 10https://gerrit.wikimedia.org/r/163970 (owner: 10Florianschmidtwelzow) [13:10:48] (03CR) 10Hoo man: Simplify resource definition (031 comment) [extensions/InputBox] - 10https://gerrit.wikimedia.org/r/164729 (owner: 10Hoo man) [13:14:34] (03PS2) 10Hoo man: Improve extension entry point [extensions/InputBox] - 10https://gerrit.wikimedia.org/r/164729 [13:16:17] short question: on https://www.mediawiki.org/wiki/Gerrit/Project_ownership can everyone post his opinion about a rquest or are there special requirements? :) [13:17:03] (03CR) 10Hoo man: "Addressed Krinkle's comment and also encapsulated the whole thing in an anonymous function to stop leaking globals (also that's nicer IMO)" [extensions/InputBox] - 10https://gerrit.wikimedia.org/r/164729 (owner: 10Hoo man) [13:20:19] (03PS1) 10Hoo man: Improve initialization of ext.inputBox.js [extensions/InputBox] - 10https://gerrit.wikimedia.org/r/164768 [13:23:31] 3MediaWiki extensions / 3Quiz: Hardcoded colons in translatable strings - Non-breaking space needed in French for Quiz - 10https://bugzilla.wikimedia.org/67375#c6 (10JackPotte) https://gerrit.wikimedia.org/r/#/settings/group-memberships indicates that I'm Anonymous Users Registered Users mediawiki-tr... [13:25:34] (03PS1) 10Hoo man: Move files into an includes folder [extensions/GlobalBlocking] - 10https://gerrit.wikimedia.org/r/164769 [13:43:59] (03PS42) 10Paladox: Update jquery.chosen folder and files [core] - 10https://gerrit.wikimedia.org/r/139699 (https://bugzilla.wikimedia.org/69065) [13:44:50] (03PS43) 10Paladox: Update jquery.chosen folder and files [core] - 10https://gerrit.wikimedia.org/r/139699 (https://bugzilla.wikimedia.org/69065) [13:49:08] (03PS44) 10Paladox: Update jquery.chosen folder and files [core] - 10https://gerrit.wikimedia.org/r/139699 (https://bugzilla.wikimedia.org/69065) [13:50:15] (03PS45) 10Paladox: Update jquery.chosen folder and files [core] - 10https://gerrit.wikimedia.org/r/139699 (https://bugzilla.wikimedia.org/69065) [13:52:14] (03PS46) 10Paladox: Update jquery.chosen folder and files [core] - 10https://gerrit.wikimedia.org/r/139699 (https://bugzilla.wikimedia.org/69065) [13:52:38] (03PS47) 10Paladox: Update jquery.chosen folder and files [core] - 10https://gerrit.wikimedia.org/r/139699 (https://bugzilla.wikimedia.org/69065) [13:53:14] (03PS48) 10Paladox: Update jquery.chosen folder and files [core] - 10https://gerrit.wikimedia.org/r/139699 (https://bugzilla.wikimedia.org/69065) [14:02:18] 3MediaWiki extensions / 3WikidataRepo: unable to edit label and description in IE 11 - 10https://bugzilla.wikimedia.org/71665 (10Lydia Pintscher) 3NEW p:3Unprio s:3normal a:3Wikidata bugs Succu reports he is not able to change labels or descriptions in IE 11. [14:02:30] 3MediaWiki extensions / 3WikidataRepo: unable to edit label and description in IE 11 - 10https://bugzilla.wikimedia.org/71665 (10Lydia Pintscher) [14:02:45] 3MediaWiki extensions / 3WikidataRepo: unable to edit label and description in IE 11 - 10https://bugzilla.wikimedia.org/71665 (10Lydia Pintscher) p:5Unprio>3High [14:03:10] (03PS1) 10Jack Phoenix: SVN exported r2730 from ShoutWiki SVN, /branches/jack/Challenge [extensions/Challenge] - 10https://gerrit.wikimedia.org/r/164770 [14:04:21] (03CR) 10Jack Phoenix: [C: 032 V: 032] SVN exported r2730 from ShoutWiki SVN, /branches/jack/Challenge [extensions/Challenge] - 10https://gerrit.wikimedia.org/r/164770 (owner: 10Jack Phoenix) [14:06:03] 3MediaWiki extensions / 3WikidataRepo: not possible to edit aliases - 10https://bugzilla.wikimedia.org/71666 (10Lydia Pintscher) 3NEW p:3Unprio s:3normal a:3Wikidata bugs It is not possible to edit aliases on property pages. [14:06:45] (03PS49) 10Paladox: Update jquery.chosen folder and files [core] - 10https://gerrit.wikimedia.org/r/139699 (https://bugzilla.wikimedia.org/69065) [14:08:02] (03PS50) 10Paladox: Update jquery.chosen folder and files [core] - 10https://gerrit.wikimedia.org/r/139699 (https://bugzilla.wikimedia.org/69065) [14:09:14] (03CR) 10Paladox: [C: 031] Update jquery.chosen folder and files [core] - 10https://gerrit.wikimedia.org/r/139699 (https://bugzilla.wikimedia.org/69065) (owner: 10Paladox) [14:09:23] (03CR) 10Paladox: Update jquery.chosen folder and files [core] - 10https://gerrit.wikimedia.org/r/139699 (https://bugzilla.wikimedia.org/69065) (owner: 10Paladox) [14:10:20] 3Wikimedia / 3Extension setup: Enable Extension:ShortUrl on Bengali Wikimedia Project - 10https://bugzilla.wikimedia.org/60956#c6 (10Jayanta Nath) any update?? or any quires needed from community?? [14:10:32] 3MediaWiki extensions / 3WikidataRepo: unable to open items (InvalidArgumentException) - 10https://bugzilla.wikimedia.org/71667 (10Lydia Pintscher) 3NEW p:3Unprio s:3normal a:3Wikidata bugs When opening https://www.wikidata.org/wiki/Q40430 the following error message is shown instead: Unexpected non... [14:14:16] 3MediaWiki extensions / 3WikidataRepo: unable to open items (InvalidArgumentException) - 10https://bugzilla.wikimedia.org/71667 (10Lydia Pintscher) p:5Unprio>3Highes s:5normal>3critic [14:15:19] 3MediaWiki extensions / 3WikidataRepo: not possible to edit aliases - 10https://bugzilla.wikimedia.org/71666 (10Lydia Pintscher) p:5Unprio>3High s:5normal>3major [14:18:14] (03PS37) 10Paladox: Update jquery.validate from 1.8.1 to 1.9.0 [core] - 10https://gerrit.wikimedia.org/r/145311 [14:18:37] (03PS38) 10Paladox: Update jquery.validate from 1.8.1 to 1.9.0 [core] - 10https://gerrit.wikimedia.org/r/145311 [14:18:46] 3MediaWiki extensions / 3[other]: Language selection for labels = any valid code as per the IANA language subtag registry - 10https://bugzilla.wikimedia.org/71664#c1 (10Lydia Pintscher) 5NEW>3RESO/WON This is up to the language committee and Gerard explained their current standpoint on the mailing list.... [14:19:10] (03CR) 10Paladox: [C: 031] Update jquery.validate from 1.8.1 to 1.9.0 [core] - 10https://gerrit.wikimedia.org/r/145311 (owner: 10Paladox) [14:19:20] (03CR) 10Paladox: Update jquery.validate from 1.8.1 to 1.9.0 [core] - 10https://gerrit.wikimedia.org/r/145311 (owner: 10Paladox) [14:20:45] (03CR) 10Paladox: [C: 031] "Hi please could someone please review this. it has been upgraded to 1.9.0 and adds a new file callled jquery.validate.additional-methods.j" [core] - 10https://gerrit.wikimedia.org/r/145311 (owner: 10Paladox) [14:20:59] 3MediaWiki extensions / 3WikidataRepo: unable to edit empty label and description in IE 11 - 10https://bugzilla.wikimedia.org/71665#c1 (10Lydia Pintscher) Apparently it only affects empty labels and descriptions. Existing ones can be edited. [14:22:27] Why does Paladox CR+1 his own patches? [14:43:15] 3MediaWiki extensions / 3WikidataRepo: Support units in quantity datatype - 10https://bugzilla.wikimedia.org/63722#c1 (10Fabio Alessandro Locati) Is there any news on this? [15:15:31] hello . what are rules for gerrit changes to become merged ? how many people should approve ? [15:15:50] qdb: You only need one person to approve [15:16:02] but not everyone can approve [15:16:04] i made https://gerrit.wikimedia.org/r/164049 . this is simple copy and modify from uz to tt [15:17:55] (03PS4) 10Alex Monk: Add Tatar Converter [core] - 10https://gerrit.wikimedia.org/r/164049 (owner: 10Qdinar) [15:17:56] qdb: I see... I can add a few people who are active in the area as reviewers to the patch [15:17:58] i see even i left one "uzbek" word ... need to fix [15:18:27] While I can (technically) approve the change, I don't feel confident enough with that part of the software [15:20:16] There are a lot of people who can technically approve it, few of them are actually the people who know how to properly review this :p [15:20:20] hoo if you compare uz and tt files you will see that is normal / useful change [15:20:49] 3Wikimedia / 3Site requests: Add namespace alias on fa.wikivoyage - 10https://bugzilla.wikimedia.org/71668 (10Calak) 3NEW p:3Unprio s:3normal a:3None Please add the following namespace alias on fa.wikivoyage. 'وس' => NS_PROJECT, 'عن' => 106, [15:20:59] Well what about actions needing to be taken elsewhere? Does anything need to be done on translatewiki before this goes into master? [15:21:06] qdb: I know that it wont completely break, and the Cyrillic conversion also seems ok (as far as I can tell) [15:21:08] and if you know there is also latin tatar wikipedia ... [15:21:20] but still I'm not active in localization, so I don't feel comfortable with approving that [15:21:27] but I added people who are [15:21:36] and they'll review it [15:25:00] 3Wikimedia / 3Site requests: Add namespace alias on fa.wikivoyage - 10https://bugzilla.wikimedia.org/71668 (10Calak) p:5Unprio>3Normal s:5normal>3enhanc [15:26:39] (03PS5) 10Qdinar: Add Tatar Converter Tatar converter, does not work correctly, as it has just very simple conversion tables now Change-Id: I18768eb1b13c04a6cb597930fc1e8a3977ec5c74 [core] - 10https://gerrit.wikimedia.org/r/164049 [15:31:38] alex monk modified commit message , now, i did not see it , i uploaded new version , now [15:31:55] qdb: Yeah, that's a bit odd [15:32:14] you need to either download the new patch set from gerrit and then amend that [15:32:30] or you can manually copy and paste his commit summary [15:32:54] he just added empty lines between lines [15:34:11] he can edit the commit message , cannot i also such way , without pushing? [15:34:43] sure [15:34:55] Just click onto that notebook icon [15:35:00] it's on the top right of the commit message [15:35:11] i am wrong ... he made patch set 4 ... [15:35:33] may be he also pushed , i do not know [15:35:49] ok i ll try [15:36:02] It creates a new patch set, but he didn't actually download/ push the change [15:37:02] 3Wikimedia / 3Extension setup: Enable "Extension:Echo" on fa.wikivoyage - 10https://bugzilla.wikimedia.org/71669 (10Calak) 3NEW p:3Unprio s:3normal a:3None Please enable "Extension:Echo" (Notifications) on fa.wikivoyage. [15:37:15] 3Wikimedia / 3Extension setup: Enable "Extension:Echo" on fa.wikivoyage - 10https://bugzilla.wikimedia.org/71669 (10Calak) p:5Unprio>3Normal s:5normal>3enhanc [15:38:30] (03PS6) 10Qdinar: Add Tatar Converter [core] - 10https://gerrit.wikimedia.org/r/164049 [15:38:32] 3Wikimedia / 3Extension setup: Enable "Extension:Echo" on fa.wikivoyage - 10https://bugzilla.wikimedia.org/71669 (10Calak) a:3reza1615 [15:38:55] ok , made [16:14:32] 3MediaWiki extensions / 3CentralAuth: checkLocalNames.php maintenance script uses non-existent SQL columns - 10https://bugzilla.wikimedia.org/71670 (10Southparkfan) 3NEW p:3Unprio s:3normal a:3None The CentralAuth checkLocalNames.php script in the REL1_19 - REL1_23 (the 1.25wmf1 and master branches a... [16:26:18] 3MediaWiki extensions / 3TextExtracts: Sentence extraction needs to handle HTML better - 10https://bugzilla.wikimedia.org/71671 (10Max Semenik) 3NEW p:3Unprio s:3normal a:3None Example of a fail: https://et.wikipedia.org/w/api.php?action=query&prop=extracts%7Ccategories&exsentences=1&redirects=&forma... [16:32:47] (03CR) 10Krinkle: [C: 04-1] Improve initialization of ext.inputBox.js (031 comment) [extensions/InputBox] - 10https://gerrit.wikimedia.org/r/164768 (owner: 10Hoo man) [16:39:30] 3MediaWiki / 3Uploading: Can't upload file with non-ASCII name (eg cyrillic) on Windows host - 10https://bugzilla.wikimedia.org/1780#c43 (10orbartal) Try using the in the pdf file: "How to fix the bug in Hebrew". It works for all languages, not just for Hebrew. And it fixes the thumbnail bug as well. Tell me... [16:39:44] (03CR) 10Krinkle: Improve extension entry point (031 comment) [extensions/InputBox] - 10https://gerrit.wikimedia.org/r/164729 (owner: 10Hoo man) [16:42:52] (03CR) 10Hoo man: Improve extension entry point (031 comment) [extensions/InputBox] - 10https://gerrit.wikimedia.org/r/164729 (owner: 10Hoo man) [16:55:00] (03PS1) 10Paladox: Update Metrolook [skins/Metrolook] - 10https://gerrit.wikimedia.org/r/164775 [16:56:41] (03PS2) 10Paladox: Update Metrolook [skins/Metrolook] - 10https://gerrit.wikimedia.org/r/164775 [16:59:47] (03CR) 10Paladox: [C: 032 V: 032] Update Metrolook [skins/Metrolook] - 10https://gerrit.wikimedia.org/r/164775 (owner: 10Paladox) [17:06:45] (03PS1) 10Paladox: Update Metrolook [skins/Metrolook] (REL1_24) - 10https://gerrit.wikimedia.org/r/164776 [17:06:58] (03CR) 10Paladox: [C: 032 V: 032] Update Metrolook [skins/Metrolook] (REL1_24) - 10https://gerrit.wikimedia.org/r/164776 (owner: 10Paladox) [17:09:37] (03PS1) 10Umherirrender: Undefined variable: attrs in HistoryAction.php on line 202 [core] - 10https://gerrit.wikimedia.org/r/164777 [17:12:26] (03PS1) 10Paladox: Update Metrolook [skins/Metrolook] (REL1_23) - 10https://gerrit.wikimedia.org/r/164778 [17:13:01] (03CR) 10Hoo man: [C: 032] Undefined variable: attrs in HistoryAction.php on line 202 [core] - 10https://gerrit.wikimedia.org/r/164777 (owner: 10Umherirrender) [17:13:18] (03PS2) 10Paladox: Update Metrolook [skins/Metrolook] (REL1_23) - 10https://gerrit.wikimedia.org/r/164778 [17:13:37] (03CR) 10Paladox: [C: 032 V: 032] Update Metrolook [skins/Metrolook] (REL1_23) - 10https://gerrit.wikimedia.org/r/164778 (owner: 10Paladox) [17:17:40] (03PS2) 10Hoo man: Improve initialization of ext.inputBox.js [extensions/InputBox] - 10https://gerrit.wikimedia.org/r/164768 [17:17:59] (03CR) 10Hoo man: Improve initialization of ext.inputBox.js (031 comment) [extensions/InputBox] - 10https://gerrit.wikimedia.org/r/164768 (owner: 10Hoo man) [17:18:05] 3Mathoid / 3General/Unknown: Add TeX annotation to mathml element - 10https://bugzilla.wikimedia.org/71673 (10physikerwelt) 3NEW p:3Unprio s:3normal a:3None Similar to https://gerrit.wikimedia.org/r/#/c/109486/ we want to have a tex annotation element for mathoid. [17:18:26] (03CR) 10Hoo man: "Addressed Krinkle's comment and made this work with multiple input boxes." [extensions/InputBox] - 10https://gerrit.wikimedia.org/r/164768 (owner: 10Hoo man) [17:19:14] (03Merged) 10jenkins-bot: Undefined variable: attrs in HistoryAction.php on line 202 [core] - 10https://gerrit.wikimedia.org/r/164777 (owner: 10Umherirrender) [17:29:36] (03PS1) 10Physikerwelt: Add TeX annotation [services/mathoid] - 10https://gerrit.wikimedia.org/r/164779 (https://bugzilla.wikimedia.org/71673) [17:30:22] (03PS1) 10Umherirrender: Tune Skin::preloadExistence [core] - 10https://gerrit.wikimedia.org/r/164780 [17:31:47] 3Mathoid / 3General/Unknown: Add TeX annotation to mathml element - 10https://bugzilla.wikimedia.org/71673#c2 (10physikerwelt) p:5Unprio>3High a:3Gabriel Wicke Assign to Gabriel... he is the only person that can do the deploy. [17:33:46] (03CR) 10Frédéric Wang: [C: 031] Add TeX annotation (032 comments) [services/mathoid] - 10https://gerrit.wikimedia.org/r/164779 (https://bugzilla.wikimedia.org/71673) (owner: 10Physikerwelt) [17:36:00] 3Wikimedia / 3Site requests: Add new .no domains to the wgCopyUploadsDomains whitelist - 10https://bugzilla.wikimedia.org/71195#c2 (10Daniel Schwen) This is currently holding up the upload of an image donation. I'd be really cool if the domain whitelist could be managed on wiki by certain user groups. [17:38:07] (03CR) 10Physikerwelt: [C: 032] Add TeX annotation (031 comment) [services/mathoid] - 10https://gerrit.wikimedia.org/r/164779 (https://bugzilla.wikimedia.org/71673) (owner: 10Physikerwelt) [17:39:46] 3Mathoid / 3General/Unknown: Add TeX annotation to mathml element - 10https://bugzilla.wikimedia.org/71673 (10physikerwelt) 5PATC>3ASSI [17:46:35] (03PS4) 10Physikerwelt: Add counter to DatabaseUpdater::setAppliedUpdates [core] - 10https://gerrit.wikimedia.org/r/162286 (https://bugzilla.wikimedia.org/71087) [17:48:42] (03PS3) 10Physikerwelt: Improve the way mathematical formulas are exposed to screen readers. [extensions/Math] - 10https://gerrit.wikimedia.org/r/164736 (https://bugzilla.wikimedia.org/66537) (owner: 10Frédéric Wang) [17:49:42] (03CR) 10jenkins-bot: [V: 04-1] Improve the way mathematical formulas are exposed to screen readers. [extensions/Math] - 10https://gerrit.wikimedia.org/r/164736 (https://bugzilla.wikimedia.org/66537) (owner: 10Frédéric Wang) [17:49:46] (03CR) 10Physikerwelt: "I'll deploy it to a public server... let's wait for the tests." [extensions/Math] - 10https://gerrit.wikimedia.org/r/164736 (https://bugzilla.wikimedia.org/66537) (owner: 10Frédéric Wang) [17:50:47] 3Wikimedia / 3Site requests: Run sendConfirmAndMigrateEmail.php for all unconfirmed emails on all wikis - 10https://bugzilla.wikimedia.org/71241#c1 (10Nemo) p:5Unprio>3High Given tight SUL finalisation schedule, this certainly needs to be done within weeks rather than several months. Tentatively setting... [17:51:21] (03CR) 10Physikerwelt: [C: 032 V: 032] "Looks good.." [extensions/Math] - 10https://gerrit.wikimedia.org/r/164736 (https://bugzilla.wikimedia.org/66537) (owner: 10Frédéric Wang) [17:52:31] 3MediaWiki extensions / 3Math: The MW_MATH_MATHML mode should expose the MathML to accessible tools - 10https://bugzilla.wikimedia.org/66537 (10physikerwelt) a:3physikerwelt [17:53:28] 3MediaWiki extensions / 3Math: The MW_MATH_MATHML mode should expose the MathML to accessible tools - 10https://bugzilla.wikimedia.org/66537#c7 (10physikerwelt) 5PATC>3ASSI I'll deploy it to the preview server. [17:56:32] 3MediaWiki extensions / 3EducationProgram: Rename the namespace of the education program for Czech language Wikipedia - 10https://bugzilla.wikimedia.org/71674 (10vojtech.dostal@wikimedia.cz) 3UNCO p:3Unprio s:3normal a:3None Czech community of volunteers in the education program decided to rename the... [17:57:15] 3MediaWiki / 3Unit tests: duplicate key in unittest_updatelog - 10https://bugzilla.wikimedia.org/71087#c2 (10physikerwelt) @James: I would be more than happy if you could help me again to find a reviewer. [17:59:30] (03PS9) 10Physikerwelt: Fine grained options for wgMathDisableTeXFilter [extensions/Math] - 10https://gerrit.wikimedia.org/r/158845 [18:00:41] (03CR) 10jenkins-bot: [V: 04-1] Fine grained options for wgMathDisableTeXFilter [extensions/Math] - 10https://gerrit.wikimedia.org/r/158845 (owner: 10Physikerwelt) [18:16:18] (03CR) 10MarkAHershberger: "Added Aaron to hopefully get a +2 on this from him or Chad or Brad." [core] - 10https://gerrit.wikimedia.org/r/162934 (owner: 10MarkAHershberger) [18:24:04] (03CR) 10Hoo man: [C: 032] "Would be nice if you could also address Brad's comments from PS1 in another change." [core] - 10https://gerrit.wikimedia.org/r/162934 (owner: 10MarkAHershberger) [18:26:55] 3MediaWiki extensions / 3Math: Use the Latin Modern Math fonts for native MathML - 10https://bugzilla.wikimedia.org/70360#c2 (10Frédéric Wang) The GUST people upgraded their MATH fonts. However, I'm not sure the ascent/descent bug is 100% fixed. I'll come back later on that. [18:26:55] 3MediaWiki extensions / 3Math: The MW_MATH_MATHML mode should expose the MathML to accessible tools - 10https://bugzilla.wikimedia.org/66537#c8 (10Frédéric Wang) (In reply to physikerwelt from comment #7) > I'll deploy it to the preview server. What is the URL of the preview server and can you tell me when... [18:26:56] 3MediaWiki extensions / 3Math: The MW_MATH_MATHML mode should expose the MathML to accessible tools - 10https://bugzilla.wikimedia.org/66537#c9 (10physikerwelt) I have it deployed to http://math-preview.wmflabs.org/wiki/Main_Page The MathML element reads now like
MathML
(03Merged) 10jenkins-bot: Fix checkLocalNames [extensions/CentralAuth] (REL1_23) - 10https://gerrit.wikimedia.org/r/164781 (owner: 10Legoktm) [18:33:17] 3MediaWiki extensions / 3Collection: "Preview with PediaPress" defunct - 10https://bugzilla.wikimedia.org/71675 (10Christoph Kepper) 3NEW p:3Unprio s:3normal a:3None A click on "Preview with PediaPress" on https://en.wikipedia.org/wiki/Special:Book always leads to the following error message: Book r... [18:33:30] 3MediaWiki extensions / 3CentralAuth: checkLocalNames.php maintenance script uses non-existent SQL columns - 10https://bugzilla.wikimedia.org/71670#c1 (10Kunal Mehta (Legoktm)) 5NEW>3RESO/FIX Backported in https://gerrit.wikimedia.org/r/#/c/164781/ [18:33:57] (03CR) 10Legoktm: [C: 032] Move files into an includes folder [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/164666 (owner: 10Hoo man) [18:34:04] \o/ [18:34:51] (03Merged) 10jenkins-bot: Move files into an includes folder [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/164666 (owner: 10Hoo man) [18:35:26] (03CR) 10Legoktm: [C: 032] Move files into an includes folder (031 comment) [extensions/GlobalBlocking] - 10https://gerrit.wikimedia.org/r/164769 (owner: 10Hoo man) [18:35:34] (03Merged) 10jenkins-bot: Move files into an includes folder [extensions/GlobalBlocking] - 10https://gerrit.wikimedia.org/r/164769 (owner: 10Hoo man) [18:36:07] legoktm: About the globals... do you think we should wrap extension inits in a anon. function? [18:36:30] https://gerrit.wikimedia.org/r/164729 [18:36:44] Krinkle disagrees with me over that point [18:36:45] 3MediaWiki extensions / 3Math: The MW_MATH_MATHML mode should expose the MathML to accessible tools - 10https://bugzilla.wikimedia.org/66537#c10 (10Frédéric Wang) Thanks, actually I think it's already in http://deployment.wikimedia.beta.wmflabs.org/wiki/Fourier_transform [18:46:45] 3MediaWiki / 3JavaScript: Use latest jQuery - 10https://bugzilla.wikimedia.org/71649#c3 (10Subfader) \mediawiki-1.23.5\resources\lib\jquery\jquery.js reads v1.8.3 Is that the wrong spot? [18:51:03] hoo: eh, not a huge fan of that...would much rather just see us fix extension registration properly (which will be discussed in the next rfc meeting!) [18:51:29] uh, oh :) [18:51:33] Link? [18:53:33] 3MediaWiki extensions / 3CentralAuth: GlobalRename: do user subpage moves in individual jobs - 10https://bugzilla.wikimedia.org/71676 (10Kunal Mehta (Legoktm)) 3NEW p:3Unprio s:3major a:3None This is causing jobs to timeout. hoo says we should do ~25 pages per each individual job. [18:53:46] https://www.mediawiki.org/wiki/Requests_for_comment/Extension_registration [18:54:17] 3MediaWiki extensions / 3CentralAuth: GlobalRename: do user subpage moves in individual jobs - 10https://bugzilla.wikimedia.org/71676 (10Kunal Mehta (Legoktm)) 5NEW>3ASSI p:5Unprio>3Highes a:3Kunal Mehta (Legoktm) [18:54:30] looking [18:58:19] if you just want to distribute the extension via the composer, using the anon function is fine I guess. [19:03:47] 3MediaWiki / 3General/Unknown: Can't add internal link in ruwiki article - 10https://bugzilla.wikimedia.org/71678 (10igel.b.tymahe) 3UNCO p:3Unprio s:3normal a:3None I try to add internal link in https://ru.wikipedia.org/wiki/%D0%92%D0%B0%D0%B9%D1%81,_%D0%9F%D0%B5%D1%82%D0%B5%D1%80 to https://ru.wiki... [19:04:46] 3MediaWiki / 3JavaScript: Use latest jQuery - 10https://bugzilla.wikimedia.org/71649#c4 (10Bartosz Dziewoński) jQuery was upgraded to 1.11 in MediaWiki 1.24 (or will be, as this version will be officially released in around two months). https://www.mediawiki.org/wiki/MediaWiki_1.24#Breaking_changes [19:06:42] (03CR) 10Jeroen De Dauw: Improve extension entry point (031 comment) [extensions/InputBox] - 10https://gerrit.wikimedia.org/r/164729 (owner: 10Hoo man) [19:07:21] (03CR) 10Jeroen De Dauw: [C: 031] Improve extension entry point [extensions/InputBox] - 10https://gerrit.wikimedia.org/r/164729 (owner: 10Hoo man) [19:08:44] (03CR) 10Legoktm: "I'm +0 on this change..." (031 comment) [extensions/InputBox] - 10https://gerrit.wikimedia.org/r/164729 (owner: 10Hoo man) [19:11:00] 3Wikimedia / 3Site requests: Add namespace alias on fa.wikivoyage - 10https://bugzilla.wikimedia.org/71668#c2 (10Calak) Ops, "عب" not "عن". [19:35:17] 3MediaWiki extensions / 3WikidataClient: "Link with page" window shows all sites, but only languages as the labels - 10https://bugzilla.wikimedia.org/71679 (10Amir E. Aharoni) 3NEW p:3Unprio s:3normal a:3Wikidata bugs Created attachment 16675 --> https://bugzilla.wikimedia.org/attachment.cgi?id=166... [19:39:47] 3Wikimedia / 3Mailing lists: Create mailing list for Wikimedia India Chapter member - 10https://bugzilla.wikimedia.org/71680 (10Jayanta Nath) 3NEW p:3Unprio s:3normal a:3None We need a new mailing list for Wikimedia India member. It will be only mailing list to communicate with our Wikimedia India c... [19:49:07] (03PS4) 10Amire80: mediawiki.language: Respect $wgTranslateNumerals in convertNumber() [core] - 10https://gerrit.wikimedia.org/r/164730 (https://bugzilla.wikimedia.org/70109) [19:55:02] (03CR) 10MarkAHershberger: "Sorry, thought I did. Guess I didn't do git review." [core] - 10https://gerrit.wikimedia.org/r/162934 (owner: 10MarkAHershberger) [19:55:30] 3Wikimedia / 3Mailing lists: Create a mailing list for Maithili (mai) Wikipedia - 10https://bugzilla.wikimedia.org/44938#c12 (10John F. Lewis) 5ASSI>3RESO/FIX Created. Setting list admins and sending the password to all shortly. [20:01:20] 3Wikimedia / 3General/Unknown: 503 error when trying to edit specific it.wikipedia page - 10https://bugzilla.wikimedia.org/71656#c1 (10Andre Klapper) 5NEW>3UNCO Thanks for taking the time to report this! Is the problem reproducible? [20:02:16] 3Wikimedia / 3Extension setup: Enable Extension:Collection on mr.wikipedia.org - 10https://bugzilla.wikimedia.org/71658#c1 (10Andre Klapper) p:5Unprio>3Normal s:5normal>3enhanc [Moving to "Wikimedia" product as this request is about settings / configuration of the website, not about the codebase of t... [20:02:24] (03PS1) 10MarkAHershberger: Update usage of getRedirectSnippet() and getSectionSnippet() [core] - 10https://gerrit.wikimedia.org/r/164789 [20:02:50] 3Wikimedia / 3Extension setup: Enable Extension:Collection on mr.wikipedia.org - 10https://bugzilla.wikimedia.org/71658#c2 (10Andre Klapper) Hi Jayanta. For any configuration change, we require a local consensus. Could you discuss the matter on the Village pump page of your wiki (or any other appropriate pla... [20:03:25] (03CR) 10Hoo man: [C: 032] "Nice" [core] - 10https://gerrit.wikimedia.org/r/164789 (owner: 10MarkAHershberger) [20:06:45] 3Wikimedia / 3General/Unknown: ZIM creation toolchain broken - 10https://bugzilla.wikimedia.org/71660#c1 (10Andre Klapper) p:5Unprio>3Highes CC'ing the OCG team - please take a look at this. I cannot even get there to reproduce: Clicking any of the "EPUB · ODT · PDF (A4) · PDF (Letter) · ZIM" links rel... [20:07:01] 3Wikimedia / 3Extension setup: Performance review BounceHandler extension for Deployment - 10https://bugzilla.wikimedia.org/69100#c1 (10Tony Thomas) The extension is currently in beta, and in the testing phase. Can we give this a bit speed-up ? You can test a sample mail at deployment.wikimedia.beta.wmflabs.... [20:07:17] 3MediaWiki extensions / 3Scribunto: mw.title.exists "pollutes" pagelinks table - 10https://bugzilla.wikimedia.org/71637#c1 (10Brad Jorsch) 5NEW>3RESO/DUP This is the same issue as bug 12019, no need to track it separately. *** This bug has been marked as a duplicate of bug 12019 *** [20:07:17] 3MediaWiki extensions / 3ParserFunctions: ifexist function uses pagelinks table in lieu of better options - 10https://bugzilla.wikimedia.org/12019#c19 (10Brad Jorsch) *** Bug 71637 has been marked as a duplicate of this bug. *** [20:07:30] 3MediaWiki / 3Database: SQL casting error in Special:ProtectedPages - 10https://bugzilla.wikimedia.org/67065#c6 (10Andre Klapper) 5ASSI>3PATC (In reply to Greg Sabino Mullane from comment #5) > Made a gerrit patch here Thanks! Following http://www.mediawiki.org/wiki/Gerrit/Commit_message_guidelines is w... [20:08:36] (03PS1) 10Frédéric Wang: Modify the math font-family for native MathML [extensions/Math] - 10https://gerrit.wikimedia.org/r/164796 (https://bugzilla.wikimedia.org/70360) [20:09:02] 3Wikimedia / 3Wikidata: Wikimedia Error page on the item for Germany (Q183) - 10https://bugzilla.wikimedia.org/71519#c10 (10Andre Klapper) s:5critic>3major [Setting back to major severity - see https://www.mediawiki.org/wiki/Bugzilla/Fields#Severity for meanings.] [20:10:00] (03Merged) 10jenkins-bot: Update usage of getRedirectSnippet() and getSectionSnippet() [core] - 10https://gerrit.wikimedia.org/r/164789 (owner: 10MarkAHershberger) [20:10:00] 3MediaWiki extensions / 3Quiz: Hardcoded colons in translatable strings - Non-breaking space needed in French for Quiz - 10https://bugzilla.wikimedia.org/67375#c7 (10Andre Klapper) (In reply to JackPotte from comment #6) > So it seems I don't have the right to submit any modification for now. Did you follow... [20:10:17] (03CR) 10Frédéric Wang: "It would be good to have this commit on a test server, so that we can check whether the ascent/descent issue of Latin Modern Math is indee" [extensions/Math] - 10https://gerrit.wikimedia.org/r/164796 (https://bugzilla.wikimedia.org/70360) (owner: 10Frédéric Wang) [20:13:31] (03Draft2) 10Jackmcbarn: Remove loadedLibraries [extensions/Scribunto] - 10https://gerrit.wikimedia.org/r/164788 [20:15:39] anyone know if there's any way to disable jquery.ime on a page? [20:15:52] (03CR) 10Physikerwelt: "I have deployed it to math-preview.. can you create a dedicated test page there... I'm currently using a windows computer and could do the" [extensions/Math] - 10https://gerrit.wikimedia.org/r/164796 (https://bugzilla.wikimedia.org/70360) (owner: 10Frédéric Wang) [20:16:30] 3Wikimedia / 3Mailing lists: Create mailing list for Wikimedia India Chapter member - 10https://bugzilla.wikimedia.org/71680 (10Andre Klapper) p:5Unprio>3Normal s:5normal>3enhanc [20:21:19] 3Wikimedia / 3General/Unknown: 503 error when trying to edit specific it.wikipedia page - 10https://bugzilla.wikimedia.org/71656 (10Andre Klapper) [20:21:19] 3Wikimedia / 3General/Unknown: 503 error trying to add internal link in ruwiki article - 10https://bugzilla.wikimedia.org/71678#c1 (10Andre Klapper) p:5Unprio>3High Thanks for taking the time to report this! [Moving to "Wikimedia" product as this request is about settings / configuration of the website,... [20:21:33] 3MediaWiki / 3General/Unknown: Can - 10https://bugzilla.wikimedia.org/71677#c1 (10Andre Klapper) 5UNCO>3RESO/DUP s:5blocke>3normal *** This bug has been marked as a duplicate of bug 71678 *** [20:21:33] 3Wikimedia / 3General/Unknown: 503 error trying to add internal link in ruwiki article - 10https://bugzilla.wikimedia.org/71678#c2 (10Andre Klapper) *** Bug 71677 has been marked as a duplicate of this bug. *** [20:21:33] 3Wikimedia / 3General/Unknown: 503 error when trying to edit specific it.wikipedia page - 10https://bugzilla.wikimedia.org/71656 (10Andre Klapper) p:5Unprio>3High [20:23:47] 3MediaWiki / 3Internationalization: BiDi: LTR and RTL mixed up (tracking) - 10https://bugzilla.wikimedia.org/28708 (10Andre Klapper) [20:25:00] 3Wikimedia / 3Extension setup: Enable Extension:ShortUrl on Bengali Wikimedia Project - 10https://bugzilla.wikimedia.org/60956#c7 (10Andre Klapper) Keyword says "community-consensus-needed" - what is the result of comment 2 and comment 3? [20:27:29] (03CR) 10Legoktm: SVN exported r2730 from ShoutWiki SVN, /branches/jack/Challenge (039 comments) [extensions/Challenge] - 10https://gerrit.wikimedia.org/r/164770 (owner: 10Jack Phoenix) [20:27:31] 3MediaWiki extensions / 3Quiz: Hardcoded colons in translatable strings - Non-breaking space needed in French for Quiz - 10https://bugzilla.wikimedia.org/67375#c8 (10JackPotte) I've got a Wikitech shell account since the beginning, but my groups are: Registered users, Users, shell [20:28:45] 3Wikimedia / 3General/Unknown: 503 error when trying to edit specific it.wikipedia page - 10https://bugzilla.wikimedia.org/71656#c2 (10Incola) Now I'm able to edit the page, but this morning I got this error two times. [20:38:04] (03CR) 10Raimond Spekking: [C: 04-1] "i18n review: Entries needed in /languages/i18n/en.json:" [core] - 10https://gerrit.wikimedia.org/r/164049 (owner: 10Qdinar) [20:41:00] 3Wikimedia / 3Mailing lists: Mail list Deletion WLM-CN - 10https://bugzilla.wikimedia.org/70943 (10John F. Lewis) p:5Unprio>3Normal [20:43:33] 3Wikimedia / 3Site requests: Enable "import" on fa.wikivoyage - 10https://bugzilla.wikimedia.org/71681 (10Calak) 3NEW p:3Unprio s:3normal a:3None Per community consensus, please: 1- Enable "import" on fa.wikivoyage and add fa.wikipedia, en.wikipedia and en.wikivoyage as import source for this projec... [20:44:45] 3Wikimedia / 3Wikidata: Wikimedia Error page on the item for Germany (Q183) - 10https://bugzilla.wikimedia.org/71519#c11 (10Sergey Vladimirov) (In reply to Andre Klapper from comment #10) > [Setting back to major severity - see > https://www.mediawiki.org/wiki/Bugzilla/Fields#Severity for meanings.] Andre,... [20:46:01] 3Wikimedia / 3Site requests: Enable "import" on fa.wikivoyage - 10https://bugzilla.wikimedia.org/71681#c1 (10John F. Lewis) p:5Unprio>3Normal Link to community consensus? Also I am not sure if we add 'importupload' to admin accounts due to the risks associated with it. +CC Hoo [20:57:00] 3Wikimedia / 3Wikidata: Wikimedia Error page on the item for Germany (Q183) - 10https://bugzilla.wikimedia.org/71519#c12 (10Sergey Vladimirov) Turns out it was impossible to edit any Wikipedia pages that used mw.wikibase.label('Q183') call. Currently workaround for this is implemented on ruwiki, looks like t... [21:01:15] 3Wikimedia / 3General/Unknown: 503 error trying to add internal link in ruwiki article - 10https://bugzilla.wikimedia.org/71678#c3 (10Bartosz Dziewoński) Caused by bug 71519? [21:01:19] 3Wikimedia / 3Wikidata: Wikimedia Error page on the item for Germany (Q183) - 10https://bugzilla.wikimedia.org/71519 (10Bartosz Dziewoński) [21:01:32] 3Wikimedia / 3Wikidata: Wikimedia Error page on the item for Germany (Q183) - 10https://bugzilla.wikimedia.org/71519 (10Bartosz Dziewoński) [21:01:32] 3Wikimedia / 3General/Unknown: 503 error when trying to edit specific it.wikipedia page - 10https://bugzilla.wikimedia.org/71656#c3 (10Bartosz Dziewoński) Caused by bug 71519? [21:10:44] 3Wikimedia / 3Site requests: Enable "import" on fa.wikivoyage - 10https://bugzilla.wikimedia.org/71681#c2 (10Calak) s:5normal>3enhanc Sysops have "importupload" right on hewikivoyage, it can be useful. Thank you. [21:11:45] 3Wikimedia / 3General/Unknown: 503 error trying to add internal link in ruwiki article - 10https://bugzilla.wikimedia.org/71678#c4 (10Туча) (In reply to Bartosz Dziewoński from comment #3) > Caused by bug 71519? yes [21:23:55] (03PS1) 10BryanDavis: Backport sessionclean from Debian package [vagrant] - 10https://gerrit.wikimedia.org/r/164877 (https://bugzilla.wikimedia.org/71645) [21:29:15] 3Wikimedia / 3Wikidata: Wikimedia Error page on the item for Germany (Q183) - 10https://bugzilla.wikimedia.org/71519 (10Kunal Mehta (Legoktm)) s:5major>3critic [21:36:02] 3MediaWiki extensions / 3UniversalLanguageSelector: mw.ime.disable does not work for new elements - 10https://bugzilla.wikimedia.org/71682 (10Yair Rand) 3NEW p:3Unprio s:3normal a:3None The function mw.ime.disable() does not disable the IME for newly created elements. [21:36:42] ^ bug filed. any ideas for a workaround in the meantime? [21:37:19] (whoops, meant to send that to the other channel. sorry.) [21:51:58] YairRand: mw.ime.disable(); [21:52:00] seems to work [21:52:29] ori: it seems not to apply to newly created elements [21:52:45] not $.ime, mw.ime -- are you sure? [21:53:04] yes [21:54:37] actually, becoming rapidly less sure [21:55:23] hm. mw.ime.disable seems not to exist on page load. [21:59:26] ori: um. it seems to work now, but I could've sworn it didn't work before. very odd. [22:02:35] very confusing. still not sure how best to deal with this. mw.loader.using("ext.uls.ime",function(){mw.ime.disable();}); seems like a strange bit of code to have. [22:03:26] yeah, i agree [22:03:35] is this for your personal use or something you're trying to write for others to use too? [22:04:08] for others to use [22:04:35] gah. the keyboard icon is still there, despite adding that line. I am very confused. [22:06:49] 3MediaWiki / 3API: list=users query doesn't work for IP addresses - 10https://bugzilla.wikimedia.org/71683 (10Molly White) 3NEW p:3Unprio s:3normal a:3None You should be able to get some information about IP editors from the API, such as edit count. However the list=users query returns "invalid" for... [22:08:47] mw.ime.disable() seems to be no longer working at all. [22:09:16] 3Wikimedia / 3General/Unknown: 503 error when trying to edit specific it.wikipedia page - 10https://bugzilla.wikimedia.org/71656#c4 (10Bartosz Dziewoński) 5UNCO>3RESO/DUP *** This bug has been marked as a duplicate of bug 71519 *** [22:12:53] it seems that mw.ime.disable does not work unless called more than a certain amount of time after ext.uls.ime has loaded. either that, or the code isn't even pretending to be acting consistently anymore. [22:13:39] YairRand: I am coming around to the conclusion that it's the latter [22:13:45] there are so many race conditions [22:17:17] Does anyone know how php code can check that it's running as a job rather than a normal request? (i.e., for code that's known to be slow and is meant for running in a job, to emit a warning if it's not)? [22:19:00] depending on your MW setup, the job could be running within the normal webrequest [22:20:20] ori: updated code: window.mw && mw.loader.using( "ext.uls.ime", function () {mw.ime.disable(); setTimeout( function(){mw.ime.disable();}, 2000 ); setTimeout( function(){mw.ime.disable(); }, 5000 ); }); [22:20:39] this is not a good way of doing things :( [22:20:41] (03Restored) 10QChris: Testing bugzilla comments [test/gerrit-ping] - 10https://gerrit.wikimedia.org/r/70821 (https://bugzilla.wikimedia.org/44441) (owner: 10QChris) [22:21:24] (03Abandoned) 10QChris: Testing bugzilla comments [test/gerrit-ping] - 10https://gerrit.wikimedia.org/r/70821 (https://bugzilla.wikimedia.org/44441) (owner: 10QChris) [22:23:49] YairRand: mine isn't much better: [22:23:50] mw.loader.state( 'ext.uls.ime', 'missing' ); $('.imeselector').remove(); mw.ime && mw.ime.disable(); [22:25:03] 3MediaWiki / 3Interface: mediawiki.searchSuggest: Support user search namespace preferences - 10https://bugzilla.wikimedia.org/24214#c12 (10Subfader) Somebody please add this to core. I was about to open a request for that. [22:25:03] 3Wikimedia / 3Wikidata: Wikimedia Error page on the item for Germany (Q183) - 10https://bugzilla.wikimedia.org/71519#c13 (10Bartosz Dziewoński) *** Bug 71656 has been marked as a duplicate of this bug. *** [22:25:18] 3Wikimedia / 3General/Unknown: 503 error trying to add internal link in ruwiki article - 10https://bugzilla.wikimedia.org/71678#c5 (10Bartosz Dziewoński) 5UNCO>3RESO/DUP *** This bug has been marked as a duplicate of bug 71519 *** [22:25:18] 3MediaWiki-Vagrant: Use memcached by default - 10https://bugzilla.wikimedia.org/71466#c1 (10Bryan Davis) Does this require more than including the new role::memcached in role::mediawiki? [22:25:18] 3MediaWiki / 3Interface: mediawiki.searchSuggest: Support user search namespace preferences - 10https://bugzilla.wikimedia.org/24214 (10Marcin Cieślak) [22:25:19] 3MediaWiki / 3Search: Provide way to override the behavior of default search box - 10https://bugzilla.wikimedia.org/65753 (10Marcin Cieślak) [22:25:20] 3Wikimedia / 3Wikidata: Wikimedia Error page on the item for Germany (Q183) - 10https://bugzilla.wikimedia.org/71519#c14 (10Bartosz Dziewoński) *** Bug 71678 has been marked as a duplicate of this bug. *** [22:25:21] 3Wikimedia / 3General/Unknown: 503 error trying to add internal link in ruwiki article - 10https://bugzilla.wikimedia.org/71678 (10Bartosz Dziewoński) [22:25:22] well, it's better than mine, at least [22:25:54] legoktm: hmmm right but in WMF production, I think not... [22:26:26] BTW this is not the same EP case... [22:26:48] right, WMF has separate job runners [22:35:33] The hhvm jobrunners use an fcgi container to run the jobs so there it isn't different than a web request. Under the older jobrunner you could check PHP_SAPI != 'cli' [22:37:46] legoktm: bd808: thanks!! Maybe some global variable? Not really important I guess, just a precaution I was thinking of taking :) [22:39:32] I don't see any special globals being set, but there is a check for REMOTE_ADDR in the fcgi dispatcher -- https://github.com/wikimedia/operations-mediawiki-config/blob/master/rpc/RunJobs.php [22:41:07] Right... [22:41:28] I could check that and PHP_SAPI [22:44:11] Could be made as something like that could be a global wf function, like wfIsRunningJob() [22:45:09] I think I'll just note it as a TODO for now [22:46:12] AndyRussG: You could set something in your extension settings and then toggle it in the jobs you make to run the code. [22:47:17] bd808: hmmm also a very reasonable suggestion [22:47:32] 3MediaWiki extensions / 3WikidataClient: Wikibase badges (tracking) - 10https://bugzilla.wikimedia.org/40810 (10Jon Harald Søby) [22:47:32] 3MediaWiki extensions / 3WikidataRepo: Wikidata's badge icons are all blue (regression) - 10https://bugzilla.wikimedia.org/71684 (10Jon Harald Søby) 3NEW p:3Unprio s:3normal a:3Wikidata bugs The icons for the badges (currently only featured article and good article) used to be colour-coded gold and s... [22:48:14] It's just that I'm writing some code that really goes on a class that has lots of other stuff, but I wouldn't want someone to run it in a normal request by accident [22:49:03] Sure. Sounds like a use case for a feature flag to me. Default it to false and the toggle to true in your job that should use the feature. [22:50:00] 3Wikimedia / 3Wikidata: Wikimedia Error page on the item for Germany (Q183) - 10https://bugzilla.wikimedia.org/71519#c15 (10Marc A. Pelletier) Q183 has been temporarily rolled back to a known working version, and superprotected in place. This will allow continued editing of other articles at least, and will... [22:50:35] https://doc.wikimedia.org/mediawiki-core/master/php/html/GlobalFunctions_8php_source.html#l03774 [23:02:03] 3Wikimedia / 3Site requests: Turn mediawiki.org into a Wikidata client - 10https://bugzilla.wikimedia.org/71685 (10Kunal Mehta (Legoktm)) 3NEW p:3Unprio s:3enhanc a:3None MediaWiki.org should be a client of Wikidata.org, and have access to interwiki links and data access. Use cases: * [[mw:Template... [23:04:25] (03CR) 10Krinkle: Improve extension entry point (031 comment) [extensions/InputBox] - 10https://gerrit.wikimedia.org/r/164729 (owner: 10Hoo man) [23:18:15] 3MediaWiki / 3Special pages: Special:MovePage disappeared from tet.wikipedia - 10https://bugzilla.wikimedia.org/70686#c30 (10MF-Warburg) This core function will soon be broken for at least a month. [23:24:38] (03PS1) 10Stephenliang: If a user logs in while not on https, then the user should be sent back to the non-secure website if they did not explicitly choose to stay on the secure site [core] - 10https://gerrit.wikimedia.org/r/164882 [23:27:39] (03CR) 10Stephenliang: "So looks like there's a bug if a mediawiki site has https enabled but doesn't want https anywhere other than login. So if the client comes" [core] - 10https://gerrit.wikimedia.org/r/164882 (owner: 10Stephenliang) [23:40:07] (03CR) 10Yaron Koren: "I don't know - I guess it's better than not having anything... if you want me to approve it, I will." [extensions/Contributors] - 10https://gerrit.wikimedia.org/r/164034 (owner: 10tosfos) [23:48:17] 3MediaWiki / 3User preferences: Cannot disable signature display with $wgHiddenPrefs - 10https://bugzilla.wikimedia.org/71687 (10Subfader) 3NEW p:3Unprio s:3minor a:3None Special:Preferences#mw-prefsection-personal >> mw-prefsection-personal-signature cannot be removed using $wgHiddenPrefs. I don't...