[00:00:34] stupid question - in gerrit, can I quickly view an asset in the browser (e.g. https://gerrit.wikimedia.org/r/#/c/138482/2/resources/mmv/ui/img/open.svg ) or do I need to check out the patchset to do so? [00:01:52] Eloquence: click the little icon next to patch set numbers [00:02:52] (this one: http://i.imgur.com/flNJHxa.png) [00:03:33] 3MediaWiki extensions / 3CodeEditor: Cursor sometimes in wrong place when editing js pages with code editor - 10https://bugzilla.wikimedia.org/66397 (10Bawolff (Brian Wolff)) 3NEW p:3Unprio s:3normal a:3None This happens to me all the time. I used to think it was just because my browser is old (firef... [00:04:12] MatmaRex, perfect, thank you :) [00:05:25] it really is wonderfully hidden, huh. [00:05:30] Eloquence: Alternatively, the unified view: https://gerrit.wikimedia.org/r/#/c/138482/2/resources/mmv/ui/img/open.svg,unified [00:06:01] no comment on gerrit's UI ;) [00:06:13] Eloquence: E.g. https://gerrit.wikimedia.org/r/#/c/134774/6/modules/ve-mw/ui/styles/images/icons/ref-cite-web.svg,unified which shows the old and new VE cite icons. [00:06:23] ah, handy. [00:09:11] ^d: Hm.. any idea why extension ActivityMonitor is not in mediawiki/extensions.git? [00:09:22] That's supposed to happen automatically, right? [00:09:26] What is different between /includes/Xml.php and /includes/Html.php? [00:09:50] *difference* [00:09:54] devunt: Html is not Xml. If you're writing Html, use Html. We used to abuse Xml for Html. [00:10:03] Since it's more or less compatible, but not optimial, and in some cases incompatible. [00:10:12] but we now have a separate class for it. [00:10:17] (for a few years now actually) [00:11:30] <^d> Krinkle: No, it's not automatic. One of the many things in Gerrit that's "automated because someone does it" [00:11:42] There is a some special pages that use Xml:: functions to generate html input tags. [00:11:57] ^d: but it's automated once the submodule magically appears? [00:12:09] devunt: yes, that is deprecated and should be migrated away from soon. [00:12:12] Can I replace them to equivalent Html:: functions? [00:12:16] Yep [00:12:44] <^d> Krinkle: Yes, it automagically updates...once the submodule's added [00:12:49] ok I'll commit that patch [00:13:01] <^d> The adding bit's what's not automate-ded. [00:13:29] gwicke: Nevermind, it looks like ResourceLoader does have a 'default' skinStyle key now :) [00:13:49] which makes things a lot cleaner [00:13:57] kaldari: ah, great! [00:14:35] kaldari: I guess for VE, Flow & us the module names will change? [00:14:49] kaldari: It's had that since the initial version landed in MediaWiki 1.17 [00:16:05] gwicke: the module name can stay the same regardless [00:16:29] gwicke: since the skinStyles are defined within the module definition [00:17:00] kaldari, that's easier than I expected then [00:17:44] Krinkle, RoanKattouw: Thanks for making RL awesome :) [00:17:55] * gwicke nods [00:18:00] kaldari: I think 'default' is Jon's idea? [00:18:05] Or Juliusz's? [00:18:46] makes sense since mobile is the only thing that really makes it necessary [00:18:50] One of the mobile guys anyway [00:18:55] So thank /you/ :) [00:19:39] (03CR) 10Bsitu: Show topic summary in topic title bar (032 comments) [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/137842 (owner: 10Bsitu) [00:21:26] (03CR) 10devunt: [C: 04-1] "My mistake. Generating HTML forms should use /include/Html.php, not /include/Xml.php. I'll commit new patchset to solve this problem. Plea" [core] - 10https://gerrit.wikimedia.org/r/137670 (owner: 10Rohan013) [00:21:57] RoanKattouw: What do you mean by 'default'? the skinsStyles array supporting default has been there since 1.0 in MW1.17. [00:22:10] really? [00:22:12] yes [00:22:14] <^d> What happens if I want to name a skin 'default?' [00:22:16] I thought we introduced it [00:22:21] * ^d is only half-trolling, mostly don't care [00:22:21] Most certainly not [00:22:29] Oh, wait, I think support for empty arrays is what we introduced [00:22:30] I mean, yeah, we did (well, you) [00:22:31] or rather, fixed [00:22:48] You can now do 'default' => array() and it will work by not-accident [00:23:18] As opposed to "it just so happens that file_get_contents( 'path/to/directory/' ) returns an empty string in PHP" [00:23:38] <^d> Well that's a non-satisfying answer. [00:23:50] <^d> I was *really* hoping for "well you shouldn't name skins default, that's silly" [00:24:28] RoanKattouw: Okay, now I'm confused. I can't find any such change in includes/resourceloader/* going back to Dec 2013. [00:25:06] Krinkle: This was recent [00:25:27] recent as in negative one? [00:25:29] was it merged? [00:26:02] I can't find it either [00:27:11] <^d> Who broke tests for Cite extension? [00:27:36] hmm [00:27:39] Maybe I never fixed this [00:27:43] Or maybe someone else did [00:27:53] (03PS1) 10Mwalker: Updating DI for WorldPay form fix [core] (fundraising/REL1_22) - 10https://gerrit.wikimedia.org/r/138513 [00:28:10] RoanKattouw: I'd say " 'default' => array() " should not work or at least be the same as omitting it [00:28:13] (03CR) 10Mwalker: [C: 032] Updating DI for WorldPay form fix [core] (fundraising/REL1_22) - 10https://gerrit.wikimedia.org/r/138513 (owner: 10Mwalker) [00:28:15] (03PS3) 10Bsitu: Display topic & post moderation state [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138496 [00:29:05] RoanKattouw: We've been using that in jquery.ui styling since 2010 [00:29:23] default => jquery.ui/default.css, vector => jquery.ui/vector.css [00:29:28] where monobook gets default [00:29:44] (03PS2) 10Brian Wolff: Do not show page navigation on included Special:Contributions page [core] - 10https://gerrit.wikimedia.org/r/136703 (https://bugzilla.wikimedia.org/65780) (owner: 10devunt) [00:29:46] and in VE where VPT has an override for some skins [00:29:48] It looks like this was never fixed [00:29:49] but no default [00:29:51] (03CR) 10Brian Wolff: [C: 032] Do not show page navigation on included Special:Contributions page [core] - 10https://gerrit.wikimedia.org/r/136703 (https://bugzilla.wikimedia.org/65780) (owner: 10devunt) [00:29:56] I intended to but I clearly never did [00:33:44] (03PS1) 10Krinkle: Sync extensions with Gerrit [extensions] - 10https://gerrit.wikimedia.org/r/138514 [00:34:03] (03CR) 10Krinkle: [C: 032 V: 032] Sync extensions with Gerrit [extensions] - 10https://gerrit.wikimedia.org/r/138514 (owner: 10Krinkle) [00:37:15] (03Merged) 10jenkins-bot: Do not show page navigation on included Special:Contributions page [core] - 10https://gerrit.wikimedia.org/r/136703 (https://bugzilla.wikimedia.org/65780) (owner: 10devunt) [00:37:39] * ^d gives Krinkle the obligatory self-merge talk since he got the same from Krinkle $recently [00:39:02] ^d: sure :P [00:40:22] ^d: I argue there's a minor difference though in that I only do it repos where there either is no established convention or the established convention is to merge upon maintenance (e.g in operations/* and integration/* people self-merge by design it seems, they ask for feedback, but merging is deploying at their own discretion). the meta-repo is more ops/ci than mediawiki [00:40:29] (03CR) 10Chad: [C: 032] Remove unused variable [core] - 10https://gerrit.wikimedia.org/r/137970 (owner: 10MaxSem) [00:40:49] (03PS2) 10Krinkle: Remove unused variable [core] - 10https://gerrit.wikimedia.org/r/137970 (owner: 10MaxSem) [00:41:02] (03CR) 10Krinkle: [C: 032] "+4 because" [core] - 10https://gerrit.wikimedia.org/r/137970 (owner: 10MaxSem) [00:41:07] :P [00:41:14] <^d> Probably some difference, yes. [00:41:21] Your'e right ofcourse [00:41:21] <^d> But you made it too easy to troll ;-) [00:41:26] also, why is it not merging? [00:41:35] <^d> That repo doesn't have any sort of jenkins-ness. [00:41:39] oh, it did, but didn't get reported in irc [00:41:45] makes sense [00:41:53] (03PS8) 10Withoutaname: Add new ParserFunction "BLOCKEXPIRY" [core] - 10https://gerrit.wikimedia.org/r/133661 (https://bugzilla.wikimedia.org/32819) [00:43:01] (03CR) 10Jackmcbarn: [C: 031] Add new ParserFunction "BLOCKEXPIRY" [core] - 10https://gerrit.wikimedia.org/r/133661 (https://bugzilla.wikimedia.org/32819) (owner: 10Withoutaname) [00:43:38] (03CR) 10Spage: [C: 032] Provide proper arguments to ResourceLoaderContext constructor [extensions/Mantle] - 10https://gerrit.wikimedia.org/r/138294 (owner: 10Legoktm) [00:47:34] (03Merged) 10jenkins-bot: Provide proper arguments to ResourceLoaderContext constructor [extensions/Mantle] - 10https://gerrit.wikimedia.org/r/138294 (owner: 10Legoktm) [00:48:37] (03CR) 10Bsitu: "Hmm, this just fixes some existing issues ( renaming template, wrong suppression link and missing use statement ) in frontend-rewrite, it " [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138478 (owner: 10Bsitu) [00:49:12] (03Merged) 10jenkins-bot: Remove unused variable [core] - 10https://gerrit.wikimedia.org/r/137970 (owner: 10MaxSem) [00:49:16] (03PS1) 10Spage: Avoid phpcs line too long warning [extensions/Mantle] - 10https://gerrit.wikimedia.org/r/138519 [00:50:08] (03CR) 10jenkins-bot: [V: 04-1] Avoid phpcs line too long warning [extensions/Mantle] - 10https://gerrit.wikimedia.org/r/138519 (owner: 10Spage) [00:50:22] (03PS1) 10Kaldari: Make Minerva skin opt out of parsoid style module [core] - 10https://gerrit.wikimedia.org/r/138520 [00:51:43] (03CR) 10Kaldari: [C: 04-1] "Don't merge until Change I5de12c97108dcb6e41ac8c34b17ff993d2e65249 is merged in MobileFrontend." [core] - 10https://gerrit.wikimedia.org/r/138520 (owner: 10Kaldari) [01:06:59] 3MediaWiki / 3Special pages: When Special:Contributions is included, paging links are shown - 10https://bugzilla.wikimedia.org/65780 (10Bawolff (Brian Wolff)) 5PATC>3RESO/FIX [01:07:53] (03CR) 10Mdale: [C: 031 V: 032] Fix js bug where error report was always for first link. [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/108172 (owner: 10Brian Wolff) [01:08:20] Wheee [01:08:22] or wait [01:08:30] verified +2, code review +1 [01:08:32] ? [01:10:24] (03PS1) 10Spage: Missing handlebars/Makefile dependency [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138523 [01:10:46] (03CR) 10Brian Wolff: "FWIW: After reading through more of the code, I'm more confident in this patch, and wouldn't describe it as "vodoo" anymore. Its still doi" [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/137529 (https://bugzilla.wikimedia.org/66143) (owner: 10Brian Wolff) [01:13:36] * werdna waves [01:17:18] (03CR) 10Krinkle: initial commit (034 comments) [extensions/ActivityMonitor] - 10https://gerrit.wikimedia.org/r/138042 (owner: 10Harshkothari410) [01:17:29] (03PS8) 10Krinkle: initial commit [extensions/ActivityMonitor] - 10https://gerrit.wikimedia.org/r/138042 (owner: 10Harshkothari410) [01:17:31] (03CR) 10jenkins-bot: [V: 04-1] initial commit [extensions/ActivityMonitor] - 10https://gerrit.wikimedia.org/r/138042 (owner: 10Harshkothari410) [01:19:00] (03PS9) 10Krinkle: initial commit [extensions/ActivityMonitor] - 10https://gerrit.wikimedia.org/r/138042 (owner: 10Harshkothari410) [01:19:02] (03CR) 10jenkins-bot: [V: 04-1] initial commit [extensions/ActivityMonitor] - 10https://gerrit.wikimedia.org/r/138042 (owner: 10Harshkothari410) [01:19:18] (03CR) 10Krinkle: "Added jshintignore to exclude lib/socketio.js from style guide. And added jshintrc with our settings." [extensions/ActivityMonitor] - 10https://gerrit.wikimedia.org/r/138042 (owner: 10Harshkothari410) [01:19:40] (03CR) 10Chad: Search categories (033 comments) [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/137646 (https://bugzilla.wikimedia.org/66045) (owner: 10Manybubbles) [01:24:38] (03PS10) 10Krinkle: initial commit [extensions/ActivityMonitor] - 10https://gerrit.wikimedia.org/r/138042 (owner: 10Harshkothari410) [01:25:06] (03CR) 10Krinkle: [C: 032] "Whitelisted the "io" global variable, and re-ordered variables and functions per code conventions." [extensions/ActivityMonitor] - 10https://gerrit.wikimedia.org/r/138042 (owner: 10Harshkothari410) [01:25:08] (03Merged) 10jenkins-bot: initial commit [extensions/ActivityMonitor] - 10https://gerrit.wikimedia.org/r/138042 (owner: 10Harshkothari410) [01:31:44] 3Wikimedia / 3Git/Gerrit: Gerrit: HTTP 500 "Guice provision errors: Cannot open ReviewDb" - 10https://bugzilla.wikimedia.org/48061#c14 (10Krinkle) And its back coming to eat more innocent souls: Guice provision errors: 1) Cannot open ReviewDb at com.google.gerrit.server.util.ThreadLocalRequestContext$1.p... [01:31:54] ^d: you doing maintenance? [01:32:05] <^d> I am not, I'm eating dinner. [01:32:09] (see -operations) [01:33:01] or gosh I'm hungry. but Ive already had dinner twice today.. [01:34:00] gerrit getting "Guice provision errors: 1) Cannot open ReviewDb", known issue? [01:34:36] now 503 Service unavailable [01:35:17] yes people know about gerrit in #wikimedia-operations [01:39:44] 3MediaWiki / 3General/Unknown: Allow third-party code to start MediaWiki session - 10https://bugzilla.wikimedia.org/8855#c2 (10PiRSquared17) Is this still an issue? Could it be clarified? [01:49:19] 3Wikimedia / 3Git/Gerrit: Gerrit: HTTP 500 "Guice provision errors: Cannot open ReviewDb" - 10https://bugzilla.wikimedia.org/48061#c15 (10Chad H.) There's no one bug here so I'm not sure what this is supposed to accomplish. "Don't break the database connection with bad config, networking hiccups or otherwis... [01:49:22] <^d> Krinkle: Bug 48061 isn't actionable. What do you hope to accomplish with it? [01:59:02] ^d: do we know why it happens? [01:59:21] I don't think a generic "gerrit down" bug is useful as it isn't actionable [01:59:30] but this seems a specific error that is recurring [01:59:54] so far it doesn't seem to have been fixed any one time (so far we just rebooted a bunch of things and poked until it's back ever few months) [02:00:05] <^d> It's a specific error for a vague problem. [02:00:20] <^d> It happens anytime gerrit can't make a DB connection. [02:00:25] <^d> Whether it's bogus config. [02:00:28] <^d> Network explosion. [02:00:41] <^d> /etc/init.d/mysqld stop [02:00:44] <^d> Take your pick. Same error. [02:00:49] Right, it just cascades down and this is the first roadblock [02:01:44] 3Wikimedia / 3Git/Gerrit: Gerrit: HTTP 500 "Guice provision errors: Cannot open ReviewDb" - 10https://bugzilla.wikimedia.org/48061 (10Krinkle) 5REOP>3RESO/FIX [02:01:45] re slowness: is there some correlation with heap size? [02:02:02] 3MediaWiki-Vagrant: Make it easier to access Vagrant from another VM - 10https://bugzilla.wikimedia.org/66399 (10Tisza Gergő) 3NEW p:3Unprio s:3enhanc a:3Ori Livneh The main use case for this would be browser testing, e.g. with the modern.ie VMs. This is my current method: in the IE VM add 10.0.2.2 w... [02:02:19] <^d> More heap is always nice. [02:02:23] <^d> I suppose. [02:02:40] well, the issue becomes GC [02:03:14] <^d> I don't think it's related to what happened today. [02:03:15] I did a bunch of GC tuning for cassandra; their guidelines say that heaps larger than 6g or so get really hard to GC without major pauses [02:03:17] <^d> Or the ref'd bug. [02:03:55] yeah, not suggesting that it is the reason -- just something to keep in mind when restarting makes things zippy again [02:04:05] <^d> It wasn't a slowness problem. [02:04:19] <^d> Database connection died so the rest of gerrit followed suit. [02:04:22] not the specific one, yes [02:04:47] the vague mix-in mentioned slowness though [02:04:51] the other bug ;) [02:05:19] <^d> Anyway, 6G sounds tiny for a jvm heap. [02:05:23] <^d> :) [02:05:52] <^d> We use 20GB for gerrit. [02:06:03] <^d> Something around 32GB for each elastic box I believe. [02:06:49] <^d> Cassandra's "gc gets hard at large heaps" is pretty true, just not at 6GB I think. [02:07:00] depending on the object graph that can be expensive GC-wise once there's a major collection [02:07:20] <^d> Nik's always saying that about ~32GB. "Beyond that it's more pain to gc than it's worth really" [02:07:26] <^d> To paraphrase him. [02:07:48] k [02:08:03] jstat -gc can be interesting to follow [02:09:04] <^d> My favorite solution would be to not use jgit anymore ;-) [02:09:33] he, yeah ;) [02:09:39] that'd simplify the GC issue [02:10:28] my adventurers with the JVM & cassandra are documented here: https://www.mediawiki.org/wiki/User:GWicke/Notes/Storage/Cassandra_testing#GC_tuning_for_short_pauses_and_OOM_error_avoidance_despite_heavy_write_load [02:11:09] <^d> Hmmm. [02:15:42] (03CR) 10Spage: [C: 04-1] "Things I see on my local wiki:" [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/137957 (owner: 10SG) [02:38:30] (03PS1) 10Spage: Some missing template messages [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138528 [02:40:45] (03CR) 10Jackmcbarn: "Email sent. No WMF wikis (at least no public ones) will have to do anything about this. The only 2 that were affected have already address" [core] - 10https://gerrit.wikimedia.org/r/136234 (owner: 10Jackmcbarn) [02:49:21] (03PS8) 10Ori.livneh: Don't use autodiscovery for core skins, move them to separate directories [core] - 10https://gerrit.wikimedia.org/r/135383 (https://bugzilla.wikimedia.org/65748) (owner: 10Bartosz Dziewoński) [02:49:27] (03CR) 10Ori.livneh: [C: 032] Don't use autodiscovery for core skins, move them to separate directories [core] - 10https://gerrit.wikimedia.org/r/135383 (https://bugzilla.wikimedia.org/65748) (owner: 10Bartosz Dziewoński) [02:49:54] (03PS9) 10Ori.livneh: Officially deprecate skin autodiscovery [core] - 10https://gerrit.wikimedia.org/r/135429 (https://bugzilla.wikimedia.org/65748) (owner: 10Bartosz Dziewoński) [02:50:02] (03CR) 10Ori.livneh: [C: 032] Officially deprecate skin autodiscovery [core] - 10https://gerrit.wikimedia.org/r/135429 (https://bugzilla.wikimedia.org/65748) (owner: 10Bartosz Dziewoński) [02:53:05] (03CR) 10Jforrester: [C: 032] "Documentation fixes. Yay." [core] - 10https://gerrit.wikimedia.org/r/138410 (owner: 10Bartosz Dziewoński) [02:54:54] (03Merged) 10jenkins-bot: Don't use autodiscovery for core skins, move them to separate directories [core] - 10https://gerrit.wikimedia.org/r/135383 (https://bugzilla.wikimedia.org/65748) (owner: 10Bartosz Dziewoński) [02:58:46] (03Merged) 10jenkins-bot: Officially deprecate skin autodiscovery [core] - 10https://gerrit.wikimedia.org/r/135429 (https://bugzilla.wikimedia.org/65748) (owner: 10Bartosz Dziewoński) [03:02:58] (03Merged) 10jenkins-bot: Vector: Update comments in vector.js [core] - 10https://gerrit.wikimedia.org/r/138410 (owner: 10Bartosz Dziewoński) [03:17:52] (03CR) 10SG: [C: 032] Some missing template messages [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138528 (owner: 10Spage) [03:33:47] tonythomas: toneh :D [03:35:43] (03PS2) 10Jackmcbarn: Add a Lua library to get stability settings [extensions/FlaggedRevs] - 10https://gerrit.wikimedia.org/r/132956 [03:35:55] (03PS7) 10Jackmcbarn: Include action in permission error messages [core] - 10https://gerrit.wikimedia.org/r/125674 (https://bugzilla.wikimedia.org/40145) [03:39:18] (03CR) 10Santhosh: [C: 04-1] contrib: Add upstart and systemd scripts (031 comment) [services/cxserver] - 10https://gerrit.wikimedia.org/r/138362 (owner: 10KartikMistry) [03:48:40] (03CR) 10Santhosh: [C: 032] Configurable LogDir [services/cxserver] - 10https://gerrit.wikimedia.org/r/138324 (owner: 10KartikMistry) [03:49:14] (03Merged) 10jenkins-bot: Configurable LogDir [services/cxserver] - 10https://gerrit.wikimedia.org/r/138324 (owner: 10KartikMistry) [03:49:42] (03PS2) 10KartikMistry: contrib: Add upstart and systemd scripts [services/cxserver] - 10https://gerrit.wikimedia.org/r/138362 [03:53:04] (03CR) 10Withoutaname: If $wgEnableEmail is false, disable other email settings (031 comment) [core] - 10https://gerrit.wikimedia.org/r/132348 (https://bugzilla.wikimedia.org/63678) (owner: 10Withoutaname) [04:17:17] (03CR) 1001tonythomas: "Ping! on this patch. We need this to get fixed in pace, as https://gerrit.wikimedia.org/r/#/c/135290/ Jenkins directly depends on this" [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/136897 (owner: 10Hashar) [04:19:08] (03CR) 10Tim Starling: "I'm not in favour of requiring composer to install MW core from git. I don't know why this was merged 4 hours after it was uploaded, with " [core] - 10https://gerrit.wikimedia.org/r/119939 (owner: 10BryanDavis) [04:27:43] (03PS1) 10Withoutaname: Convert links to https or protocol-relative [wikimedia/communications/WMBlog] - 10https://gerrit.wikimedia.org/r/138530 [04:31:26] (03PS1) 10Tim Starling: Revert "Add Composer managed libraries" [core] - 10https://gerrit.wikimedia.org/r/138531 [04:39:19] (03PS1) 10Divec: Use LinearDoc for segmentation [services/cxserver] - 10https://gerrit.wikimedia.org/r/138532 [04:39:49] (03CR) 10jenkins-bot: [V: 04-1] Use LinearDoc for segmentation [services/cxserver] - 10https://gerrit.wikimedia.org/r/138532 (owner: 10Divec) [04:42:34] (03CR) 10jenkins-bot: [V: 04-1] Revert "Add Composer managed libraries" [core] - 10https://gerrit.wikimedia.org/r/138531 (owner: 10Tim Starling) [04:42:59] (03CR) 10Tim Starling: [C: 04-2] "This is not really how I imagined things working. I think the proposed configuration variable is overly technical and thus not very user-f" [core] - 10https://gerrit.wikimedia.org/r/119941 (owner: 10BryanDavis) [04:48:39] (03CR) 10Tim Starling: [C: 04-2] "At least I1e5596d5 made composer an optional dependency, unused by default. By contrast, this change would make MediaWiki totally non-func" [core] - 10https://gerrit.wikimedia.org/r/135290 (https://bugzilla.wikimedia.org/63483) (owner: 1001tonythomas) [04:56:33] (03PS1) 10Withoutaname: Convert links to https or protocol-relative [wikimedia/communications/WP-Victor] - 10https://gerrit.wikimedia.org/r/138533 (https://bugzilla.wikimedia.org/39539) [05:04:18] (03CR) 10Tim Starling: [C: 04-1] "Needs review for security." [core/vendor] - 10https://gerrit.wikimedia.org/r/137538 (owner: 1001tonythomas) [05:10:48] (03CR) 10Tim Starling: "Tony: I think you should make the use of Swift Mailer optional. I can see a rationale for adding Swift Mailer support, but I can also see " [core] - 10https://gerrit.wikimedia.org/r/135290 (https://bugzilla.wikimedia.org/63483) (owner: 1001tonythomas) [05:17:31] (03PS1) 10tosfos: initial code [extensions/NamespaceHTML] - 10https://gerrit.wikimedia.org/r/138534 [05:21:20] (03CR) 10tosfos: [C: 032 V: 032] initial code [extensions/NamespaceHTML] - 10https://gerrit.wikimedia.org/r/138534 (owner: 10tosfos) [05:32:00] (03CR) 10Legoktm: "@Tim: This wouldn't make "MediaWiki totally non-functional", it would just remove email capabilities. sysadmins wouldn't be required to us" [core] - 10https://gerrit.wikimedia.org/r/135290 (https://bugzilla.wikimedia.org/63483) (owner: 1001tonythomas) [05:39:31] (03CR) 10Tim Starling: "To be precise, it would give a PHP fatal error whenever somebody tried to mail something, until the sysadmin worked out that they are mean" [core] - 10https://gerrit.wikimedia.org/r/135290 (https://bugzilla.wikimedia.org/63483) (owner: 1001tonythomas) [05:40:29] 3Wikimedia / 3Blog: WordPress theme Victor doesn't show gravatars - 10https://bugzilla.wikimedia.org/28933#c3 (10TeleComNasSprVen) There are a few WordPress plugins that might be able to do this: https://www.google.com/?gws_rd=ssl#q=wordpress+avatar [05:44:08] (03PS1) 10tosfos: add support for JSON i18n [extensions/NamespaceHTML] - 10https://gerrit.wikimedia.org/r/138536 [05:45:30] (03CR) 10tosfos: [C: 032 V: 032] add support for JSON i18n [extensions/NamespaceHTML] - 10https://gerrit.wikimedia.org/r/138536 (owner: 10tosfos) [05:47:00] (03CR) 10tosfos: [C: 032 V: 032] Remove obsolete RC_MOVE and RC_MOVE_OVER_REDIRECT rc types [extensions/SimpleChanges] - 10https://gerrit.wikimedia.org/r/137887 (owner: 10devunt) [05:47:59] (03PS1) 10Krinkle: macro: Rename 'jsduck' to 'jsduck-conf' and create new 'jsduck' [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/138538 [05:51:25] (03CR) 10Nemo bis: "There is a non-trivial portion of MediaWiki installs which don't enable email. That said, the aim of this patch certainly is not to assert" [core] - 10https://gerrit.wikimedia.org/r/135290 (https://bugzilla.wikimedia.org/63483) (owner: 1001tonythomas) [06:06:28] (03CR) 10devunt: "Constants successfully removed from Extension:SimpleChanges. See Ibcd3e0b9c." [core] - 10https://gerrit.wikimedia.org/r/137519 (https://bugzilla.wikimedia.org/63755) (owner: 10devunt) [06:35:30] 3MediaWiki extensions / 3CharInsert: Some of the hebrew characters are not in proper order - 10https://bugzilla.wikimedia.org/66348#c5 (10Amir E. Aharoni) 5NEW>3RESO/INV It's not the CharInsert extension, but the charinsert gadget: https://en.wikisource.org/wiki/MediaWiki:Gadget-charinsert.js . It should... [06:41:55] (03CR) 10Krinkle: [C: 032] "No difference in compilation output so nothing that can be deployed to Jenkins. This is merely an internal change." [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/138538 (owner: 10Krinkle) [06:43:24] (03Merged) 10jenkins-bot: macro: Rename 'jsduck' to 'jsduck-conf' and create new 'jsduck' [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/138538 (owner: 10Krinkle) [06:45:51] (03CR) 10Rillke: "see inline comment" (031 comment) [core] - 10https://gerrit.wikimedia.org/r/135756 (owner: 10Rillke) [06:53:48] (03CR) 10Legoktm: [C: 032] Relay some API methods to the actual submodule [extensions/Flow] - 10https://gerrit.wikimedia.org/r/132145 (owner: 10Matthias Mullie) [06:54:04] (03Merged) 10jenkins-bot: Relay some API methods to the actual submodule [extensions/Flow] - 10https://gerrit.wikimedia.org/r/132145 (owner: 10Matthias Mullie) [07:02:14] 3MediaWiki extensions / 3CharInsert: Some of the hebrew characters are not in proper order - 10https://bugzilla.wikimedia.org/66348#c6 (10Amir E. Aharoni) I resolved it in the English Wikipedia. [07:13:15] (03PS18) 1001tonythomas: Shifted from PEAR/PHP mailer to Swift Mailer [core] - 10https://gerrit.wikimedia.org/r/135290 (https://bugzilla.wikimedia.org/63483) [07:22:00] (03PS4) 10Legoktm: Split out POST-specific logic from ApiFlowBase & add a new one for GET [extensions/Flow] - 10https://gerrit.wikimedia.org/r/132146 (owner: 10Matthias Mullie) [07:23:39] (03CR) 10Brian Wolff: "Ok. I'll give this a +2 once its dependency is sorted out." (031 comment) [core] - 10https://gerrit.wikimedia.org/r/135756 (owner: 10Rillke) [07:24:24] (03CR) 10jenkins-bot: [V: 04-1] Shifted from PEAR/PHP mailer to Swift Mailer [core] - 10https://gerrit.wikimedia.org/r/135290 (https://bugzilla.wikimedia.org/63483) (owner: 1001tonythomas) [07:26:40] (03CR) 10Legoktm: [C: 032] "Needed a manual rebase to integrate I4338276869d3c0b28a4f62935f29c8a70f45c4da in." [extensions/Flow] - 10https://gerrit.wikimedia.org/r/132146 (owner: 10Matthias Mullie) [07:26:56] (03Merged) 10jenkins-bot: Split out POST-specific logic from ApiFlowBase & add a new one for GET [extensions/Flow] - 10https://gerrit.wikimedia.org/r/132146 (owner: 10Matthias Mullie) [07:27:47] 3Analytics / 3General/Unknown: "data:" URLs accounting for 6 of the top 10 most viewed articles reported by stats.grok.se - 10https://bugzilla.wikimedia.org/66112#c16 (10christian) Probably not relevant as the CSS should be interpreted as UTF-8 ... but since I've been burnt by UTF-8 support on Windows a few... [07:28:01] (03PS4) 10Legoktm: Add ApiFlowViewHeader [extensions/Flow] - 10https://gerrit.wikimedia.org/r/132147 (owner: 10Matthias Mullie) [07:30:26] (03CR) 10Legoktm: [C: 032] Add ApiFlowViewHeader [extensions/Flow] - 10https://gerrit.wikimedia.org/r/132147 (owner: 10Matthias Mullie) [07:30:41] (03Merged) 10jenkins-bot: Add ApiFlowViewHeader [extensions/Flow] - 10https://gerrit.wikimedia.org/r/132147 (owner: 10Matthias Mullie) [07:31:06] (03PS4) 10Legoktm: Add ApiFlowViewTopicSummary [extensions/Flow] - 10https://gerrit.wikimedia.org/r/132148 (owner: 10Matthias Mullie) [07:32:15] (03CR) 10Legoktm: [C: 032] Add ApiFlowViewTopicSummary [extensions/Flow] - 10https://gerrit.wikimedia.org/r/132148 (owner: 10Matthias Mullie) [07:32:30] (03Merged) 10jenkins-bot: Add ApiFlowViewTopicSummary [extensions/Flow] - 10https://gerrit.wikimedia.org/r/132148 (owner: 10Matthias Mullie) [07:33:36] (03CR) 10Rillke: "thank you :)" (031 comment) [core] - 10https://gerrit.wikimedia.org/r/135756 (owner: 10Rillke) [07:38:21] (03PS1) 10Legoktm: Display a proper error when an invalid workflow is provided [extensions/Flow] - 10https://gerrit.wikimedia.org/r/138541 [07:41:17] (03PS4) 10Legoktm: Add ApiFlowViewPost [extensions/Flow] - 10https://gerrit.wikimedia.org/r/132149 (owner: 10Matthias Mullie) [07:41:39] (03PS2) 10Gergő Tisza: Revert "Add Composer managed libraries" [core] - 10https://gerrit.wikimedia.org/r/138531 (owner: 10Tim Starling) [07:44:13] (03CR) 10Legoktm: Add ApiFlowViewPost (031 comment) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/132149 (owner: 10Matthias Mullie) [07:48:26] (03CR) 10Frédéric Wang: [C: 032] Separate render and getHtml [extensions/Math] - 10https://gerrit.wikimedia.org/r/138023 (owner: 10Physikerwelt) [07:51:52] (03CR) 10TheDJ: [C: 04-1] "Looks like the rebase screwed up." [extensions/Popups] - 10https://gerrit.wikimedia.org/r/134266 (owner: 10TheDJ) [07:51:54] (03PS3) 10Withoutaname: Add wikitext formatting to "CASCADINGSOURCES" [core] - 10https://gerrit.wikimedia.org/r/133946 [07:52:38] (03CR) 10jenkins-bot: [V: 04-1] Revert "Add Composer managed libraries" [core] - 10https://gerrit.wikimedia.org/r/138531 (owner: 10Tim Starling) [07:59:04] (03PS2) 10Frédéric Wang: Fonts for native MathML [extensions/Math] - 10https://gerrit.wikimedia.org/r/134362 (https://bugzilla.wikimedia.org/65532) [08:04:13] (03CR) 10Gergő Tisza: "As a reuser I would probably prefer being able to install MediaWiki with a single "composer install mediawiki/mediawiki"." [core] - 10https://gerrit.wikimedia.org/r/138531 (owner: 10Tim Starling) [08:23:39] (03CR) 10Springle: Add "chemical" major MIME type to the image tables (031 comment) [core] - 10https://gerrit.wikimedia.org/r/135756 (owner: 10Rillke) [08:24:19] (03CR) 10Springle: [C: 04-1] Add "chemical" major MIME type to the image tables [core] - 10https://gerrit.wikimedia.org/r/135756 (owner: 10Rillke) [08:32:48] (03CR) 10Raimond Spekking: [C: 04-1] "i18n review" (035 comments) [extensions/BlueSpiceExtensions] - 10https://gerrit.wikimedia.org/r/134323 (owner: 10Smuggli) [08:35:47] (03CR) 10Raimond Spekking: [C: 04-1] "i18n review" (032 comments) [extensions/BlueSpiceExtensions] - 10https://gerrit.wikimedia.org/r/134084 (owner: 10Smuggli) [08:37:09] (03CR) 10Raimond Spekking: [C: 032 V: 032] Implemented changes for translatewiki [extensions/BlueSpiceExtensions] - 10https://gerrit.wikimedia.org/r/134308 (owner: 10Smuggli) [08:38:57] (03CR) 10Raimond Spekking: [C: 04-1] "i18n review" (031 comment) [extensions/BlueSpiceExtensions] - 10https://gerrit.wikimedia.org/r/134072 (owner: 10Smuggli) [08:50:03] (03CR) 10Nikerabbit: [C: 04-1] contrib: Add upstart and systemd scripts (0310 comments) [services/cxserver] - 10https://gerrit.wikimedia.org/r/138362 (owner: 10KartikMistry) [08:52:24] (03CR) 10Santhosh: "API is failing to load pages http://localhost:8080/page/en/Test is not returning the json. I am yet to investigate." (033 comments) [services/cxserver] - 10https://gerrit.wikimedia.org/r/138532 (owner: 10Divec) [09:01:49] (03Restored) 10Hashar: Jenkins job validation (DO NOT SUBMIT) [extensions/ContactPageFundraiser] - 10https://gerrit.wikimedia.org/r/137596 (owner: 10Hashar) [09:01:55] (03CR) 10Hashar: "recheck" [extensions/ContactPageFundraiser] - 10https://gerrit.wikimedia.org/r/137596 (owner: 10Hashar) [09:02:10] (03PS2) 10Hashar: Jenkins job validation (DO NOT SUBMIT) [extensions/ContactPageFundraiser] - 10https://gerrit.wikimedia.org/r/137596 [09:02:23] (03Abandoned) 10Hashar: Jenkins job validation (DO NOT SUBMIT) [extensions/ContactPageFundraiser] - 10https://gerrit.wikimedia.org/r/137596 (owner: 10Hashar) [09:04:06] (03PS1) 10devunt: Use html methods instead of using xml methods while generating HTML [core] - 10https://gerrit.wikimedia.org/r/138555 [09:05:22] (03CR) 10Mwalker: [C: 032] Switch from `when` to `bluebird` for Promise implementation. [extensions/Collection/OfflineContentGenerator/bundler] - 10https://gerrit.wikimedia.org/r/111732 (owner: 10Cscott) [09:06:01] 3MediaWiki extensions / 3WikidataRepo: Untangle DataUpdates to be applied when editing or deleting an Entity - 10https://bugzilla.wikimedia.org/66028 (10Thiemo Mättig) 5PATC>3RESO/FIX [09:06:19] (03CR) 10jenkins-bot: [V: 04-1] Use html methods instead of using xml methods while generating HTML [core] - 10https://gerrit.wikimedia.org/r/138555 (owner: 10devunt) [09:07:19] (03CR) 10Mwalker: [C: 032] Switch from `bluebird` to `es6-shim`/`prfun` for Promise implementation. [extensions/Collection/OfflineContentGenerator/bundler] - 10https://gerrit.wikimedia.org/r/138154 (owner: 10Cscott) [09:07:56] (03PS2) 10devunt: Use html methods instead of using xml methods while generating HTML [core] - 10https://gerrit.wikimedia.org/r/138555 [09:08:32] (03Merged) 10jenkins-bot: Switch from `when` to `bluebird` for Promise implementation. [extensions/Collection/OfflineContentGenerator/bundler] - 10https://gerrit.wikimedia.org/r/111732 (owner: 10Cscott) [09:09:39] (03CR) 10Mwalker: [C: 032] "probably should make p a library unto itself" [extensions/Collection/OfflineContentGenerator/latex_renderer] - 10https://gerrit.wikimedia.org/r/138156 (owner: 10Cscott) [09:10:02] (03CR) 10Mwalker: [C: 032] Switch from `bluebird` to `es6-shim`/`prfun` for Promise implementation. [extensions/Collection/OfflineContentGenerator/latex_renderer] - 10https://gerrit.wikimedia.org/r/138157 (owner: 10Cscott) [09:10:09] (03CR) 10jenkins-bot: [V: 04-1] Use html methods instead of using xml methods while generating HTML [core] - 10https://gerrit.wikimedia.org/r/138555 (owner: 10devunt) [09:12:23] (03Merged) 10jenkins-bot: Switch from `when` to `bluebird` for Promise implementation. [extensions/Collection/OfflineContentGenerator/latex_renderer] - 10https://gerrit.wikimedia.org/r/138156 (owner: 10Cscott) [09:12:25] (03Merged) 10jenkins-bot: Switch from `bluebird` to `es6-shim`/`prfun` for Promise implementation. [extensions/Collection/OfflineContentGenerator/latex_renderer] - 10https://gerrit.wikimedia.org/r/138157 (owner: 10Cscott) [09:13:43] (03PS3) 10devunt: Use html methods instead of using xml methods while generating HTML [core] - 10https://gerrit.wikimedia.org/r/138555 [09:13:49] (03CR) 10Raimond Spekking: initial commit (031 comment) [extensions/ActivityMonitor] - 10https://gerrit.wikimedia.org/r/138042 (owner: 10Harshkothari410) [09:14:33] (03PS4) 10devunt: Use html methods instead of using xml methods while generating HTML [core] - 10https://gerrit.wikimedia.org/r/138555 [09:15:17] (03PS6) 10devunt: Changes autofocus="1" to autofocus="autofocus" [core] - 10https://gerrit.wikimedia.org/r/137670 (https://bugzilla.wikimedia.org/66134) (owner: 10Rohan013) [09:33:05] (03CR) 10Paladox: "Ok. I am using sublime text 2." [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/134624 (owner: 10Paladox) [09:38:52] (03CR) 10Paladox: Add support for request account link (032 comments) [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/134624 (owner: 10Paladox) [09:39:21] (03CR) 10Matthias Mullie: Add ApiFlowViewPost (031 comment) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/132149 (owner: 10Matthias Mullie) [09:40:12] ori: thank you for the merges! [09:40:13] (03PS12) 10Paladox: Add support for request account link [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/134624 [09:40:27] (03PS13) 10Paladox: Add support for request account link [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/134624 [09:43:10] (03PS1) 10Prtksxna: disablenavpop: Correct type check for `disablePopups` global [extensions/Popups] - 10https://gerrit.wikimedia.org/r/138560 [09:48:57] (03CR) 10TTO: "Paladox: It seems you will want to have a look at http://www.sublimetext.com/docs/2/indentation.html . The example settings in the first b" [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/134624 (owner: 10Paladox) [09:53:49] 3MediaWiki extensions / 3WikidataRepo: PropertyInfoTableBuilderTest::testRebuildPropertyInfo failing - 10https://bugzilla.wikimedia.org/66405 (10Aude) 3NEW p:3Unprio s:3normal a:3Wikidata bugs test failing on travis and on jenkins for the wikidata build: 1) Wikibase\Test\PropertyInfoTableBuilderTest... [09:57:17] (03PS14) 10Paladox: Add support for request account link [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/134624 [09:57:19] (03CR) 10jenkins-bot: [V: 04-1] Add support for request account link [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/134624 (owner: 10Paladox) [09:58:13] (03CR) 10Hashar: "recheck" [tools/release] - 10https://gerrit.wikimedia.org/r/137830 (owner: 10FunPika) [09:59:11] (03CR) 10Hashar: [C: 031] "Sounds fine. Letting Mark and Markus to merge this change to make sure they are aware of it :]" [tools/release] - 10https://gerrit.wikimedia.org/r/137830 (owner: 10FunPika) [10:03:37] (03PS15) 10Paladox: Add support for request account link [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/134624 [10:04:12] (03CR) 10Paladox: "Hi I fixed the tabs and the # Add" [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/134624 (owner: 10Paladox) [10:09:36] (03PS16) 10Paladox: Add support for request account link [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/134624 [10:10:00] (03PS17) 10Paladox: Add support for request account link [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/134624 [10:14:54] (03PS1) 10Hashar: python lint jobs for the slander repo [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/138563 [10:16:07] (03CR) 10Tpt: [C: 04-1] "A detail." (031 comment) [core] - 10https://gerrit.wikimedia.org/r/138555 (owner: 10devunt) [10:17:07] (03CR) 10Hashar: [C: 032] "Jenkins jobs added with https://gerrit.wikimedia.org/r/#/c/138563/" [integration/zuul-config] - 10https://gerrit.wikimedia.org/r/138360 (owner: 10Awight) [10:17:14] (03CR) 10Hashar: [C: 032] python lint jobs for the slander repo [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/138563 (owner: 10Hashar) [10:17:43] (03PS1) 10Hashar: Revert "Fix Zuul success/failure messages" [integration/zuul-config] - 10https://gerrit.wikimedia.org/r/138565 [10:17:48] (03PS2) 10Hashar: Revert "Fix Zuul success/failure messages" [integration/zuul-config] - 10https://gerrit.wikimedia.org/r/138565 [10:17:54] (03CR) 10Hashar: [C: 032] Revert "Fix Zuul success/failure messages" [integration/zuul-config] - 10https://gerrit.wikimedia.org/r/138565 (owner: 10Hashar) [10:18:35] (03Merged) 10jenkins-bot: python lint jobs for the slander repo [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/138563 (owner: 10Hashar) [10:18:38] (03Merged) 10jenkins-bot: Revert "Fix Zuul success/failure messages" [integration/zuul-config] - 10https://gerrit.wikimedia.org/r/138565 (owner: 10Hashar) [10:20:45] (03PS2) 10Hashar: python lint jobs for the slander repo [integration/zuul-config] - 10https://gerrit.wikimedia.org/r/138360 (owner: 10Awight) [10:20:50] (03CR) 10Hashar: [C: 032] python lint jobs for the slander repo [integration/zuul-config] - 10https://gerrit.wikimedia.org/r/138360 (owner: 10Awight) [10:21:02] (03Merged) 10jenkins-bot: python lint jobs for the slander repo [integration/zuul-config] - 10https://gerrit.wikimedia.org/r/138360 (owner: 10Awight) [10:23:47] (03PS5) 10devunt: Use html methods instead of using xml methods while generating HTML [core] - 10https://gerrit.wikimedia.org/r/138555 [10:23:55] (03CR) 10Hashar: "I created a dummy change: https://gerrit.wikimedia.org/r/#/c/138566/" [integration/zuul-config] - 10https://gerrit.wikimedia.org/r/138360 (owner: 10Awight) [10:42:29] (03CR) 10Physikerwelt: "it might be better to use a seperate css file for this changes, at least I don't know how this interacts with this file" [extensions/Math] - 10https://gerrit.wikimedia.org/r/134362 (https://bugzilla.wikimedia.org/65532) (owner: 10Frédéric Wang) [10:43:48] 3MediaWiki extensions / 3[other]: UnitTest extension: Fix reference to jQuery Cycle Plugin - 10https://bugzilla.wikimedia.org/66391#c2 (10Andre Klapper) [CC'ed maintainer mail account is disabled anyway; removing] Might get more attention under product=MediaWiki & component=Unit tests [10:44:05] (03CR) 10devunt: "See bugzilla page for this bug to more discussion." [core] - 10https://gerrit.wikimedia.org/r/54120 (owner: 10devunt) [10:46:47] (03CR) 10Frédéric Wang: "The old CSS file and the corresponding Web fonts are obsolete. They are deprecated for Gecko >= 31. See https://developer.mozilla.org/en-" [extensions/Math] - 10https://gerrit.wikimedia.org/r/134362 (https://bugzilla.wikimedia.org/65532) (owner: 10Frédéric Wang) [10:47:01] (03CR) 10Paladox: [C: 031] "I have added the tabs and I also fixed # Add" [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/134624 (owner: 10Paladox) [10:48:22] (03PS1) 10Physikerwelt: fix: typo in MathMathML:setAllowedRootElements [extensions/Math] - 10https://gerrit.wikimedia.org/r/138571 [10:48:24] (03PS1) 10Physikerwelt: wip: enable mathml rendering mode [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 [10:50:10] (03CR) 10jenkins-bot: [V: 04-1] wip: enable mathml rendering mode [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 (owner: 10Physikerwelt) [10:51:53] (03CR) 10Frédéric Wang: [C: 032] fix: typo in MathMathML:setAllowedRootElements [extensions/Math] - 10https://gerrit.wikimedia.org/r/138571 (owner: 10Physikerwelt) [10:53:30] (03PS2) 10Physikerwelt: wip: enable mathml rendering mode [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 [10:54:21] (03CR) 10jenkins-bot: [V: 04-1] wip: enable mathml rendering mode [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 (owner: 10Physikerwelt) [10:59:30] 3MediaWiki / 3Documentation: Documentation is out of date, incomplete (tracking) - 10https://bugzilla.wikimedia.org/1 (10Helder) [10:59:32] 3MediaWiki / 3API: Documentation of API rollback action mentions delete instead of rollback - 10https://bugzilla.wikimedia.org/66406 (10Helder) 3NEW p:3Unprio s:3normal a:3None In the URL above I see this: "Title of the page you want to delete. Cannot be used together with pageid" "Page ID of the pag... [11:02:47] (03PS3) 10Physikerwelt: wip: enable mathml rendering mode [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 [11:03:46] (03CR) 10jenkins-bot: [V: 04-1] wip: enable mathml rendering mode [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 (owner: 10Physikerwelt) [11:05:10] (03CR) 10Dr0ptp4kt: [C: 032] Refactored validator names, exposed validation status [extensions/JsonConfig] - 10https://gerrit.wikimedia.org/r/138399 (owner: 10Yurik) [11:06:59] 3MediaWiki / 3Skin and page rendering: Too small width of TOC in Firefox on Android - 10https://bugzilla.wikimedia.org/66314 (10Andre Klapper) [11:07:12] (03PS3) 10Physikerwelt: Fonts for native MathML [extensions/Math] - 10https://gerrit.wikimedia.org/r/134362 (https://bugzilla.wikimedia.org/65532) (owner: 10Frédéric Wang) [11:09:44] 3MediaWiki extensions / 3Scribunto: HHVM - Warning: Unknown error in LuaCommon/UstringLibrary.php - 10https://bugzilla.wikimedia.org/66386 (10Andre Klapper) [11:09:59] 3MediaWiki / 3Skin and page rendering: Vector's dropdown menus (Variants, More/Actions) feature weird outlines when focused/clicked in Chrome - 10https://bugzilla.wikimedia.org/66388 (10Andre Klapper) p:5Unprio>3Normal [11:10:14] 3MediaWiki extensions / 3AbuseFilter: Only one filter's tags are ever applied - 10https://bugzilla.wikimedia.org/66387 (10Andre Klapper) p:5Unprio>3Normal [11:10:16] (03CR) 10Physikerwelt: [C: 032] "For the long run, we should find a way to test the browser output somehow." [extensions/Math] - 10https://gerrit.wikimedia.org/r/134362 (https://bugzilla.wikimedia.org/65532) (owner: 10Frédéric Wang) [11:11:10] (03Merged) 10jenkins-bot: Fonts for native MathML [extensions/Math] - 10https://gerrit.wikimedia.org/r/134362 (https://bugzilla.wikimedia.org/65532) (owner: 10Frédéric Wang) [11:16:50] (03PS1) 10Physikerwelt: Add alternative constructor [extensions/Math] - 10https://gerrit.wikimedia.org/r/138575 [11:17:59] 3MediaWiki / 3Page editing: test2wiki: "Link" and other lightboxes completely empty - 10https://bugzilla.wikimedia.org/66376#c1 (10Andre Klapper) p:5Unprio>3Highes For me not only adding a link in wiki editor is completely broken; same for other buttons that I tried - no interface shown. Console says:... [11:18:14] 3MediaWiki / 3JavaScript: Remove all uses of jQuery.browser (tracking) - 10https://bugzilla.wikimedia.org/66097 (10Andre Klapper) [11:21:06] (03PS2) 10Prtksxna: disablenavpop: Correct type check for `disablePopups` global [extensions/Popups] - 10https://gerrit.wikimedia.org/r/138560 [11:25:15] (03PS1) 10Physikerwelt: Add options to the math tag [extensions/Math] - 10https://gerrit.wikimedia.org/r/138577 [11:26:23] hi there [11:26:37] has anybody tried to iframe-embed videos from commons lately? [11:26:52] i'm getting js-errors when i try to [11:28:55] "TypeError: mw.loader.go is not a function", "TypeError: $.client is undefined" [11:30:13] (03PS2) 10Physikerwelt: Add options to the math tag [extensions/Math] - 10https://gerrit.wikimedia.org/r/138577 [11:31:29] 3MediaWiki / 3Page protection: 'Protect' user right does not allow a user to protect pages up to their editing level - 10https://bugzilla.wikimedia.org/36489#c3 (10Andre Klapper) 5NEW>3UNCO Hersfold, can you please answer comment 2? [11:34:30] 3Wikimedia / 3Site requests: Deploy TemplateData's GUI editing tool to all wikis - 10https://bugzilla.wikimedia.org/60158 (10Helder) [11:38:15] (03PS8) 10Gerrit Patch Uploader: wpSummaryLabel and wpSummary in one line with full width [core] - 10https://gerrit.wikimedia.org/r/118246 (https://bugzilla.wikimedia.org/62316) [11:38:17] (03CR) 10Gerrit Patch Uploader: "This commit was uploaded using the Gerrit Patch Uploader [1]." [core] - 10https://gerrit.wikimedia.org/r/118246 (https://bugzilla.wikimedia.org/62316) (owner: 10Gerrit Patch Uploader) [11:39:14] 3MediaWiki / 3API: Version the API - 10https://bugzilla.wikimedia.org/39592#c11 (10Andre Klapper) Yuri Astrakhan: You assigned this ticket to yourself in 2012. Could you please provide a status update and inform us whether you are still working (or still plan to work) on this issue? Only in case you do not... [11:40:14] 3MediaWiki / 3Categories: Undefined offset notice in ImageGallery.php if &fileuntil=xxx.yyy is appended on Category: pages - 10https://bugzilla.wikimedia.org/47464#c9 (10Andre Klapper) 5NEW>3RESO/WOR Let's assume it's been fixed (comment 7 and comment 8) in the meantime. Please reopen if somebody can st... [11:43:19] (03CR) 10Dr0ptp4kt: [C: 032] "Submitting, but see comments." (032 comments) [extensions/JsonConfig] - 10https://gerrit.wikimedia.org/r/138401 (owner: 10Yurik) [11:48:14] 3MediaWiki / 3General/Unknown: Android & IOS Problems for contributing in computer view (not mobile) - 10https://bugzilla.wikimedia.org/40880#c10 (10Andre Klapper) @reza1615, do you still experience this problem ? Are you trying this logged out or logged in ? [11:49:14] 3MediaWiki / 3General/Unknown: System hangs when installed without extensions on 1.22RC2 - 10https://bugzilla.wikimedia.org/57671#c5 (10Andre Klapper) MarkJurgens: Is this still a problem in 1.22.x? In case you managed to fix this, do you know the reason? [11:50:59] 3MediaWiki / 3Parser: Requesting hook to affect preview text - 10https://bugzilla.wikimedia.org/6812#c7 (10Andre Klapper) 5NEW>3RESO/WOR No replies to comment 4 and comment 6, hence assuming that the hooks listed in comment 6 are sufficient. [11:51:59] 3MediaWiki / 3General/Unknown: After upgrade problem with special characters (umlaute) in pagetitles - 10https://bugzilla.wikimedia.org/22871#c2 (10Andre Klapper) webmaster@reutlingenwiki: Which database charset was/is this about (see https://dev.mysql.com/doc/refman/5.0/en/charset.html )? Has this recently... [11:53:46] 3MediaWiki extensions / 3AbuseFilter: Add new message for user without 'editinterface' right - 10https://bugzilla.wikimedia.org/18204#c6 (10Andre Klapper) a:5RituS>3None RituS: I am resetting the assignee of this issue to default because there has been no progress in the last months. Feel free to take it... [11:55:14] 3MediaWiki / 3General/Unknown: Main WebRequest object an instance of FauxRequest - 10https://bugzilla.wikimedia.org/61273#c7 (10Andre Klapper) Jimmy: Could you answer comment 6, please? [11:55:31] 3MediaWiki / 3General/Unknown: graphics viewer - 10https://bugzilla.wikimedia.org/66408 (10namles) 3UNCO p:3Unprio s:3major a:3None Graphics will zoom only one level and have no clarity at any level. [11:56:14] 3MediaWiki extensions / 3Scribunto: Fatal error: LuaSandboxFunction::call(): PANIC: unprotected error in call to Lua API (not enough memory) in LuaSandbo - 10https://bugzilla.wikimedia.org/59130#c6 (10Andre Klapper) (In reply to Sam Reed (reedy) from comment #5) > Just opened https://rt.wikimedia.org/Ticket... [11:57:44] 3MediaWiki / 3API: ApiQueryAllUsers-related queries causing lag on Wikidata - 10https://bugzilla.wikimedia.org/52979#c9 (10Andre Klapper) Is there anything further to be done in this ticket, as the patch is abandoned? Or is this WORKSFORME now? [11:58:14] 3Wikimedia / 3General/Unknown: EventLogging ganglia graphs stuck/missing - 10https://bugzilla.wikimedia.org/54723#c2 (10Andre Klapper) Still valid with the given link - no graphs at all. Ori: Do you plan to work on this, or should the assignee/status be reset to default? [12:02:21] Hello, can I ask a question regarding the licensing of the code in https://github.com/wikimedia/wikimedia-fundraising-tools - basically, which license is it covered by :) [12:03:14] 3MediaWiki / 3Installer: MediaWiki:Config-brokenlibxml mentions old PHP version and bug - 10https://bugzilla.wikimedia.org/43527#c2 (10Andre Klapper) Nemo: https://gerrit.wikimedia.org/r/#/c/109025/1/maintenance/update.php was merged so it doesn't mention an old PHP version anymore. Does that suffice? https... [12:06:01] 3Wikimedia / 3General/Unknown: Embedding videos from commons using iframe throws JS errors - 10https://bugzilla.wikimedia.org/66409 (10Kai Nissen) 3NEW p:3Unprio s:3critic a:3None When I try to embed videos from commons using the html source generated on the media page the browser's JS engine is gene... [12:06:59] 3Wikimedia / 3General/Unknown: EventLogging ganglia graphs stuck/missing - 10https://bugzilla.wikimedia.org/54723#c3 (10Ori Livneh) 5ASSI>3RESO/WOR They were renamed / moved at some point, but they're alive: http://ganglia.wikimedia.org/latest/?c=Miscellaneous%20eqiad&h=vanadium.eqiad.wmnet&m=cpu_report&... [12:09:29] 3Wikimedia / 3Site requests: Set up a clone of wiki.toolserver.org - 10https://bugzilla.wikimedia.org/60222#c7 (10Silke Meyer (WMDE)) What's the status here? [12:11:46] 3MediaWiki extensions / 3WikidataRepo: Undefined index: help inGlobalFunctions.php on line 289 - 10https://bugzilla.wikimedia.org/66410 (10Aude) 3NEW p:3Unprio s:3normal a:3Wikidata bugs When i click on the "more" link in the wikibase entity suggester, it takes me to Special:Search where I get a php... [12:12:14] 3MediaWiki extensions / 3WikidataRepo: Undefined index: help inGlobalFunctions.php on line 289 - 10https://bugzilla.wikimedia.org/66410#c1 (10Aude) needs more investigation if this is a core bug or related to wikibase [12:13:29] 3MediaWiki extensions / 3WikidataRepo: Undefined index: help in GlobalFunctions.php on line 289 - 10https://bugzilla.wikimedia.org/66410 (10Aude) [12:16:04] (03PS3) 10KartikMistry: contrib: Add upstart and systemd scripts [services/cxserver] - 10https://gerrit.wikimedia.org/r/138362 [12:16:32] 3MediaWiki extensions / 3ContentTranslation: Image size calculation error cause wrong alignment - 10https://bugzilla.wikimedia.org/66411 (10Santhosh Thottingal) 3NEW p:3Unprio s:3normal a:3None Image size calculation for the source article happens in a wrong timing causing wrong dimensions for placeh... [12:38:29] 3MediaWiki / 3General/Unknown: "Error creating thumbnail: proc_open() is disabled"; did not seem to happen in previous versions. - 10https://bugzilla.wikimedia.org/66349#c2 (10tophergz) I'm on a shared host and they've informed me it is a disabled function, I don't have access to php.ini. The strange thing... [12:39:17] (03PS9) 10Phuedx: Make ResourceLoaderFileModule#getAllStyleFiles include all skin styles [core] - 10https://gerrit.wikimedia.org/r/122838 (https://bugzilla.wikimedia.org/63343) [12:42:36] (03PS10) 10Phuedx: Make ResourceLoaderFileModule#getAllStyleFiles include all skin styles [core] - 10https://gerrit.wikimedia.org/r/122838 (https://bugzilla.wikimedia.org/63343) [12:42:48] 3MediaWiki / 3Skin and page rendering: Obsolete style attributes like bgcolor are ignored by mobile site - 10https://bugzilla.wikimedia.org/66413 (10Derk-Jan Hartman) 3NEW p:3Unprio s:3normal a:3None https://en.wikipedia.org/wiki/User:TheDJ/bgcolor https://en.m.wikipedia.org/wiki/User:TheDJ/bgcolor... [12:42:48] 3MediaWiki / 3Installer: Updater applies patches after fresh install of MW where tables.sql alreay has been patched - 10https://bugzilla.wikimedia.org/66412 (10Rainer Rillke @commons.wikimedia) 3NEW p:3Unprio s:3normal a:3None Original bug title: Updater applies patches after fresh install of MW wher... [12:47:14] 3MediaWiki / 3Page editing: test2wiki: "Link" and other lightboxes completely empty - 10https://bugzilla.wikimedia.org/66376#c2 (10Florian) Maybe a dublicate of: https://bugzilla.wikimedia.org/show_bug.cgi?id=66365 [12:48:14] 3MediaWiki / 3JavaScript: Lightboxes: cannot read property msie of undefined (jquery.ui) - 10https://bugzilla.wikimedia.org/66365 (10Florian) [12:55:59] 3MediaWiki / 3Installer: Updater applies patches after fresh install of MW where tables.sql alreay has been patched - 10https://bugzilla.wikimedia.org/66412#c1 (10Rainer Rillke @commons.wikimedia) For reference, commits inserting modifyField * 0c5301a0d1dfc82088 * 32fde7f35b6dde889f It appears that MySql wo... [13:00:58] (03CR) 10Parent5446: "MediaWiki will absolutely *not* hard-code massive libraries into its repository. I absolutely refuse to let such a stupid and non-resolvin" [core] - 10https://gerrit.wikimedia.org/r/135290 (https://bugzilla.wikimedia.org/63483) (owner: 1001tonythomas) [13:08:06] (03PS4) 10KartikMistry: contrib: Add upstart and systemd scripts [services/cxserver] - 10https://gerrit.wikimedia.org/r/138362 [13:08:15] 3MediaWiki / 3General/Unknown: "Error creating thumbnail: proc_open() is disabled"; did not seem to happen in previous versions. - 10https://bugzilla.wikimedia.org/66349#c3 (10Andre Klapper) 5UNCO>3RESO/INV proc_open has been used for ages in MediaWiki code (e.g. line 2935 of https://git.wikimedia.org/bl... [13:09:44] 3MediaWiki / 3Page editing: test2wiki: "Link" and other lightboxes completely empty - 10https://bugzilla.wikimedia.org/66376#c3 (10Andre Klapper) Florian: Yeah, likely (thanks for catching that). I'll let Krinkle (or so) decide who knows way better than me... [13:13:15] 3MediaWiki extensions / 3CirrusSearch: Regression: using unicode normalization analyzer misses results in search - 10https://bugzilla.wikimedia.org/66243#c1 (10Nik Everett) p:5Unprio>3High Result number 1 and 5 in wikidata look like result number 1 and 2 on hewiki. I wonder if we lost those pages tempor... [13:13:29] 3MediaWiki extensions / 3CirrusSearch: Regression: using unicode normalization analyzer misses results in search - 10https://bugzilla.wikimedia.org/66243#c2 (10Nik Everett) Or, am I reading it wrong? [13:13:46] 3MediaWiki extensions / 3WikidataRepo: Query by one property and one value (tracking) - 10https://bugzilla.wikimedia.org/52385 (10tobias.gritschacher) [13:13:46] 3MediaWiki extensions / 3TwnMainPage: List of messages in the the translation view does not appear in Firefox - 10https://bugzilla.wikimedia.org/66414 (10Željko Filipin) 3NEW p:3Unprio s:3normal a:3None This test fails on Firefox[1] but works fine on Chrome. Steps to reproduce, from signed_in_and_ap... [13:13:47] 3MediaWiki extensions / 3WikidataRepo: SpecialWikibaseQueryPage has no caching - 10https://bugzilla.wikimedia.org/65168#c1 (10tobias.gritschacher) Is not related to the Wikibase Query functionality. [13:14:49] 3MediaWiki extensions / 3CirrusSearch: Regression: using unicode normalization analyzer misses results in search - 10https://bugzilla.wikimedia.org/66243 (10Nik Everett) a:3Nik Everett [13:23:47] I shall repeat my previous question regarding the licensing of the code in https://github.com/wikimedia/wikimedia-fundraising-tools - basically, which license is it covered by :) If there is a better place to ask, please let me know :-) [13:25:47] 3MediaWiki extensions / 3Translate: Can not make a translation - 10https://bugzilla.wikimedia.org/66415 (10Željko Filipin) 3NEW p:3Unprio s:3normal a:3None Steps to reproduce[1]: Feature: Translation stash ... Background: Given I am logged in And I am a sandboxed user on the stash page... [13:26:58] cso: try #wikimedia-fundraising maybe? [13:27:03] Hope I got that channel name right [13:29:57] (03CR) 10Frédéric Wang: wip: enable mathml rendering mode (034 comments) [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 (owner: 10Physikerwelt) [13:32:17] (03CR) 10Frédéric Wang: [C: 032] Add alternative constructor [extensions/Math] - 10https://gerrit.wikimedia.org/r/138575 (owner: 10Physikerwelt) [13:33:45] (03PS1) 10Cook879: Fixing a small bug which makes it very hard to see the unchanged content on diff pages. Changed the default colour of this text to be the default colour of the content of dark (#d2d2d2). [extensions/Theme] - 10https://gerrit.wikimedia.org/r/138589 [13:33:48] (03CR) 10Rillke: "I wonder whether I should insert the updatelog entries in *Installer.php or whether doing some SQL magic to find out if the patch is neede" [core] - 10https://gerrit.wikimedia.org/r/135756 (owner: 10Rillke) [13:34:52] (03CR) 10Rillke: Add "chemical" major MIME type to the image tables (031 comment) [core] - 10https://gerrit.wikimedia.org/r/135756 (owner: 10Rillke) [13:38:09] (03CR) 10Frédéric Wang: Add options to the math tag (032 comments) [extensions/Math] - 10https://gerrit.wikimedia.org/r/138577 (owner: 10Physikerwelt) [13:39:16] 3MediaWiki extensions / 3Translate: Undefined index: help in GlobalFunctions.php on line 289 - 10https://bugzilla.wikimedia.org/66410#c2 (10Aude) a:5Wikidata bugs>3None the issue is in Translate extension, which i just installed the past days. 100268 [10-Jun-2014 12:11:56 UTC] PHP Notice: Undefined ind... [13:39:17] (03CR) 10Santhosh: contrib: Add upstart and systemd scripts (031 comment) [services/cxserver] - 10https://gerrit.wikimedia.org/r/138362 (owner: 10KartikMistry) [13:44:43] (03CR) 10Cscott: [C: 032] Switch from `when` to `bluebird` for Promise implementation. [extensions/Collection/OfflineContentGenerator/text_renderer] - 10https://gerrit.wikimedia.org/r/138468 (owner: 10Cscott) [13:44:51] (03CR) 10Cscott: [C: 032] Switch from `bluebird` to `es6-shim`/`prfun` for Promise implementation. [extensions/Collection/OfflineContentGenerator/text_renderer] - 10https://gerrit.wikimedia.org/r/138469 (owner: 10Cscott) [13:44:58] (03Merged) 10jenkins-bot: Switch from `when` to `bluebird` for Promise implementation. [extensions/Collection/OfflineContentGenerator/text_renderer] - 10https://gerrit.wikimedia.org/r/138468 (owner: 10Cscott) [13:45:07] (03Merged) 10jenkins-bot: Switch from `bluebird` to `es6-shim`/`prfun` for Promise implementation. [extensions/Collection/OfflineContentGenerator/text_renderer] - 10https://gerrit.wikimedia.org/r/138469 (owner: 10Cscott) [13:45:49] (03PS18) 10Paladox: Add support for request account link [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/134624 [13:46:00] (03PS19) 10Paladox: Add support for request account link [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/134624 [13:55:16] (03CR) 10Nemo bis: "FYI "Library infrastructure for MediaWiki" https://www.mediawiki.org/wiki/Wikimedia_Engineering/2014-15_Goals#MediaWiki_Core (currently on" [core] - 10https://gerrit.wikimedia.org/r/135290 (https://bugzilla.wikimedia.org/63483) (owner: 1001tonythomas) [14:00:35] (03CR) 10Manybubbles: "recheck" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/137952 (owner: 10Manybubbles) [14:00:47] (03CR) 10Manybubbles: "maybe the extension has fixed?" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/137952 (owner: 10Manybubbles) [14:01:07] (03CR) 10Physikerwelt: Add options to the math tag (032 comments) [extensions/Math] - 10https://gerrit.wikimedia.org/r/138577 (owner: 10Physikerwelt) [14:04:11] (03CR) 10Anomie: Allow use of ApiRollback using pageid instead of title (031 comment) [core] - 10https://gerrit.wikimedia.org/r/133063 (owner: 10Addshore) [14:05:32] 3Wikimedia / 3General/Unknown: Unable to save translations in Commons - 10https://bugzilla.wikimedia.org/66416 (10Paul Kaganer) 3NEW p:3Unprio s:3normal a:3None Unable to save translations in Commons - error (in the yellow string): "Saving the translation failed: Unknown error: "tpt-unknown-page"" S... [14:07:46] 3Wikimedia / 3General/Unknown: Unable to save translations in Commons - 10https://bugzilla.wikimedia.org/66416#c1 (10Niklas Laxström) Was the page recently marked for translation the first time? [14:08:59] 3Wikimedia / 3General/Unknown: Unable to save translations in Commons - 10https://bugzilla.wikimedia.org/66416#c2 (10Paul Kaganer) (In reply to Niklas Laxström from comment #1) > Was the page recently marked for translation the first time? Yes. [14:11:10] (03CR) 10Chad: "I may be crazy, but I'm wondering if we should highlight this and prefer it over page text." [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/137521 (https://bugzilla.wikimedia.org/61669) (owner: 10Manybubbles) [14:12:29] 3MediaWiki extensions / 3Translate: Simplistic alignment based on h2 headers - 10https://bugzilla.wikimedia.org/66162#c6 (10Nemo) Note that in theory [[mw:API:Parse]] can be used to have a list of headers, e.g. for a full page https://www.mediawiki.org/w/api.php?action=parse&oldid=629558&prop=sections As lon... [14:13:46] 3MediaWiki extensions / 3WikidataRepo: Move repo-specific JS code from lib to repo - 10https://bugzilla.wikimedia.org/66417 (10tobias.gritschacher) 3NEW p:3Unprio s:3normal a:3Wikidata bugs JS code that can be moved, should be moved out of WikibaseLib to WikibaseRepo. [14:14:16] 3MediaWiki extensions / 3WikidataRepo: Move repo-specific JS code from lib to repo - 10https://bugzilla.wikimedia.org/66417 (10tobias.gritschacher) p:5Unprio>3High [14:14:44] (03CR) 10Anomie: "Lua code looks ok, except for one issue. Haven't tested." (031 comment) [extensions/FlaggedRevs] - 10https://gerrit.wikimedia.org/r/132956 (owner: 10Jackmcbarn) [14:14:45] 3MediaWiki extensions / 3WikidataRepo: Move repo-specific JS code from lib to repo - 10https://bugzilla.wikimedia.org/66417 (10tobias.gritschacher) [14:14:55] (03CR) 10Frédéric Wang: Add options to the math tag (031 comment) [extensions/Math] - 10https://gerrit.wikimedia.org/r/138577 (owner: 10Physikerwelt) [14:15:29] (03CR) 10Manybubbles: "Its probably a good idea but I don't want to do it in this commit because it'd be a pain to juggle with the deployment. It'll be easier o" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/137521 (https://bugzilla.wikimedia.org/61669) (owner: 10Manybubbles) [14:15:40] (03PS1) 10Cscott: Update `commander` dependency. [extensions/Collection/OfflineContentGenerator] - 10https://gerrit.wikimedia.org/r/138600 [14:16:17] 3MediaWiki extensions / 3WikidataRepo: Move JS datamodel code into its own component - 10https://bugzilla.wikimedia.org/66418 (10tobias.gritschacher) 3NEW p:3Unprio s:3normal a:3Wikidata bugs To reduce the JS code in WikibaseLib, create a new component and move the datamodel JS code there. [14:16:30] 3MediaWiki extensions / 3WikidataRepo: Move JS datamodel code into its own component - 10https://bugzilla.wikimedia.org/66418 (10tobias.gritschacher) p:5Unprio>3High [14:16:59] 3MediaWiki extensions / 3Scribunto: mw.title should avoid unnecessary expensive work - 10https://bugzilla.wikimedia.org/66328#c5 (10Brad Jorsch) Hmm. Depending on the properties actually used, we may not need to record the link. So maybe we *can* get away with this in some cases. [14:17:16] 3MediaWiki extensions / 3WikidataRepo: Move JS WikibaseAPI code into its own component - 10https://bugzilla.wikimedia.org/66419 (10tobias.gritschacher) 3NEW p:3Unprio s:3normal a:3Wikidata bugs To reduce the JS code in WikibaseLib, create a new component and move the WikibaseAPI JS code there. [14:17:30] 3MediaWiki extensions / 3WikidataRepo: Move JS WikibaseAPI code into its own component - 10https://bugzilla.wikimedia.org/66419 (10tobias.gritschacher) p:5Unprio>3High [14:17:30] (03PS1) 10Cscott: Improve README. [extensions/Collection/OfflineContentGenerator] - 10https://gerrit.wikimedia.org/r/138601 [14:18:01] 3MediaWiki extensions / 3WikidataRepo: Move JS serialization code into its own component - 10https://bugzilla.wikimedia.org/66420 (10tobias.gritschacher) 3NEW p:3Unprio s:3normal a:3Wikidata bugs To reduce the JS code in WikibaseLib, create a new component and move the serialization JS code there. [14:18:15] 3MediaWiki extensions / 3WikidataRepo: Move JS serialization code into its own component - 10https://bugzilla.wikimedia.org/66420 (10tobias.gritschacher) p:5Unprio>3High [14:18:41] (03PS3) 10Jackmcbarn: Add a Lua library to get stability settings [extensions/FlaggedRevs] - 10https://gerrit.wikimedia.org/r/132956 [14:18:45] 3MediaWiki / 3General/Unknown: Comparison of limits in pingLimiter is incorrect - 10https://bugzilla.wikimedia.org/63980 (10Rohan Rawat) a:3Rohan Rawat [14:19:59] 3Wikimedia / 3General/Unknown: Unable to save translations in Commons - 10https://bugzilla.wikimedia.org/66416#c3 (10Paul Kaganer) In previously marked pages (as https://commons.wikimedia.org/wiki/Commons:Contact_us/Problems ) all is worked correctly. [14:22:28] (03CR) 10Chad: [C: 04-1] Properly handle pages that turn into redirects (035 comments) [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/138032 (https://bugzilla.wikimedia.org/61211) (owner: 10Manybubbles) [14:22:56] (03PS2) 10Cscott: Improve README. [extensions/Collection/OfflineContentGenerator] - 10https://gerrit.wikimedia.org/r/138601 [14:24:24] (03CR) 10Parent5446: [C: 031] Convert links to https or protocol-relative [wikimedia/communications/WMBlog] - 10https://gerrit.wikimedia.org/r/138530 (owner: 10Withoutaname) [14:27:23] (03CR) 10Parent5446: [C: 04-2] "Composer supports selecting custom repositories (e.g., a WMF-hosted Git repository) when searching for packages." [core] - 10https://gerrit.wikimedia.org/r/138531 (owner: 10Tim Starling) [14:30:59] 3MediaWiki / 3Installer: MediaWiki:Config-brokenlibxml mentions old PHP version and bug - 10https://bugzilla.wikimedia.org/43527#c3 (10Nemo) 5NEW>3RESO/FIX I find the messages still confusing, but that's me. The bug as originally reported by Siebrand looks fixed. [14:31:44] 3Wikimedia / 3General/Unknown: Unable to save translations in Commons - 10https://bugzilla.wikimedia.org/66416#c4 (10Nemo) (In reply to Paul Kaganer from comment #2) > Yes. Job queue 22222; FuzzyBot is (or pretends to be) done with its job: https://commons.wikimedia.org/w/index.php?title=Special:Contributio... [14:33:02] 3MediaWiki extensions / 3WikibaseQuery: Create script that generates schema creation SQL - 10https://bugzilla.wikimedia.org/66421 (10tobias.gritschacher) 3NEW p:3Unprio s:3normal a:3Wikidata bugs Should use the ground work already done in QueryEngine: https://github.com/wmde/WikibaseQueryEngine/pull/43 [14:33:15] 3MediaWiki extensions / 3WikibaseQuery: Create script that generates schema creation SQL - 10https://bugzilla.wikimedia.org/66421 (10tobias.gritschacher) p:5Unprio>3High s:5normal>3major [14:33:38] (03PS1) 10Manybubbles: Fix vagrant.d under nfs [vagrant] - 10https://gerrit.wikimedia.org/r/138606 [14:35:13] (03PS1) 10Jack Phoenix: Don't show the LookupUser link when viewing the [[Special:Contributions]] page of an IP address. [extensions/LookupUser] - 10https://gerrit.wikimedia.org/r/138607 [14:36:29] 3Analytics / 3Wikimetrics: First run of a recurrent report should be discarded - 10https://bugzilla.wikimedia.org/64443 (10Dan Andreescu) 5PATC>3RESO/FIX [14:40:58] (03CR) 10Manybubbles: Search categories (032 comments) [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/137646 (https://bugzilla.wikimedia.org/66045) (owner: 10Manybubbles) [14:41:00] 3MediaWiki extensions / 3WikibaseQuery: Support for novalue and somevalue snaks in WikibaseQuery - 10https://bugzilla.wikimedia.org/66422 (10tobias.gritschacher) p:5Unprio>3High s:5normal>3major [14:41:59] 3Analytics / 3EventLogging: Event Logging writing throughput needs monitoring - 10https://bugzilla.wikimedia.org/65482 (10Dan Andreescu) 5PATC>3RESO/FIX [14:42:14] 3Analytics / 3Wikimetrics: Better UI to use recurrent reports - 10https://bugzilla.wikimedia.org/66017 (10Dan Andreescu) 5PATC>3RESO/FIX [14:42:29] 3Analytics / 3Wikimetrics: Add new NEWLY REGISTERED USER metric - 10https://bugzilla.wikimedia.org/65944 (10Dan Andreescu) 5PATC>3RESO/FIX [14:42:45] 3MediaWiki extensions / 3WikibaseQuery: Implement support for somevalue and novalue snaks in the API module - 10https://bugzilla.wikimedia.org/66423 (10tobias.gritschacher) p:5Unprio>3High s:5normal>3major [14:44:15] 3MediaWiki extensions / 3WikibaseQuery: Implement support for novalue and somevalue snaks in the simple query SpecialPage - 10https://bugzilla.wikimedia.org/66424 (10tobias.gritschacher) p:5Unprio>3High s:5normal>3major [14:45:29] 3MediaWiki extensions / 3WikidataRepo: review backend part of entity suggester (php code) - 10https://bugzilla.wikimedia.org/63224#c6 (10Moritz Finke) Thanks for the review - by now we should have adressed all of the important issues. For more details you might want to have a look at this issue https://githu... [14:46:00] 3MediaWiki extensions / 3WikibaseQuery: Actually support novalue and somevalue snaks in queries - 10https://bugzilla.wikimedia.org/63477 (10tobias.gritschacher) [14:46:01] 3MediaWiki extensions / 3WikibaseQuery: Support for novalue and somevalue snaks in WikibaseQuery - 10https://bugzilla.wikimedia.org/66422 (10tobias.gritschacher) [14:46:16] 3MediaWiki extensions / 3WikibaseQuery: Implement support for somevalue and novalue snaks in the API module - 10https://bugzilla.wikimedia.org/66423 (10tobias.gritschacher) [14:46:16] 3MediaWiki extensions / 3WikibaseQuery: Implement support for novalue and somevalue snaks in the simple query SpecialPage - 10https://bugzilla.wikimedia.org/66424 (10tobias.gritschacher) [14:46:17] 3MediaWiki extensions / 3WikibaseQuery: Support for novalue and somevalue snaks in WikibaseQuery - 10https://bugzilla.wikimedia.org/66422 (10tobias.gritschacher) [14:46:30] 3MediaWiki extensions / 3WikibaseQuery: Support for novalue and somevalue snaks in WikibaseQuery - 10https://bugzilla.wikimedia.org/66422 (10tobias.gritschacher) [14:47:01] 3MediaWiki extensions / 3WikidataRepo: Query by one property and one value (tracking) - 10https://bugzilla.wikimedia.org/52385 (10tobias.gritschacher) [14:47:02] 3MediaWiki extensions / 3WikibaseQuery: Create script that generates schema creation SQL - 10https://bugzilla.wikimedia.org/66421 (10tobias.gritschacher) [14:47:59] 3MediaWiki extensions / 3WikibaseQueryEngine: Add DataValueHandler for 'Quantity' - 10https://bugzilla.wikimedia.org/63940#c1 (10Thiemo Mättig) 5NEW>3PATC https://github.com/wmde/WikibaseQueryEngine/pull/51 [14:48:29] 3MediaWiki / 3Page editing: test2wiki: "Link" and other lightboxes completely empty - 10https://bugzilla.wikimedia.org/66376#c4 (10Chris McMahon) I wonder why this problem is on test2wiki now but not on mw.o. Seems risky. [14:50:15] (03CR) 10Aude: "perhaps add something to release notes?" [core] - 10https://gerrit.wikimedia.org/r/137519 (https://bugzilla.wikimedia.org/63755) (owner: 10devunt) [14:50:30] 3MediaWiki extensions / 3WikidataRepo: allow statements on properties - 10https://bugzilla.wikimedia.org/49554 (10tobias.gritschacher) [14:50:31] 3MediaWiki extensions / 3WikidataRepo: Support claims on properties in WikibaseDataModelSerialization - 10https://bugzilla.wikimedia.org/66425#c1 (10tobias.gritschacher) p:5Unprio>3High s:5normal>3major Currently blocked on needed discussion. [14:53:22] (03CR) 10Manybubbles: "Another thing: we already prefer highlighting stuff earlier in the article. Maybe we should just tweak that rather then try to highlight " [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/137521 (https://bugzilla.wikimedia.org/61669) (owner: 10Manybubbles) [14:53:32] (03PS1) 10Rohan013: Fix for Bug 63980 - Comparison of limits in pingLimiter is incorrect [core] - 10https://gerrit.wikimedia.org/r/138609 [14:53:32] (03PS3) 10Parent5446: Add dependency for python-software-properties [vagrant] - 10https://gerrit.wikimedia.org/r/129820 (https://bugzilla.wikimedia.org/64448) (owner: 10MarkAHershberger) [14:53:32] (03PS1) 10Parent5446: Added parent directory creation for /var/lib/cloud/instance [vagrant] - 10https://gerrit.wikimedia.org/r/138610 [14:54:08] (03PS1) 10Jack Phoenix: * Removed custom search placeholder message (nimbus-search) * Made compatible with MW 1.23 (which also breaks backwards compatibility with any and all older versions due to the ResourceLoading module names) * Removed error suppression functions * Improved [skins/Nimbus] - 10https://gerrit.wikimedia.org/r/138611 [14:54:36] (03CR) 10jenkins-bot: [V: 04-1] Added parent directory creation for /var/lib/cloud/instance [vagrant] - 10https://gerrit.wikimedia.org/r/138610 (owner: 10Parent5446) [14:54:47] (03CR) 10Jack Phoenix: [C: 032 V: 032] * Removed custom search placeholder message (nimbus-search) * Made compatible with MW 1.23 (which also breaks backwards compatibility with a [skins/Nimbus] - 10https://gerrit.wikimedia.org/r/138611 (owner: 10Jack Phoenix) [14:55:31] 3MediaWiki extensions / 3CirrusSearch: CirrusSearch: Highlight categories somehow - 10https://bugzilla.wikimedia.org/66426 (10Nik Everett) 3NEW p:3Unprio s:3normal a:3None We're adding categories (https://gerrit.wikimedia.org/r/#/c/137646/3) to the search but we're not highlighting them because its a... [14:56:32] 3MediaWiki extensions / 3WikibaseQuery: Implement support for somevalue and novalue snaks in the API module - 10https://bugzilla.wikimedia.org/66423 (10tobias.gritschacher) [14:56:32] 3MediaWiki extensions / 3WikibaseQuery: Support for novalue and somevalue snaks in WikibaseQuery - 10https://bugzilla.wikimedia.org/66422 (10tobias.gritschacher) [14:56:32] 3MediaWiki extensions / 3WikibaseQuery: Implement support for novalue and somevalue snaks in the simple query SpecialPage - 10https://bugzilla.wikimedia.org/66424 (10tobias.gritschacher) [14:56:33] 3MediaWiki extensions / 3WikibaseQuery: Actually support novalue and somevalue snaks in queries - 10https://bugzilla.wikimedia.org/63477 (10tobias.gritschacher) [14:56:45] 3MediaWiki extensions / 3WikibaseQuery: Implement support for novalue and somevalue snaks in the simple query SpecialPage - 10https://bugzilla.wikimedia.org/66424 (10tobias.gritschacher) [14:57:00] 3MediaWiki extensions / 3WikibaseQuery: Actually support novalue and somevalue snaks in queries - 10https://bugzilla.wikimedia.org/63477 (10tobias.gritschacher) [14:57:01] 3MediaWiki extensions / 3WikibaseQuery: Implement support for somevalue and novalue snaks in the API module - 10https://bugzilla.wikimedia.org/66423 (10tobias.gritschacher) [14:57:15] 3MediaWiki extensions / 3WikibaseQuery: Actually support novalue and somevalue snaks in queries - 10https://bugzilla.wikimedia.org/63477 (10tobias.gritschacher) [14:57:23] (03PS4) 10Jackmcbarn: Add a Lua library to get stability settings [extensions/FlaggedRevs] - 10https://gerrit.wikimedia.org/r/132956 [14:57:29] (03PS4) 10Manybubbles: Search categories [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/137646 (https://bugzilla.wikimedia.org/66045) [14:57:54] (03CR) 10jenkins-bot: [V: 04-1] Search categories [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/137646 (https://bugzilla.wikimedia.org/66045) (owner: 10Manybubbles) [14:58:30] 3MediaWiki extensions / 3WikibaseQuery: Actually support novalue and somevalue snaks in queries (tracking) - 10https://bugzilla.wikimedia.org/63477 (10tobias.gritschacher) [14:59:12] (03PS4) 10Parent5446: Add dependency for python-software-properties [vagrant] - 10https://gerrit.wikimedia.org/r/129820 (https://bugzilla.wikimedia.org/64448) (owner: 10MarkAHershberger) [14:59:14] (03PS2) 10Parent5446: Added parent directory creation for /var/lib/cloud/instance [vagrant] - 10https://gerrit.wikimedia.org/r/138610 [14:59:26] (03PS1) 10Jackmcbarn: Add Scribunto as a dependency for FlaggedRevs [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/138612 [15:01:38] (03CR) 10Jackmcbarn: "See also Ie6f9674f7c0596b04251a1296d72e45147143c60" [extensions/FlaggedRevs] - 10https://gerrit.wikimedia.org/r/132956 (owner: 10Jackmcbarn) [15:02:30] 3MediaWiki extensions / 3WikibaseQueryEngine: Add DV Handler for Globe Coordinates - 10https://bugzilla.wikimedia.org/64606#c1 (10Thiemo Mättig) 5NEW>3RESO/INV Isn't this done? We have a LatLongHandler in the code. DataValueHandlersBuilder defines a mapping between 'geocoordinate' and this LatLongHandler... [15:04:41] (03CR) 10Anomie: Add a Lua library to get stability settings (033 comments) [extensions/FlaggedRevs] - 10https://gerrit.wikimedia.org/r/132956 (owner: 10Jackmcbarn) [15:08:31] (03PS5) 10Jackmcbarn: Add a Lua library to get stability settings [extensions/FlaggedRevs] - 10https://gerrit.wikimedia.org/r/132956 [15:08:44] 3MediaWiki / 3Page editing: test2wiki: "Link" and other lightboxes completely empty - 10https://bugzilla.wikimedia.org/66376#c5 (10Florian) Maybe mw.org has enabled jquerymigrate? [15:11:59] (03CR) 10Hoo man: [C: 031] "I'm not confident enough about this without testing" (032 comments) [core] - 10https://gerrit.wikimedia.org/r/134603 (https://bugzilla.wikimedia.org/65581) (owner: 10Krinkle) [15:18:00] 3MediaWiki extensions / 3CirrusSearch: Regression: using unicode normalization analyzer misses results in search - 10https://bugzilla.wikimedia.org/66243#c3 (10Nik Everett) 5NEW>3ASSI This is a better comparison: https://www.wikidata.org/w/index.php?search=%D7%94%D7%95%D7%9C%D7%99%D7%93%D7%99%D7%99&title... [15:21:04] (03PS3) 10Parent5446: Added parent directory creation for /var/lib/cloud/instance [vagrant] - 10https://gerrit.wikimedia.org/r/138610 (https://bugzilla.wikimedia.org/59904) [15:21:51] (03CR) 10Parent5446: "FYI, on this branch, Vagrant works for me on VMWare Fusion." [vagrant] - 10https://gerrit.wikimedia.org/r/138610 (https://bugzilla.wikimedia.org/59904) (owner: 10Parent5446) [15:28:01] 3MediaWiki extensions / 3CirrusSearch: No Update of elasticsearch index when changing wiki - 10https://bugzilla.wikimedia.org/65439#c3 (10keyler) No, I am not running jobs. I will try Chad's suggestion. Thank you both. And I will also update all wikis to 1.23.0 next week as it was finally released last week.... [15:29:07] (03PS5) 10KartikMistry: contrib: Add upstart and systemd scripts [services/cxserver] - 10https://gerrit.wikimedia.org/r/138362 [15:31:19] (03CR) 10Krinkle: jquery.suggestions: Support caching results to save http requests (032 comments) [core] - 10https://gerrit.wikimedia.org/r/134603 (https://bugzilla.wikimedia.org/65581) (owner: 10Krinkle) [15:31:32] (03CR) 10Krinkle: "You mean testing by a reviewer or unit tests?" [core] - 10https://gerrit.wikimedia.org/r/134603 (https://bugzilla.wikimedia.org/65581) (owner: 10Krinkle) [15:34:38] (03PS6) 10KartikMistry: contrib: Add upstart and systemd scripts [services/cxserver] - 10https://gerrit.wikimedia.org/r/138362 [15:35:22] 3Analytics / 3Wikimetrics: Validation step on report creation is superfluous. We should remove it from the UI - 10https://bugzilla.wikimedia.org/66427 (10nuria) 3NEW p:3Unprio s:3normal a:3None When creating a report we have an additional validation step that we do not need as validation is run when... [15:35:27] morning manybubbles [15:52:21] (03PS1) 10Jack Phoenix: * i18n fixes * Code cleanup * Fixed the help page link under the "Help us" menu in the header [skins/BlueSky] - 10https://gerrit.wikimedia.org/r/138615 [15:53:00] (03CR) 10Jack Phoenix: [C: 032 V: 032] * i18n fixes * Code cleanup * Fixed the help page link under the "Help us" menu in the header [skins/BlueSky] - 10https://gerrit.wikimedia.org/r/138615 (owner: 10Jack Phoenix) [15:56:09] (03CR) 10Matthias Mullie: (bug 61939) Topic-titles not displaying in some topics (disappearing?) (031 comment) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/134089 (https://bugzilla.wikimedia.org/61939) (owner: 10Matthias Mullie) [15:57:00] 3Wikimedia / 3Site requests: Deploy TemplateData's GUI editing tool to all wikis - 10https://bugzilla.wikimedia.org/60158 (10James Forrester) [16:08:32] (03PS1) 10GWicke: Add auto-numbered link CSS to Parsoid styles [core] - 10https://gerrit.wikimedia.org/r/138617 [16:12:54] (03CR) 10Spage: [C: 032] "Didn't test it but fixes the logic" [extensions/Popups] - 10https://gerrit.wikimedia.org/r/138560 (owner: 10Prtksxna) [16:13:00] (03Merged) 10jenkins-bot: disablenavpop: Correct type check for `disablePopups` global [extensions/Popups] - 10https://gerrit.wikimedia.org/r/138560 (owner: 10Prtksxna) [16:15:59] 3Wikimedia / 3General/Unknown: Unable to save translations in Commons - 10https://bugzilla.wikimedia.org/66416#c5 (10Paul Kaganer) (In reply to Nemo from comment #4) This bug is about another issue. Page is marked succesfully. But with trying to save translation of any item is result to error (and translati... [16:16:07] (03PS2) 10GWicke: Bug 51245: Add auto-numbered link CSS to Parsoid styles [core] - 10https://gerrit.wikimedia.org/r/138617 [16:16:10] (03CR) 10Jforrester: [C: 031] "Looks good, and is identical to the CSS in VisualEditor – https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FVisualEditor.git/HEAD/mo" [core] - 10https://gerrit.wikimedia.org/r/138617 (owner: 10GWicke) [16:16:13] qgil: sorry, I didn't notice the mediawiki notification mail. I've responded to your message. :-) [16:19:44] (03CR) 10Cscott: [C: 032] "merged to allow creating an ocg-services patch (which depends on this as a submodule)." [extensions/Collection/OfflineContentGenerator] - 10https://gerrit.wikimedia.org/r/138600 (owner: 10Cscott) [16:19:56] (03Merged) 10jenkins-bot: Update `commander` dependency. [extensions/Collection/OfflineContentGenerator] - 10https://gerrit.wikimedia.org/r/138600 (owner: 10Cscott) [16:21:23] (03PS1) 10Cscott: Update commander/es6-shim/request dependencies. [services/ocg-collection] (wmf-deploy) - 10https://gerrit.wikimedia.org/r/138620 [16:21:25] (03PS1) 10Cscott: Update `unify-package-json` to use ES6 Promises. [services/ocg-collection] (wmf-deploy) - 10https://gerrit.wikimedia.org/r/138621 [16:21:27] (03PS1) 10Cscott: Only unify top-level package.json and let npm resolve any conflicts found. [services/ocg-collection] (wmf-deploy) - 10https://gerrit.wikimedia.org/r/138622 [16:23:05] hi kondi , thank you. [16:25:59] (03CR) 10EBernhardson: [C: 032] Missing handlebars/Makefile dependency [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138523 (owner: 10Spage) [16:26:15] 3Wikimedia / 3General/Unknown: Unable to save translations in Commons - 10https://bugzilla.wikimedia.org/66416#c6 (10Paul Kaganer) Created attachment 15614 --> https://bugzilla.wikimedia.org/attachment.cgi?id=15614&action=edit Screenshot with error Screenshot with error: (1) Trying make translation (2)... [16:26:15] 3Analytics / 3Wikimetrics: metrics.wikimedia.org broken - 10https://bugzilla.wikimedia.org/64276#c11 (10Daniel Zahn) 5PATC>3RESO/FIX merged, looks good to me now. it redirects from .wikimedia.org to wmflabs.org [16:26:16] (03Merged) 10jenkins-bot: Missing handlebars/Makefile dependency [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138523 (owner: 10Spage) [16:28:18] (03CR) 10EBernhardson: [C: 032] Display a proper error when an invalid workflow is provided [extensions/Flow] - 10https://gerrit.wikimedia.org/r/138541 (owner: 10Legoktm) [16:28:33] (03Merged) 10jenkins-bot: Display a proper error when an invalid workflow is provided [extensions/Flow] - 10https://gerrit.wikimedia.org/r/138541 (owner: 10Legoktm) [16:29:01] 3MediaWiki extensions / 3[other]: Problem installing RDFIO - 10https://bugzilla.wikimedia.org/66430 (10moissinac) 3NEW p:3Unprio s:3blocke a:3None When I follow the instllation instructions here http://www.mediawiki.org/wiki/Extension:RDFIO I get the following error when trying to access my site Fat... [16:30:31] 3MediaWiki extensions / 3[other]: Problem installing RDFIO [RDF] - 10https://bugzilla.wikimedia.org/66430 (10moissinac) [16:31:10] (03CR) 10EBernhardson: [C: 032] (bug 61939) Topic-titles not displaying in some topics (disappearing?) (031 comment) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/134089 (https://bugzilla.wikimedia.org/61939) (owner: 10Matthias Mullie) [16:31:15] 3MediaWiki extensions / 3[other]: Problem installing RDFIO [RDF] - 10https://bugzilla.wikimedia.org/66430 (10moissinac) a:3Samuel Lampa [16:31:25] (03Merged) 10jenkins-bot: (bug 61939) Topic-titles not displaying in some topics (disappearing?) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/134089 (https://bugzilla.wikimedia.org/61939) (owner: 10Matthias Mullie) [16:33:16] 3MediaWiki extensions / 3WikidataRepo: Right mouse click selects but shouldn't - 10https://bugzilla.wikimedia.org/66431 (10Thiemo Mättig) 3NEW p:3Unprio s:3normal a:3Wikidata bugs Created attachment 15615 --> https://bugzilla.wikimedia.org/attachment.cgi?id=15615&action=edit Example This is an iss... [16:33:45] 3Wikimedia / 3General/Unknown: Unable to save translations in Commons - 10https://bugzilla.wikimedia.org/66416#c7 (10Paul Kaganer) (In reply to Nemo from comment #4) It's magic - after _second_ dummy edit it worked! [16:33:47] (03PS1) 10Cscott: Add `npm test` target, improve `.jshintrc`, "use strict". [extensions/Collection/OfflineContentGenerator] - 10https://gerrit.wikimedia.org/r/138624 [16:36:59] (03PS1) 10Jdlrobson: Revert "Officially deprecate skin autodiscovery" [core] - 10https://gerrit.wikimedia.org/r/138626 [16:38:15] 3MediaWiki extensions / 3WikidataRepo: Right mouse click selects but shouldn't - 10https://bugzilla.wikimedia.org/66431#c1 (10Thiemo Mättig) Same for the middle mouse button. It selects the item and closes the suggester box. Expected behavior: Either do nothing or open the clicked item in a new browser tab... [16:40:34] (03CR) 10Legoktm: "Seems like a bug in MF (or jenkins), I don't think a revert in core makes sense..." [core] - 10https://gerrit.wikimedia.org/r/138626 (owner: 10Jdlrobson) [16:40:59] 3Wikimedia / 3General/Unknown: Unable to save translations in Commons - 10https://bugzilla.wikimedia.org/66416#c8 (10Paul Kaganer) Ok, my problem is gone. Nike, it can still bug requiring solutions? Many dummy edits is annoying... Is annoying that requires a lot of dummy edits ... [16:41:29] (03CR) 10Jdlrobson: "If we can fix this bug in the next hour then I'm fine with not reverting, but all of MobileFrontend development (and any other project tha" [core] - 10https://gerrit.wikimedia.org/r/138626 (owner: 10Jdlrobson) [16:42:14] (03PS2) 10Hashar: Revert "Officially deprecate skin autodiscovery" [core] - 10https://gerrit.wikimedia.org/r/138626 (https://bugzilla.wikimedia.org/66429) (owner: 10Jdlrobson) [16:42:47] 3MediaWiki extensions / 3WikidataRepo: Right/middle click on "containing..." still triggers the search - 10https://bugzilla.wikimedia.org/66432 (10Thiemo Mättig) 3NEW p:3Unprio s:3normal a:3Wikidata bugs Created attachment 15616 --> https://bugzilla.wikimedia.org/attachment.cgi?id=15616&action=edit... [16:44:23] (03CR) 10Hashar: "See my comment on the bug report https://bugzilla.wikimedia.org/show_bug.cgi?id=66429#c2" [core] - 10https://gerrit.wikimedia.org/r/138626 (https://bugzilla.wikimedia.org/66429) (owner: 10Jdlrobson) [16:46:31] (03CR) 10Legoktm: [C: 032 V: 032] Don't show the LookupUser link when viewing the [[Special:Contributions]] page of an IP address. [extensions/LookupUser] - 10https://gerrit.wikimedia.org/r/138607 (owner: 10Jack Phoenix) [16:49:31] 3MediaWiki extensions / 3WikidataRepo: Highlighting is completely missing - 10https://bugzilla.wikimedia.org/66433 (10Thiemo Mättig) 3NEW p:3Unprio s:3normal a:3Wikidata bugs Created attachment 15617 --> https://bugzilla.wikimedia.org/attachment.cgi?id=15617&action=edit Example This is an issue in... [16:49:57] (03CR) 10Frédéric Wang: wip: enable mathml rendering mode (033 comments) [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 (owner: 10Physikerwelt) [16:50:11] (03CR) 10EBernhardson: [C: 04-1] "looks like we've got most of the merges going for the new api methods,I will first look into how this can be done with that code instead." [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138481 (owner: 10EBernhardson) [16:52:13] (03PS1) 10EBernhardson: Merge remote-tracking branch 'gerrit/master' into frontend-rewrite [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138629 [16:53:15] 3MediaWiki extensions / 3Translate: FuzzyBot fails to generate /en subpage - 10https://bugzilla.wikimedia.org/54579#c4 (10Nemo) *** Bug 66416 has been marked as a duplicate of this bug. *** [16:53:16] 3Wikimedia / 3General/Unknown: Unable to save translations in Commons - 10https://bugzilla.wikimedia.org/66416#c9 (10Nemo) 5NEW>3RESO/DUP Yes, I told you, sometimes it takes 2 or 3 dummy edits on Wikimedia wikis. *** This bug has been marked as a duplicate of bug 54579 *** [16:53:49] 3MediaWiki extensions / 3WikidataRepo: All text in suggester is underlined with the underline setting - 10https://bugzilla.wikimedia.org/66434 (10Thiemo Mättig) 3NEW p:3Unprio s:3normal a:3Wikidata bugs Created attachment 15618 --> https://bugzilla.wikimedia.org/attachment.cgi?id=15618&action=edit... [16:54:26] (03CR) 10Legoktm: [C: 032] Add ApiFlowViewPost (031 comment) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/132149 (owner: 10Matthias Mullie) [16:54:43] (03CR) 10EBernhardson: [C: 032] Merge remote-tracking branch 'gerrit/master' into frontend-rewrite [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138629 (owner: 10EBernhardson) [16:54:58] (03Merged) 10jenkins-bot: Add ApiFlowViewPost [extensions/Flow] - 10https://gerrit.wikimedia.org/r/132149 (owner: 10Matthias Mullie) [16:54:59] 3MediaWiki extensions / 3Translate: Incomplete setup of translatable pages: FuzzyBot fails to generate /en subpage etc. - 10https://bugzilla.wikimedia.org/54579 (10Nemo) [16:55:15] (03Merged) 10jenkins-bot: Merge remote-tracking branch 'gerrit/master' into frontend-rewrite [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138629 (owner: 10EBernhardson) [16:55:42] (03PS4) 10Legoktm: Add ApiFlowViewTopic [extensions/Flow] - 10https://gerrit.wikimedia.org/r/133085 (owner: 10Matthias Mullie) [16:57:03] (03CR) 10Legoktm: [C: 032] Add ApiFlowViewTopic [extensions/Flow] - 10https://gerrit.wikimedia.org/r/133085 (owner: 10Matthias Mullie) [16:57:19] (03Merged) 10jenkins-bot: Add ApiFlowViewTopic [extensions/Flow] - 10https://gerrit.wikimedia.org/r/133085 (owner: 10Matthias Mullie) [16:58:24] Nemo_bis: why are you null editing every translation on MediaWiki.org? [16:58:38] huh: I'm done [16:58:42] Wouldn't it be better to actually fix the bug? [16:58:47] It's written on the user page [16:58:52] That's out of my powers [16:59:29] (03PS2) 10Legoktm: Add ApiFlowViewTopicList [extensions/Flow] - 10https://gerrit.wikimedia.org/r/133233 (owner: 10Matthias Mullie) [17:01:47] 3MediaWiki extensions / 3WikidataRepo: Suggester box to small - 10https://bugzilla.wikimedia.org/66435 (10Thiemo Mättig) 3NEW p:3Unprio s:3normal a:3Wikidata bugs Created attachment 15619 --> https://bugzilla.wikimedia.org/attachment.cgi?id=15619&action=edit Comparison This is an issue in the new... [17:01:58] (03PS3) 10Physikerwelt: Add options to the math tag [extensions/Math] - 10https://gerrit.wikimedia.org/r/138577 [17:02:07] By the way, the bot is called Ananke, and it's always useless to blame Ananke. :) [17:02:12] (03CR) 10Physikerwelt: Add options to the math tag (031 comment) [extensions/Math] - 10https://gerrit.wikimedia.org/r/138577 (owner: 10Physikerwelt) [17:02:49] (03PS4) 10Physikerwelt: Add options to the math tag [extensions/Math] - 10https://gerrit.wikimedia.org/r/138577 [17:06:08] (03PS1) 10SG: More handlebars.js fixes [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138633 [17:06:25] (03CR) 10jenkins-bot: [V: 04-1] More handlebars.js fixes [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138633 (owner: 10SG) [17:08:46] (03CR) 10Hashar: "I will attempt to work tonight to figure out a solution that let us bring this patch back in. Meanwhile I recommend merging the revert to" [core] - 10https://gerrit.wikimedia.org/r/138626 (https://bugzilla.wikimedia.org/66429) (owner: 10Jdlrobson) [17:09:14] 3Analytics / 3Tech community metrics: Bugzilla ticket with recent comments listed under "Longest time without comment" on bugzilla_response_time.html - 10https://bugzilla.wikimedia.org/64373#c9 (10Santiago Dueñas) (In reply to Andre Klapper from comment #8) > This is still (again?) a problem: > The middle co... [17:09:41] (03PS6) 10SG: Implement flow-api-handler data attribute [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/137957 [17:09:57] (03CR) 10jenkins-bot: [V: 04-1] Implement flow-api-handler data attribute [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/137957 (owner: 10SG) [17:12:02] 3MediaWiki extensions / 3WikidataRepo: Unbalanced padding in suggester drop-down - 10https://bugzilla.wikimedia.org/66436 (10Thiemo Mättig) 3NEW p:3Unprio s:3normal a:3Wikidata bugs Created attachment 15620 --> https://bugzilla.wikimedia.org/attachment.cgi?id=15620&action=edit Comparison This is a... [17:13:20] (03CR) 10Legoktm: [C: 04-1] Add ApiFlowViewTopicList (031 comment) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/133233 (owner: 10Matthias Mullie) [17:13:23] (03CR) 10Krinkle: "Jobs that don't use git at their root (eg. extension jobs) do a regular jenkins workspace wipe. See first line of https://integration.wiki" [core] - 10https://gerrit.wikimedia.org/r/138626 (https://bugzilla.wikimedia.org/66429) (owner: 10Jdlrobson) [17:15:10] Krinkle: Can you able to see messages on Special:Version or Special:ActivityMonitor ? [17:15:32] Yes [17:15:47] 3MediaWiki extensions / 3WikidataRepo: Autocompletion in linked page suggester missing - 10https://bugzilla.wikimedia.org/66437 (10Thiemo Mättig) 3NEW p:3Unprio s:3normal a:3Wikidata bugs Created attachment 15621 --> https://bugzilla.wikimedia.org/attachment.cgi?id=15621&action=edit Example This i... [17:16:26] Krinkle: okies so its working. good [17:18:28] (03CR) 10Physikerwelt: wip: enable mathml rendering mode (037 comments) [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 (owner: 10Physikerwelt) [17:20:31] (03PS2) 10SG: More handlebars.js fixes [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138633 [17:20:48] (03CR) 10jenkins-bot: [V: 04-1] More handlebars.js fixes [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138633 (owner: 10SG) [17:21:01] thedj, hello? [17:22:09] (03PS3) 10Legoktm: Add ApiFlowViewTopicList [extensions/Flow] - 10https://gerrit.wikimedia.org/r/133233 (owner: 10Matthias Mullie) [17:22:55] (03CR) 10Legoktm: [C: 031] Add ApiFlowViewTopicList [extensions/Flow] - 10https://gerrit.wikimedia.org/r/133233 (owner: 10Matthias Mullie) [17:24:01] 3MediaWiki extensions / 3CirrusSearch: CirrusSearch: Highlight categories somehow - 10https://bugzilla.wikimedia.org/66426 (10Nik Everett) p:5Unprio>3Normal [17:24:02] 3MediaWiki extensions / 3CirrusSearch: CirrusSearch: Highlight categories somehow - 10https://bugzilla.wikimedia.org/66426 (10Nik Everett) [17:24:04] 3MediaWiki extensions / 3WikidataRepo: Additional javascript:void() introduced by new suggester - 10https://bugzilla.wikimedia.org/66438 (10Thiemo Mättig) 3NEW p:3Unprio s:3normal a:3Wikidata bugs This is an issue in the new ("ooMenu" based) suggester. It introduces lots of additional href="javascri... [17:24:21] (03PS4) 10Physikerwelt: wip: enable mathml rendering mode [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 [17:25:18] (03CR) 10jenkins-bot: [V: 04-1] wip: enable mathml rendering mode [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 (owner: 10Physikerwelt) [17:26:39] (03PS5) 10Manybubbles: Search categories [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/137646 (https://bugzilla.wikimedia.org/66045) [17:27:03] (03CR) 10jenkins-bot: [V: 04-1] Search categories [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/137646 (https://bugzilla.wikimedia.org/66045) (owner: 10Manybubbles) [17:29:29] (03CR) 10Manybubbles: Insource support (033 comments) [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/137733 (https://bugzilla.wikimedia.org/65783) (owner: 10Manybubbles) [17:31:33] (03PS1) 10QChris: Fix documentation on when validation might throw an error [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/138638 [17:31:39] (03CR) 10Kaldari: [C: 032] "Merging so that mobile development is not blocked in the meantime." [core] - 10https://gerrit.wikimedia.org/r/138626 (https://bugzilla.wikimedia.org/66429) (owner: 10Jdlrobson) [17:32:57] (03CR) 10jenkins-bot: [V: 04-1] Fix documentation on when validation might throw an error [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/138638 (owner: 10QChris) [17:33:13] (03PS5) 10Physikerwelt: wip: enable mathml rendering mode [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 [17:34:14] 3Analytics / 3EventLogging: Empty event appears as [], not {} - 10https://bugzilla.wikimedia.org/65385 (10nuria) 5PATC>3RESO/FIX [17:34:18] (03CR) 10jenkins-bot: [V: 04-1] wip: enable mathml rendering mode [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 (owner: 10Physikerwelt) [17:36:29] (03Merged) 10jenkins-bot: Revert "Officially deprecate skin autodiscovery" [core] - 10https://gerrit.wikimedia.org/r/138626 (https://bugzilla.wikimedia.org/66429) (owner: 10Jdlrobson) [17:37:34] 3Analytics / 3Wikimetrics: When a metric returns no results the agreggation steps fails - 10https://bugzilla.wikimedia.org/66439 (10nuria) 3NEW p:3Unprio s:3normal a:3None When a metric that runs daily (like new register users) does not return any results the agreggation step fails. [17:37:53] (03CR) 10Catrope: [C: 032] Bug 51245: Add auto-numbered link CSS to Parsoid styles [core] - 10https://gerrit.wikimedia.org/r/138617 (owner: 10GWicke) [17:38:05] (03CR) 10QChris: "I cannot make sense of Jenkins output at" [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/138638 (owner: 10QChris) [17:38:37] kaldari: Thanks for fixing. :-) [17:39:15] 3MediaWiki extensions / 3CharInsert: Some of the hebrew characters are not in proper order - 10https://bugzilla.wikimedia.org/66348#c7 (10ineuw) 5RESO/INV>3RESO/WOR Thanks for the info. I shall deal with it locally. [17:40:21] (03CR) 10MaxSem: [C: 04-1] Added parent directory creation for /var/lib/cloud/instance (031 comment) [vagrant] - 10https://gerrit.wikimedia.org/r/138610 (https://bugzilla.wikimedia.org/59904) (owner: 10Parent5446) [17:40:30] 3MediaWiki extensions / 3[other]: [RDFIO] Fatal error: Class 'SMWSQLStore3' not found - 10https://bugzilla.wikimedia.org/66430#c1 (10Andre Klapper) Which SMW version is installed? Also, ancient MediaWiki 1.18.1 is not supported anymore - tempted to close this as INVALID. [17:44:24] Krinkle, around? I see test failures due to CologneBlue being still present in checkouts, e.g. https://gerrit.wikimedia.org/r/#/c/138540/ [17:44:38] (03Merged) 10jenkins-bot: Bug 51245: Add auto-numbered link CSS to Parsoid styles [core] - 10https://gerrit.wikimedia.org/r/138617 (owner: 10GWicke) [17:46:51] MaxSem: It seems to be fixed now? [17:47:01] https://gerrit.wikimedia.org/r/#/c/138585/ just merged successfully, to my surprise [17:47:17] huh? [17:47:17] and https://gerrit.wikimedia.org/r/#/c/138617/ did too [17:47:25] but.. [17:47:34] (the latter actually being in mediawiki/core) [17:49:19] RoanKattouw: Ah, https://github.com/wikimedia/mediawiki-core/commit/7d32ab9f368da7883f9cda29069e1408c5dd36c9 got merge [17:49:21] it was reverted [17:49:24] that's not a fix.. [17:49:27] but will do for now [17:49:45] hah yeah that'll do it [17:49:50] I'll need to use gallium's file system instead to see whether my actions are affecting the bug [17:49:55] I was looking at build status :P [17:50:44] wut [17:51:15] D: [17:51:23] MatmaRex: https://bugzilla.wikimedia.org/show_bug.cgi?id=66429 [17:51:41] wtf… [17:52:06] you can see how that would cause tests to break given the warning introduced there [17:52:08] why are there random directories when we're runing tests [17:52:16] that's incredibly stupid [17:52:19] MatmaRex: for what it's worth, this is far more common than you might think [17:52:42] it's still incredibly stupid… [17:52:44] MatmaRex: Yesterday I upgraded MediaWiki to 1.23 on lots of shared hosting sites using Instrallatron (web app installer GUI for site admins) [17:52:55] and it pretty much always keeps files [17:53:01] never been a problem until now [17:53:19] all wikis were showing php warnings in html, had to clear it all out by hand [17:54:14] yeah, i know that actual installations often do that, and that's why i added the warnings [17:54:32] but why would we not run `rm -rf` before cloning the repo for testing? [17:54:37] eeeeh. [17:55:08] also, why did core tests pass? [17:55:17] there's something very wrong about this [17:55:24] MatmaRex: No, it's all quite logical. [17:55:36] Krinkle: i don't think i want to hear the explanation :) [17:55:38] MatmaRex: core tests just do git-clean before each build and pull down files [17:55:49] almost all jobs work that way [17:55:50] no problem [17:55:57] extension jobs need the extension repo + core [17:56:13] they clone the extension dir into extensions/foo [17:56:34] and then use a central clean mediawiki/core.git repo to git-archive | tar -xf - over the workspace [17:56:45] these jobs too do git-clean first [17:56:47] but.. [17:57:00] that only applies to extenisons/* [17:57:09] or rather extneiosns/Foo [17:57:25] because the rest isn't a git directory and you can't use git-clean on non-git tree dirs [17:58:52] the Jenkns-GIt-plugin has an option to do a full wipe (so it has to git-clone instead of just git fetch/reset) [17:59:02] but even that limits itself to where the clone will be (extensions/Foo) [17:59:05] that is the real underlying bug here [18:01:29] 3MediaWiki extensions / 3CirrusSearch: Regression: using unicode normalization analyzer misses results in search - 10https://bugzilla.wikimedia.org/66243#c4 (10Nik Everett) (In reply to Nik Everett from comment #3) > So what is the deal? That is rhetorical - I'm going to figure it out. [18:01:54] (03PS5) 10Umherirrender: Use anonymous function in Linker::formatAutocomments/formatLinksInComment [core] - 10https://gerrit.wikimedia.org/r/133773 [18:02:31] (03CR) 10EBernhardson: [C: 032] Add ApiFlowViewTopicList [extensions/Flow] - 10https://gerrit.wikimedia.org/r/133233 (owner: 10Matthias Mullie) [18:03:32] (03Merged) 10jenkins-bot: Add ApiFlowViewTopicList [extensions/Flow] - 10https://gerrit.wikimedia.org/r/133233 (owner: 10Matthias Mullie) [18:04:29] (03PS1) 10Aude: Update Wikidata, fix for entity search selecting with mouse [core] (wmf/1.24wmf8) - 10https://gerrit.wikimedia.org/r/138644 [18:06:29] (03PS2) 10Legoktm: Deprecate existing read API [extensions/Flow] - 10https://gerrit.wikimedia.org/r/133234 (owner: 10Matthias Mullie) [18:07:00] (03CR) 10Legoktm: [C: 032] "\o/" [extensions/Flow] - 10https://gerrit.wikimedia.org/r/133234 (owner: 10Matthias Mullie) [18:07:15] (03Merged) 10jenkins-bot: Deprecate existing read API [extensions/Flow] - 10https://gerrit.wikimedia.org/r/133234 (owner: 10Matthias Mullie) [18:08:53] (03CR) 10Frédéric Wang: Add options to the math tag (031 comment) [extensions/Math] - 10https://gerrit.wikimedia.org/r/138577 (owner: 10Physikerwelt) [18:09:11] (03PS6) 10Physikerwelt: wip: enable mathml rendering mode [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 [18:09:17] (03PS1) 10Krinkle: defaults: Make values for 'wipe-workspace' and 'clean' explicit [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/138648 [18:09:29] 3MediaWiki extensions / 3CirrusSearch: Regression: using unicode normalization analyzer misses results in search - 10https://bugzilla.wikimedia.org/66243#c5 (10Nik Everett) I added that page back into the index: manybubbles@terbium:~$ mwscript extensions/CirrusSearch/maintenance/forceSearchIndex.php --wiki h... [18:09:50] (03CR) 10Krinkle: [C: 032] defaults: Make values for 'wipe-workspace' and 'clean' explicit [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/138648 (owner: 10Krinkle) [18:10:01] (03PS2) 10Krinkle: defaults: Make values for 'wipe-workspace' and 'clean' explicit [integration/jenkins-job-builder-config] - 10https://gerrit.wikimedia.org/r/138648 (https://bugzilla.wikimedia.org/66429) [18:12:17] (03CR) 10Reedy: [C: 032 V: 032] Update Wikidata, fix for entity search selecting with mouse [core] (wmf/1.24wmf8) - 10https://gerrit.wikimedia.org/r/138644 (owner: 10Aude) [18:12:59] 3MediaWiki / 3Page editing: Warns about nonexistent edit conflicts - 10https://bugzilla.wikimedia.org/64237#c8 (10James Forrester) Copying in Adam who was active in this code area recently – ideas about a regression? [18:13:15] 3MediaWiki / 3Page editing: Warns about nonexistent edit conflicts - 10https://bugzilla.wikimedia.org/64237 (10James Forrester) 5REOP>3NEW p:5Normal>3High [18:14:15] (03CR) 10Bartosz Dziewoński: [C: 04-1] "Looks reasonable, complained inline." (031 comment) [core] - 10https://gerrit.wikimedia.org/r/133773 (owner: 10Umherirrender) [18:15:06] (03PS7) 10Physikerwelt: Enable MathML rendering mode [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 [18:16:01] 3MediaWiki / 3Page editing: Warns about nonexistent edit conflicts - 10https://bugzilla.wikimedia.org/64237 (10James Forrester) [18:16:01] 3MediaWiki / 3Page editing: Edit conflict detection suffers a race condition - 10https://bugzilla.wikimedia.org/56849 (10James Forrester) [18:16:16] 3MediaWiki / 3Templates: Template crowding - 10https://bugzilla.wikimedia.org/65995#c4 (10Erwin Dokter) It is not possible for MediaWiki to account for any template and its accompanying CSS that may be present on a project. These kind of issues should be fixed at the project-level, as that is where the 'prob... [18:16:27] (03PS1) 10Trevor Parscal: Update OOjs UI to v0.1.0-pre (99068355d6) [core] - 10https://gerrit.wikimedia.org/r/138651 [18:16:59] 3MediaWiki / 3Page editing: Improve Special:MergeHistory and disallow history merges from Special:Undelete - 10https://bugzilla.wikimedia.org/66155 (10James Forrester) p:5Unprio>3Low [18:17:58] (03CR) 10Mwalker: [C: 032] Add `npm test` target, improve `.jshintrc`, "use strict". [extensions/Collection/OfflineContentGenerator] - 10https://gerrit.wikimedia.org/r/138624 (owner: 10Cscott) [18:18:09] (03CR) 10Physikerwelt: Add options to the math tag (031 comment) [extensions/Math] - 10https://gerrit.wikimedia.org/r/138577 (owner: 10Physikerwelt) [18:18:52] (03PS2) 10Reedy: Vector: Restore old focus animation on the "More" dropdown [core] (wmf/1.24wmf8) - 10https://gerrit.wikimedia.org/r/138397 (https://bugzilla.wikimedia.org/66363) (owner: 10Bartosz Dziewoński) [18:18:59] (03CR) 10Mwalker: [C: 032] Improve README. [extensions/Collection/OfflineContentGenerator] - 10https://gerrit.wikimedia.org/r/138601 (owner: 10Cscott) [18:18:59] 3Wikimedia / 3General/Unknown: Add ContentHandler columns to Wikimedia wikis, and set $wgContentHandlerUseDB = true - 10https://bugzilla.wikimedia.org/49193#c3 (10Greg Grossmeier) p:5Lowest>3Normal Sean: Bumping priority a bit on this one because as legoktm just said on IRC: "we're going to need it for F... [18:19:32] (03PS5) 10Physikerwelt: Add options to the math tag [extensions/Math] - 10https://gerrit.wikimedia.org/r/138577 [18:19:39] (03CR) 10Reedy: [C: 032] Vector: Restore old focus animation on the "More" dropdown [core] (wmf/1.24wmf8) - 10https://gerrit.wikimedia.org/r/138397 (https://bugzilla.wikimedia.org/66363) (owner: 10Bartosz Dziewoński) [18:19:56] (03PS1) 10Bartosz Dziewoński: Support for enabling skins in the installer [core] - 10https://gerrit.wikimedia.org/r/138652 [18:20:11] (03Merged) 10jenkins-bot: Improve README. [extensions/Collection/OfflineContentGenerator] - 10https://gerrit.wikimedia.org/r/138601 (owner: 10Cscott) [18:20:13] (03Merged) 10jenkins-bot: Add `npm test` target, improve `.jshintrc`, "use strict". [extensions/Collection/OfflineContentGenerator] - 10https://gerrit.wikimedia.org/r/138624 (owner: 10Cscott) [18:20:30] (03PS1) 10Catrope: Update OOjs UI to v0.1.0-pre (99068355d6) [core] - 10https://gerrit.wikimedia.org/r/138653 [18:20:52] (03CR) 10Mwalker: [C: 032 V: 032] Update commander/es6-shim/request dependencies. [services/ocg-collection] (wmf-deploy) - 10https://gerrit.wikimedia.org/r/138620 (owner: 10Cscott) [18:21:21] so, who do i poke about installer patches? [18:22:02] chad, i guess. [18:22:23] (03CR) 10Parent5446: Added parent directory creation for /var/lib/cloud/instance (031 comment) [vagrant] - 10https://gerrit.wikimedia.org/r/138610 (https://bugzilla.wikimedia.org/59904) (owner: 10Parent5446) [18:22:49] (03CR) 10Mwalker: [C: 032 V: 032] "Whoo; thanks for this :)" [services/ocg-collection] (wmf-deploy) - 10https://gerrit.wikimedia.org/r/138621 (owner: 10Cscott) [18:24:28] (03CR) 10Frédéric Wang: [C: 032] Add options to the math tag [extensions/Math] - 10https://gerrit.wikimedia.org/r/138577 (owner: 10Physikerwelt) [18:24:39] (03PS4) 10Parent5446: Added parent directory creation for /var/lib/cloud/instance [vagrant] - 10https://gerrit.wikimedia.org/r/138610 [18:25:17] 3MediaWiki / 3Skin and page rendering: Core skins should initialise and include like other skins/extensions do - 10https://bugzilla.wikimedia.org/60453 (10Bartosz Dziewoński) [18:25:17] 3MediaWiki / 3Installer: Add support for enabling skins in the installer, the way we handle extensions - 10https://bugzilla.wikimedia.org/66440 (10Bartosz Dziewoński) 3NEW p:3Unprio s:3normal a:3None Let's add support for enabling skins in the installer, the way we handle extensions. We should also... [18:25:17] 3MediaWiki / 3Skin and page rendering: Come up with a sane way of including screenshots with skins and displaying them in the UI - 10https://bugzilla.wikimedia.org/66295 (10Bartosz Dziewoński) [18:25:18] (03Merged) 10jenkins-bot: Vector: Restore old focus animation on the "More" dropdown [core] (wmf/1.24wmf8) - 10https://gerrit.wikimedia.org/r/138397 (https://bugzilla.wikimedia.org/66363) (owner: 10Bartosz Dziewoński) [18:25:18] 3MediaWiki / 3Installer: Add support for enabling skins in the installer, the way we handle extensions - 10https://bugzilla.wikimedia.org/66440 (10Bartosz Dziewoński) [18:25:32] 3MediaWiki / 3Skin and page rendering: Deprecate and remove skin autodiscovery (autoloading) mechanism - 10https://bugzilla.wikimedia.org/65748 (10Bartosz Dziewoński) [18:25:43] (03PS2) 10Bartosz Dziewoński: Support for enabling skins in the installer [core] - 10https://gerrit.wikimedia.org/r/138652 (https://bugzilla.wikimedia.org/66440) [18:27:15] 3MediaWiki / 3Installer: Add support for enabling skins in the installer, the way we handle extensions - 10https://bugzilla.wikimedia.org/66440#c2 (10Bartosz Dziewoński) p:5Unprio>3Normal a:3Bartosz Dziewoński (This is a part of my GSOC project: [[mw:Separating skins from core MediaWiki]], "Make it eas... [18:27:24] (03PS2) 10Reedy: Vector: Hide the superfluous "Variants" menu label again [core] (wmf/1.24wmf8) - 10https://gerrit.wikimedia.org/r/138398 (https://bugzilla.wikimedia.org/66364) (owner: 10Bartosz Dziewoński) [18:27:29] (03CR) 10Reedy: [C: 032] Vector: Hide the superfluous "Variants" menu label again [core] (wmf/1.24wmf8) - 10https://gerrit.wikimedia.org/r/138398 (https://bugzilla.wikimedia.org/66364) (owner: 10Bartosz Dziewoński) [18:27:39] (03Abandoned) 10Catrope: Update OOjs UI to v0.1.0-pre (99068355d6) [core] - 10https://gerrit.wikimedia.org/r/138653 (owner: 10Catrope) [18:27:42] (03CR) 10Catrope: [C: 032] Update OOjs UI to v0.1.0-pre (99068355d6) [core] - 10https://gerrit.wikimedia.org/r/138651 (owner: 10Trevor Parscal) [18:28:52] (03CR) 10Mwalker: [C: 032 V: 032] Only unify top-level package.json and let npm resolve any conflicts found. [services/ocg-collection] (wmf-deploy) - 10https://gerrit.wikimedia.org/r/138622 (owner: 10Cscott) [18:29:52] (03CR) 10Frédéric Wang: Enable MathML rendering mode (033 comments) [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 (owner: 10Physikerwelt) [18:32:03] (03PS34) 10Legoktm: Allow for global renaming of users [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/92468 (https://bugzilla.wikimedia.org/14862) [18:33:33] (03PS4) 10Bsitu: Show topic summary in topic title bar [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/137842 [18:36:30] 3Wikimedia / 3Bugzilla: Add Skin:Chameleon - 10https://bugzilla.wikimedia.org/50191 (10Bartosz Dziewoński) [18:36:32] 3Wikimedia / 3Bugzilla: Create a "MediaWiki skins" product, with a component for each of the core skins - 10https://bugzilla.wikimedia.org/66441 (10Bartosz Dziewoński) 3NEW p:3Unprio s:3enhanc a:3None Please create a "MediaWiki skins" product, with a component for each of the core skins (CologneBlue,... [18:38:01] (03PS7) 10Manybubbles: Insource support [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/137733 (https://bugzilla.wikimedia.org/65783) [18:38:44] (03CR) 10Manybubbles: [C: 04-1] "Corrected regexes from Theimo's comments but did nothing for syntax errors." [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/137733 (https://bugzilla.wikimedia.org/65783) (owner: 10Manybubbles) [18:38:46] 3MediaWiki / 3Email: Add proper email bounce handling to MediaWiki (with VERP) - 10https://bugzilla.wikimedia.org/46640 (10Tony Thomas) a:3Tony Thomas [18:39:18] (03PS35) 10Legoktm: Allow for global renaming of users [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/92468 (https://bugzilla.wikimedia.org/14862) [18:39:49] (03CR) 10Kaldari: Make Minerva skin opt out of parsoid style module [core] - 10https://gerrit.wikimedia.org/r/138520 (owner: 10Kaldari) [18:40:17] (03PS1) 1001tonythomas: Implementing simple VERP functionality to alter Return Path [core] - 10https://gerrit.wikimedia.org/r/138655 (https://bugzilla.wikimedia.org/46640) [18:43:51] (03PS1) 10Krinkle: mw-core-get: Clean workspace first [integration/jenkins] - 10https://gerrit.wikimedia.org/r/138657 (https://bugzilla.wikimedia.org/66429) [18:44:09] (03PS36) 10Legoktm: Allow for global renaming of users [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/92468 (https://bugzilla.wikimedia.org/14862) [18:44:17] (03CR) 10Krinkle: [C: 031] "See comment in file for documentation." [integration/jenkins] - 10https://gerrit.wikimedia.org/r/138657 (https://bugzilla.wikimedia.org/66429) (owner: 10Krinkle) [18:44:26] (03CR) 1001tonythomas: "Immediate Works include:-" [core] - 10https://gerrit.wikimedia.org/r/138655 (https://bugzilla.wikimedia.org/46640) (owner: 1001tonythomas) [18:44:29] (03CR) 10Krinkle: [C: 032] mw-core-get: Clean workspace first [integration/jenkins] - 10https://gerrit.wikimedia.org/r/138657 (https://bugzilla.wikimedia.org/66429) (owner: 10Krinkle) [18:45:46] (03PS2) 10Jdlrobson: Make Minerva skin opt out of parsoid style module [core] - 10https://gerrit.wikimedia.org/r/138520 (owner: 10Kaldari) [18:45:56] (03CR) 10SG: [C: 032] A couple of fixes to frontend-rewrite [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138478 (owner: 10Bsitu) [18:46:21] (03CR) 10jenkins-bot: [V: 04-1] Insource support [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/137733 (https://bugzilla.wikimedia.org/65783) (owner: 10Manybubbles) [18:46:33] (03PS7) 10SG: Implement flow-api-handler data attribute [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/137957 [18:47:01] (03PS3) 10SG: More handlebars.js fixes [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138633 [18:49:10] (03Merged) 10jenkins-bot: Vector: Hide the superfluous "Variants" menu label again [core] (wmf/1.24wmf8) - 10https://gerrit.wikimedia.org/r/138398 (https://bugzilla.wikimedia.org/66364) (owner: 10Bartosz Dziewoński) [18:49:34] (03PS8) 10SG: Implement flow-api-handler data attribute [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/137957 [18:50:44] (03Merged) 10jenkins-bot: mw-core-get: Clean workspace first [integration/jenkins] - 10https://gerrit.wikimedia.org/r/138657 (https://bugzilla.wikimedia.org/66429) (owner: 10Krinkle) [18:51:19] (03Merged) 10jenkins-bot: Update OOjs UI to v0.1.0-pre (99068355d6) [core] - 10https://gerrit.wikimedia.org/r/138651 (owner: 10Trevor Parscal) [18:52:40] (03Merged) 10jenkins-bot: A couple of fixes to frontend-rewrite [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138478 (owner: 10Bsitu) [18:52:50] (03CR) 10jenkins-bot: [V: 04-1] More handlebars.js fixes [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138633 (owner: 10SG) [18:53:01] (03CR) 10jenkins-bot: [V: 04-1] Implement flow-api-handler data attribute [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/137957 (owner: 10SG) [18:54:38] (03CR) 10jenkins-bot: [V: 04-1] Implementing simple VERP functionality to alter Return Path [core] - 10https://gerrit.wikimedia.org/r/138655 (https://bugzilla.wikimedia.org/46640) (owner: 1001tonythomas) [18:55:46] (03CR) 10GWicke: [C: 031] "LGTM." [core] - 10https://gerrit.wikimedia.org/r/138520 (owner: 10Kaldari) [18:56:28] (03CR) 10GWicke: [C: 032] "Actually, the dependency is now merged. Let me +2 this as well." [core] - 10https://gerrit.wikimedia.org/r/138520 (owner: 10Kaldari) [19:01:21] (03Merged) 10jenkins-bot: Make Minerva skin opt out of parsoid style module [core] - 10https://gerrit.wikimedia.org/r/138520 (owner: 10Kaldari) [19:04:45] (03CR) 10Parent5446: Implementing simple VERP functionality to alter Return Path (031 comment) [core] - 10https://gerrit.wikimedia.org/r/138655 (https://bugzilla.wikimedia.org/46640) (owner: 1001tonythomas) [19:04:59] 3MediaWiki / 3Recent changes: Recent changes table locked and causing "Database error" when many deletions happen - 10https://bugzilla.wikimedia.org/56776#c3 (10Aaron Schulz) I see this on Commons, likely due to FileDeleteForm calling doDeleteArticleReal(), telling it to keep the transaction open and then de... [19:06:33] (03PS3) 10MaxSem: Kill Solr support [extensions/GeoData] - 10https://gerrit.wikimedia.org/r/134851 [19:08:20] (03PS6) 10Umherirrender: Use anonymous function in Linker::formatAutocomments/formatLinksInComment [core] - 10https://gerrit.wikimedia.org/r/133773 [19:10:04] (03CR) 10Hashar: "+3 excellent Timo :-)" [integration/jenkins] - 10https://gerrit.wikimedia.org/r/138657 (https://bugzilla.wikimedia.org/66429) (owner: 10Krinkle) [19:10:24] (03CR) 10Umherirrender: "Patch Set 6: Removed dead code" (031 comment) [core] - 10https://gerrit.wikimedia.org/r/133773 (owner: 10Umherirrender) [19:12:39] (03PS1) 10Dduvall: Simple provisioning of extension browser-test dependencies [vagrant] - 10https://gerrit.wikimedia.org/r/138662 [19:13:16] (03PS2) 10Physikerwelt: Add basic BaseX support [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/137542 [19:13:22] (03CR) 10Physikerwelt: [C: 032] Add basic BaseX support [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/137542 (owner: 10Physikerwelt) [19:13:27] (03Merged) 10jenkins-bot: Add basic BaseX support [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/137542 (owner: 10Physikerwelt) [19:14:12] (03PS8) 10Physikerwelt: Enable MathML rendering mode [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 [19:14:22] (03PS37) 10Legoktm: Allow for global renaming of users [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/92468 (https://bugzilla.wikimedia.org/14862) [19:14:39] (03CR) 10jenkins-bot: [V: 04-1] Allow for global renaming of users [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/92468 (https://bugzilla.wikimedia.org/14862) (owner: 10Legoktm) [19:15:15] (03CR) 10jenkins-bot: [V: 04-1] Enable MathML rendering mode [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 (owner: 10Physikerwelt) [19:16:05] (03PS9) 10Physikerwelt: Enable MathML rendering mode [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 [19:17:41] (03CR) 10Umherirrender: "I did not like the idea to have a insert inside the create sql statements." [core] - 10https://gerrit.wikimedia.org/r/135756 (owner: 10Rillke) [19:18:10] (03PS38) 10Legoktm: Allow for global renaming of users [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/92468 (https://bugzilla.wikimedia.org/14862) [19:18:24] (03PS10) 10Physikerwelt: Enable MathML rendering mode [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 [19:19:17] (03CR) 10jenkins-bot: [V: 04-1] Enable MathML rendering mode [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 (owner: 10Physikerwelt) [19:19:55] (03CR) 10Physikerwelt: "somehow the access to the xsede server is unstable. Therefore we use the wmflabs testserver for now." [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 (owner: 10Physikerwelt) [19:20:34] (03PS4) 10SG: More handlebars.js fixes [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138633 [19:20:41] (03CR) 10jenkins-bot: [V: 04-1] More handlebars.js fixes [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138633 (owner: 10SG) [19:22:22] (03PS11) 10Physikerwelt: Enable MathML rendering mode [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 [19:23:22] (03CR) 10jenkins-bot: [V: 04-1] Enable MathML rendering mode [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 (owner: 10Physikerwelt) [19:25:21] (03PS5) 10SG: More handlebars.js fixes [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138633 [19:26:29] (03PS12) 10Physikerwelt: Enable MathML rendering mode [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 [19:30:10] (03CR) 10Ori.livneh: [C: 04-1] "looks good; haven't tested. see inline comments" (033 comments) [vagrant] - 10https://gerrit.wikimedia.org/r/138662 (owner: 10Dduvall) [19:32:02] 3Wikimedia / 3General/Unknown: Add centralauth.renameuser_status table - 10https://bugzilla.wikimedia.org/66446 (10Kunal Mehta (Legoktm)) 3NEW p:3Unprio s:3normal a:3None Short description: Add centralauth.renameuser_status table Which wikis are affected: centralauth db Which tables: renameuser Wh... [19:32:15] 3MediaWiki extensions / 3CentralAuth: Allow global renaming of global users - 10https://bugzilla.wikimedia.org/14862 (10Kunal Mehta (Legoktm)) [19:32:15] 3Wikimedia / 3General/Unknown: Schema changes for Wikimedia wikis (tracking) - 10https://bugzilla.wikimedia.org/49188 (10Kunal Mehta (Legoktm)) [19:32:33] (03PS8) 10Manybubbles: Insource support [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/137733 (https://bugzilla.wikimedia.org/65783) [19:32:53] (03CR) 10jenkins-bot: [V: 04-1] Insource support [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/137733 (https://bugzilla.wikimedia.org/65783) (owner: 10Manybubbles) [19:33:08] (03PS2) 10IAlex: Remove $dbr from ChangeTags::addTags() [core] - 10https://gerrit.wikimedia.org/r/137847 (owner: 10Liangent) [19:33:23] (03CR) 10IAlex: [C: 032] Remove $dbr from ChangeTags::addTags() [core] - 10https://gerrit.wikimedia.org/r/137847 (owner: 10Liangent) [19:33:34] (03CR) 10Manybubbles: [C: 04-1] "Starting on error message. Not done yet. Stuff is getting double escaped: "Regex syntax error: expected ']'"" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/137733 (https://bugzilla.wikimedia.org/65783) (owner: 10Manybubbles) [19:35:15] (03CR) 10Legoktm: "Filed bug 66446 for the schema update." [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/92468 (https://bugzilla.wikimedia.org/14862) (owner: 10Legoktm) [19:37:59] 3MediaWiki / 3Installer: Updater applies patches after fresh install of MW where tables.sql alreay has been patched - 10https://bugzilla.wikimedia.org/66412#c2 (10Umherirrender) See also bug 65283 [19:38:45] (03CR) 10Thiemo Mättig (WMDE): Insource support (032 comments) [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/137733 (https://bugzilla.wikimedia.org/65783) (owner: 10Manybubbles) [19:40:29] (03CR) 10Cmcmahon: [C: 031] "this is the right way to go" [vagrant] - 10https://gerrit.wikimedia.org/r/138662 (owner: 10Dduvall) [19:40:48] 3MediaWiki / 3API: Documentation of API rollback action mentions delete instead of rollback - 10https://bugzilla.wikimedia.org/66406#c1 (10Umherirrender) a:3Umherirrender URL: http://www.mediawiki.org/w/api.php?modules=rollback So the autodoc is wrong. [19:42:43] (03PS1) 10Umherirrender: Change 'delete' to 'rollback' in action=rollback params description [core] - 10https://gerrit.wikimedia.org/r/138667 (https://bugzilla.wikimedia.org/66406) [19:43:30] (03CR) 10EBernhardson: [C: 032] More handlebars.js fixes [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138633 (owner: 10SG) [19:43:55] (03PS20) 10Paladox: Add support for request account link [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/134624 [19:43:59] 3MediaWiki extensions / 3[other]: UnitTest extension: Fix reference to jQuery Cycle Plugin - 10https://bugzilla.wikimedia.org/66391#c3 (10Matthew Flaschen) I added the link to the UnitTest extension page (https://www.mediawiki.org/w/index.php?title=Extension:UnitTest&diff=1033169&oldid=644471). I don't thin... [19:44:10] (03PS21) 10Paladox: Add support for request account link [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/134624 [19:45:18] 3MediaWiki extensions / 3Nuke: Allow providing a (manual) list of titles to delete on [[Special:Nuke]] - 10https://bugzilla.wikimedia.org/66447 (10Helder) 3NEW p:3Unprio s:3normal a:3None Currently, the only options are for deletion of pages matching a pattern or by the same user. Sometimes we alread... [19:45:44] 3MediaWiki extensions / 3Nuke: Allow providing a (manual) list of titles to delete on [[Special:Nuke]] - 10https://bugzilla.wikimedia.org/66447 (10Helder) s:5normal>3enhanc [19:47:47] (03Merged) 10jenkins-bot: More handlebars.js fixes [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138633 (owner: 10SG) [19:50:40] (03Merged) 10jenkins-bot: Remove $dbr from ChangeTags::addTags() [core] - 10https://gerrit.wikimedia.org/r/137847 (owner: 10Liangent) [19:51:34] (03CR) 10Anomie: [C: 031] "Looks good, but a suggestion for improvement." (031 comment) [core] - 10https://gerrit.wikimedia.org/r/138667 (https://bugzilla.wikimedia.org/66406) (owner: 10Umherirrender) [19:52:19] (03CR) 10Helder.wiki: [C: 031] Change 'delete' to 'rollback' in action=rollback params description [core] - 10https://gerrit.wikimedia.org/r/138667 (https://bugzilla.wikimedia.org/66406) (owner: 10Umherirrender) [19:52:39] (03CR) 10Frédéric Wang: Enable MathML rendering mode (0316 comments) [extensions/Math] - 10https://gerrit.wikimedia.org/r/138572 (owner: 10Physikerwelt) [19:53:47] (03PS1) 10IAlex: Documentation improvements in ChangeTags.php [core] - 10https://gerrit.wikimedia.org/r/138670 [19:54:02] (03PS1) 10Spage: Recompile template with '<<<< HEAD' in it [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138671 [19:55:00] 3MediaWiki / 3JavaScript: Upgrade jQuery UI from 1.8 to 1.9 - 10https://bugzilla.wikimedia.org/47076#c10 (10Matthew Flaschen) *** Bug 66376 has been marked as a duplicate of this bug. *** [19:55:03] 3MediaWiki / 3Page editing: test2wiki: "Link" and other lightboxes completely empty - 10https://bugzilla.wikimedia.org/66376#c6 (10Matthew Flaschen) 5NEW>3RESO/DUP Line in question is part of jquery.ui.dialog.js (specifically, jQuery UI Dialog 1.8.24). To get filenames, run in debug mode (https://www.me... [19:55:32] (03PS5) 10IAlex: Make the global objects documentation consistent in Setup.php [core] - 10https://gerrit.wikimedia.org/r/122875 [19:55:56] (03PS3) 10IAlex: Remove isset() check in Sanitizer::setupAttributeWhitelist() [core] - 10https://gerrit.wikimedia.org/r/124157 [19:57:21] (03PS1) 10ImPacific: Merge "Vector: Update comments in vector.js" [core] - 10https://gerrit.wikimedia.org/r/138672 [19:58:23] (03PS9) 10Spage: Implement flow-api-handler data attribute [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/137957 (owner: 10SG) [19:58:59] (03CR) 10jenkins-bot: [V: 04-1] Merge "Vector: Update comments in vector.js" [core] - 10https://gerrit.wikimedia.org/r/138672 (owner: 10ImPacific) [19:59:02] (03PS2) 10Spage: Some missing template messages [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138528 [20:07:21] (03PS1) 10PleaseStand: Remove use of strencode() in buildLike() [core] - 10https://gerrit.wikimedia.org/r/138673 [20:10:23] hmmm [20:10:41] how do i convince MediaWiki to believe that a Title i just created exists, in a test? [20:12:03] mock? [20:13:12] >effort [20:13:43] You could use FakeTitle [20:13:50] or maybe not [20:13:55] i guess i can just use MediaWiki:Mainpage or something [20:14:00] 3MediaWiki extensions / 3CharInsert: Some of the hebrew characters are not in proper order - 10https://bugzilla.wikimedia.org/66348#c8 (10Andre Klapper) 5RESO/WOR>3RESO/INV [Restoring INVALID resolution as gadgets are out of scope for Bugzilla] [20:14:22] hmm, or maybe that won't work [20:14:30] but Special:BlankPage certainly will [20:15:25] <^d> MatmaRex: Title::mainPage() or w/e it's called :) [20:15:36] <^d> huh: FakeTitle doesn't exist anymore :p [20:15:42] <^d> I removed that awful thing. [20:15:53] exists() will be false for special pages [20:16:14] but isKnown() is true [20:16:17] huh: i actually just care about the link not being red [20:16:20] MOCK [20:16:24] oh. [20:16:29] 3Analytics / 3Wikimetrics: When a metric returns no results the agreggation steps fails - 10https://bugzilla.wikimedia.org/66439#c1 (10Toby Negrin) p:5Unprio>3High This seems kind of bad...let's discuss for next sprint. [20:16:32] (03PS2) 10Umherirrender: Change 'delete' to 'rollback' in action=rollback params description [core] - 10https://gerrit.wikimedia.org/r/138667 (https://bugzilla.wikimedia.org/66406) [20:17:29] 3Analytics / 3Wikimetrics: Validation step on report creation is superfluous. We should remove it from the UI - 10https://bugzilla.wikimedia.org/66427 (10Toby Negrin) p:5Unprio>3Normal [20:17:30] (03CR) 10Umherirrender: "Patch Set 2: Changed text" (031 comment) [core] - 10https://gerrit.wikimedia.org/r/138667 (https://bugzilla.wikimedia.org/66406) (owner: 10Umherirrender) [20:17:59] (03CR) 10Anomie: [C: 032] Change 'delete' to 'rollback' in action=rollback params description [core] - 10https://gerrit.wikimedia.org/r/138667 (https://bugzilla.wikimedia.org/66406) (owner: 10Umherirrender) [20:18:30] (03PS2) 10Manybubbles: Properly handle pages that turn into redirects [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/138032 (https://bugzilla.wikimedia.org/61211) [20:18:36] (03CR) 10Manybubbles: Properly handle pages that turn into redirects (035 comments) [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/138032 (https://bugzilla.wikimedia.org/61211) (owner: 10Manybubbles) [20:18:47] Is there anything else to do for https://gerrit.wikimedia.org/r/#/c/129933/ ? [20:18:58] (03CR) 10jenkins-bot: [V: 04-1] Properly handle pages that turn into redirects [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/138032 (https://bugzilla.wikimedia.org/61211) (owner: 10Manybubbles) [20:19:15] 3MediaWiki / 3API: Documentation of API rollback action mentions delete instead of rollback - 10https://bugzilla.wikimedia.org/66406#c3 (10Brad Jorsch) 5PATC>3RESO/FIX Should be deployed to WMF wikis with 1.24wmf9. See https://www.mediawiki.org/wiki/MediaWiki_1.24/Roadmap for the schedule. [20:19:31] (03PS1) 10EBernhardson: Only merge external content once [extensions/Flow] - 10https://gerrit.wikimedia.org/r/138675 [20:20:20] (03CR) 10EBernhardson: [C: 032] Recompile template with '<<<< HEAD' in it [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138671 (owner: 10Spage) [20:20:36] (03Merged) 10jenkins-bot: Recompile template with '<<<< HEAD' in it [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138671 (owner: 10Spage) [20:20:44] 3MediaWiki extensions / 3WikidataRepo: [time ui] years like 1400 are added with precision=7 (century) - 10https://bugzilla.wikimedia.org/63726#c1 (10Thiemo Mättig) The first problem should have been fixed for a while now. I can't reproduce it at wikidata.org. The auto-detection does not set "century" any mor... [20:21:35] (03Merged) 10jenkins-bot: Change 'delete' to 'rollback' in action=rollback params description [core] - 10https://gerrit.wikimedia.org/r/138667 (https://bugzilla.wikimedia.org/66406) (owner: 10Umherirrender) [20:25:12] (03Draft5) 10Bartosz Dziewoński: LinkerTest: A bunch of tests for Linker::formatComment and friends [core] - 10https://gerrit.wikimedia.org/r/138665 [20:25:24] legoktm: ^ [20:25:33] * legoktm looks [20:25:43] OMG TRAILING WHITESPACE [20:25:56] lisadnfuafd [20:26:20] (03PS6) 10Bartosz Dziewoński: LinkerTest: A bunch of tests for Linker::formatComment and friends [core] - 10https://gerrit.wikimedia.org/r/138665 [20:26:57] (03PS1) 10Aaron Schulz: Reduce deadlocks adding log rows to the RC table on delete [core] - 10https://gerrit.wikimedia.org/r/138677 [20:27:18] (03PS1) 10ImPacific: just a test [test/mediawiki/extensions/examples] - 10https://gerrit.wikimedia.org/r/138678 [20:29:21] legoktm: you know, i'm not expecting you to review these tests, just to +2 them. :P [20:30:02] lolol [20:30:32] (03CR) 10Legoktm: [C: 032] LinkerTest: A bunch of tests for Linker::formatComment and friends [core] - 10https://gerrit.wikimedia.org/r/138665 (owner: 10Bartosz Dziewoński) [20:30:44] (03CR) 10Dduvall: "Thanks for the feedback! I left some questions inline." (032 comments) [vagrant] - 10https://gerrit.wikimedia.org/r/138662 (owner: 10Dduvall) [20:31:55] (03CR) 10Bartosz Dziewoński: [V: 032] "Ain't nobody got time for that." [core] - 10https://gerrit.wikimedia.org/r/138665 (owner: 10Bartosz Dziewoński) [20:32:20] (03PS7) 10Bartosz Dziewoński: Use anonymous function in Linker::formatAutocomments/formatLinksInComment [core] - 10https://gerrit.wikimedia.org/r/133773 (owner: 10Umherirrender) [20:32:26] (03PS8) 10Bartosz Dziewoński: Use anonymous function in Linker::formatAutocomments/formatLinksInComment [core] - 10https://gerrit.wikimedia.org/r/133773 (owner: 10Umherirrender) [20:32:37] -.- [20:32:44] (03CR) 10Bartosz Dziewoński: [C: 032] "Added some tests to verify in https://gerrit.wikimedia.org/r/#/c/138665/." [core] - 10https://gerrit.wikimedia.org/r/133773 (owner: 10Umherirrender) [20:32:58] :D [20:33:13] i mean, it just passed the tests five minutes ago [20:33:51] (03PS2) 10Dduvall: Simple provisioning of extension browser-test dependencies [vagrant] - 10https://gerrit.wikimedia.org/r/138662 [20:36:45] 3MediaWiki / 3Skin and page rendering: Bug 65434 appears on the "More" arrow and "Variants" arrow - 10https://bugzilla.wikimedia.org/66363#c9 (10Bartosz Dziewoński) 5PATC>3RESO/FIX Fixed and backported to wmf8. Thank you for the report! [20:36:59] 3MediaWiki / 3Skin and page rendering: Unexpected text "Variants" appears in #p-variants - 10https://bugzilla.wikimedia.org/66364#c6 (10Bartosz Dziewoński) 5PATC>3RESO/FIX Fixed and backported to wmf8. Thank you for the report! [20:37:31] (03CR) 10Legoktm: [C: 032] "Tested, looks good. Thanks!" [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/123128 (https://bugzilla.wikimedia.org/21206) (owner: 10Gerrit Patch Uploader) [20:37:43] (03Merged) 10jenkins-bot: Add log for TitleBlacklist hits [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/123128 (https://bugzilla.wikimedia.org/21206) (owner: 10Gerrit Patch Uploader) [20:38:25] (03PS5) 10Ori.livneh: Added parent directory creation for /var/lib/cloud/instance [vagrant] - 10https://gerrit.wikimedia.org/r/138610 (owner: 10Parent5446) [20:38:48] (03PS1) 10Bartosz Dziewoński: Revert "Revert "Officially deprecate skin autodiscovery"" [core] - 10https://gerrit.wikimedia.org/r/138682 (https://bugzilla.wikimedia.org/66429) [20:38:53] (03Merged) 10jenkins-bot: Use anonymous function in Linker::formatAutocomments/formatLinksInComment [core] - 10https://gerrit.wikimedia.org/r/133773 (owner: 10Umherirrender) [20:40:15] (03CR) 10Ori.livneh: Added parent directory creation for /var/lib/cloud/instance (031 comment) [vagrant] - 10https://gerrit.wikimedia.org/r/138610 (owner: 10Parent5446) [20:41:01] (03CR) 10Ori.livneh: [C: 032] Add dependency for python-software-properties [vagrant] - 10https://gerrit.wikimedia.org/r/129820 (https://bugzilla.wikimedia.org/64448) (owner: 10MarkAHershberger) [20:41:07] (03Merged) 10jenkins-bot: Add dependency for python-software-properties [vagrant] - 10https://gerrit.wikimedia.org/r/129820 (https://bugzilla.wikimedia.org/64448) (owner: 10MarkAHershberger) [20:41:09] (03CR) 10Ori.livneh: [C: 032] Added parent directory creation for /var/lib/cloud/instance [vagrant] - 10https://gerrit.wikimedia.org/r/138610 (owner: 10Parent5446) [20:41:16] (03Merged) 10jenkins-bot: Added parent directory creation for /var/lib/cloud/instance [vagrant] - 10https://gerrit.wikimedia.org/r/138610 (owner: 10Parent5446) [20:41:30] 3Wikimedia / 3General/Unknown: Steward, global sysop and SWMT tasks bugs (tracking) - 10https://bugzilla.wikimedia.org/41492 (10Kunal Mehta (Legoktm)) [20:41:31] 3MediaWiki extensions / 3TitleBlacklist: Log of title blacklist hits - 10https://bugzilla.wikimedia.org/21206 (10Kunal Mehta (Legoktm)) [20:41:31] 3Wikimedia / 3Site requests: Set $wgTitleBlacklistLogHits = true on WMF wikis - 10https://bugzilla.wikimedia.org/66450 (10Kunal Mehta (Legoktm)) 3NEW p:3Unprio s:3enhanc a:3None +++ This bug was initially created as a clone of Bug #21206 +++ Change merged in extension, needs WMF config update. [20:41:40] (03CR) 10Bartosz Dziewoński: "MediaWiki inserts a "magnify" icon into the caption all framed thumbnails, can't you reuse that?" [core] - 10https://gerrit.wikimedia.org/r/137690 (https://bugzilla.wikimedia.org/48996) (owner: 10Florianschmidtwelzow) [20:42:20] (03CR) 10Ori.livneh: "Krinkle? ^" [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/138638 (owner: 10QChris) [20:42:31] 3MediaWiki extensions / 3TitleBlacklist: Log of title blacklist hits - 10https://bugzilla.wikimedia.org/21206#c20 (10Kunal Mehta (Legoktm)) 5PATC>3RESO/FIX Created bug 66450 to update the WMF configuration. [20:43:27] (03Abandoned) 10Bartosz Dziewoński: Merge "Vector: Update comments in vector.js" [core] - 10https://gerrit.wikimedia.org/r/138672 (owner: 10ImPacific) [20:46:30] 3MediaWiki-Vagrant: mediawiki-vagrant: implied dependency for python-software-properties - 10https://bugzilla.wikimedia.org/64448 (10Tyler Romeo) 5PATC>3RESO/FIX [20:47:14] 3MediaWiki-Vagrant: MediaWiki vagrant doesn't work with VMWare Fusion provider - 10https://bugzilla.wikimedia.org/59904#c20 (10Tyler Romeo) 5PATC>3RESO/FIX Fixed as of Ibc0dd5e45d97bc7f72bfde6f090f2ad8ae41013d [20:51:56] (03CR) 10Legoktm: Implementing simple VERP functionality to alter Return Path (031 comment) [core] - 10https://gerrit.wikimedia.org/r/138655 (https://bugzilla.wikimedia.org/46640) (owner: 1001tonythomas) [20:55:31] (03PS1) 10Hashar: mw-core-get: restore cwd after cd [integration/jenkins] - 10https://gerrit.wikimedia.org/r/138720 [20:56:08] (03CR) 10Hashar: "Should fix up https://integration.wikimedia.org/ci/job/parsoidsvc-php-parsertests/1900/console" [integration/jenkins] - 10https://gerrit.wikimedia.org/r/138720 (owner: 10Hashar) [20:56:44] (03CR) 10Hashar: [C: 032] mw-core-get: restore cwd after cd [integration/jenkins] - 10https://gerrit.wikimedia.org/r/138720 (owner: 10Hashar) [20:56:47] (03Merged) 10jenkins-bot: mw-core-get: restore cwd after cd [integration/jenkins] - 10https://gerrit.wikimedia.org/r/138720 (owner: 10Hashar) [20:58:52] (03PS4) 10Umherirrender: Some phpcs-strict changes on includes/revisiondelete/ [core] - 10https://gerrit.wikimedia.org/r/137727 [21:00:24] How do I simulate {{REVISIONTIMESTAMP:pagename}} and {{REVISIONUSER:pagename}} in Lua? [21:00:59] 3MediaWiki / 3Page editing: Improve Special:MergeHistory and disallow history merges from Special:Undelete - 10https://bugzilla.wikimedia.org/66155#c2 (10Aaron Schulz) The special page already enforces that only non-overlapping parts of the source page can be moved to the destination page. An "unmerge" link... [21:01:05] Technical_13: frame:callParserFunction [21:01:30] (03CR) 10Legoktm: "Minor stuff. Looks good otherwise." (032 comments) [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/133997 (https://bugzilla.wikimedia.org/52674) (owner: 10Gerrit Patch Uploader) [21:01:32] 3MediaWiki / 3Page editing: Improve Special:MergeHistory and disallow history merges from Special:Undelete - 10https://bugzilla.wikimedia.org/66155 (10Aaron Schulz) a:3Aaron Schulz [21:02:39] frame:callParserFunction( "REVISIONUSER", frame.args["t"]) should do it then? [21:02:59] where .args["t"] is the pagename [21:03:45] (03CR) 10Jgreen: Implementing simple VERP functionality to alter Return Path (031 comment) [core] - 10https://gerrit.wikimedia.org/r/138655 (https://bugzilla.wikimedia.org/46640) (owner: 1001tonythomas) [21:05:28] (03CR) 10Legoktm: Implementing simple VERP functionality to alter Return Path (031 comment) [core] - 10https://gerrit.wikimedia.org/r/138655 (https://bugzilla.wikimedia.org/46640) (owner: 1001tonythomas) [21:07:32] (03PS1) 10Yurik: Removed undeclared var from wfDebug() [core] - 10https://gerrit.wikimedia.org/r/138724 [21:08:20] (03CR) 10Sumanah: "Congrats! Now you can move on to more of https://www.mediawiki.org/wiki/How_to_contribute . :) Thank you." [test/mediawiki/extensions/examples] - 10https://gerrit.wikimedia.org/r/138678 (owner: 10ImPacific) [21:08:34] (03Abandoned) 10Sumanah: just a test [test/mediawiki/extensions/examples] - 10https://gerrit.wikimedia.org/r/138678 (owner: 10ImPacific) [21:09:33] (03PS3) 10EBernhardson: Some missing template messages [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138528 (owner: 10Spage) [21:10:06] (03CR) 10EBernhardson: [C: 032] "cherry-picked to parent of parent, doesn't need to wait for immediate parent to merge." [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138528 (owner: 10Spage) [21:10:21] (03Merged) 10jenkins-bot: Some missing template messages [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138528 (owner: 10Spage) [21:11:25] (03CR) 10Mattflaschen: [C: 04-1] "I made getSkinStyleFiles and getAllSkinStyleFiles public temporarily, which I found helpful for testing with phpsh." (035 comments) [core] - 10https://gerrit.wikimedia.org/r/122838 (https://bugzilla.wikimedia.org/63343) (owner: 10Phuedx) [21:12:48] (03PS1) 10Bsitu: Don't assign temp id to new workflow in template [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138725 [21:16:06] (03PS4) 10Jlloyd: Allow for URLs in article assignment [extensions/EducationProgram] - 10https://gerrit.wikimedia.org/r/134598 (https://bugzilla.wikimedia.org/44397) [21:17:07] (03PS1) 10Mwalker: Makefile defaults to production build [services/ocg-collection] (wmf-deploy) - 10https://gerrit.wikimedia.org/r/138726 [21:17:09] (03PS1) 10Mwalker: Updating hiredis [services/ocg-collection] (wmf-deploy) - 10https://gerrit.wikimedia.org/r/138727 [21:17:36] (03PS1) 10Mwalker: Updating make files per changes to production branch [services/ocg-collection] - 10https://gerrit.wikimedia.org/r/138728 [21:18:16] (03CR) 10Mwalker: [C: 032 V: 032] Makefile defaults to production build [services/ocg-collection] (wmf-deploy) - 10https://gerrit.wikimedia.org/r/138726 (owner: 10Mwalker) [21:18:26] (03CR) 10Mwalker: [C: 032 V: 032] Updating hiredis [services/ocg-collection] (wmf-deploy) - 10https://gerrit.wikimedia.org/r/138727 (owner: 10Mwalker) [21:18:35] (03PS11) 10Jlloyd: Add notifications for article page changes [extensions/EducationProgram] - 10https://gerrit.wikimedia.org/r/118101 (https://bugzilla.wikimedia.org/56325) [21:19:14] (03CR) 10Mwalker: [C: 032 V: 032] Updating make files per changes to production branch [services/ocg-collection] - 10https://gerrit.wikimedia.org/r/138728 (owner: 10Mwalker) [21:19:24] (03PS1) 10Mwalker: Updating submodule pointers [services/ocg-collection] - 10https://gerrit.wikimedia.org/r/138732 [21:19:37] (03CR) 10Mwalker: [C: 032 V: 032] Updating submodule pointers [services/ocg-collection] - 10https://gerrit.wikimedia.org/r/138732 (owner: 10Mwalker) [21:20:01] 3Wikimedia / 3Site requests: Set $wgTitleBlacklistLogHits = true on WMF wikis - 10https://bugzilla.wikimedia.org/66450#c2 (10PiRSquared17) It should be restricted to oversighters, per the privacy policy. [21:22:30] 3Wikimedia / 3Site requests: Set $wgTitleBlacklistLogHits = true on WMF wikis - 10https://bugzilla.wikimedia.org/66450#c3 (10Kunal Mehta (Legoktm)) OS or CU? [21:24:16] (03PS1) 10Yurik: More bug fixes and features [extensions/JsonConfig] - 10https://gerrit.wikimedia.org/r/138734 [21:25:14] (03CR) 10Hashar: "That was a Jenkins / CI issue sorry folks." [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/138638 (owner: 10QChris) [21:25:21] (03CR) 10Hashar: "recheck" [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/138638 (owner: 10QChris) [21:26:44] (03CR) 10Hashar: "We had a Jenkins / CI issue sorry folks." [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/137646 (https://bugzilla.wikimedia.org/66045) (owner: 10Manybubbles) [21:26:51] (03CR) 10Hashar: "recheck" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/137646 (https://bugzilla.wikimedia.org/66045) (owner: 10Manybubbles) [21:27:43] (03CR) 10QChris: "Thanks, Hashar!" [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/138638 (owner: 10QChris) [21:27:56] (03CR) 10Ori.livneh: [C: 032] Fix documentation on when validation might throw an error [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/138638 (owner: 10QChris) [21:28:44] 3Wikimedia / 3Site requests: Set $wgTitleBlacklistLogHits = true on WMF wikis - 10https://bugzilla.wikimedia.org/66450#c4 (10Ajraddatz) CU, if it does contain private info. Might be best to consult the legal team. [21:29:07] (03CR) 10Ori.livneh: [C: 032] "thanks" [vagrant] - 10https://gerrit.wikimedia.org/r/138606 (owner: 10Manybubbles) [21:29:13] (03Merged) 10jenkins-bot: Fix vagrant.d under nfs [vagrant] - 10https://gerrit.wikimedia.org/r/138606 (owner: 10Manybubbles) [21:29:28] (03Merged) 10jenkins-bot: Fix documentation on when validation might throw an error [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/138638 (owner: 10QChris) [21:30:45] 3Wikimedia / 3Site requests: Set $wgTitleBlacklistLogHits = true on WMF wikis - 10https://bugzilla.wikimedia.org/66450#c5 (10John F. Lewis) CU is more relevant than OS. So CU. CC'd James in case LCA wants any comments on this. [21:31:46] <^d> Still failing, blargh :\ [21:32:27] (03CR) 10Bartosz Dziewoński: [C: 032] Fix "CSSMin url() value remapping not working in certain obscure cases" [core] - 10https://gerrit.wikimedia.org/r/138286 (https://bugzilla.wikimedia.org/60077) (owner: 10Foxtrott) [21:33:12] (03CR) 10Bartosz Dziewoński: "Superseded by https://gerrit.wikimedia.org/r/138286" [core] - 10https://gerrit.wikimedia.org/r/108040 (https://bugzilla.wikimedia.org/60077) (owner: 10Gerrit Patch Uploader) [21:33:14] 3MediaWiki extensions / 3WikidataRepo: [time ui] years like 1400 are added with precision=7 (century) - 10https://bugzilla.wikimedia.org/63726#c2 (10John Mark Vandenberg) The user input was '1400'. The UI should keep that literal string in its memory and apply the precision changes to that string to obtain t... [21:33:20] (03Abandoned) 10Bartosz Dziewoński: Embed background images in jquery.ui.theme.css correctly [core] - 10https://gerrit.wikimedia.org/r/108040 (https://bugzilla.wikimedia.org/60077) (owner: 10Gerrit Patch Uploader) [21:35:57] (03Merged) 10jenkins-bot: Fix "CSSMin url() value remapping not working in certain obscure cases" [core] - 10https://gerrit.wikimedia.org/r/138286 (https://bugzilla.wikimedia.org/60077) (owner: 10Foxtrott) [21:36:32] 3MediaWiki / 3ResourceLoader: CSSMin url() value remapping not working in certain obscure cases (braces in comments inside declarations: background: /*{test}*/ url(image.png) ) - 10https://bugzilla.wikimedia.org/60077#c10 (10Bartosz Dziewoński) 5PATC>3RESO/FIX a:3s7eph4n Thank you! [21:36:44] 3MediaWiki extensions / 3WikiEditor: Server errors: WikiEditor tries to access missing jQuery UI images ui-bg_*.png - 10https://bugzilla.wikimedia.org/59845#c10 (10Bartosz Dziewoński) 5NEW>3RESO/FIX Will be fixed by MediaWiki 1.24. [21:37:30] 3Wikimedia / 3Site requests: Set $wgTitleBlacklistLogHits = true on WMF wikis - 10https://bugzilla.wikimedia.org/66450#c6 (10James Alexander) Roping Luis in, -1'd the patch turning it on just for now so that we know what it does. Is there a mediawiki page or something else that gives examples (or can someone... [21:38:30] (03PS39) 10Legoktm: Allow for global renaming of users [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/92468 (https://bugzilla.wikimedia.org/14862) [21:39:34] (03PS1) 10Aaron Schulz: Added a 5000 revision limit to Special:MergeHistory [core] - 10https://gerrit.wikimedia.org/r/138735 [21:40:24] (03PS2) 10Aaron Schulz: Some improvements to Special:MergeHistory [core] - 10https://gerrit.wikimedia.org/r/138735 [21:41:19] (03CR) 10Bartosz Dziewoński: "Reverted? Well, good thing I didn't combine it with the previous patch like you suggested. :>" [core] - 10https://gerrit.wikimedia.org/r/135429 (https://bugzilla.wikimedia.org/65748) (owner: 10Bartosz Dziewoński) [21:41:51] (03PS4) 10devunt: Remove obsolete RC_MOVE and RC_MOVE_OVER_REDIRECT rc types [core] - 10https://gerrit.wikimedia.org/r/137519 (https://bugzilla.wikimedia.org/63755) [21:42:32] (03CR) 10devunt: "PS4: Add release notes." [core] - 10https://gerrit.wikimedia.org/r/137519 (https://bugzilla.wikimedia.org/63755) (owner: 10devunt) [21:42:58] (03PS2) 10Bartosz Dziewoński: Remove
[core] - 10https://gerrit.wikimedia.org/r/136548 [21:46:34] <^d> phpunit is broken on vagrant for me :( [21:48:31] (03CR) 10Ori.livneh: [C: 032] Remove
[core] - 10https://gerrit.wikimedia.org/r/136548 (owner: 10Bartosz Dziewoński) [21:50:29] 3Wikimedia / 3Site requests: Set $wgTitleBlacklistLogHits = true on WMF wikis - 10https://bugzilla.wikimedia.org/66450#c7 (10Ajraddatz) The log would show hits of users attempting to create accounts which trigger the TBL (global or local). An example log entry: 20:28, 9 June 2014 99.99.99.99 (talk | block)... [21:51:08] legoktm: are you sure about merging https://gerrit.wikimedia.org/r/#/c/123128/ ? [21:51:22] I didn't think it was ready but if you think it is... [21:51:28] (03Merged) 10jenkins-bot: Remove
[core] - 10https://gerrit.wikimedia.org/r/136548 (owner: 10Bartosz Dziewoński) [21:52:44] 3Wikimedia / 3Site requests: Set $wgTitleBlacklistLogHits = true on WMF wikis - 10https://bugzilla.wikimedia.org/66450#c8 (10John F. Lewis) In it's current form, CheckUser seems to be the only group which this would be usable for. [21:58:11] 3Wikimedia / 3Site requests: Set $wgTitleBlacklistLogHits = true on WMF wikis - 10https://bugzilla.wikimedia.org/66450#c9 (10PiRSquared17) Copying my gerrit comment here, with some annotations, for the record: "Yeah, I'm actually a bit [read: very] surprised it [read: original patch for title blacklist log]... [21:59:34] (03PS1) 10Rillke: MimeMagic: Don't seek before BOF [core] - 10https://gerrit.wikimedia.org/r/138737 (https://bugzilla.wikimedia.org/66428) [22:00:28] 3Wikimedia / 3Site requests: Set $wgTitleBlacklistLogHits = true on WMF wikis - 10https://bugzilla.wikimedia.org/66450#c10 (10James Alexander) (In reply to Ajraddatz from comment #7) > The log would show hits of users attempting to create accounts which trigger > the TBL (global or local). An example log ent... [22:01:49] (03PS1) 10Legoktm: LoginForm: Pass username as first parameter to error message if aborted [core] - 10https://gerrit.wikimedia.org/r/138738 [22:03:01] <^d> Is there some role I need to enable on vagrant to get phpunit? [22:03:26] 3Wikimedia / 3Site requests: Set $wgTitleBlacklistLogHits = true on WMF wikis - 10https://bugzilla.wikimedia.org/66450#c11 (10PiRSquared17) (In reply to James Alexander from comment #10) > (In reply to Ajraddatz from comment #7) > > The log would show hits of users attempting to create accounts which trigger... [22:03:59] 3MediaWiki extensions / 3WikidataRepo: string value cannot contain parenthesis - 10https://bugzilla.wikimedia.org/66457 (10Aude) 3NEW p:3Unprio s:3normal a:3Wikidata bugs strings apparently cannot contain parenthesis. such strings are considered "malformed input". [22:04:41] (03PS1) 10Trevor Parscal: Revert "Fix "CSSMin url() value remapping not working in certain obscure cases"" [core] - 10https://gerrit.wikimedia.org/r/138739 [22:06:40] "obscure cases" like Beta Cluster? cc James_F [22:06:41] ;) [22:06:50] * James_F grins. [22:07:07] Hmm. Apparently it didn't break it on all pages but some? [22:07:09] * James_F shrugs. [22:07:11] huh: yes, mainly because it's off by default. [22:07:15] main page at least [22:09:15] (03PS2) 10Yurik: More bug fixes and features [extensions/JsonConfig] - 10https://gerrit.wikimedia.org/r/138734 [22:09:24] (03CR) 10Bartosz Dziewoński: [C: 032] Revert "Fix "CSSMin url() value remapping not working in certain obscure cases"" [core] - 10https://gerrit.wikimedia.org/r/138739 (owner: 10Trevor Parscal) [22:09:50] greg-g: It's amazing how clean our content looks when we dump the skin chrome entirely. [22:10:18] legoktm: is it allowed to submit a follow-up? [22:10:28] James_F: the new mobile skin? :) [22:10:28] to the patch [22:10:33] greg-g: :-D [22:10:38] huh: sure, it'll just be a new patchset [22:12:31] (03PS40) 10Legoktm: Allow for global renaming of users [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/92468 (https://bugzilla.wikimedia.org/14862) [22:12:55] (03Merged) 10jenkins-bot: Revert "Fix "CSSMin url() value remapping not working in certain obscure cases"" [core] - 10https://gerrit.wikimedia.org/r/138739 (owner: 10Trevor Parscal) [22:12:56] 3MediaWiki extensions / 3[other]: [RDFIO] Fatal error: Class 'SMWSQLStore3' not found - 10https://bugzilla.wikimedia.org/66430#c2 (10moissinac) SMW 1.8.0.4 OK for MediaWiki I will update it tomorrow Here, it's time to sleep for me Thank's [22:13:17] (03CR) 10Dr0ptp4kt: [C: 032] More bug fixes and features [extensions/JsonConfig] - 10https://gerrit.wikimedia.org/r/138734 (owner: 10Yurik) [22:13:52] does checking localStorage in a head script have significant performance implications? [22:13:53] (03Merged) 10jenkins-bot: More bug fixes and features [extensions/JsonConfig] - 10https://gerrit.wikimedia.org/r/138734 (owner: 10Yurik) [22:14:02] ori: ^^ [22:14:23] tgr: it's a synchronous api, so possibly. i'd profile and check. [22:14:53] (03PS1) 10Aaron Schulz: Improved DB handling in LCStoreDB [core] - 10https://gerrit.wikimedia.org/r/138740 [22:15:15] ori: https://gerrit.wikimedia.org/r/#/c/138677/ fairly simple [22:15:16] 3Wikimedia / 3Site requests: Set $wgTitleBlacklistLogHits = true on WMF wikis - 10https://bugzilla.wikimedia.org/66450#c12 (10Ajraddatz) We can already CheckUser any successfully created accounts, so no change from the status quo there. I would argue it is needed. If I globally blacklist a common string fo... [22:15:27] ^d: https://gerrit.wikimedia.org/r/#/c/138740/ [22:17:12] 3Wikimedia / 3Site requests: Set $wgTitleBlacklistLogHits = true on WMF wikis - 10https://bugzilla.wikimedia.org/66450#c13 (10James Alexander) (In reply to PiRSquared17 from comment #11) > (In reply to James Alexander from comment #10) > > (In reply to Ajraddatz from comment #7) > > > The log would show hits... [22:17:57] (03CR) 10MaxSem: [C: 032] Removed undeclared var from wfDebug() [core] - 10https://gerrit.wikimedia.org/r/138724 (owner: 10Yurik) [22:18:32] (03CR) 10jenkins-bot: [V: 04-1] Improved DB handling in LCStoreDB [core] - 10https://gerrit.wikimedia.org/r/138740 (owner: 10Aaron Schulz) [22:18:41] (03CR) 10Legoktm: "Needed for https://gerrit.wikimedia.org/r/#/c/92468/40/CentralAuthHooks.php,cm" [core] - 10https://gerrit.wikimedia.org/r/138738 (owner: 10Legoktm) [22:19:25] (03PS10) 10EBernhardson: Implement flow-api-handler data attribute [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/137957 (owner: 10SG) [22:19:29] (03CR) 10CSteipp: [C: 031] "Works in testing. I think it's ready." [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/92468 (https://bugzilla.wikimedia.org/14862) (owner: 10Legoktm) [22:20:15] (03CR) 10Legoktm: "Latest patchset needs Ifb55a2e180c619f7d06f728dd8eea2c9863b8f82 in core." [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/92468 (https://bugzilla.wikimedia.org/14862) (owner: 10Legoktm) [22:21:05] (03CR) 10MaxSem: [C: 032] "Even if this breaks something, it's just Oracle! :P" [core] - 10https://gerrit.wikimedia.org/r/133412 (https://bugzilla.wikimedia.org/64970) (owner: 10Withoutaname) [22:21:31] (03Merged) 10jenkins-bot: Removed undeclared var from wfDebug() [core] - 10https://gerrit.wikimedia.org/r/138724 (owner: 10Yurik) [22:24:13] (03Merged) 10jenkins-bot: Fetch string to pass through writeTemporary() in DatabaseOracle.php [core] - 10https://gerrit.wikimedia.org/r/133412 (https://bugzilla.wikimedia.org/64970) (owner: 10Withoutaname) [22:30:26] (03PS1) 10Chad: Make the cache and images directories owned by vagrant [vagrant] - 10https://gerrit.wikimedia.org/r/138741 [22:34:45] (03PS2) 10Aaron Schulz: Improved DB handling in LCStoreDB [core] - 10https://gerrit.wikimedia.org/r/138740 [22:34:58] 3Wikimedia / 3Bugzilla: Add tim@tim-landscheidt.de to Default CC of all components of the product Wikimedia Labs - 10https://bugzilla.wikimedia.org/66453#c1 (10Andre Klapper) 5NEW>3RESO/FIX a:3Andre Klapper Done except for "bots" which is closed for new tickets anyway: https://bugzilla.wikimedia.org/de... [22:36:13] (03PS1) 10Legoktm: Remove usage of $wgRedactedFunctionArguments [extensions/OATHAuth] - 10https://gerrit.wikimedia.org/r/138742 [22:38:24] (03CR) 10jenkins-bot: [V: 04-1] Improved DB handling in LCStoreDB [core] - 10https://gerrit.wikimedia.org/r/138740 (owner: 10Aaron Schulz) [22:38:31] (03CR) 10Legoktm: "Was removed from core in I3d570a6385f96a606e1af53c50faa03b9ebacd38" [extensions/OATHAuth] - 10https://gerrit.wikimedia.org/r/138742 (owner: 10Legoktm) [22:39:35] (03CR) 10CSteipp: [C: 032] "This should be fine. If an existing hook handler, or User::addToDatabase was already broken, passing a message with $1 back to the message" [core] - 10https://gerrit.wikimedia.org/r/138738 (owner: 10Legoktm) [22:41:47] (03PS1) 10Chad: Add geo_tags to the list of parser test tables [extensions/GeoData] - 10https://gerrit.wikimedia.org/r/138744 [22:43:13] (03Merged) 10jenkins-bot: LoginForm: Pass username as first parameter to error message if aborted [core] - 10https://gerrit.wikimedia.org/r/138738 (owner: 10Legoktm) [22:43:42] (03PS1) 10Gerrit Patch Uploader: Fixes regarding title blacklist log [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/138745 (https://bugzilla.wikimedia.org/21206) [22:43:57] (03CR) 10Gerrit Patch Uploader: "This commit was uploaded using the Gerrit Patch Uploader [1]." [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/138745 (https://bugzilla.wikimedia.org/21206) (owner: 10Gerrit Patch Uploader) [22:46:03] (03CR) 10Legoktm: [C: 04-1] "Thanks for submitting this." (031 comment) [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/138745 (https://bugzilla.wikimedia.org/21206) (owner: 10Gerrit Patch Uploader) [22:48:04] legoktm: ah, right [22:48:33] anyway, as you said, I think the original patch was ok since it is disabled by default [22:51:45] well, it looks like new User gives $wgUser... [22:51:57] 3MediaWiki / 3ResourceLoader: CSSMin url() value remapping not working in certain obscure cases (braces in comments inside declarations: background: /*{test}*/ url(image.png) ) - 10https://bugzilla.wikimedia.org/60077#c11 (10Bartosz Dziewoński) 5RESO/FIX>3REOP Reverted in https://gerrit.wikimedia.org/r/#... [22:52:52] huh: uhhh, really? [22:52:56] (03PS1) 10Chad: Unbreak Special:Random on empty wikis [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/138746 [22:53:04] (03CR) 10jenkins-bot: [V: 04-1] Unbreak Special:Random on empty wikis [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/138746 (owner: 10Chad) [22:53:26] I tested it, legoktm, and it looks like it does exactly what I don't want it to do (namely, give the IP) [22:53:33] uck [22:53:47] huh: what about User::newFromName( 'MediaWiki default' ) ? [22:54:14] that's ugly, but okay [22:55:45] (03CR) 10Tim Starling: "Parent5446: I am saying that we should do a combination of options 2 and 3. The main advantage of using our own repository for third-party" [core] - 10https://gerrit.wikimedia.org/r/135290 (https://bugzilla.wikimedia.org/63483) (owner: 1001tonythomas) [22:56:24] (03CR) 10Tim Starling: "2 and 4, rather" [core] - 10https://gerrit.wikimedia.org/r/135290 (https://bugzilla.wikimedia.org/63483) (owner: 1001tonythomas) [22:57:39] TimStarling: the current plan for WMF production is to use mediawiki/core/vendor/swiftmailer, are you suggesting we do/encourage that for all other users of MW too? [22:58:19] (03PS1) 10EBernhardson: Attempt at writing flowApiRequestFromForm [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138747 [22:58:28] 3MediaWiki / 3Skin and page rendering: Vector should use prefixed classes like .mw-body instead of deprecated ids like #content - 10https://bugzilla.wikimedia.org/66461 (10Gabriel Wicke) 3NEW p:3Unprio s:3normal a:3None We are trying to apply the Vector styles to raw Parsoid output for render testing... [22:58:41] 3MediaWiki / 3Skin and page rendering: Vector should use prefixed classes like .mw-body instead of deprecated ids like #content - 10https://bugzilla.wikimedia.org/66461 (10Gabriel Wicke) p:5Unprio>3Normal [22:59:00] legoktm: well, not quite all [22:59:04] (03PS3) 10Bsitu: edit header [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/137474 [22:59:46] some people will want to use composer, but composer doesn't really need to install things in $IP/vendor, does it? [23:00:27] I imagine we would just grab the composer autoloader and let it figure out where a library is [23:00:48] er, I don't follow you [23:01:44] which part? [23:01:52] TimStarling: hi. [23:02:14] "grab the composer autoloader and let it figure out where a library is" [23:02:41] 3Wikimedia / 3Bugzilla: Style the alias field value differently - 10https://bugzilla.wikimedia.org/62160 (10Mark Holmquist) [23:03:44] maybe it does actually require libraries to be in $IP/vendor? [23:03:53] (03PS2) 10Gerrit Patch Uploader: Fixes regarding title blacklist log [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/138745 (https://bugzilla.wikimedia.org/21206) [23:03:55] (03CR) 10Gerrit Patch Uploader: "This commit was uploaded using the Gerrit Patch Uploader [1]." [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/138745 (https://bugzilla.wikimedia.org/21206) (owner: 10Gerrit Patch Uploader) [23:04:02] (03PS5) 10Bartosz Dziewoński: ResourceLoaderFileModule: Implement remoteSkinPath option [core] - 10https://gerrit.wikimedia.org/r/136650 (owner: 10Daniel Friesen) [23:05:27] TimStarling: I think (haven't checked), composer uses ./vendor/ to put stuff in, and for mediawiki that lines up to $IP/vendor, which is why WebStart.php autloads $IP/vendor/autoload.php if it exists [23:05:35] s/autloads/requires/ [23:06:41] (03CR) 10CSteipp: MimeMagic: Don't seek before BOF (031 comment) [core] - 10https://gerrit.wikimedia.org/r/138737 (https://bugzilla.wikimedia.org/66428) (owner: 10Rillke) [23:07:30] (03CR) 10MaxSem: Add geo_tags to the list of parser test tables (032 comments) [extensions/GeoData] - 10https://gerrit.wikimedia.org/r/138744 (owner: 10Chad) [23:08:21] well, there are "custom installers" generally they do need to be installed under $IP [23:08:50] https://getcomposer.org/doc/faqs/how-do-i-install-a-package-to-a-custom-path-for-my-framework.md [23:08:51] (03PS2) 10Chad: Add geo_tags to the list of parser test tables [extensions/GeoData] - 10https://gerrit.wikimedia.org/r/138744 [23:09:19] says that custom installers are used for e.g. wordpress where plugins can be put directly into the appropriate directory [23:09:22] (03CR) 10Bartosz Dziewoński: [C: 031] "Rebased. I am going to merge this in a week unless someone stops me. This is a very simple fix that has the potential to remove a lot of m" [core] - 10https://gerrit.wikimedia.org/r/136650 (owner: 10Daniel Friesen) [23:09:35] (03CR) 10Chad: "Whatever CI issue it was I don't think it's fixed :(" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/138746 (owner: 10Chad) [23:10:13] so anyway... [23:10:21] (03PS2) 10EBernhardson: Only merge external content once [extensions/Flow] - 10https://gerrit.wikimedia.org/r/138675 [23:10:31] I think you could have a git submodule, but just not initialize it and use composer instead [23:10:36] how does that sound? [23:11:26] but MW's installer would have to check to make sure there is a sane vendor/ directory (assuming a feature is introduced which requires it) [23:12:13] so just create a "vendor" submodule pointing to mediawiki/core/vendor by default, and let people choose to use it if they want? [23:12:19] yeah [23:12:36] but I think it should be included in the release tarballs [23:12:51] (03PS1) 10Bsitu: Add 'pagination' to empty topiclist result [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138749 [23:13:00] yeah definitely [23:13:03] sounds like a good idea to me [23:13:10] if people want a copy of MediaWiki that depends on composer, they could presumably get it from packagist [23:13:24] the copy in packagist would not have anything bundled [23:15:15] (03PS2) 10EBernhardson: Attempt at writing flowApiRequestFromForm [extensions/Flow] (frontend-rewrite) - 10https://gerrit.wikimedia.org/r/138747 [23:22:08] (03PS2) 10Legoktm: API: Allow user to specify what notification types they want or don't want [extensions/Echo] - 10https://gerrit.wikimedia.org/r/137246 (https://bugzilla.wikimedia.org/57043) [23:22:12] (03CR) 10Alex Monk: [C: 032] Remove usage of $wgRedactedFunctionArguments [extensions/OATHAuth] - 10https://gerrit.wikimedia.org/r/138742 (owner: 10Legoktm) [23:22:22] (03Merged) 10jenkins-bot: Remove usage of $wgRedactedFunctionArguments [extensions/OATHAuth] - 10https://gerrit.wikimedia.org/r/138742 (owner: 10Legoktm) [23:22:37] (03CR) 10MaxSem: [C: 032] Add geo_tags to the list of parser test tables [extensions/GeoData] - 10https://gerrit.wikimedia.org/r/138744 (owner: 10Chad) [23:22:42] (03Merged) 10jenkins-bot: Add geo_tags to the list of parser test tables [extensions/GeoData] - 10https://gerrit.wikimedia.org/r/138744 (owner: 10Chad) [23:24:05] (03PS1) 10QChris: Use window's Geo object [extensions/NavigationTiming] - 10https://gerrit.wikimedia.org/r/138750 [23:25:07] (03CR) 10Bsitu: [C: 032] Only merge external content once [extensions/Flow] - 10https://gerrit.wikimedia.org/r/138675 (owner: 10EBernhardson) [23:25:24] (03Merged) 10jenkins-bot: Only merge external content once [extensions/Flow] - 10https://gerrit.wikimedia.org/r/138675 (owner: 10EBernhardson) [23:25:47] (03CR) 10Tim Starling: "I've just been talking about this with Legoktm, and we came with the following possible plan:" [core] - 10https://gerrit.wikimedia.org/r/135290 (https://bugzilla.wikimedia.org/63483) (owner: 1001tonythomas) [23:28:48] (03CR) 10Parent5446: "You keep mentioning these tasks without thinking about who's going to fulfill them. The "code can be reviewed before it is distributed to " [core] - 10https://gerrit.wikimedia.org/r/135290 (https://bugzilla.wikimedia.org/63483) (owner: 1001tonythomas) [23:30:43] (03CR) 10Gergő Tisza: "The old code used window's Geo object as well. Is this a code style issue? Performance issue?" [extensions/NavigationTiming] - 10https://gerrit.wikimedia.org/r/138750 (owner: 10QChris) [23:31:34] (03PS1) 10Yurik: Removed $wgJsonConfigStorage. Now relies on ->store or ->isLocal [extensions/JsonConfig] - 10https://gerrit.wikimedia.org/r/138751 [23:37:37] (03CR) 10QChris: "> The old code used window's Geo object as well." [extensions/NavigationTiming] - 10https://gerrit.wikimedia.org/r/138750 (owner: 10QChris) [23:38:05] (03CR) 10Dr0ptp4kt: [C: 032] Removed $wgJsonConfigStorage. Now relies on ->store or ->isLocal [extensions/JsonConfig] - 10https://gerrit.wikimedia.org/r/138751 (owner: 10Yurik) [23:38:09] (03Merged) 10jenkins-bot: Removed $wgJsonConfigStorage. Now relies on ->store or ->isLocal [extensions/JsonConfig] - 10https://gerrit.wikimedia.org/r/138751 (owner: 10Yurik) [23:38:20] (03CR) 10Tim Starling: "It wouldn't be necessary for every email feature to use the legacy interface compatible with mail() -- optional features could check for t" [core] - 10https://gerrit.wikimedia.org/r/135290 (https://bugzilla.wikimedia.org/63483) (owner: 1001tonythomas) [23:38:57] 3MediaWiki / 3Database: errors using Oracle DB with oci8 - 10https://bugzilla.wikimedia.org/64970 (10TeleComNasSprVen) 5PATC>3RESO/FIX [23:50:38] (03CR) 10Manybubbles: [C: 032] Unbreak Special:Random on empty wikis [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/138746 (owner: 10Chad) [23:50:45] (03CR) 10jenkins-bot: [V: 04-1] Unbreak Special:Random on empty wikis [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/138746 (owner: 10Chad) [23:50:51] (03PS1) 10Yurik: removed config->storeHere, updated api examples [extensions/JsonConfig] - 10https://gerrit.wikimedia.org/r/138756 [23:55:06] (03CR) 10Dr0ptp4kt: [C: 032 V: 031] removed config->storeHere, updated api examples [extensions/JsonConfig] - 10https://gerrit.wikimedia.org/r/138756 (owner: 10Yurik) [23:55:10] (03Merged) 10jenkins-bot: removed config->storeHere, updated api examples [extensions/JsonConfig] - 10https://gerrit.wikimedia.org/r/138756 (owner: 10Yurik) [23:55:30] (03PS1) 10Legoktm: Use SpecialPage::checkPermissions [extensions/UserMerge] - 10https://gerrit.wikimedia.org/r/138757 [23:56:43] (03PS1) 10Ori.livneh: revamp apache module [vagrant] - 10https://gerrit.wikimedia.org/r/138759 [23:57:13] RoanKattouw, https://gerrit.wikimedia.org/r/#/c/138101/ [23:57:54] (03CR) 10Catrope: [C: 032] Added JsonConfig to mobile channel [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/138101 (owner: 10Yurik) [23:57:57] (03Merged) 10jenkins-bot: Added JsonConfig to mobile channel [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/138101 (owner: 10Yurik)