[00:00:16] halfak: Depending on what it is I might be able to answer [00:00:34] I'd appreciate. I'm working with OOjs UI elements in javascript. [00:00:59] I'd like to figure out the best way to get the selected value out of something like OO.ui.ButtonOptionWidget [00:01:24] I expected to find a "getValue()" method that got the value of the selected button. [00:02:02] Let me see [00:02:16] https://doc.wikimedia.org/oojs-ui/master/#!/api/OO.ui.ButtonOptionWidget [00:03:02] So, a ButtonOptionWidget is just a single optoin [00:03:12] OptionWidgets are grouped in a SelectWidget [00:03:27] Oh! Of course. I meant ButtonSelectWidget [00:03:47] So if you ... right [00:04:42] 6MediaWiki-Core-Team, 6Project-Creators: Archive the MediaWiki-Core-Team project - https://phabricator.wikimedia.org/T95507#1192645 (10bd808) 3NEW [00:04:44] So you can call getSelectedItem on a SelectWidget, and that gives you the selected OptionWidget [00:04:56] 10MediaWiki-extensions-DonationInterface, 3Fundraising Sprint House of Pain, 10Fundraising Tech Backlog, 3Fundraising Sprint Grandmaster Flash, 5Patch-For-Review: Write an abstracted interface for queue send and receive - https://phabricator.wikimedia.org/T92916#1192653 (10awight) a:5awight>3None Una... [00:06:09] halfak: The way that we typically make this useful is by constructing each OptionWidget with some "data" which identifies it, and then doing selectWidget.getSelectedItem().getData() [00:06:47] So you can do something like new OO.ui.ButtonOptionWidget( { data: 'foo' } ); and then when that one is selected, selectWidget.getSelectedItem().getData() will return 'foo' [00:06:49] Does that make sense? [00:07:01] It does. [00:07:08] And I can work with that. [00:07:19] https://www.mediawiki.org/wiki/OOjs_UI/Widgets/Selects_and_Options has a more detailed explanation of the select/option universe [00:07:20] So, next Q. How do I name an element and then use that name later. [00:07:37] What do you mean exactly by "name" and "use that name"? [00:07:54] Basically, I want to build a json object that reflects the key/value pairs that a whole form would submit. [00:08:14] When you submit a form, the "name" and "value" attributes are important. [00:08:24] I'd like to do the equivalent with OOjs UI. [00:08:31] Right [00:08:36] But I want JSON. [00:09:05] That would be a good feature request for OO.ui.FormLayout I suppose [00:09:10] I'm trying to figure out a way to save a "key" with each /value generating field" [00:09:35] I was half expecting to find it there when I looked. :) [00:09:51] Right [00:10:08] I'll file the bug, but I'm curious if you see a way for me to do this manually now? [00:10:18] Dude thanks for reading my mind [00:10:20] Yes please file a bug [00:10:51] And as for doing this manually, you could have something like var fields = { state: stateButtonSelect, zipcode: zipcodeInput, ... }; [00:11:23] And then do something like formData = {}; for ( key in fields ) { formData[key] = fields[key].getValue(); } [00:11:30] I see. So, a little bit of pre-processing and storing the names outside of the OO.ui elements will be necessary. [00:11:41] ... ignoring for the moment that the interfaces aren't uniform and SelectWidget doesn't have getValue() :( *grumble* [00:11:45] I was afraid of that. [00:11:46] Yeah [00:11:58] As you say, we should handle that for you, but we don't yet [00:12:17] Gotcha. Might submit a patch too if I get excite. Off to file the bug. :) [00:12:25] Mostly because "generic form leading to formData AJAX request" isn't a thing that has really occurred in VE yet [00:12:52] That's the thing about OOjs UI in its current state, if your use case is something that existing adopters didn't need, there's a good likelihood that we don't have it yet [00:13:52] No worries. Makes sense. [00:17:29] (03CR) 10Legoktm: [C: 032] "Do you want to backport this to 1.25?" [core] - 10https://gerrit.wikimedia.org/r/135433 (https://phabricator.wikimedia.org/T67772) (owner: 10PleaseStand) [00:21:20] (03CR) 10Legoktm: WIP: Make unit tests suck less (031 comment) [core] - 10https://gerrit.wikimedia.org/r/202469 (owner: 10Chad) [00:21:59] 7Design, 6Collaboration-Team, 10Flow, 3Roadmap, 7notice: Move Flow "header" to right rail, add toggle for full-width + link to archives - https://phabricator.wikimedia.org/T88114#1192679 (10DannyH) [00:22:03] (03CR) 10Legoktm: [C: 032] Do not pass null to Title::newFromText in Special:MyLanguage [core] - 10https://gerrit.wikimedia.org/r/202379 (owner: 10Nikerabbit) [00:23:31] (03CR) 10Legoktm: [C: 032] Added LogEntryBase::extractParams/makeParamBlob [core] - 10https://gerrit.wikimedia.org/r/200317 (owner: 10Umherirrender) [00:26:42] (03CR) 10BryanDavis: Add module and role for ContentTranslation extension (031 comment) [vagrant] - 10https://gerrit.wikimedia.org/r/180027 (https://phabricator.wikimedia.org/T88163) (owner: 10Jsahleen) [00:26:56] (03CR) 10Legoktm: [C: 032] Add help link to three rather important pages [core] - 10https://gerrit.wikimedia.org/r/194414 (https://phabricator.wikimedia.org/T45591) (owner: 10Nemo bis) [00:26:58] (03Merged) 10jenkins-bot: update.php: Correctly report durations >= 1 hour [core] - 10https://gerrit.wikimedia.org/r/135433 (https://phabricator.wikimedia.org/T67772) (owner: 10PleaseStand) [00:27:15] 6MediaWiki-API-Team, 10MediaWiki-RfCs: RfC: AuthManager - https://phabricator.wikimedia.org/T91105#1192687 (10bd808) p:5Triage>3Normal [00:27:43] 10MediaWiki-ResourceLoader, 10MediaWiki-Vagrant, 5Patch-For-Review: ResourceLoader slow under MediaWiki-Vagrant with VirtualBox - https://phabricator.wikimedia.org/T78733#1192689 (10bd808) a:5bd808>3None [00:29:38] (03CR) 10Legoktm: [C: 032] PLURAL support for list lengths in default-skin-not-found [core] - 10https://gerrit.wikimedia.org/r/198300 (owner: 10Purodha) [00:30:16] (03CR) 10EBernhardson: "minor doc problem, will update" (031 comment) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/202339 (https://phabricator.wikimedia.org/T90681) (owner: 10Matthias Mullie) [00:31:25] (03Merged) 10jenkins-bot: Do not pass null to Title::newFromText in Special:MyLanguage [core] - 10https://gerrit.wikimedia.org/r/202379 (owner: 10Nikerabbit) [00:32:49] (03Merged) 10jenkins-bot: Added LogEntryBase::extractParams/makeParamBlob [core] - 10https://gerrit.wikimedia.org/r/200317 (owner: 10Umherirrender) [00:33:26] (03CR) 10Legoktm: "So...this can/should be merged now?" [core] - 10https://gerrit.wikimedia.org/r/186145 (https://phabricator.wikimedia.org/T87190) (owner: 10Florianschmidtwelzow) [00:33:52] (03CR) 10Legoktm: [C: 032] Skip file count on Special:Statistics when no files and no upload [core] - 10https://gerrit.wikimedia.org/r/189235 (owner: 10Umherirrender) [00:34:39] (03CR) 10Legoktm: [C: 032] Set context earlier in ImageListPager::__construct [core] - 10https://gerrit.wikimedia.org/r/197935 (owner: 10Umherirrender) [00:34:45] (03Abandoned) 10Legoktm: jenkins job validation, do not submit [core] - 10https://gerrit.wikimedia.org/r/193754 (owner: 10Legoktm) [00:35:58] (03CR) 10Legoktm: [C: 032] Use XML localName when importing [core] - 10https://gerrit.wikimedia.org/r/149508 (https://phabricator.wikimedia.org/T6520) (owner: 10TTO) [00:37:28] (03CR) 10Legoktm: "Is this still needed?" [core] - 10https://gerrit.wikimedia.org/r/54805 (owner: 10MarkTraceur) [00:38:05] (03Abandoned) 10Legoktm: Update RestBaseUpdateJobs for cherry-picks [core] (wmf/1.25wmf20) - 10https://gerrit.wikimedia.org/r/196464 (owner: 10Ori.livneh) [00:38:07] (03Abandoned) 10Legoktm: Update RestBaseUpdateJobs to master [core] (wmf/1.25wmf20) - 10https://gerrit.wikimedia.org/r/196468 (owner: 10Ori.livneh) [00:39:17] RoanKattouw, https://phabricator.wikimedia.org/T95508 [00:39:30] Thanks halfak [00:39:41] And I'm off. Thanks for your help and have a good night! o/ [00:39:48] (03CR) 10Legoktm: "@Daniel: Poke!" [core] - 10https://gerrit.wikimedia.org/r/184554 (https://phabricator.wikimedia.org/T45868) (owner: 10TTO) [00:41:22] (03Merged) 10jenkins-bot: Add help link to three rather important pages [core] - 10https://gerrit.wikimedia.org/r/194414 (https://phabricator.wikimedia.org/T45591) (owner: 10Nemo bis) [00:43:33] 10MediaWiki-extensions-ContentTranslation: Translating en>sv Malformats {{Reflist}} - https://phabricator.wikimedia.org/T95509#1192731 (10Josve05a) 3NEW [00:43:38] 10MediaWiki-extensions-DonationInterface, 3Fundraising Sprint House of Pain: Queue backend implementation is configured per queue - https://phabricator.wikimedia.org/T92919#1192738 (10awight) 5Open>3Resolved a:3awight Collateral done. [00:43:41] (03PS1) 10Legoktm: Add help link to three rather important pages [core] (REL1_25) - 10https://gerrit.wikimedia.org/r/202968 (https://phabricator.wikimedia.org/T45591) [00:43:47] 10MediaWiki-extensions-ContentTranslation: Translating en>sv malformats {{Reflist}} - https://phabricator.wikimedia.org/T95509#1192743 (10Josve05a) [00:43:49] (03CR) 10Legoktm: [C: 032] Add help link to three rather important pages [core] (REL1_25) - 10https://gerrit.wikimedia.org/r/202968 (https://phabricator.wikimedia.org/T45591) (owner: 10Legoktm) [00:44:23] (03Merged) 10jenkins-bot: PLURAL support for list lengths in default-skin-not-found [core] - 10https://gerrit.wikimedia.org/r/198300 (owner: 10Purodha) [00:45:06] (03Merged) 10jenkins-bot: Skip file count on Special:Statistics when no files and no upload [core] - 10https://gerrit.wikimedia.org/r/189235 (owner: 10Umherirrender) [00:45:09] (03Merged) 10jenkins-bot: Set context earlier in ImageListPager::__construct [core] - 10https://gerrit.wikimedia.org/r/197935 (owner: 10Umherirrender) [00:45:25] 10MediaWiki-extensions-DonationInterface, 3Fundraising Sprint House of Pain, 10Fundraising Tech Backlog: Adapt the Memcache queue subclass - https://phabricator.wikimedia.org/T92918#1192750 (10awight) [00:46:27] (03Merged) 10jenkins-bot: Use XML localName when importing [core] - 10https://gerrit.wikimedia.org/r/149508 (https://phabricator.wikimedia.org/T6520) (owner: 10TTO) [00:47:32] 10MediaWiki-extensions-ContentTranslation: Translation of stub templates - https://phabricator.wikimedia.org/T95510#1192756 (10Josve05a) 3NEW [00:48:50] 7Design, 6Collaboration-Team: Topic pages for deleted topics should have a header with info about deletion - https://phabricator.wikimedia.org/T95511#1192768 (10DannyH) 3NEW [00:49:16] (03PS5) 10EBernhardson: Add content type: fixed-html [extensions/Flow] - 10https://gerrit.wikimedia.org/r/202339 (https://phabricator.wikimedia.org/T90681) (owner: 10Matthias Mullie) [00:50:19] 7Design, 6Collaboration-Team: Topic pages for deleted topics should have a header with info about deletion - https://phabricator.wikimedia.org/T95511#1192776 (10DannyH) [00:53:42] (03CR) 10EBernhardson: [C: 032] Stop doing pointless Parsoid roundtrips [extensions/Flow] - 10https://gerrit.wikimedia.org/r/202335 (https://phabricator.wikimedia.org/T90681) (owner: 10Matthias Mullie) [00:53:51] (03CR) 10EBernhardson: [C: 032] Get rid of redundant use's [extensions/Flow] - 10https://gerrit.wikimedia.org/r/202336 (owner: 10Matthias Mullie) [00:54:00] (03CR) 10EBernhardson: [C: 032] Replace API param 'contentFormat' by 'format' [extensions/Flow] - 10https://gerrit.wikimedia.org/r/202337 (owner: 10Matthias Mullie) [00:54:03] (03PS8) 10Cenarium: Single hook to register tags, ChangeTag class and perf improvements [core] - 10https://gerrit.wikimedia.org/r/201905 (https://phabricator.wikimedia.org/T91535) [00:54:15] (03CR) 10EBernhardson: [C: 032] Get rid of $requiresWikitext (031 comment) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/202338 (owner: 10Matthias Mullie) [00:54:24] (03CR) 10EBernhardson: [C: 032] Add content type: fixed-html [extensions/Flow] - 10https://gerrit.wikimedia.org/r/202339 (https://phabricator.wikimedia.org/T90681) (owner: 10Matthias Mullie) [00:55:02] (03CR) 10EBernhardson: [C: 04-1] "We should set a date on when this will be merged. weeks, months? What is the acceptable deprecation period." [extensions/Flow] - 10https://gerrit.wikimedia.org/r/202346 (owner: 10Matthias Mullie) [00:55:19] (03CR) 10jenkins-bot: [V: 04-1] Single hook to register tags, ChangeTag class and perf improvements [core] - 10https://gerrit.wikimedia.org/r/201905 (https://phabricator.wikimedia.org/T91535) (owner: 10Cenarium) [00:56:47] 7Design, 6Collaboration-Team, 10Flow: Flow entry fields should not look terrible - https://phabricator.wikimedia.org/T95512#1192784 (10DannyH) 3NEW [00:56:57] (03Merged) 10jenkins-bot: Add help link to three rather important pages [core] (REL1_25) - 10https://gerrit.wikimedia.org/r/202968 (https://phabricator.wikimedia.org/T45591) (owner: 10Legoktm) [00:57:16] 7Design, 6Collaboration-Team, 10Flow: Flow entry fields should not look terrible - https://phabricator.wikimedia.org/T95512#1192793 (10DannyH) [01:01:04] (03Merged) 10jenkins-bot: Stop doing pointless Parsoid roundtrips [extensions/Flow] - 10https://gerrit.wikimedia.org/r/202335 (https://phabricator.wikimedia.org/T90681) (owner: 10Matthias Mullie) [01:01:20] (03Merged) 10jenkins-bot: Get rid of redundant use's [extensions/Flow] - 10https://gerrit.wikimedia.org/r/202336 (owner: 10Matthias Mullie) [01:03:57] (03Merged) 10jenkins-bot: Replace API param 'contentFormat' by 'format' [extensions/Flow] - 10https://gerrit.wikimedia.org/r/202337 (owner: 10Matthias Mullie) [01:05:37] (03Merged) 10jenkins-bot: Get rid of $requiresWikitext [extensions/Flow] - 10https://gerrit.wikimedia.org/r/202338 (owner: 10Matthias Mullie) [01:05:40] (03CR) 10Anomie: Add X-Analytics header for API requests too (031 comment) [extensions/XAnalytics] - 10https://gerrit.wikimedia.org/r/202800 (https://phabricator.wikimedia.org/T92875) (owner: 10Legoktm) [01:05:48] (03Merged) 10jenkins-bot: Add content type: fixed-html [extensions/Flow] - 10https://gerrit.wikimedia.org/r/202339 (https://phabricator.wikimedia.org/T90681) (owner: 10Matthias Mullie) [01:07:21] (03PS9) 10Cenarium: Single hook to register tags, ChangeTag class and perf improvements [core] - 10https://gerrit.wikimedia.org/r/201905 (https://phabricator.wikimedia.org/T91535) [01:08:14] (03CR) 10Legoktm: Add X-Analytics header for API requests too (031 comment) [extensions/XAnalytics] - 10https://gerrit.wikimedia.org/r/202800 (https://phabricator.wikimedia.org/T92875) (owner: 10Legoktm) [01:11:13] 7Design, 6Collaboration-Team, 10WikiLove: Convert WikiLove to use OOJS UI - https://phabricator.wikimedia.org/T95393#1192830 (10yuvipanda) [01:17:57] 7HHVM, 7Upstream: HHVM with FastCGI does not support streaming output - https://phabricator.wikimedia.org/T91468#1192835 (10tstarling) With segfault fix: {F110261} Segfault fix only: ``` diff --git a/hphp/runtime/base/execution-context.cpp b/hphp/runtime/base/execution-context.cpp index ee2a793..11146ba 10064... [01:24:30] (03PS28) 10Paladox: Add support for svg with png fallback for logo [core] - 10https://gerrit.wikimedia.org/r/193434 (https://phabricator.wikimedia.org/T86229) [01:28:45] (03CR) 10Chad: WIP: Make unit tests suck less (031 comment) [core] - 10https://gerrit.wikimedia.org/r/202469 (owner: 10Chad) [01:28:58] (03PS1) 10Prtksxna: core: getTitle: Return undefined for JavaScript links [extensions/Popups] - 10https://gerrit.wikimedia.org/r/202976 (https://phabricator.wikimedia.org/T95215) [01:33:52] (03CR) 10jenkins-bot: [V: 04-1] core: getTitle: Return undefined for JavaScript links [extensions/Popups] - 10https://gerrit.wikimedia.org/r/202976 (https://phabricator.wikimedia.org/T95215) (owner: 10Prtksxna) [01:38:03] (03PS2) 10Prtksxna: core: getTitle: Return undefined for JavaScript links [extensions/Popups] - 10https://gerrit.wikimedia.org/r/202976 (https://phabricator.wikimedia.org/T95215) [01:46:52] (03PS1) 10Mattflaschen: WIP: LQT maintenance refactoring [extensions/Flow] - 10https://gerrit.wikimedia.org/r/202979 [01:47:30] (03CR) 10Mattflaschen: "Needs further testing. Last problem was that LQT didn't know about move before query for topics happened." [extensions/Flow] - 10https://gerrit.wikimedia.org/r/202979 (owner: 10Mattflaschen) [01:49:55] 10MediaWiki-RfCs, 10Wikimedia-General-or-Unknown: cleaner URLs for editing, previewing skins, etc. - https://phabricator.wikimedia.org/T14619#1192857 (10Spage) a:5GWicke>3None Status approved by Tim Starling in [[ http://tools.wmflabs.org/meetbot/wikimedia-office/2015/wikimedia-office.2015-04-08-21.00.html... [01:50:27] (03CR) 10jenkins-bot: [V: 04-1] WIP: LQT maintenance refactoring [extensions/Flow] - 10https://gerrit.wikimedia.org/r/202979 (owner: 10Mattflaschen) [01:51:40] 10MediaWiki-RfCs, 10Wikimedia-General-or-Unknown: cleaner URLs for editing, previewing skins, etc. - https://phabricator.wikimedia.org/T14619#1192863 (10Spage) [01:57:50] 10Math, 7Mobile: MathJax does not work on MobileFrontend - https://phabricator.wikimedia.org/T95498#1192876 (10Jdlrobson) [02:04:35] 10MediaWiki-General-or-Unknown, 6translatewiki.net, 7I18n, 7Performance, 7Regression: At least one user is permanently unable to use Special:RecentChanges on translatewiki.net - https://phabricator.wikimedia.org/T74228#1192893 (10Praveenp) For some reason, problem increased recently. Even smaller days an... [02:06:22] 10MediaWiki-RfCs, 10Wikimedia-General-or-Unknown: cleaner URLs for editing, previewing skins, etc. - https://phabricator.wikimedia.org/T14619#1192903 (10DanielFriesen) Why was the RFC simply accepted with absolutely no discussion over the negative effects of blacklisting `/wiki/*?` which I brought up on wikite... [02:14:17] 10MediaWiki-extensions-TitleBlacklist, 10SUL-Finalization, 10Wikimedia-Site-requests, 5Patch-For-Review, 7user-notice: User name blacklist should be managed globally to avoid SUL fragmentation - https://phabricator.wikimedia.org/T38939#1192923 (10Billinghurst) @gpaumier I think another prod through wikit... [02:14:23] 10MediaWiki-RfCs: Introduce library for assertions for parameter validation and post-condition checking - https://phabricator.wikimedia.org/T91071#1192925 (10Spage) a:3daniel Approved by Tim Starling in [[ http://tools.wmflabs.org/meetbot/wikimedia-office/2015/wikimedia-office.2015-04-08-21.00.html | 2015-04-0... [02:15:25] 10MediaWiki-RfCs: Introduce library for assertions for parameter validation and post-condition checking - https://phabricator.wikimedia.org/T91071#1192929 (10Spage) p:5Triage>3Normal [02:20:54] (03CR) 10Physikerwelt: [C: 032] "Works. Tested with IE 11." [extensions/Math] - 10https://gerrit.wikimedia.org/r/198741 (owner: 10Esanders) [02:23:06] (03Merged) 10jenkins-bot: Remove paragraph unwrapping, moved to parent class [extensions/Math] - 10https://gerrit.wikimedia.org/r/198741 (owner: 10Esanders) [02:30:30] (03PS10) 10Cenarium: Single hook to register tags, ChangeTag class and perf improvements [core] - 10https://gerrit.wikimedia.org/r/201905 (https://phabricator.wikimedia.org/T91535) [02:31:30] 10MediaWiki-Vagrant, 10Mathoid-General-or-Unknown, 5Patch-For-Review: Services in Vagrant should not be cloned into root - https://phabricator.wikimedia.org/T89919#1192944 (10Physikerwelt) Has anyone tested this with SMW? After the update I get the following message while running update.php ``` wiki: #!/us... [02:39:43] 10MediaWiki-Export-or-Import, 5Patch-For-Review: Special:Import does not consider XML namespace - https://phabricator.wikimedia.org/T6520#1192959 (10TTO) 5Open>3Resolved a:3TTO I think we can consider this fixed. WikiImporter doesn't take any notice of the `xmlns`, partly because XMLReader seems to be ve... [02:51:32] (03CR) 10Cenarium: Single hook to register tags, ChangeTag class and perf improvements (032 comments) [core] - 10https://gerrit.wikimedia.org/r/201905 (https://phabricator.wikimedia.org/T91535) (owner: 10Cenarium) [03:02:55] (03PS2) 10AndyRussG: WIP Send RL context to getDependencies [core] - 10https://gerrit.wikimedia.org/r/202925 [03:04:46] 10MediaWiki-Vagrant, 10Mathoid-General-or-Unknown, 5Patch-For-Review: Services in Vagrant should not be cloned into root - https://phabricator.wikimedia.org/T89919#1192981 (10bd808) >>! In T89919#1192944, @Physikerwelt wrote: > Has anyone tested this with SMW? > After the update I get the following message w... [03:12:51] (03CR) 10AndyRussG: "Thanks @Legoktm! The use case is for CentralNotice campaigns to be able to choose special RL modules ahead of deciding about showing a ban" [core] - 10https://gerrit.wikimedia.org/r/202925 (owner: 10AndyRussG) [03:13:42] (03PS1) 10Andrew Bogott: Initial commit [sink_nova_ldap] - 10https://gerrit.wikimedia.org/r/202983 [03:15:39] (03CR) 10AndyRussG: "(Link fail... it's https://www.mediawiki.org/wiki/Extension:CentralNotice/Notes/Campaign-associated_mixins_and_banner_history )" [core] - 10https://gerrit.wikimedia.org/r/202925 (owner: 10AndyRussG) [03:15:58] (03CR) 10Andrew Bogott: [C: 032 V: 032] Initial commit [sink_nova_ldap] - 10https://gerrit.wikimedia.org/r/202983 (owner: 10Andrew Bogott) [03:48:28] (03CR) 10Legoktm: [C: 031] WIP: Make unit tests suck less [core] - 10https://gerrit.wikimedia.org/r/202469 (owner: 10Chad) [03:57:39] (03CR) 10Santhosh: [C: 04-1] "Running the rebuild script with CLDR 27.0.1 gives me the following diff." [extensions/cldr] - 10https://gerrit.wikimedia.org/r/202684 (owner: 10Mjbmr) [03:59:52] (03CR) 10TTO: [C: 04-1] "Please put spaces around =" (031 comment) [core] - 10https://gerrit.wikimedia.org/r/202925 (owner: 10AndyRussG) [04:07:17] (03CR) 10Ricordisamoa: [C: 031] core: getTitle: Return undefined for JavaScript links (031 comment) [extensions/Popups] - 10https://gerrit.wikimedia.org/r/202976 (https://phabricator.wikimedia.org/T95215) (owner: 10Prtksxna) [04:13:20] 6Wikimedia-DC: Grant root access on Wikimedia DC server to legoktm, Isarra, and Emufarmers - https://phabricator.wikimedia.org/T89078#1193042 (10Emufarmers) My keys are on in my Wikitech prefs. [04:13:49] 10MediaWiki-Interface, 7Tracking: Deprecate inline styles (tracking) - https://phabricator.wikimedia.org/T37704#1193043 (10jeremyb-phone) [04:15:43] 6Wikimedia-DC: Grant root access on Wikimedia DC server to legoktm, Isarra, and Emufarmers - https://phabricator.wikimedia.org/T89078#1193044 (10Isarra) I do, but I have no idea how to link it or whatever. Same account name, though. [04:19:20] (03PS1) 10BryanDavis: Fix puppet-lint configuration to exclude submodules [vagrant] - 10https://gerrit.wikimedia.org/r/202985 [04:19:22] (03PS1) 10BryanDavis: Fix puppet-lint warnings [vagrant] - 10https://gerrit.wikimedia.org/r/202986 [04:19:24] (03PS1) 10BryanDavis: Bump mediawiki-vagrant version in Gemfile.lock [vagrant] - 10https://gerrit.wikimedia.org/r/202987 [04:19:26] (03PS1) 10BryanDavis: Move shared_cache apt configuration from site.pp to ::apt [vagrant] - 10https://gerrit.wikimedia.org/r/202988 [04:19:28] (03PS1) 10BryanDavis: Remove unused puppet/files and puppet/templates [vagrant] - 10https://gerrit.wikimedia.org/r/202989 [04:19:30] (03PS1) 10BryanDavis: Cleanup site.pp and use ::mwv [vagrant] - 10https://gerrit.wikimedia.org/r/202990 [04:36:44] 10MediaWiki-Database, 5Patch-For-Review: SiteStatsInit::edits and SiteStatsInit::articles query storm - https://phabricator.wikimedia.org/T95426#1193049 (10Springle) From IRC: ``` 14:12 #wikimedia-operations: < MaxSem> springle, re that outage: is there a way to find out the contents of site_stats before that... [04:55:48] (03PS1) 10Aude: Replace use of assertType with assertInternalType and assertInstanceOf [core] - 10https://gerrit.wikimedia.org/r/202991 [04:56:28] 10MediaWiki-extensions-Graph, 6Scrum-of-Scrums, 10Security-Reviews, 6Services, and 2 others: Perform a security review of graphoid - https://phabricator.wikimedia.org/T93126#1193061 (10GWicke) @csteipp, I think it makes sense to proxy graphoid. I was just looking into adding all of those headers by defaul... [04:57:06] (03PS2) 10Aude: Replace use of assertType with assertInternalType and assertInstanceOf [core] - 10https://gerrit.wikimedia.org/r/202991 [04:58:08] (03CR) 10Aude: "some comments, not really anything worth -1 imho" (034 comments) [core] - 10https://gerrit.wikimedia.org/r/202469 (owner: 10Chad) [04:58:49] (03CR) 10Aude: "see also https://gerrit.wikimedia.org/r/#/c/202991/ which addresses some of the comments. can make it a follow up or whatever." [core] - 10https://gerrit.wikimedia.org/r/202469 (owner: 10Chad) [05:02:12] (03CR) 10jenkins-bot: [V: 04-1] Replace use of assertType with assertInternalType and assertInstanceOf [core] - 10https://gerrit.wikimedia.org/r/202991 (owner: 10Aude) [05:03:27] wtf, "Error: 14 Can't change size of file (Errcode: 28) (localhost)" ? [05:07:55] 10MediaWiki-extensions-Graph, 6Scrum-of-Scrums, 10Security-Reviews, 6Services, and 2 others: Perform a security review of graphoid - https://phabricator.wikimedia.org/T93126#1193063 (10GWicke) See https://github.com/wikimedia/restbase/pull/228 for the PR & {T95443} for the corresponding task. [05:09:44] aude: ugh, it's out of disk space [05:10:10] /dev/vda2 1.9G 1.8G 128K 100% /var [05:10:23] :( [05:10:34] * aude is fixing the actual failure, though [05:11:29] fixed [05:11:50] thanks [05:16:52] (03PS3) 10Aude: Replace use of assertType with assertInternalType and assertInstanceOf [core] - 10https://gerrit.wikimedia.org/r/202991 [05:23:41] (03PS1) 10Yurik: Fixed ApiQueryBase::selectNamedDb() return value [core] - 10https://gerrit.wikimedia.org/r/202994 [05:41:36] 10MediaWiki-extensions-DonationInterface, 10Fundraising Tech Backlog: Simplify the orphan slayer - https://phabricator.wikimedia.org/T95523#1193069 (10awight) 3NEW [05:41:53] 10MediaWiki-extensions-DonationInterface, 10Fundraising Tech Backlog, 7Technical-Debt: Simplify the orphan slayer - https://phabricator.wikimedia.org/T95523#1193076 (10awight) [05:51:12] (03PS17) 10BryanDavis: Fix aggregated reports to work on the new reviews system [wikimedia/iegreview] - 10https://gerrit.wikimedia.org/r/198233 (https://phabricator.wikimedia.org/T93251) (owner: 10Niharika29) [05:52:50] (03CR) 10Awight: "Note to self: I think there were profiling improvements that will eliminate part of this patch." [core] - 10https://gerrit.wikimedia.org/r/141113 (owner: 10Awight) [05:53:30] (03PS18) 10BryanDavis: Fix aggregated reports to work on the new reviews system [wikimedia/iegreview] - 10https://gerrit.wikimedia.org/r/198233 (https://phabricator.wikimedia.org/T93251) (owner: 10Niharika29) [05:55:02] (03PS1) 10Legoktm: jenkins job validation, do not submit [extensions/GlobalCssJs] - 10https://gerrit.wikimedia.org/r/202997 [05:55:16] (03CR) 10Legoktm: "check experimental" [extensions/GlobalCssJs] - 10https://gerrit.wikimedia.org/r/202997 (owner: 10Legoktm) [05:58:13] (03CR) 10BryanDavis: [C: 04-1] "Pretty close to being correct. A few things to fix pointed out inline." (032 comments) [wikimedia/iegreview] - 10https://gerrit.wikimedia.org/r/198233 (https://phabricator.wikimedia.org/T93251) (owner: 10Niharika29) [05:58:17] 3Google-Summer-of-Code-2015, 7I18n: Linguistic Version Control for Polygraphia - https://phabricator.wikimedia.org/T94160#1193087 (10jayvdb) Is your airport destination pages pywikibot code open source? Is the bot deployed; what is its username? If you have a github account, it would be useful to link to tha... [06:00:30] bd808: o/ Thanks! [06:01:02] 10MediaWiki-extensions-Graph, 6Scrum-of-Scrums, 10Security-Reviews, 6Services, and 2 others: Perform a security review of graphoid - https://phabricator.wikimedia.org/T93126#1193090 (10Yurik) @gwicke, what functionality would graphoid get when proxied through restbase? Unless there is some useful functiona... [06:04:29] (03Restored) 10Legoktm: jenkins job validation, do not submit [extensions/MassMessage] - 10https://gerrit.wikimedia.org/r/195070 (owner: 10Legoktm) [06:04:36] (03CR) 10Legoktm: "check experimental" [extensions/MassMessage] - 10https://gerrit.wikimedia.org/r/195070 (owner: 10Legoktm) [06:08:50] (03Restored) 10Legoktm: Jenkins job validation (DO NOT SUBMIT) [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/135897 (owner: 10Hashar) [06:08:57] (03CR) 10Legoktm: "check experimental" [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/135897 (owner: 10Hashar) [06:10:17] (03Abandoned) 10Legoktm: jenkins job validation, do not submit [extensions/MassMessage] - 10https://gerrit.wikimedia.org/r/195070 (owner: 10Legoktm) [06:10:26] (03Abandoned) 10Legoktm: Jenkins job validation (DO NOT SUBMIT) [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/135897 (owner: 10Hashar) [06:16:26] (03CR) 10Legoktm: "recheck" [extensions/GlobalCssJs] - 10https://gerrit.wikimedia.org/r/202997 (owner: 10Legoktm) [06:18:10] (03Abandoned) 10Legoktm: jenkins job validation, do not submit [extensions/GlobalCssJs] - 10https://gerrit.wikimedia.org/r/202997 (owner: 10Legoktm) [06:19:13] 10MediaWiki-General-or-Unknown, 6translatewiki.net, 7I18n, 7Performance, 7Regression: At least one user is permanently unable to use Special:RecentChanges on translatewiki.net - https://phabricator.wikimedia.org/T74228#1193099 (10Nikerabbit) The MySQL queries are taking ~20 seconds. [06:42:22] 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release5, 3LE-Sprint-85: Unable to reenter the ongoing translation in ukwiki - https://phabricator.wikimedia.org/T94402#1193124 (10Nikerabbit) @Piramidion Can you confirm that this still happen when you try to open that draft at https://uk.wikipe... [06:47:36] 7Design, 10MediaWiki-Documentation, 7Documentation, 5Patch-For-Review, 7user-notice: Link translatable help pages on mediawiki.org from the relevant special pages, actions etc. - https://phabricator.wikimedia.org/T45591#1193126 (10Nemo_bis) Thanks Legoktm! If there is interest in a backport I can work on... [06:49:15] 6Phabricator: make gerritbot remove the "patch-for-review" tag once a patch is merged (or abandoned) - https://phabricator.wikimedia.org/T95309#1193129 (10mmodell) [06:49:18] 6Phabricator: Create a phabricator api method to remove 'patch-for-review' tag from a task - https://phabricator.wikimedia.org/T95307#1193127 (10mmodell) 5Open>3declined @MZMcBride: The code for a new api method would probably go in https://git.wikimedia.org/summary/phabricator%2Fextensions.git or a dedicate... [06:52:39] 6Phabricator, 10pywikibot-core: Migrate Pywikibot to Differential code review - https://phabricator.wikimedia.org/T95526#1193130 (10jayvdb) 3NEW [06:52:54] 10Phabricator-Production-Instance, 10Wikimedia Phabricator RfC: Configure the size limit of the file upload configuration for tasks to a higher limit than 10MB - https://phabricator.wikimedia.org/T160#1193137 (10mmodell) I'm not sure how bad performance would be but I suspect that it would be pretty terrible. [06:54:41] 10Wikimedia-General-or-Unknown: templatelinks corruption - https://phabricator.wikimedia.org/T39417#1193142 (10Nemo_bis) [06:54:45] 10Wikimedia-General-or-Unknown, 5Patch-For-Review: "refreshLinks.php --dfn-only" can't reliably make it through a full enwiki run - https://phabricator.wikimedia.org/T38195#1193138 (10Nemo_bis) 5Open>3Resolved a:3Nemo_bis >>! In T38195#1191788, @PleaseStand wrote: > The above change is in 1.25wmf24, whic... [06:54:47] 6Phabricator, 10pywikibot-core: Migrate Pywikibot to Differential code review - https://phabricator.wikimedia.org/T95526#1193144 (10jayvdb) [06:54:51] 10Gerrit-Migration, 10Wikimania-Hackathon-2015: Proof of concept of code review in Phabricator - https://phabricator.wikimedia.org/T560#1193143 (10jayvdb) [06:57:22] 10MediaWiki-Maintenance-scripts, 5Patch-For-Review, 7Performance: make "refreshLinks.php --dfn-only" faster (to work on en.wiki) - https://phabricator.wikimedia.org/T44180#1193148 (10Nemo_bis) T38195 was closed, now a shell user needs to run the script on en.wiki and see how long it takes. Then T18112 can be... [07:02:08] 7Design, 10MediaWiki-extensions-ContentTranslation, 10Wikidata, 5ContentTranslation-Release5, 3LE-Sprint-85: When creating a new page, suggest doing a translation instead - https://phabricator.wikimedia.org/T88600#1193153 (10Pginer-WMF) a:5Pginer-WMF>3None [07:07:17] 10Datasets-General-or-Unknown: Dump the change_tag table - https://phabricator.wikimedia.org/T68700#1193158 (10Nemo_bis) p:5Low>3Normal [07:07:39] 10Datasets-General-or-Unknown, 7Tracking: Create SQL dumps for certain database tables, partial if necessary (tracking) - https://phabricator.wikimedia.org/T27602#1193160 (10Nemo_bis) p:5Low>3Normal [07:08:30] 10Datasets-General-or-Unknown: Create partial SQL dump of watchlist table - https://phabricator.wikimedia.org/T51133#1193162 (10Nemo_bis) p:5Low>3Normal [07:08:36] 10Datasets-General-or-Unknown: Create partial SQL dump of logging table - https://phabricator.wikimedia.org/T51134#1193164 (10Nemo_bis) p:5Low>3Normal [07:08:52] 10Datasets-General-or-Unknown: Create partial SQL dump of user table - https://phabricator.wikimedia.org/T51132#1193166 (10Nemo_bis) p:5Low>3Normal [07:12:25] 10Datasets-General-or-Unknown: Create also 'stable versions only' dumps for wikis with FlaggedRevs - https://phabricator.wikimedia.org/T19189#1193170 (10Nemo_bis) p:5Normal>3Lowest I'm not sure this is really in scope for XML dumps. @Kelson, do you think such a feature can/should be implemented in [[https://... [07:13:44] is it just me? Fatal error: Class 'UtfNormal\Validator' not found in /vagrant/mediawiki/includes/debug/MWDebug.php on line 330 [07:13:47] in vagrant [07:13:50] on calling api.php [07:15:00] bd808, ==> default: Error: mwscript createAndPromote.php --wiki=wiki Selenium_user vagrant returned 255 instead of one of [0] [07:15:00] ==> default: Error: /Stage[main]/Browsertests/Mediawiki::User[Selenium_user]/Exec[mediawiki_user_Selenium_user]/returns: change from notrun to 0 failed: mwscript createAndPromote.php --wiki=wiki Selenium_user vagrant returned 255 instead of one of [0] [07:15:11] vagrant provision [07:15:25] 10Datasets-General-or-Unknown: Include uncompressed size and other metadata in each dump file - https://phabricator.wikimedia.org/T28499#1193173 (10Nemo_bis) [07:15:27] 10Datasets-General-or-Unknown: Include uncompressed file sizes in data dump download pages - https://phabricator.wikimedia.org/T8064#1193174 (10Nemo_bis) [07:16:05] 10Datasets-General-or-Unknown: Include uncompressed file sizes in data dump download pages - https://phabricator.wikimedia.org/T8064#1193176 (10Nemo_bis) p:5Normal>3Low [07:16:23] 10MediaWiki-extensions-WikibaseRepository, 10Datasets-General-or-Unknown, 10Wikidata: provide "latest" link for JSON dumps - https://phabricator.wikimedia.org/T72247#1193178 (10Nemo_bis) p:5Normal>3Low [07:17:02] 10MediaWiki-extensions-WikibaseRepository, 10Datasets-General-or-Unknown, 10Wikidata: provide incremental JSON dumps for Wikidata - https://phabricator.wikimedia.org/T72246#1193182 (10Nemo_bis) p:5Normal>3Low [07:17:50] 10MediaWiki-extensions-ContentTranslation, 10ContentTranslation-Deployments, 5ContentTranslation-Release5, 3LE-Sprint-85, and 3 others: Enable 'newarticle' campaign in all CX enabled wikis - https://phabricator.wikimedia.org/T95147#1193184 (10Nikerabbit) [07:18:13] (03CR) 10TTO: [C: 04-1] Use PoolCounter for SiteStats updates (031 comment) [core] - 10https://gerrit.wikimedia.org/r/202732 (https://phabricator.wikimedia.org/T95426) (owner: 10MaxSem) [07:18:49] 10MediaWiki-extensions-UploadWizard, 6Multimedia: Analyze UploadWizard funnel logs - https://phabricator.wikimedia.org/T95527#1193189 (10Tgr) 3NEW a:3Tgr [07:18:52] 10Datasets-General-or-Unknown: dumps.wikimedia.org has broken content in the html index - https://phabricator.wikimedia.org/T87404#1193202 (10Nemo_bis) 5Open>3Resolved a:3Nemo_bis https://bits.wikimedia.org/skins/MonoBook/headbg.jpg 200 [07:19:08] 10MediaWiki-extensions-UploadWizard, 6Multimedia: Analyze UploadWizard funnel logs - https://phabricator.wikimedia.org/T95527#1193206 (10Tgr) [07:19:09] 6MediaWiki-API-Team, 10MediaWiki-extensions-UploadWizard, 6Commons, 6Multimedia, and 3 others: Address technical issues responsible for funnel drop-offs in UploadWizard - https://phabricator.wikimedia.org/T91652#1092375 (10Tgr) [07:19:42] 10Datasets-General-or-Unknown: Username to user_id match is inconsistent in revisions of dump. - https://phabricator.wikimedia.org/T29774#1193208 (10Nemo_bis) 5Open>3Invalid No indication provided that this was a real bug. [07:19:44] 10Datasets-General-or-Unknown, 7Tracking: XML data post-processing (tracking) - https://phabricator.wikimedia.org/T29772#1193210 (10Nemo_bis) [07:20:01] 10Datasets-General-or-Unknown, 5Patch-For-Review: mwxml2sql fails for `mediawiki' versions above 1.21; patch posted for review - https://phabricator.wikimedia.org/T68663#1193211 (10Nemo_bis) p:5Normal>3Low [07:20:06] 10Datasets-General-or-Unknown: Wikidata JSON dump: better compression than gzip - https://phabricator.wikimedia.org/T70793#1193213 (10Nemo_bis) p:5Normal>3Low [07:20:22] 10Datasets-General-or-Unknown: incremental dumps: use getopt-style short/long options - https://phabricator.wikimedia.org/T56634#1193215 (10Nemo_bis) p:5Normal>3Low [07:20:36] 10Datasets-General-or-Unknown: incremental dumps: don't hardcode export-0.8.xsd - https://phabricator.wikimedia.org/T56635#1193217 (10Nemo_bis) p:5Normal>3Low [07:22:16] (03PS1) 10Umherirrender: Set context earlier in UploadForm::__construct [core] - 10https://gerrit.wikimedia.org/r/203001 [07:22:44] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 10Wikidata-Sprint-2015-04-07: Browsertests for monolingual text value input - https://phabricator.wikimedia.org/T88546#1193219 (10WMDE-Fisch) https://github.com/wmde/WikidataBrowserTests/pull/68 [07:23:02] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 5Patch-For-Review, 10Wikidata-Sprint-2015-04-07: Browsertests for monolingual text value input - https://phabricator.wikimedia.org/T88546#1193220 (10WMDE-Fisch) [07:23:37] (03PS2) 10Umherirrender: Bypass TransformTooBigImageAreaError for ForeignApiFile [core] - 10https://gerrit.wikimedia.org/r/186602 (https://phabricator.wikimedia.org/T34387) [07:24:41] 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release5, 3LE-Sprint-85: ULS IME does not work in Content Translation - https://phabricator.wikimedia.org/T88279#1193223 (10Arrbee) [07:24:57] 10MediaWiki-General-or-Unknown, 7JavaScript, 3Multimedia-Sprint-2015-03-25, 5Patch-For-Review: mw.track subscribers cannot unsubscribe - https://phabricator.wikimedia.org/T93986#1193225 (10Tgr) [07:24:58] 10MediaWiki-extensions-Sentry, 6Multimedia, 3Multimedia-Sprint-2015-03-25, 5Patch-For-Review: Catch uncaught exceptions with Sentry - https://phabricator.wikimedia.org/T88874#1193224 (10Tgr) [07:26:04] 10MediaWiki-extensions-Sentry, 10MediaWiki-extensions-UploadWizard, 6Multimedia, 7Epic, and 3 others: Deploy Sentry (JavaScript error logging) to production, configured to log only UploadWizard - https://phabricator.wikimedia.org/T91649#1193227 (10Tgr) Javascript error logging (but not Sentry) has been dep... [07:27:38] 10MediaWiki-extensions-WikibaseRepository, 10Datasets-General-or-Unknown, 10Wikidata: provide "latest" link for JSON dumps - https://phabricator.wikimedia.org/T72247#1193229 (10hoo) p:5Low>3Normal [07:30:13] 10Datasets-General-or-Unknown: Add robot policy for each namespace to the dumps - https://phabricator.wikimedia.org/T60805#1193243 (10Nemo_bis) p:5Normal>3Low > I think it would be simplest to just use robotpolicy="noindex,nofollow" (or whatever the actual policy is) on each element, since that's... [07:30:41] 10Datasets-General-or-Unknown: Make the dump download page a sortable table - https://phabricator.wikimedia.org/T29808#1193245 (10Nemo_bis) p:5Normal>3Lowest [07:31:34] 10Datasets-General-or-Unknown: Select of revisions for stub history files does not explicitly order revisions - https://phabricator.wikimedia.org/T29112#1193249 (10Nemo_bis) p:5Normal>3Low [07:31:36] (03PS28) 10Awight: Componentize Title permissions logic [core] - 10https://gerrit.wikimedia.org/r/166357 (https://phabricator.wikimedia.org/T386) [07:32:01] 10Datasets-General-or-Unknown: Look at implementing some sort of parity files that can be downloaded - https://phabricator.wikimedia.org/T29729#1193252 (10Nemo_bis) 5Open>3stalled p:5Normal>3Low [07:32:07] (03PS29) 10Awight: Componentize Title permissions logic [core] - 10https://gerrit.wikimedia.org/r/166357 (https://phabricator.wikimedia.org/T386) [07:32:24] 10Datasets-General-or-Unknown: ETA for jobs that run in parallel is completely wrong - https://phabricator.wikimedia.org/T29115#1193255 (10Nemo_bis) p:5Normal>3Low [07:33:48] 10Datasets-General-or-Unknown: Provide database dumps of just article namespace and/or remove project-space from "articles" dump - https://phabricator.wikimedia.org/T20919#1193259 (10Nemo_bis) p:5Normal>3Low a:5ArielGlenn>3None [07:34:18] (03CR) 10Awight: "PS28: I went ahead and refactored as a stateless helper, to see what it would look like..." [core] - 10https://gerrit.wikimedia.org/r/166357 (https://phabricator.wikimedia.org/T386) (owner: 10Awight) [07:37:04] 10Datasets-General-or-Unknown, 7Tracking: XML data post-processing (tracking) - https://phabricator.wikimedia.org/T29772#1193264 (10Nemo_bis) [07:37:05] 10Datasets-General-or-Unknown: Length of dump text and length field in API do not match - https://phabricator.wikimedia.org/T29773#1193262 (10Nemo_bis) 5Open>3declined > Note that this results in false negatives when detecting identity reverts AFAICS this was resolved downstream, or at least https://pythonh... [07:37:37] (03PS30) 10Awight: Componentize Title permissions logic [core] - 10https://gerrit.wikimedia.org/r/166357 (https://phabricator.wikimedia.org/T386) [07:37:38] 10Datasets-General-or-Unknown, 7Tracking: XML data post-processing (tracking) - https://phabricator.wikimedia.org/T29772#321740 (10Nemo_bis) [07:37:40] 10Datasets-General-or-Unknown: Sort revisions by timestamp - https://phabricator.wikimedia.org/T29777#1193265 (10Nemo_bis) 5Open>3Invalid [07:38:29] 10Datasets-General-or-Unknown: Include uncompressed file sizes in data dump download pages - https://phabricator.wikimedia.org/T8064#1193269 (10Nemo_bis) [07:38:31] 10Datasets-General-or-Unknown: Include uncompressed sizes in dump file RSS info - https://phabricator.wikimedia.org/T16631#1193268 (10Nemo_bis) [07:38:44] 10Datasets-General-or-Unknown: Include uncompressed sizes in dump file RSS info - https://phabricator.wikimedia.org/T16631#1193270 (10Nemo_bis) p:5Normal>3Low [07:39:04] 10Datasets-General-or-Unknown: Progress bar for parallelized jobs shows report from only the chunk that updated last - https://phabricator.wikimedia.org/T29124#1193272 (10Nemo_bis) p:5Normal>3Low [07:44:31] (03PS8) 10Awight: WIP split up internalAttemptSave [core] - 10https://gerrit.wikimedia.org/r/141113 [07:46:24] 10Datasets-General-or-Unknown: Include page count in database dumps - https://phabricator.wikimedia.org/T23195#1193280 (10Nemo_bis) 5Open>3declined Dumps are dumps. We don't do parsing. [07:47:02] 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release5, 5Patch-For-Review: Polish the CX Dashboard - https://phabricator.wikimedia.org/T88344#1193282 (10Pginer-WMF) I took a look at the initial change, and it is definitely a great step in the right direction. Well done! I went with @Nirzar t... [07:48:16] 10MediaWiki-extensions-WikibaseRepository, 10Datasets-General-or-Unknown, 10Wikidata: provide "latest" link for JSON dumps - https://phabricator.wikimedia.org/T72247#1193285 (10hoo) a:3hoo [07:48:35] (03CR) 10Purodha: "Anomie added that clarification to the message documentation. Thank you. Now, I would like to signal that this patch set is finally to be " [core] - 10https://gerrit.wikimedia.org/r/200515 (owner: 10Purodha) [07:49:10] 10Datasets-General-or-Unknown: Create also 'stable versions only' dumps for wikis with FlaggedRevs - https://phabricator.wikimedia.org/T19189#1193289 (10Nemo_bis) [07:49:33] 10Datasets-General-or-Unknown: Wikimedia dumps should contain FlaggedRevs data, including article status - https://phabricator.wikimedia.org/T18546#1193291 (10Nemo_bis) [07:49:35] 10Datasets-General-or-Unknown, 7Tracking: Create SQL dumps for certain database tables, partial if necessary (tracking) - https://phabricator.wikimedia.org/T27602#1193290 (10Nemo_bis) [07:50:25] 10Datasets-General-or-Unknown: Create also 'stable versions only' dumps for wikis with FlaggedRevs - https://phabricator.wikimedia.org/T19189#1193292 (10Kelson) It's for sure feasible. How much work is necessary to achieve this is unclear to me. My motivation is not on the top to work on that now, but "yes" this... [07:50:34] 10MediaWiki-extensions-UploadWizard, 6Multimedia: Analyze UploadWizard funnel logs - https://phabricator.wikimedia.org/T95527#1193293 (10Tgr) The first full day's data: ``` mysql:research@analytics-store.eqiad.wmnet [log]> select event_message, count(*) count from UploadWizardExceptionFlowEvent_11717009 where... [07:51:00] (03CR) 10TTO: "Since you are the change owner, you should see an "abandon change" button to the right of "review" :)" [core] - 10https://gerrit.wikimedia.org/r/200515 (owner: 10Purodha) [07:55:20] (03Abandoned) 10Purodha: Fix typo in message text. [core] - 10https://gerrit.wikimedia.org/r/200515 (owner: 10Purodha) [07:55:29] (03CR) 10Awight: Helper to get a page's revision ID given an approximate time (032 comments) [core] - 10https://gerrit.wikimedia.org/r/201929 (https://phabricator.wikimedia.org/T58849) (owner: 10Awight) [07:56:40] 10Datasets-General-or-Unknown: add wb_property_info Wikidata table to dumps - https://phabricator.wikimedia.org/T70024#1193299 (10Nemo_bis) 5Open>3stalled [07:56:42] 4(no projects): Flow events not validating on EL - https://phabricator.wikimedia.org/T95169#1193302 (10Aklapper) Hi @Nuria. Please associate a project with this task, otherwise nobody can find this task when searching in the corresponding project(s) Thanks. [07:58:00] 10Programs-Evaluation: GLAM chart checks - https://phabricator.wikimedia.org/T95452#1193307 (10Aklapper) Hi @Abit. Please associate a project with this task, otherwise nobody can find this task when searching in the corresponding project(s). Also, with the current description it is rather impossible for a contri... [07:58:17] 10Wikimedia-General-or-Unknown: Around 1% of usernames lack valid userid (is 0 instead) - https://phabricator.wikimedia.org/T68676#1193309 (10Nemo_bis) [07:58:53] 10Wikimedia-General-or-Unknown: Around 1% of usernames lack valid userid (is 0 instead) - https://phabricator.wikimedia.org/T68676#693021 (10Nemo_bis) [07:58:55] 10Wikimedia-Site-requests, 7Tracking: Database table cleanup (tracking) - https://phabricator.wikimedia.org/T18660#1193310 (10Nemo_bis) [07:59:38] 10Datasets-General-or-Unknown: Reruns of an old job should autodetect chunk and page range settings - https://phabricator.wikimedia.org/T29125#1193313 (10Nemo_bis) Ariel, still current? [07:59:55] 10MediaWiki-Page-editing, 7Epic, 5Patch-For-Review: Edit conflict detection suffers a race condition - https://phabricator.wikimedia.org/T58849#1193314 (10awight) [08:00:06] 10Datasets-General-or-Unknown: Dump RSS feeds should report dump failures as well as successes - https://phabricator.wikimedia.org/T29941#1193323 (10Nemo_bis) p:5Normal>3Low [08:01:00] 10Datasets-General-or-Unknown: xml dump files should include magic words - https://phabricator.wikimedia.org/T38178#1193326 (10Nemo_bis) Again, this is probably best solved by archiving the web API's siteinfo output. [08:02:09] 10Datasets-General-or-Unknown: Provide alternate md5sums list for dumps in "latest" directory format - https://phabricator.wikimedia.org/T34130#1193327 (10Nemo_bis) p:5Normal>3Low [08:02:41] 10MediaWiki-extensions-Graph, 6Scrum-of-Scrums, 6Services: Improve Graphoid code - https://phabricator.wikimedia.org/T93881#1193330 (10Yurik) Should this issue be closed now? [08:03:14] 6MediaWiki-Core-Team, 6Project-Creators, 15User-Bd808-Test: Create Security-Team project - https://phabricator.wikimedia.org/T95486#1193331 (10Aklapper) Well, https://phabricator.wikimedia.org/tag/security/ is also a team currently so this feels pretty messy now. [08:03:18] 10Datasets-General-or-Unknown, 7Tracking: XML data post-processing (tracking) - https://phabricator.wikimedia.org/T29772#1193337 (10Nemo_bis) [08:03:20] 10Datasets-General-or-Unknown: The logging table is inconsistent with respect to the use of the params and comment fields. - https://phabricator.wikimedia.org/T29776#1193333 (10Nemo_bis) 5Open>3Invalid Not a dumps issue, moreover mostly a duplicate of T72999 and friends. [08:04:24] 10Datasets-General-or-Unknown, 7Tracking: XML data post-processing (tracking) - https://phabricator.wikimedia.org/T29772#1193339 (10Nemo_bis) 5Open>3Invalid Tracking bug no longer in use. [08:04:27] 7Tracking: Tracking bug (tracking) - https://phabricator.wikimedia.org/T4007#1193341 (10Nemo_bis) [08:06:06] 10Datasets-General-or-Unknown: Should be able to run some jobs from an XML dump at the same time - https://phabricator.wikimedia.org/T29123#1193343 (10Nemo_bis) Do the snapshot hosts currently have enough horsepower to manage further parallelisation? [08:07:09] 10Datasets-General-or-Unknown: Create also 'stable versions only' dumps for wikis with FlaggedRevs - https://phabricator.wikimedia.org/T19189#1193344 (10Nemo_bis) Thanks Kelson. Whoever is interested in this feature please send bugs to the kiwix repo. :) [08:07:49] 10MediaWiki-extensions-WikibaseRepository, 10Datasets-General-or-Unknown, 10Wikidata: provide incremental JSON dumps for Wikidata - https://phabricator.wikimedia.org/T72246#1193345 (10Magnus) I believe I originally asked for this, but current WDQ wouldn't use these anymore, and SPARQL replacements are on the... [08:08:10] 10MediaWiki-API: API: Allow edit conflict detection based on revid - https://phabricator.wikimedia.org/T34037#1193348 (10awight) See also T58849 [08:09:02] 10MediaWiki-Page-editing: Use parentRevId field for section change merging instead of timestamps - https://phabricator.wikimedia.org/T88734#1193351 (10awight) Possibly should be merged into T58849 [08:09:23] 10MediaWiki-extensions-UploadWizard, 6Multimedia: Analyze UploadWizard funnel logs - https://phabricator.wikimedia.org/T95527#1193354 (10Tgr) None of the frequent errors (count > 10) have a useful URL/line/column location. URL is either null or Special:UploadWizard or `[some jquery location] > eval` - these ar... [08:11:29] 4(no projects): OSM: bw_mapnik renders highway=raceway and boundary=protected_area in original colors instead of greyscale - https://phabricator.wikimedia.org/T86932#1193359 (10Aklapper) > There should be a catch-all project in Phab to capture/manage bug reports like this until they are reported upstream into w... [08:11:37] 10Datasets-General-or-Unknown: Create also 'stable versions only' dumps for wikis with FlaggedRevs - https://phabricator.wikimedia.org/T19189#1193360 (10Kelson) @Nemo_bis Here it is https://sourceforge.net/p/kiwix/feature-requests/909/ [08:14:05] 10Datasets-General-or-Unknown: checksum file incorrectly formated for incremental XML data dumps - https://phabricator.wikimedia.org/T69886#1193361 (10Nemo_bis) [08:14:40] 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release5, 3LE-Sprint-85: ULS IME does not work in Content Translation - https://phabricator.wikimedia.org/T88279#1193365 (10Nikerabbit) It works if I run `rangy.init()` on console after clicking on a section (which loads the rangy module) but bef... [08:15:21] 10Datasets-General-or-Unknown: Link to /android from dumps.wikimedia.org - https://phabricator.wikimedia.org/T37903#1193367 (10Nemo_bis) 5Open>3declined https://dumps.wikimedia.org/android/ is abandoned, last update was `apps-android-wikipedia-dev-sprint23.apk 30-Jan-2014 23:12 1057921` [08:15:54] 10MediaWiki-extensions-Graph, 6Scrum-of-Scrums, 6Services: Improve Graphoid code - https://phabricator.wikimedia.org/T93881#1193369 (10mobrovac) 5Open>3Resolved Gave it a final look, looks good now, so resolving. The only thing left to deal with are vega logs which get printed to stderr, and looking at... [08:15:55] 10MediaWiki-extensions-Graph, 6Services, 6operations, 10service-template-node, 7service-runner: Deploy graphoid service into production - https://phabricator.wikimedia.org/T90487#1193371 (10mobrovac) [08:16:56] (03PS31) 10Awight: Componentize Title permissions logic [core] - 10https://gerrit.wikimedia.org/r/166357 (https://phabricator.wikimedia.org/T386) [08:19:54] 10Datasets-General-or-Unknown: Dump pl.wikimedia daily - https://phabricator.wikimedia.org/T55475#1193374 (10Nemo_bis) 5Open>3declined >>! In T55475#564971, @ArielGlenn wrote: > If you only need to back up a certain subset of pages, then Special:Export or even the api is your best bet. That could be done vi... [08:21:14] 10Datasets-General-or-Unknown, 5Patch-For-Review: Add GeoData to dumps - https://phabricator.wikimedia.org/T53225#1193376 (10Nemo_bis) p:5Low>3Normal [08:25:53] 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release5, 3LE-Sprint-85: ULS IME does not work in Content Translation - https://phabricator.wikimedia.org/T88279#1193380 (10KartikMistry) @Nikerabbit, Confirmed! :) [08:28:04] 6Learning-and-Evaluation: Programs Evaluation Subproject - https://phabricator.wikimedia.org/T91045#1193383 (10Aklapper) I cannot provide a good message without knowing what actually happened here. So I asked how this was resolved and why this got resolved and what was actually requested here. [08:31:39] 10MediaWiki-extensions-Graph, 6Scrum-of-Scrums, 10Security-Reviews, 6Services, and 2 others: Perform a security review of graphoid - https://phabricator.wikimedia.org/T93126#1193390 (10mobrovac) >>! In T93126#1193061, @GWicke wrote: > @csteipp, I think it makes sense to proxy graphoid. > > I was just look... [08:32:19] 10MediaWiki-extensions-Graph, 6Scrum-of-Scrums, 6Services: Improve Graphoid code - https://phabricator.wikimedia.org/T93881#1193392 (10Yurik) Vega is on github, send them an issue) [08:34:00] (03PS1) 10Hoo man: Have phpunit.php exit with 1 in case it couldn't run the tests [core] - 10https://gerrit.wikimedia.org/r/203006 [08:37:09] 10Wikimedia-Extension-setup, 7Community-consensus-needed: Review and deploy TwitterCards extension for proper display - https://phabricator.wikimedia.org/T64811#1193394 (10Nemo_bis) Given https://lists.wikimedia.org/pipermail/wikitech-l/2015-April/081459.html and the two following messages, it looks like this... [08:38:39] 10Datasets-General-or-Unknown: add wb_property_info Wikidata table to dumps - https://phabricator.wikimedia.org/T70024#1193401 (10aude) wb_property_info is never included in the dumps (yet?). this change is the most recent one in the dumps scripts: https://github.com/wikimedia/operations-dumps/tree/ariel I wo... [08:38:56] 10MediaWiki-extensions-UploadWizard, 6Multimedia: Analyze UploadWizard funnel logs - https://phabricator.wikimedia.org/T95527#1193402 (10Tgr) Flow event logging was apparently broken by the refactor: ``` mysql:research@analytics-store.eqiad.wmnet [log]> select count(*) from UploadWizardStep_8851805 where times... [08:38:58] 3Google-Summer-of-Code-2015: Allow contributors to update their own details in tech metrics directly - https://phabricator.wikimedia.org/T93943#1193405 (10Qgil) >>! In T93943#1191520, @Sarvesh.onlyme wrote: > @NiharikaKohli, I've implemented microtasks, though they uses a bit different technology as needed for t... [08:39:52] 10Wikimedia-General-or-Unknown, 7Performance: Enable ProfilerSectionOnly - https://phabricator.wikimedia.org/T86215#1193407 (10Aklapper) [08:40:54] 10MediaWiki-Extension-Requests: Export file thumbnail, video preview via Open Graph meta elements as Facebook posting helper - https://phabricator.wikimedia.org/T33338#1193408 (10Nemo_bis) +Cc per https://lists.wikimedia.org/pipermail/wikitech-l/2015-April/081459.html and replies. MaxSem, would metadata for ima... [08:43:47] (03PS9) 10Awight: WIP split up internalAttemptSave [core] - 10https://gerrit.wikimedia.org/r/141113 [08:43:51] 10MediaWiki-General-or-Unknown, 7Performance: Fix profiling endpoints and format - https://phabricator.wikimedia.org/T90623#1193410 (10Aklapper) [08:46:07] 6Phabricator: Next Phabricator upgrade on YYYY-MM-DD - https://phabricator.wikimedia.org/T89830#1193412 (10Christopher) @chasemp The premise that is being put forth that upstream revision https://secure.phabricator.com/D12304 from 8 April (which matches the commit hash you mentioned) is assumed to work with a Sp... [08:46:24] (03CR) 10Aude: [C: 032] Have phpunit.php exit with 1 in case it couldn't run the tests [core] - 10https://gerrit.wikimedia.org/r/203006 (owner: 10Hoo man) [08:47:16] (03PS32) 10Awight: Componentize Title permissions logic [core] - 10https://gerrit.wikimedia.org/r/166357 (https://phabricator.wikimedia.org/T386) [08:50:11] 3Google-Summer-of-Code-2015: Allow contributors to update their own details in tech metrics directly - https://phabricator.wikimedia.org/T93943#1193419 (10Acs) >>! In T93943#1193405, @Qgil wrote: >>>! In T93943#1191520, @Sarvesh.onlyme wrote: >> @NiharikaKohli, I've implemented microtasks, though they uses a bit... [08:50:20] 3Team-Practices-This-Week: Test phabricator sprint extension updates - https://phabricator.wikimedia.org/T95469#1193420 (10Christopher) The tagged Phabricator revision for the 22 April update according to @chasemp is https://secure.phabricator.com/D12304 (8 April). Sprint needs to be updated to match this revis... [08:52:14] 10MediaWiki-General-or-Unknown: Edit content of the sidebar - https://phabricator.wikimedia.org/T95493#1193430 (10Aklapper) p:5Triage>3Lowest I don't see any reason for this: https://www.mediawiki.org/wiki/Manual:Interface/Sidebar#Advanced_customization Proposing "declined" status. [08:54:05] 6Phabricator: Next Phabricator upgrade on 2015-04-22 - https://phabricator.wikimedia.org/T89830#1193432 (10Aklapper) [08:54:53] 6Phabricator: Next Phabricator upgrade on 2015-04-22 - https://phabricator.wikimedia.org/T89830#1046473 (10Aklapper) [08:54:56] 3Team-Practices-This-Week: Test phabricator sprint extension updates - https://phabricator.wikimedia.org/T95469#1193435 (10Aklapper) [08:55:14] 3Team-Practices-This-Week: Formulate test cases for testing Phab sprint extension - https://phabricator.wikimedia.org/T95489#1193436 (10Aklapper) [08:55:20] (03Merged) 10jenkins-bot: Have phpunit.php exit with 1 in case it couldn't run the tests [core] - 10https://gerrit.wikimedia.org/r/203006 (owner: 10Hoo man) [08:55:28] (03CR) 10Awight: "Great idea!" (032 comments) [core] - 10https://gerrit.wikimedia.org/r/202925 (owner: 10AndyRussG) [08:56:26] 10MediaWiki-extensions-UploadWizard, 6Multimedia: Flow event logging is broken in UploadWizard - https://phabricator.wikimedia.org/T95529#1193438 (10Tgr) 3NEW [08:57:42] 10MediaWiki-ResourceLoader, 10MediaWiki-extensions-Sentry, 6Multimedia, 3Multimedia-Sprint-2015-03-25, 5Patch-For-Review: Use source urls in mw.loader.store - https://phabricator.wikimedia.org/T90524#1193450 (10Tgr) [08:57:46] 10MediaWiki-extensions-UploadWizard, 6Multimedia: Analyze UploadWizard funnel logs - https://phabricator.wikimedia.org/T95527#1193189 (10Tgr) [08:57:49] 10MediaWiki-extensions-UploadWizard, 6Multimedia: Flow event logging is broken in UploadWizard - https://phabricator.wikimedia.org/T95529#1193449 (10Tgr) [09:03:48] (03PS1) 10Umherirrender: Fix list=logevents for suppress log entries [core] - 10https://gerrit.wikimedia.org/r/203007 [09:04:45] 10MediaWiki-extensions-WikibaseClient, 10Wikidata, 5Patch-For-Review, 10Wikidata-Sprint-2015-04-07: allow arbitrary data access on Wikidata (parser function) - https://phabricator.wikimedia.org/T70029#1193458 (10hoo) 5Open>3Resolved [09:04:48] 10MediaWiki-extensions-WikibaseClient, 10Wikidata, 3Roadmap, 7Tracking, and 2 others: Allow accessing data from a Wikidata item not connected to the current page - arbitrary access (tracking) - https://phabricator.wikimedia.org/T49930#1193459 (10hoo) [09:05:01] 10Phabricator-Upstream, 7Mobile: On iOS, the screen “Change Details” cannot be scrolled or viewed entirely - https://phabricator.wikimedia.org/T95244#1193460 (10Aklapper) [09:05:48] 4(no projects): Problem opening cohort - https://phabricator.wikimedia.org/T95530#1193461 (10Kipala) 3NEW a:3Kipala [09:06:50] (03Abandoned) 10Matthias Mullie: Request text in editor's desired content format right away [extensions/Flow] - 10https://gerrit.wikimedia.org/r/195878 (owner: 10Matthias Mullie) [09:07:02] (03PS4) 10Matthias Mullie: Add flow_workflow_update_timestamp index [extensions/Flow] - 10https://gerrit.wikimedia.org/r/195888 [09:07:18] 10Phabricator-Upstream, 7Mobile: On iOS, the screen “Change Details” cannot be scrolled or viewed entirely - https://phabricator.wikimedia.org/T95244#1193468 (10Aklapper) p:5Triage>3Lowest Feel free to report to upstream developers (as I don't have such hardware and would only act as a proxy): https://phab... [09:08:45] 10Phabricator-Upstream: Add ability to associate "Sprints" tags with main projects - https://phabricator.wikimedia.org/T95186#1193470 (10Aklapper) p:5Triage>3Lowest [09:09:25] 10MediaWiki-extensions-WikibaseClient, 10Wikidata, 10Wikidata-Sprint-2015-04-07: allow arbitrary data access on Wikidata (parser function) - https://phabricator.wikimedia.org/T70029#1193471 (10hoo) [09:10:21] (03PS2) 10Umherirrender: [PoC] Add unit tests for all LogFormatters [core] - 10https://gerrit.wikimedia.org/r/200320 [09:12:52] 6MediaWiki-Core-Team, 6Project-Creators: Archive the MediaWiki-Core-Team project - https://phabricator.wikimedia.org/T95507#1193473 (10Aklapper) I'm happy to do so once https://phabricator.wikimedia.org/project/sprint/board/37/query/open/ is clean [09:12:58] (03CR) 10Matthias Mullie: Index Flow data (031 comment) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/195889 (https://phabricator.wikimedia.org/T78788) (owner: 10Matthias Mullie) [09:13:01] (03CR) 10Umherirrender: [C: 04-1] "Needs at least I1f919d41a5dc3aec2952eb72e2e27ccf3f7aedc4" (032 comments) [core] - 10https://gerrit.wikimedia.org/r/200320 (owner: 10Umherirrender) [09:13:01] 6MediaWiki-Core-Team, 6Project-Creators: Archive the MediaWiki-Core-Team project - https://phabricator.wikimedia.org/T95507#1193474 (10Aklapper) p:5Triage>3High [09:13:11] 6MediaWiki-Core-Team, 6Project-Creators: Archive the MediaWiki-Core-Team project - https://phabricator.wikimedia.org/T95507#1193475 (10Aklapper) a:3Aklapper [09:15:32] (03CR) 10jenkins-bot: [V: 04-1] [PoC] Add unit tests for all LogFormatters [core] - 10https://gerrit.wikimedia.org/r/200320 (owner: 10Umherirrender) [09:15:45] 10MediaWiki-extensions-GWToolset, 6Multimedia, 10Wikimedia-Site-requests, 5Patch-For-Review: Whitelisting *.adlibhosting.com for the GWToolset - https://phabricator.wikimedia.org/T95418#1193486 (10PatHadley) Good call Multichill. Thanks all! [09:16:52] (03CR) 10Matthias Mullie: Index Flow data (031 comment) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/195889 (https://phabricator.wikimedia.org/T78788) (owner: 10Matthias Mullie) [09:18:40] 3Google-Summer-of-Code-2015, 7I18n: Linguistic Version Control for Polygraphia - https://phabricator.wikimedia.org/T94160#1193491 (10Bennylin) Thanks jay, for the ping. My reading of the original post seems to me more about the Jawi script (a.k.a. Malay Arabic), rather than Jawa (or Javanese) script, which is... [09:19:52] (03CR) 10Umherirrender: "See https://integration.wikimedia.org/ci/job/mediawiki-phpunit-hhvm/5966/console for the differents (failure #1 to #4)" [core] - 10https://gerrit.wikimedia.org/r/203007 (owner: 10Umherirrender) [09:26:36] (03CR) 10Umherirrender: [PoC] Add unit tests for all LogFormatters (032 comments) [core] - 10https://gerrit.wikimedia.org/r/200320 (owner: 10Umherirrender) [09:26:40] 10MediaWiki-extensions-Graph, 6Services: Graphoid Code Review - https://phabricator.wikimedia.org/T95417#1193502 (10mobrovac) [09:26:51] 10MediaWiki-extensions-Graph, 6Services: Update Graphoid to the latest version of service-template-node - https://phabricator.wikimedia.org/T94013#1193505 (10mobrovac) [09:27:04] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 5Patch-For-Review: localize display of time values - https://phabricator.wikimedia.org/T50962#1193507 (10Lydia_Pintscher) 5Open>3Resolved a:3Lydia_Pintscher [09:27:07] 10MediaWiki-extensions-Graph, 6Services: Remove unnecessary Graphoid code inherited from the template (in routes/) - https://phabricator.wikimedia.org/T93919#1193510 (10mobrovac) [09:27:17] 10MediaWiki-extensions-Graph, 6Services: Make graphoid pass jshint tests - https://phabricator.wikimedia.org/T93911#1193511 (10mobrovac) [09:29:13] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata: allow localized input of time values - https://phabricator.wikimedia.org/T95532#1193514 (10Lydia_Pintscher) 3NEW [09:33:36] (03PS1) 10Umherirrender: Add test for IRC line for legacy type block/block [core] - 10https://gerrit.wikimedia.org/r/203013 [09:36:47] 10MediaWiki-JobQueue: runJobs not following redirect - https://phabricator.wikimedia.org/T68485#1193543 (10Ralfk) I can confirm this problem on two of my wikis. On both wikis I have a **redirect** from **HTTP** to **HTTPS** configured for all connections. So, I would appreciate if this problem could be fixed. Th... [09:37:52] 6Phabricator, 10pywikibot-core: Migrate Pywikibot to Differential code review - https://phabricator.wikimedia.org/T95526#1193547 (10Qgil) Also relevant: {T94167}. We are discussing about working on this at the #Wikimedia-Hackathon-2015. [09:40:07] (03PS4) 10Mglaser: [WIP] examples/BoilerPlate [extensions/BlueSpiceExtensions] - 10https://gerrit.wikimedia.org/r/202396 (owner: 10Robert Vogel) [09:41:17] 10MediaWiki-extensions-Graph, 6Services, 6operations, 10service-template-node, 7service-runner: Deploy graphoid service into production - https://phabricator.wikimedia.org/T90487#1193561 (10mobrovac) [09:44:29] (03PS2) 10Matthias Mullie: Index Flow data [extensions/Flow] - 10https://gerrit.wikimedia.org/r/195889 (https://phabricator.wikimedia.org/T78788) [09:46:09] (03CR) 10Matthias Mullie: Index Flow data (032 comments) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/195889 (https://phabricator.wikimedia.org/T78788) (owner: 10Matthias Mullie) [09:46:27] (03PS2) 10Matthias Mullie: Maint script to fix workflow_last_update_timestamp dates [extensions/Flow] - 10https://gerrit.wikimedia.org/r/195890 [09:50:43] (03PS3) 10Matthias Mullie: Maint script to fix workflow_last_update_timestamp dates [extensions/Flow] - 10https://gerrit.wikimedia.org/r/195890 [09:56:11] (03PS27) 10Matthias Mullie: Flow ES config [extensions/Flow] - 10https://gerrit.wikimedia.org/r/161251 (https://phabricator.wikimedia.org/T78787) [09:56:24] (03CR) 10Se4598: [C: 031] core: getTitle: Return undefined for JavaScript links [extensions/Popups] - 10https://gerrit.wikimedia.org/r/202976 (https://phabricator.wikimedia.org/T95215) (owner: 10Prtksxna) [10:06:22] 10Gerrit-Migration, 10Wikimania-Hackathon-2015: Opt-in Differential for projects needing code review but not Jenkins/Zuul for continuous integration - https://phabricator.wikimedia.org/T94167#1193589 (10jayvdb) Pywikibot really needs its integration with integrated CI for work by new contributors, however we h... [10:07:35] 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release5: Enable CX for languages the Catalan Wikipedia community translates to - https://phabricator.wikimedia.org/T95536#1193591 (10Pginer-WMF) 3NEW [10:09:38] 10MediaWiki-extensions-PhpTags: More convenient creation of exceptions in calls to object classes? - https://phabricator.wikimedia.org/T95323#1193599 (10Pastakhov) I'll make static function Hooks::getCallInfo() and it will return filled array with keys: Hooks::INFO_HOOK_TYPE - one of (PHPTAGS_HOOK_GET_CONSTANT,... [10:13:54] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata: allow localized input of time values - https://phabricator.wikimedia.org/T95532#1193612 (10Ayack) Same problem in French with "1er juin" or "25/12/2014" for example . [10:15:35] 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release5: Enable CX for languages the Catalan Wikipedia community translates to - https://phabricator.wikimedia.org/T95536#1193616 (10Pginer-WMF) [10:17:30] 10MediaWiki-extensions-UserMerge: Merge anonymous user with registered user - https://phabricator.wikimedia.org/T75630#1193623 (10Bugreporter) [10:17:32] 10MediaWiki-extensions-UserMerge: UserMerge enhancement: merging "Anonymous" user A to real user B - https://phabricator.wikimedia.org/T31188#1193624 (10Bugreporter) [10:20:03] 10MediaWiki-extensions-WikibaseClient, 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 3§ Wikidata-Sprint-2015-03-24, and 2 others: UpdateRepo doesn't always propagate changes - https://phabricator.wikimedia.org/T92789#1193633 (10hoo) These are definitely getting abandoned, but I still have no clue... [10:20:52] 10MediaWiki-extensions-WikiHiero, 10RESTBase, 6Services: Make Hierator available via RESTBase - https://phabricator.wikimedia.org/T93847#1193634 (10MaxSem) > - Timeline: I see Hierator is not in prod yet, any ETA on that? The service itself is ready, I want to ideally deploy it in May. > - Caching / Storing... [10:28:49] 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release5: Enable CX for languages the Catalan Wikipedia community translates to - https://phabricator.wikimedia.org/T95536#1193637 (10Pginer-WMF) @KartikMistry feel free to create a sub-task (or more) to capture the needed Apertium packaging tasks... [10:36:50] (03PS4) 10Christopher Johnson (WMDE): adds Conduit methods for Sprint creation [phabricator/extensions/Sprint] - 10https://gerrit.wikimedia.org/r/201894 (https://phabricator.wikimedia.org/T91529) [10:36:52] (03PS1) 10Christopher Johnson (WMDE): updates Sprint controllers and views to upstream D12304 (8 April) [phabricator/extensions/Sprint] - 10https://gerrit.wikimedia.org/r/203019 [10:36:54] (03PS1) 10Christopher Johnson (WMDE): css changes to enable horizontal scroll in dataTables [phabricator/extensions/Sprint] - 10https://gerrit.wikimedia.org/r/203020 (https://phabricator.wikimedia.org/T94203) [10:36:56] (03PS1) 10Christopher Johnson (WMDE): minor lint changes [phabricator/extensions/Sprint] - 10https://gerrit.wikimedia.org/r/203021 [10:38:17] (03CR) 10Christopher Johnson (WMDE): [C: 032 V: 032] adds Conduit methods for Sprint creation [phabricator/extensions/Sprint] - 10https://gerrit.wikimedia.org/r/201894 (https://phabricator.wikimedia.org/T91529) (owner: 10Christopher Johnson (WMDE)) [10:39:16] (03CR) 10Christopher Johnson (WMDE): [C: 032 V: 032] updates and fixes selenium browser tests [phabricator/extensions/Sprint] - 10https://gerrit.wikimedia.org/r/200234 (owner: 10Christopher Johnson (WMDE)) [10:39:18] (03CR) 10jenkins-bot: [V: 04-1] adds Conduit methods for Sprint creation [phabricator/extensions/Sprint] - 10https://gerrit.wikimedia.org/r/201894 (https://phabricator.wikimedia.org/T91529) (owner: 10Christopher Johnson (WMDE)) [10:41:25] (03CR) 10Christopher Johnson (WMDE): [C: 032 V: 032] updates Sprint controllers and views to upstream D12304 (8 April) [phabricator/extensions/Sprint] - 10https://gerrit.wikimedia.org/r/203019 (owner: 10Christopher Johnson (WMDE)) [10:41:35] 10MediaWiki-RfCs, 6ArchCom: RfC: Dependency injection - https://phabricator.wikimedia.org/T384#1193653 (10daniel) p:5High>3Normal [10:41:50] 10MediaWiki-RfCs, 6ArchCom: RfC: image and oldimage tables - https://phabricator.wikimedia.org/T589#1193655 (10daniel) p:5Normal>3Low [10:42:40] (03CR) 10Christopher Johnson (WMDE): [C: 032 V: 032] css changes to enable horizontal scroll in dataTables [phabricator/extensions/Sprint] - 10https://gerrit.wikimedia.org/r/203020 (https://phabricator.wikimedia.org/T94203) (owner: 10Christopher Johnson (WMDE)) [10:44:10] 6MediaWiki-API-Team, 6Engineering-Community, 10Wikimedia-General-or-Unknown, 7Epic: Central Code Repository for code used on wikis (Templates, Lua modules, Gadgets) - https://phabricator.wikimedia.org/T1238#1193661 (10Aklapper) [10:51:02] 10MediaWiki-extensions-ContentTranslation, 10ContentTranslation-Deployments: Enable CX in simple.wikipedia.org as beta feature - https://phabricator.wikimedia.org/T95538#1193681 (10santhosh) 3NEW [10:55:34] 10MediaWiki-extensions-ContentTranslation, 10ContentTranslation-Deployments: Enable CX in simple.wikipedia.org as beta feature - https://phabricator.wikimedia.org/T95538#1193690 (10Pginer-WMF) [10:55:37] 10MediaWiki-extensions-ContentTranslation, 10ContentTranslation-Deployments, 7Tracking: [Tracker] New language requests for Content Translation - https://phabricator.wikimedia.org/T88408#1193689 (10Pginer-WMF) [10:55:40] 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release5: Enable CX for languages the Catalan Wikipedia community translates to - https://phabricator.wikimedia.org/T95536#1193691 (10Pginer-WMF) [11:01:51] (03CR) 10Daniel Kinzler: [C: 04-1] "Please cache the default instance for performance. Looks good otherwise, thanks for the refactoring!" (031 comment) [core] - 10https://gerrit.wikimedia.org/r/166357 (https://phabricator.wikimedia.org/T386) (owner: 10Awight) [11:02:41] 6MediaWiki-Core-Team, 6Project-Creators: Archive the MediaWiki-Core-Team project - https://phabricator.wikimedia.org/T95507#1193704 (10aude) can i be added as member of all the new projects that replace this? (or watch maybe) it's been helpful to keep track of core-related (and search, wikidata query, etc.) t... [11:06:39] 6Phabricator, 10pywikibot-core: Migrate Pywikibot to Differential code review - https://phabricator.wikimedia.org/T95526#1193707 (10jayvdb) I guess we can take it for granted that Differential will be easier to use than Gerrit. One of the other main benefits I foresee is being able to use phab search to find... [11:18:54] (03CR) 10MaxSem: Componentize Title permissions logic (032 comments) [core] - 10https://gerrit.wikimedia.org/r/166357 (https://phabricator.wikimedia.org/T386) (owner: 10Awight) [11:19:09] 10MediaWiki-extensions-PhpTags: More convenient creation of exceptions in calls to object classes? - https://phabricator.wikimedia.org/T95323#1193720 (10JoelKP) It's everything. Actually, for exceptions, I think only the hook type and JSON-defined names are needed. I thought of getting the names as //provided t... [11:25:21] (03CR) 10Werdna: "One other thing: I'm worried that the "unstaged change" will cause vagrant git-update to fail." [vagrant] - 10https://gerrit.wikimedia.org/r/199591 (owner: 10Werdna) [11:31:06] (03PS4) 10Werdna: Make Parsoid work with multiwiki. [vagrant] - 10https://gerrit.wikimedia.org/r/199591 [11:31:08] (03CR) 10jenkins-bot: [V: 04-1] Make Parsoid work with multiwiki. [vagrant] - 10https://gerrit.wikimedia.org/r/199591 (owner: 10Werdna) [11:31:09] 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release5, 3LE-Sprint-85: Unable to reenter the ongoing translation in ukwiki - https://phabricator.wikimedia.org/T94402#1193731 (10Piramidion) @Nikerabbit Yes, it still doesn't load the translated text and throws me out to the "all translations"... [11:33:31] 10Datasets-General-or-Unknown: Dump pl.wikimedia daily - https://phabricator.wikimedia.org/T55475#1193733 (10saper) Will check it out! Thank you! [11:39:23] (03PS5) 10Werdna: Make Parsoid work with multiwiki. [vagrant] - 10https://gerrit.wikimedia.org/r/199591 [11:39:25] (03CR) 10jenkins-bot: [V: 04-1] Make Parsoid work with multiwiki. [vagrant] - 10https://gerrit.wikimedia.org/r/199591 (owner: 10Werdna) [11:47:35] (03PS14) 10Werdna: Add living_style_guide role [vagrant] - 10https://gerrit.wikimedia.org/r/184891 [11:48:15] (03PS1) 10Christopher Johnson (WMDE): updates unit test build composer.json to latest phabricator changes [phabricator/extensions/Sprint] - 10https://gerrit.wikimedia.org/r/203030 [11:49:08] (03CR) 10Christopher Johnson (WMDE): [C: 032 V: 032] minor lint changes [phabricator/extensions/Sprint] - 10https://gerrit.wikimedia.org/r/203021 (owner: 10Christopher Johnson (WMDE)) [11:49:34] (03CR) 10Christopher Johnson (WMDE): [C: 032 V: 032] updates unit test build composer.json to latest phabricator changes [phabricator/extensions/Sprint] - 10https://gerrit.wikimedia.org/r/203030 (owner: 10Christopher Johnson (WMDE)) [11:52:37] (03PS6) 10Werdna: Make Parsoid work with multiwiki. [vagrant] - 10https://gerrit.wikimedia.org/r/199591 [11:53:18] (03CR) 10Werdna: Add living_style_guide role (033 comments) [vagrant] - 10https://gerrit.wikimedia.org/r/184891 (owner: 10Werdna) [11:54:55] 6Editing, 6Language-Engineering, 10Possible-Tech-Projects, 3Google-Summer-of-Code-2015, and 2 others: Unified language proofing tools integration framework - https://phabricator.wikimedia.org/T89107#1193760 (10Qgil) @Amire80, @eranroz, you need to sign up to as mentors urgently, and you need to rate your p... [11:57:00] (03PS7) 10MaxSem: WIP: use SVGs rendered by Hierator service [extensions/wikihiero] - 10https://gerrit.wikimedia.org/r/178269 [11:57:43] (03CR) 10jenkins-bot: [V: 04-1] WIP: use SVGs rendered by Hierator service [extensions/wikihiero] - 10https://gerrit.wikimedia.org/r/178269 (owner: 10MaxSem) [12:00:11] (03CR) 10Krinkle: "I approve this feature :)" [core] - 10https://gerrit.wikimedia.org/r/202925 (owner: 10AndyRussG) [12:00:15] 3Google-Summer-of-Code-2015, 3Outreachy-Round-10: Select participants for GSoC 2015 and Outreachy round 10 - https://phabricator.wikimedia.org/T91374#1193773 (10Qgil) The number of slots requested seems about right, although I would prefer to ask for the same min / max, based on clear commitments from mentors.... [12:03:30] (03CR) 10Daniel Kinzler: "Oh, and perhaps consider taking light weight TitleValue objects instead of Title." [core] - 10https://gerrit.wikimedia.org/r/166357 (https://phabricator.wikimedia.org/T386) (owner: 10Awight) [12:04:21] (03PS2) 10Krinkle: Title: Throw if newFromText is given non-string value [core] - 10https://gerrit.wikimedia.org/r/188987 (owner: 10Nikerabbit) [12:05:08] (03CR) 10Krinkle: [C: 04-1] "Don't merge until we've found and fixed warnings from Ic85d27d in production as we'd otherwise turn innocent errors into user-facing excep" [core] - 10https://gerrit.wikimedia.org/r/188987 (owner: 10Nikerabbit) [12:07:54] (03PS3) 10Krinkle: MWException -> Exception [extensions/CodeReview] - 10https://gerrit.wikimedia.org/r/184041 (owner: 10Ori.livneh) [12:07:58] (03PS18) 10Werdna: [WIP] Add tag for iconography LSG page [extensions/OOUIPlayground] - 10https://gerrit.wikimedia.org/r/199221 [12:10:07] (03PS1) 10Tweichart: added userhelper [extensions/BlueSpiceFoundation] - 10https://gerrit.wikimedia.org/r/203036 [12:10:51] (03CR) 10Krinkle: [C: 032] MWException -> Exception [extensions/CodeReview] - 10https://gerrit.wikimedia.org/r/184041 (owner: 10Ori.livneh) [12:11:58] (03Merged) 10jenkins-bot: MWException -> Exception [extensions/CodeReview] - 10https://gerrit.wikimedia.org/r/184041 (owner: 10Ori.livneh) [12:16:19] (03PS2) 10Krinkle: Use PHP_OS rather than php_uname, which may be disabled [core] - 10https://gerrit.wikimedia.org/r/187085 (owner: 10Ori.livneh) [12:16:40] (03CR) 10Krinkle: [C: 031] Use PHP_OS rather than php_uname, which may be disabled [core] - 10https://gerrit.wikimedia.org/r/187085 (owner: 10Ori.livneh) [12:18:59] 10Wikimedia-Site-requests, 5Patch-For-Review: Additional page protection level on dewiki for "editor" - https://phabricator.wikimedia.org/T94368#1193789 (10Krenair) @Se4598: I already reviewed it, it's fine. We just need to find a window to deploy it in. (We don't just approve and deploy operations/mediawiki-c... [12:19:03] 10Living-Style-Guide, 10UI-Standardization, 5Patch-For-Review: Iconography specification page layout - https://phabricator.wikimedia.org/T77940#1193790 (10werdna) Okay, this is more or less done now. [Code](https://gerrit.wikimedia.org/r/#/c/199221/), [Live demo](livingstyleguide.wmflabs.org/wiki/Iconograph... [12:23:37] (03CR) 10Krinkle: "http://wikimediafoundation.org/wiki/Privacy_policy#Our_Response_to_Do_Not_Track_.28DNT.29_signals" [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/182995 (owner: 10Ori.livneh) [12:25:19] (03CR) 10Krinkle: "Hm.. maybe we could set a constant in all the php5 files, and then at run time emit a deprecation warning for it." [core] - 10https://gerrit.wikimedia.org/r/184115 (owner: 10Ori.livneh) [12:32:57] 10MediaWiki-extensions-Persona: Login does not work without php5-curl - https://phabricator.wikimedia.org/T63093#1193822 (10Aklapper) p:5Triage>3Low [12:32:59] 10MediaWiki-extensions-Persona: Logout process does not respect global logout - https://phabricator.wikimedia.org/T59521#1193823 (10Aklapper) p:5Normal>3Low [12:33:11] 10MediaWiki-extensions-Persona: Make $wgPersonaLoginAnywhere work with $wgSecureLogin - https://phabricator.wikimedia.org/T59635#1193824 (10Aklapper) p:5High>3Normal [12:35:07] (03CR) 10Manybubbles: [C: 032] Improve highlighting for phrase_prefix queries [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/201350 (owner: 10Jdouglas) [12:35:17] 10MediaWiki-JobQueue: Jobs Queue Doesn't Make Proper TLS Request (HTTP request against the HTTP port which generates a 301 redirect) - https://phabricator.wikimedia.org/T89065#1193838 (10Aklapper) p:5Low>3Lowest [12:35:19] 10MediaWiki-JobQueue: Special:RunJobs recursively calling Special:RunJobs again (?) - https://phabricator.wikimedia.org/T68225#1193839 (10Aklapper) p:5Normal>3Lowest [12:35:21] 10MediaWiki-JobQueue: runJobs not following redirect - https://phabricator.wikimedia.org/T68485#1193837 (10Aklapper) p:5Normal>3Lowest [12:35:23] 10MediaWiki-JobQueue: Failed jobs never cleared from job table - https://phabricator.wikimedia.org/T65966#1193840 (10Aklapper) p:5Normal>3Lowest [12:35:25] 10MediaWiki-JobQueue: Job queue memory usage - https://phabricator.wikimedia.org/T26647#1193842 (10Aklapper) p:5Low>3Lowest [12:35:27] 10MediaWiki-JobQueue: Support one-time job scheduling - https://phabricator.wikimedia.org/T62217#1193841 (10Aklapper) p:5Normal>3Lowest [12:35:56] 10Phabricator-Upstream, 7Mobile: On iOS, the screen “Change Details” cannot be scrolled or viewed entirely, so the user is trapped - https://phabricator.wikimedia.org/T95244#1193843 (10Nnemo) [12:36:29] 10MediaWiki-JobQueue: Handle large bursts of jobs more elegantly - https://phabricator.wikimedia.org/T62348#1193846 (10Aklapper) p:5Normal>3Low [12:36:31] 10MediaWiki-JobQueue, 7Documentation: Create complete and up to date documentation on how to use job queue - https://phabricator.wikimedia.org/T44862#1193845 (10Aklapper) p:5Normal>3Low [12:36:33] 10MediaWiki-JobQueue: Devise local job queue strategy for multi-DC mediawiki - https://phabricator.wikimedia.org/T88496#1193844 (10Aklapper) p:5Normal>3Low [12:36:36] (03Merged) 10jenkins-bot: Improve highlighting for phrase_prefix queries [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/201350 (owner: 10Jdouglas) [12:37:17] 6MediaWiki-API-Team, 10MediaWiki-JobQueue, 6Availability-Team: Create separate job loop for LocalRenameUserJob - https://phabricator.wikimedia.org/T87397#1193849 (10Aklapper) p:5Triage>3Normal [12:37:20] 10MediaWiki-JobQueue, 10Performance-Metrics-Dashboard, 7Monitoring: Job queue length, push, pop & latency metrics - https://phabricator.wikimedia.org/T93833#1193850 (10Aklapper) p:5Triage>3Normal [12:37:22] 10MediaWiki-JobQueue: langlinks table not being updated for many pages - https://phabricator.wikimedia.org/T57958#1193851 (10Aklapper) p:5High>3Normal [12:37:24] 10MediaWiki-Email, 10MediaWiki-JobQueue: Use message IDs for email jobs - https://phabricator.wikimedia.org/T89285#1193852 (10Aklapper) p:5Triage>3Low [12:38:47] 10MediaWiki-JobQueue: Links update jobs (on Commons at least) have problems getting executed - https://phabricator.wikimedia.org/T66310#1193854 (10Aklapper) One year later: Is this still a problem? Should the priority be lowered? [12:39:50] 10Phabricator-Upstream, 7Mobile: On iOS, the screen “Change Details” cannot be scrolled or viewed entirely, so the user is trapped - https://phabricator.wikimedia.org/T95244#1193855 (10Nnemo) >>! In T95244#1193468, @Aklapper wrote: > Probably tapping/clicking outside of that screen should close it (but does no... [12:40:43] 10Wikimedia-General-or-Unknown: Deployment of global AbuseFilter rules - https://phabricator.wikimedia.org/T46975#1193857 (10Aklapper) p:5High>3Normal [12:41:31] 10LiquidThreads, 10Wikimedia-General-or-Unknown, 7JavaScript: Deprecation of features used by HotCat makes core/extension JavaScript fail - https://phabricator.wikimedia.org/T86142#1193859 (10Aklapper) p:5Unbreak!>3Normal What is the status here? [12:42:58] 10MediaWiki-extensions-UploadWizard, 6Multimedia: Analyze UploadWizard funnel logs - https://phabricator.wikimedia.org/T95527#1193861 (10Tgr) While this should be redone with more data (we only have a few dozen upload sessions for the first day), some stats about aborted UW sessions: ``` mysql:research@analyt... [12:44:19] (03PS7) 10Mjbmr: Update to CLDR 27.0.1 [extensions/cldr] - 10https://gerrit.wikimedia.org/r/202684 [12:45:39] (03PS7) 10Gergő Tisza: [WIP] mw.loader.store: Set virtual sourceURL in the globalEval calls [core] - 10https://gerrit.wikimedia.org/r/156544 (https://phabricator.wikimedia.org/T90524) (owner: 10Krinkle) [12:47:01] (03PS3) 10Manybubbles: Handle expanded values [wikidata/query/rdf] - 10https://gerrit.wikimedia.org/r/202775 [12:47:50] (03CR) 10jenkins-bot: [V: 04-1] Handle expanded values [wikidata/query/rdf] - 10https://gerrit.wikimedia.org/r/202775 (owner: 10Manybubbles) [12:50:18] (03PS4) 10Manybubbles: Handle expanded values [wikidata/query/rdf] - 10https://gerrit.wikimedia.org/r/202775 [12:50:52] 10QRpedia-General, 7I18n: QRpedia web site should be localized - https://phabricator.wikimedia.org/T60204#1193876 (10Aklapper) p:5High>3Normal (High priority since January 2014 and no updates since then => lowering priority to reflect reality) [12:51:23] (03CR) 10Manybubbles: "Changes this morning were a rebase. I'll +2 because stas +2ed before the rebase once Jenkins +2s." [wikidata/query/rdf] - 10https://gerrit.wikimedia.org/r/202775 (owner: 10Manybubbles) [12:51:46] (03CR) 10jenkins-bot: [V: 04-1] [WIP] mw.loader.store: Set virtual sourceURL in the globalEval calls [core] - 10https://gerrit.wikimedia.org/r/156544 (https://phabricator.wikimedia.org/T90524) (owner: 10Krinkle) [12:52:52] (03CR) 10Manybubbles: [C: 032] Handle expanded values [wikidata/query/rdf] - 10https://gerrit.wikimedia.org/r/202775 (owner: 10Manybubbles) [12:53:58] (03Merged) 10jenkins-bot: Handle expanded values [wikidata/query/rdf] - 10https://gerrit.wikimedia.org/r/202775 (owner: 10Manybubbles) [12:57:34] (03PS1) 10Paladox: Add skin.json [skins/Vector] - 10https://gerrit.wikimedia.org/r/203047 (https://phabricator.wikimedia.org/T87875) [12:57:43] (03PS2) 10Paladox: Add skin.json [skins/Vector] - 10https://gerrit.wikimedia.org/r/203047 (https://phabricator.wikimedia.org/T87875) [13:02:56] (03PS3) 10Manybubbles: WIP: skip bad uris during load [wikidata/query/rdf] - 10https://gerrit.wikimedia.org/r/202922 [13:03:24] 10MediaWiki-Interface: Add page indicator to show that the page being viewed is protected - https://phabricator.wikimedia.org/T12347#1193895 (10Lydia_Pintscher) Is the way forward then to create a separate extension that does this and enable it on Wikimedia wikis? [13:03:51] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 7Need-volunteer: Tag protected items with a padlock - https://phabricator.wikimedia.org/T64554#1193896 (10Lydia_Pintscher) No I'll mark it as a dupe of the other one. [13:04:10] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 7Need-volunteer: Tag protected items with a padlock - https://phabricator.wikimedia.org/T64554#1193897 (10Lydia_Pintscher) [13:04:13] 10MediaWiki-Interface: Add page indicator to show that the page being viewed is protected - https://phabricator.wikimedia.org/T12347#1193898 (10Lydia_Pintscher) [13:04:22] (03PS4) 10Manybubbles: Skip bad uris during load [wikidata/query/rdf] - 10https://gerrit.wikimedia.org/r/202922 [13:04:38] 10MediaWiki-Interface, 10Wikidata: Add page indicator to show that the page being viewed is protected - https://phabricator.wikimedia.org/T12347#149923 (10Lydia_Pintscher) [13:05:34] 10MediaWiki-ContentHandler, 10MediaWiki-Internationalization, 10VisualEditor: Default content model should apply to non-customised messages in the MediaWiki: namespace - https://phabricator.wikimedia.org/T92899#1193902 (10Krenair) VE-MW no longer uses that message (has its own special character system), but... [13:05:50] 10MediaWiki-ContentHandler, 10MediaWiki-Internationalization: Default content model should apply to non-customised messages in the MediaWiki: namespace - https://phabricator.wikimedia.org/T92899#1193903 (10Krenair) [13:07:10] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata: Make label/description available for plain item/property links - https://phabricator.wikimedia.org/T95463#1193917 (10Lydia_Pintscher) This should be solved with T69434. [13:07:12] (03PS1) 10Paladox: Add extension.json [extensions/LocalisationUpdate] - 10https://gerrit.wikimedia.org/r/203052 (https://phabricator.wikimedia.org/T87937) [13:07:20] (03PS1) 10Alex Monk: Don't ignore content model for default message texts [core] - 10https://gerrit.wikimedia.org/r/203053 (https://phabricator.wikimedia.org/T92899) [13:07:22] (03PS2) 10Paladox: Add extension.json [extensions/LocalisationUpdate] - 10https://gerrit.wikimedia.org/r/203052 (https://phabricator.wikimedia.org/T87937) [13:07:23] 10MediaWiki-extensions-WikibaseRepository, 10Hovercards, 10Wikidata, 7Need-volunteer, 5Patch-For-Review: Make Hovercards work on Wikidata item links - https://phabricator.wikimedia.org/T69434#718006 (10Lydia_Pintscher) [13:07:26] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata: Make label/description available for plain item/property links - https://phabricator.wikimedia.org/T95463#1193924 (10Lydia_Pintscher) [13:08:37] 10MediaWiki-ContentHandler, 10MediaWiki-Internationalization, 5Patch-For-Review: Default content model should apply to non-customised messages in the MediaWiki: namespace - https://phabricator.wikimedia.org/T92899#1193928 (10Krenair) a:3Krenair [13:09:33] 10LiquidThreads, 10Wikimedia-General-or-Unknown, 7JavaScript: Deprecation of features used by HotCat makes core/extension JavaScript fail - https://phabricator.wikimedia.org/T86142#1193929 (10Krenair) Unknown. We should go through the list of pages in P229 and work out which ones are still broken, if any. [13:16:39] (03PS1) 10Robert Vogel: SmartList: Allow variables/parserfunctions as args [extensions/BlueSpiceExtensions] - 10https://gerrit.wikimedia.org/r/203055 [13:18:06] (03CR) 10Manybubbles: [C: 032] "+2 for now just like Stas' +2 except now rebased!" [wikidata/query/rdf] - 10https://gerrit.wikimedia.org/r/202922 (owner: 10Manybubbles) [13:19:52] (03Merged) 10jenkins-bot: Skip bad uris during load [wikidata/query/rdf] - 10https://gerrit.wikimedia.org/r/202922 (owner: 10Manybubbles) [13:20:10] 10MediaWiki-Templates: templatelinks table on enwiki is missing entries - https://phabricator.wikimedia.org/T63953#1193964 (10Aklapper) Is this still a problem? Is this still high priority? [13:26:36] (03PS1) 10Paladox: Add extension.json [extensions/SiteMatrix] - 10https://gerrit.wikimedia.org/r/203058 (https://phabricator.wikimedia.org/T87974) [13:26:42] (03PS2) 10Paladox: Add extension.json [extensions/SiteMatrix] - 10https://gerrit.wikimedia.org/r/203058 (https://phabricator.wikimedia.org/T87974) [13:29:31] (03PS14) 10TTO: Allow users to add, remove and apply change tags using the API [core] - 10https://gerrit.wikimedia.org/r/188543 (https://phabricator.wikimedia.org/T20670) [13:29:33] (03PS1) 10TTO: UI for adding and removing change tags on revisions and log entries [core] - 10https://gerrit.wikimedia.org/r/203061 [13:30:10] (03CR) 10TTO: "PS14 is just a rebase, I think." [core] - 10https://gerrit.wikimedia.org/r/188543 (https://phabricator.wikimedia.org/T20670) (owner: 10TTO) [13:31:26] 10Math: to access preferences: Unexpected non-MediaWiki exception encountered, of type "InvalidArgumentException" - https://phabricator.wikimedia.org/T85479#1193973 (10noboddy) I just installed the math Math and MathJax extension and exactly the same thing happened for me. I copied the settings from the Mediawik... [13:32:09] 10MediaWiki-extensions-UploadWizard, 6Multimedia, 5Patch-For-Review: UploadWizard fails uploading pdf with error message - https://phabricator.wikimedia.org/T94562#1193976 (10Hansmuller) Dear all, No upload to Commons, but ... alright to Dutch wikipedia -----------... [13:32:43] 10Wikimedia-Site-requests, 5Patch-For-Review: Additional page protection level on dewiki for "editor" - https://phabricator.wikimedia.org/T94368#1193980 (10Umherirrender) >>! In T94368#1193789, @Krenair wrote: > @Se4598: I already reviewed it, it's fine. We just need to find a window to deploy it in. (We don't... [13:33:10] (03CR) 10TTO: "(from https://gerrit.wikimedia.org/r/188543)" [core] - 10https://gerrit.wikimedia.org/r/203061 (owner: 10TTO) [13:33:23] (03Abandoned) 10Mobrovac: Fix mising phab/ dir introduced in 55deca3 [vagrant] - 10https://gerrit.wikimedia.org/r/200850 (https://phabricator.wikimedia.org/T94469) (owner: 10Mobrovac) [13:35:22] 10Wikimedia-Site-requests, 5Patch-For-Review: Additional page protection level on dewiki for "editor" - https://phabricator.wikimedia.org/T94368#1193983 (10Krenair) Ah, okay. Let's do this in the deployment window at 15:00 UTC then. [13:35:33] (03PS5) 10Niharika29: [WIP] Add a report by reviewer for a campaign [wikimedia/iegreview] - 10https://gerrit.wikimedia.org/r/202090 (https://phabricator.wikimedia.org/T87099) [13:36:33] (03CR) 10jenkins-bot: [V: 04-1] UI for adding and removing change tags on revisions and log entries [core] - 10https://gerrit.wikimedia.org/r/203061 (owner: 10TTO) [13:38:17] 10MediaWiki-Vagrant: Error: Cannot create /vagrant/phab/libphutil; parent directory /vagrant/phab does not exist - https://phabricator.wikimedia.org/T94553#1193985 (10mobrovac) [13:38:35] 10Labs-Vagrant: Labs-vagrant broken or docs out of sync ? - https://phabricator.wikimedia.org/T94469#1193987 (10mobrovac) [13:39:09] (03PS2) 10TTO: UI for adding and removing change tags on revisions and log entries [core] - 10https://gerrit.wikimedia.org/r/203061 [13:39:56] 10MediaWiki-extensions-ContentTranslation, 3LE-Sprint-85: Use ParsoidVirtualRESTService for HTML to Wikitext transformation - https://phabricator.wikimedia.org/T95542#1193989 (10santhosh) 3NEW a:3santhosh [13:40:27] 10MediaWiki-extensions-ContentTranslation, 3LE-Sprint-85, 5Patch-For-Review: Use ParsoidVirtualRESTService for HTML to Wikitext transformation - https://phabricator.wikimedia.org/T95542#1193989 (10santhosh) [13:42:30] 10Math: to access preferences: Unexpected non-MediaWiki exception encountered, of type "InvalidArgumentException" - https://phabricator.wikimedia.org/T85479#1194008 (10Physikerwelt) Why did you install the Math and MathJax extension. The math extension might not be compatible with the MathJax extension. [13:42:58] 10MediaWiki-extensions-Other, 10dev.wikimedia.org, 5Patch-For-Review: BoilerPlate extension should incorporate best test and CI practices - https://phabricator.wikimedia.org/T94275#1194009 (10Aklapper) @spage: Is more work needed here (= remove Patch-To-Review project) or is this done (= change status to res... [13:43:10] 10MediaWiki-extensions-Other: [RDFIO] Fatal error: Class 'SMWSQLStore3' not found - https://phabricator.wikimedia.org/T68430#1194010 (10Aklapper) p:5High>3Normal [13:43:57] 10MediaWiki-Logging, 10MediaWiki-Maintenance-scripts, 7Technical-Debt: log_params isn't always serialized - https://phabricator.wikimedia.org/T72999#1194012 (10Aklapper) p:5Triage>3Low [13:47:08] (03CR) 10Tweichart: [C: 031] SmartList: Allow variables/parserfunctions as args [extensions/BlueSpiceExtensions] - 10https://gerrit.wikimedia.org/r/203055 (owner: 10Robert Vogel) [13:54:18] (03PS1) 10Yaron Koren: Version 0.7.1 [extensions/ApprovedRevs] - 10https://gerrit.wikimedia.org/r/203065 [13:55:29] (03CR) 10Yaron Koren: [C: 032 V: 031] Version 0.7.1 [extensions/ApprovedRevs] - 10https://gerrit.wikimedia.org/r/203065 (owner: 10Yaron Koren) [13:57:58] (03PS9) 10Tinaj1234: Display warning message in Special:ListFiles when invalid username entered [core] - 10https://gerrit.wikimedia.org/r/197923 (https://phabricator.wikimedia.org/T72784) [13:59:59] 7Design, 6Collaboration-Team, 10Flow, 3Roadmap, 7notice: Move Flow "header" to right rail, add toggle for full-width + link to archives - https://phabricator.wikimedia.org/T88114#1194101 (10He7d3r) [14:00:46] (03PS2) 10Jforrester: wikihiero: correct typo in message. [extensions/wikihiero] - 10https://gerrit.wikimedia.org/r/199163 (owner: 10Purodha) [14:01:16] (03PS1) 10Paladox: Add extension.json [extensions/VectorBeta] - 10https://gerrit.wikimedia.org/r/203066 (https://phabricator.wikimedia.org/T87990) [14:01:25] 10Phabricator-Sprint-Extension: Fatal error when clicking on tag which doesn't yet have workboard created - https://phabricator.wikimedia.org/T95191#1194107 (10Christopher) loadHandles was removed in a recent (31 March) update https://secure.phabricator.com/rP64dddc76c5cda35a0dd554d4427cd3157f32a826 New changes... [14:01:30] (03PS2) 10Paladox: Add extension.json [extensions/VectorBeta] - 10https://gerrit.wikimedia.org/r/203066 (https://phabricator.wikimedia.org/T87990) [14:02:28] (03CR) 10jenkins-bot: [V: 04-1] wikihiero: correct typo in message. [extensions/wikihiero] - 10https://gerrit.wikimedia.org/r/199163 (owner: 10Purodha) [14:02:58] (03PS28) 10Matthias Mullie: Flow ES config [extensions/Flow] - 10https://gerrit.wikimedia.org/r/161251 (https://phabricator.wikimedia.org/T78787) [14:04:31] 6MediaWiki-Core-Team, 6Project-Creators, 15User-Bd808-Test: Create Security-Team project - https://phabricator.wikimedia.org/T95486#1194113 (10bd808) >>! In T95486#1193331, @Aklapper wrote: > Well, https://phabricator.wikimedia.org/tag/security/ is also a team currently so this feels pretty messy now. #secu... [14:05:00] Hi ! I had sent this patch https://gerrit.wikimedia.org/r/#/c/202735/ and one of the reviewers asked to add the email id in the flyout message. I tried adding 'flyout-params' parameter to the notification, but the notification fails to show up. [14:05:11] These are the changes I made https://etherpad.wikimedia.org/p/EchoNotification [14:05:14] 10MediaWiki-Templates: templatelinks table on enwiki is missing entries - https://phabricator.wikimedia.org/T63953#1194116 (10Anomie) If it's still a problem, it's stalled on no one having any idea what's causing it, how to reproduce it, or even what to try logging to get more data. [14:05:47] * tinajohnson is sorry for re-posting [14:06:54] (03PS1) 10Purodha: Flow: consistent quoting in messages. [extensions/Flow] - 10https://gerrit.wikimedia.org/r/203068 [14:07:44] tonythomas, ^ [14:08:42] (03PS3) 10Matthias Mullie: Index Flow data [extensions/Flow] - 10https://gerrit.wikimedia.org/r/195889 (https://phabricator.wikimedia.org/T78788) [14:09:09] yeah! I too tried passing $originalEmail as the flyout-param - but it doesnt seem to be showing up :( Someone from Echo/collaboration team is here ? Should we need a separate formatter class ? [14:09:47] 10MediaWiki-extensions-AbuseFilter, 7Performance: Switch AbuseFilter to using Lua - https://phabricator.wikimedia.org/T49512#1194125 (10He7d3r) [14:09:49] 10MediaWiki-extensions-AbuseFilter: Support short-circuit bool ops - https://phabricator.wikimedia.org/T43693#1194124 (10He7d3r) [14:10:41] 10MediaWiki-Page-editing, 7Epic, 5Patch-For-Review: Edit conflict detection suffers a race condition - https://phabricator.wikimedia.org/T58849#1194130 (10He7d3r) [14:11:49] 6MediaWiki-Core-Team, 15User-Bd808-Test: [draft] Performance Roadmap April - June 2015 (Q4 2014/2015) - https://phabricator.wikimedia.org/T93845#1194137 (10bd808) p:5Triage>3Normal [14:12:36] (03CR) 10Santhosh: "The summary of changes to rebuild.php need to go to commit message. Better approach is doing rebuild.php changes if needed, in another com" [extensions/cldr] - 10https://gerrit.wikimedia.org/r/202684 (owner: 10Mjbmr) [14:12:45] 6MediaWiki-Core-Team, 15User-Bd808-Test: [draft] Performance Roadmap April - June 2015 (Q4 2014/2015) - https://phabricator.wikimedia.org/T93845#1147680 (10bd808) [14:15:17] (03PS4) 10Matthias Mullie: Maint script to fix workflow_last_update_timestamp dates [extensions/Flow] - 10https://gerrit.wikimedia.org/r/195890 [14:16:41] (03CR) 10Matthias Mullie: Index Flow data (032 comments) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/195889 (https://phabricator.wikimedia.org/T78788) (owner: 10Matthias Mullie) [14:18:31] 6MediaWiki-Core-Team, 6Project-Creators: Archive the MediaWiki-Core-Team project - https://phabricator.wikimedia.org/T95507#1194154 (10bd808) [14:18:48] 3Mobile-Web-Sprint-44-Road-Warrior:-Mad-Max-2, 5Patch-For-Review: Mobile menu improvements (alpha) - Remove ® from wordmark - https://phabricator.wikimedia.org/T95007#1194156 (10Florian) @kaldari: Most 3rd party users (it's not based on some data, just a feeling) doesn't use any trademark or anything in the na... [14:19:38] 10MediaWiki-Maintenance-scripts, 5Patch-For-Review, 7Performance: make "refreshLinks.php --dfn-only" faster (to work on en.wiki) - https://phabricator.wikimedia.org/T44180#1194157 (10He7d3r) [14:19:55] (03PS1) 10Jforrester: Fiddle with the parser tests so they pass again [extensions/wikihiero] - 10https://gerrit.wikimedia.org/r/203072 [14:21:03] (03CR) 10Krinkle: [C: 032] Fiddle with the parser tests so they pass again [extensions/wikihiero] - 10https://gerrit.wikimedia.org/r/203072 (owner: 10Jforrester) [14:21:50] (03Merged) 10jenkins-bot: Fiddle with the parser tests so they pass again [extensions/wikihiero] - 10https://gerrit.wikimedia.org/r/203072 (owner: 10Jforrester) [14:22:05] (03CR) 10Jforrester: [C: 032] Update inspector now it inherits from NodeInspector [extensions/wikihiero] - 10https://gerrit.wikimedia.org/r/198733 (https://phabricator.wikimedia.org/T93592) (owner: 10Esanders) [14:22:17] (03CR) 10Jforrester: [C: 032] wikihiero: correct typo in message. [extensions/wikihiero] - 10https://gerrit.wikimedia.org/r/199163 (owner: 10Purodha) [14:22:39] 6MediaWiki-Core-Team, 6Project-Creators: Archive the MediaWiki-Core-Team project - https://phabricator.wikimedia.org/T95507#1194177 (10bd808) >>! In T95507#1193704, @aude wrote: > can i be added as member of all the new projects that replace this? (or watch maybe) All of the new teams have open projects as fa... [14:23:10] (03PS8) 10Gergő Tisza: [WIP] mw.loader.store: Set virtual sourceURL in the globalEval calls [core] - 10https://gerrit.wikimedia.org/r/156544 (https://phabricator.wikimedia.org/T90524) (owner: 10Krinkle) [14:23:32] (03Merged) 10jenkins-bot: Update inspector now it inherits from NodeInspector [extensions/wikihiero] - 10https://gerrit.wikimedia.org/r/198733 (https://phabricator.wikimedia.org/T93592) (owner: 10Esanders) [14:23:34] (03Merged) 10jenkins-bot: wikihiero: correct typo in message. [extensions/wikihiero] - 10https://gerrit.wikimedia.org/r/199163 (owner: 10Purodha) [14:24:52] 10MediaWiki-Interface, 10Wikidata, 7JavaScript: Add page indicator to show that the page being viewed is protected - https://phabricator.wikimedia.org/T12347#1194184 (10He7d3r) [14:26:37] 10LiquidThreads, 10Wikimedia-General-or-Unknown, 7JavaScript, 7Regression: Deprecation of features used by HotCat makes core/extension JavaScript fail - https://phabricator.wikimedia.org/T86142#1194193 (10He7d3r) [14:27:17] (03PS8) 10Jforrester: WIP: use SVGs rendered by Hierator service [extensions/wikihiero] - 10https://gerrit.wikimedia.org/r/178269 (owner: 10MaxSem) [14:28:26] (03CR) 10jenkins-bot: [V: 04-1] WIP: use SVGs rendered by Hierator service [extensions/wikihiero] - 10https://gerrit.wikimedia.org/r/178269 (owner: 10MaxSem) [14:28:51] James_F, you're watching WikiHiero? o_0 [14:29:06] MaxSem: Only when I need code merged there. [14:29:20] MaxSem: (There's the VisualEditor WikiHiero editor.) [14:29:27] good that you want my code merged! :P [14:30:23] MaxSem: I do. :-) [14:30:29] (03PS19) 10Niharika29: [WIP] Fix aggregated reports to work on the new reviews system [wikimedia/iegreview] - 10https://gerrit.wikimedia.org/r/198233 (https://phabricator.wikimedia.org/T93251) [14:30:32] MaxSem: But I'm also not competent to review it. ;-) [14:33:03] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 10Wikidata-Quality: Insert an empty div (or something similar) in front of values as a placeholder on item pages - https://phabricator.wikimedia.org/T95403#1188971 (10Lydia_Pintscher) [14:33:34] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 10Wikidata-Quality: Insert an empty div (or something similar) in front of values as a placeholder on item pages - https://phabricator.wikimedia.org/T95403#1188971 (10Lydia_Pintscher) p:5Triage>3Normal [14:33:45] (03Draft1) 10Aude: Add WikiPageDoEditUpdatesBeforeCache hook in WikiPage [core] - 10https://gerrit.wikimedia.org/r/203071 [14:34:33] 3Team-Practices-This-Week: Test phabricator sprint extension updates - https://phabricator.wikimedia.org/T95469#1194210 (10Christopher) This is ready for QA testing. Already deployed to http://phab08.wmflabs.org Please use production branch tag release/2015-04-22 of Sprint. There are two new "features".... [14:34:35] (03CR) 10Aude: [C: 04-1] "not sure yet that we want this..." [core] - 10https://gerrit.wikimedia.org/r/203071 (owner: 10Aude) [14:35:57] 7Jenkins: job creation permission on jenkins for WMDE-Fisch - https://phabricator.wikimedia.org/T95546#1194224 (10WMDE-Fisch) 3NEW [14:36:55] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 10Wikidata-Quality: Insert an empty div (or something similar) in front of values as a placeholder on item pages - https://phabricator.wikimedia.org/T95403#1194242 (10Lydia_Pintscher) I think it would be better to place it after the statement since this... [14:37:01] 10MediaWiki-Extension-Requests: Export file thumbnail, video preview via Open Graph meta elements as Facebook posting helper - https://phabricator.wikimedia.org/T33338#1194244 (10MarkAHershberger) ----- Original Message ----- > Nemo_bis added subscribers: Jdlrobson, MaxSem, DanielFriesen. > Nemo_bis added a com... [14:37:40] 10Datasets-General-or-Unknown: Link to /android from dumps.wikimedia.org - https://phabricator.wikimedia.org/T37903#1194251 (10MarkAHershberger) ----- Original Message ----- > Nemo_bis added a subscriber: Nemo_bis. > Nemo_bis closed this task as "Declined". > Nemo_bis added a comment. > https://dumps.wikimedia... [14:37:52] 10Datasets-General-or-Unknown: Length of dump text and length field in API do not match - https://phabricator.wikimedia.org/T29773#1194253 (10Anomie) >>! In T29773#1193262, @Nemo_bis wrote: >> My conclusion is that the json formatter or perhaps generally the API loses that newline at the end. > > Then, if still... [14:37:58] 10Datasets-General-or-Unknown: Provide alternate md5sums list for dumps in "latest" directory format - https://phabricator.wikimedia.org/T34130#1194255 (10MarkAHershberger) ----- Original Message ----- > Nemo_bis changed the title from "Unusable md5sums for the latest dumps" to > "Provide alternate md5sums list... [14:38:00] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 7Technical-Debt: Problematic inline script - https://phabricator.wikimedia.org/T95329#1187123 (10Lydia_Pintscher) [14:38:14] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 7Technical-Debt: Problematic inline script - https://phabricator.wikimedia.org/T95329#1194257 (10Lydia_Pintscher) p:5Triage>3Normal [14:38:29] 10Datasets-General-or-Unknown: xml dump files should include magic words - https://phabricator.wikimedia.org/T38178#1194259 (10MarkAHershberger) ----- Original Message ----- > Nemo_bis added a subscriber: Nemo_bis. > Nemo_bis added a comment. > Again, this is probably best solved by archiving the web API's sit... [14:38:56] 10Datasets-General-or-Unknown, 7Tracking: Create SQL dumps for certain database tables, partial if necessary (tracking) - https://phabricator.wikimedia.org/T27602#1194265 (10MarkAHershberger) ----- Original Message ----- > Nemo_bis added a blocking task: T18546: Wikimedia dumps should contain > FlaggedRevs da... [14:40:00] 10MediaWiki-extensions-WikibaseRepository: Put lastrevid of linked entities in mw.config.values.wbUsedEntities - https://phabricator.wikimedia.org/T94159#1194272 (10Lydia_Pintscher) 5Open>3declined a:3Lydia_Pintscher Since this seems solved I am going to close the ticket. [14:42:04] 3Team-Practices-This-Week: Draft TPG tech talk: Team Health Checks - https://phabricator.wikimedia.org/T94476#1194276 (10ggellerman) LGTM- looking forward to the talk! [14:45:03] (03CR) 10Anomie: [C: 032] Fixed ApiQueryBase::selectNamedDb() return value [core] - 10https://gerrit.wikimedia.org/r/202994 (owner: 10Yurik) [14:46:25] (03PS1) 10KartikMistry: Update ContentTranslation to 072537f [core] (wmf/1.25wmf24) - 10https://gerrit.wikimedia.org/r/203076 [14:48:33] 7Design, 10Gather, 7I18n, 5Patch-For-Review: Reconsider the usage of "feed" in Gather's UI - https://phabricator.wikimedia.org/T95548#1194303 (10Amire80) [14:48:50] 7Jenkins: job creation permission on jenkins for WMDE-Fisch - https://phabricator.wikimedia.org/T95546#1194311 (10hashar) The access to Jenkins configuration is granted via LDAP. Your labs account should be added to the 'wmde' group and you probably need to sign a Non Disclosure Agreement with WMF as well. Comp... [14:49:59] 10MediaWiki-ResourceLoader, 10MediaWiki-extensions-Sentry, 6Multimedia, 3Multimedia-Sprint-2015-03-25, 5Patch-For-Review: Use source urls in mw.loader.store - https://phabricator.wikimedia.org/T90524#1194330 (10Tgr) From UploadWizard error logging data (T95527): ``` mysql:research@analytics-store.eqiad.w... [14:50:31] 7Design, 10Gather, 3Gather Sprint Enwiki, 7I18n, 5Patch-For-Review: Reconsider the usage of "feed" in Gather's UI - https://phabricator.wikimedia.org/T95548#1194334 (10Jhernandez) [14:51:02] 7Design, 10Gather, 3Gather Sprint Enwiki, 7I18n, 5Patch-For-Review: Reconsider the usage of "feed" in Gather's UI - https://phabricator.wikimedia.org/T95548#1194341 (10Jhernandez) a:3Amire80 [14:53:14] (03PS1) 10KartikMistry: Update ContentTranslation to 072537f [core] (wmf/1.26wmf1) - 10https://gerrit.wikimedia.org/r/203079 [14:54:49] (03Merged) 10jenkins-bot: Fixed ApiQueryBase::selectNamedDb() return value [core] - 10https://gerrit.wikimedia.org/r/202994 (owner: 10Yurik) [14:57:12] (03PS11) 10Darkdragon09: SVG upload with specific error (warning) message when blocking [core] - 10https://gerrit.wikimedia.org/r/194466 (https://phabricator.wikimedia.org/T85924) [15:00:06] 10MediaWiki-Interface, 7JavaScript: Add page indicator to show that the page being viewed is protected - https://phabricator.wikimedia.org/T12347#1194362 (10matej_suchanek) [15:02:58] 10MediaWiki-extensions-WikiHiero, 10RESTBase, 6Services: Make Hierator available via RESTBase - https://phabricator.wikimedia.org/T93847#1194384 (10mobrovac) [15:04:54] 10MediaWiki-extensions-SandboxLink, 10Wikimedia-Extension-setup: Write a script to disable local "My sandbox" gadgets, to be run simultaneously with the SandboxLink extension being deployed - https://phabricator.wikimedia.org/T92771#1194388 (10matmarex) > I'll need some brief information page to exist that I c... [15:05:11] 10Wikimedia-Site-requests, 5Patch-For-Review: Change project name at Asturian Wikipedia from "Uiquipedia" to "Wikipedia" - https://phabricator.wikimedia.org/T94341#1194389 (10Glaisher) It was noted that the linked discussion at astwiki is for changing the project name of both projects. Since it's not an explic... [15:08:16] (03CR) 10Umherirrender: [C: 031] "Needs i18n review and than I will merge it." [core] - 10https://gerrit.wikimedia.org/r/197923 (https://phabricator.wikimedia.org/T72784) (owner: 10Tinaj1234) [15:09:04] 6MediaWiki-Core-Team, 6Project-Creators, 15User-Bd808-Test: Create Security-Team project - https://phabricator.wikimedia.org/T95486#1194414 (10greg) IOW: We've already done {T90491} in this case ;) [15:09:49] 10Wikimedia-Site-requests, 5Patch-For-Review: Additional page protection level on dewiki for "editor" - https://phabricator.wikimedia.org/T94368#1194433 (10Glaisher) It has been deployed to German Wikipedia but the other i18n messages will reach German Wikipedia next Wednesday. [15:10:10] 10Wikimedia-Site-requests: Additional page protection level on dewiki for "editor" - https://phabricator.wikimedia.org/T94368#1194434 (10Glaisher) 5Open>3Resolved a:3Glaisher [15:10:48] (03CR) 10Tinaj1234: "Sure !" [core] - 10https://gerrit.wikimedia.org/r/197923 (https://phabricator.wikimedia.org/T72784) (owner: 10Tinaj1234) [15:11:06] (03PS5) 10Matthias Mullie: Maint script to fix workflow_last_update_timestamp dates [extensions/Flow] - 10https://gerrit.wikimedia.org/r/195890 [15:11:53] (03PS4) 10Matthias Mullie: Index Flow data [extensions/Flow] - 10https://gerrit.wikimedia.org/r/195889 (https://phabricator.wikimedia.org/T78788) [15:13:31] 10MediaWiki-extensions-WikibaseClient, 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 3§ Wikidata-Sprint-2015-03-24, and 2 others: UpdateRepo doesn't always propagate changes - https://phabricator.wikimedia.org/T92789#1194457 (10hoo) This seems to affect some wikis significantly more than others...... [15:14:35] 10MediaWiki-extensions-SandboxLink, 10Wikimedia-Extension-setup, 5Patch-For-Review, 3Roadmap, and 2 others: Deploy SandboxLink extension to cluster and enable on wikis where it currently is a gadget - https://phabricator.wikimedia.org/T72499#1194461 (10matmarex) Updated mwgrep: {P495} Updated usage data:... [15:15:36] 10MediaWiki-extensions-SandboxLink, 10Wikimedia-Extension-setup, 3Roadmap, 7notice, 7user-notice: Deploy SandboxLink extension to cluster and enable on wikis where it currently is a gadget - https://phabricator.wikimedia.org/T72499#1194471 (10matmarex) [15:16:02] (03CR) 10Matthias Mullie: Index Flow data (032 comments) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/195889 (https://phabricator.wikimedia.org/T78788) (owner: 10Matthias Mullie) [15:16:38] 10MediaWiki-extensions-SandboxLink, 10Wikimedia-Extension-setup, 3Roadmap, 7notice, 7user-notice: Deploy SandboxLink extension to cluster and enable on wikis where it currently is a gadget - https://phabricator.wikimedia.org/T72499#766433 (10matmarex) (And here's the script I used to generate the above f... [15:18:40] (03CR) 10Daniel Kinzler: [C: 032] "*sigh*" [core] - 10https://gerrit.wikimedia.org/r/201142 (owner: 10Aude) [15:20:15] 10Wikimedia-Extension-setup: Review and deploy BlameMaps extension - https://phabricator.wikimedia.org/T51278#1194496 (10greg) >>! In T51278#1180349, @Ricordisamoa wrote: > Any updates? https://git.wikimedia.org/log/mediawiki%2Fextensions%2FBlameMaps/HEAD Nope, looks like no one is willing to take the torch on... [15:20:50] 10Wikimedia-Site-requests: Additional page protection level on dewiki for "editor" - https://phabricator.wikimedia.org/T94368#1194500 (10-jkb-) Thanks to all. [15:22:04] 10MediaWiki-extensions-SandboxLink, 10Wikimedia-Extension-setup, 3Roadmap, 7notice, 7user-notice: Deploy SandboxLink extension to cluster and enable on wikis where it currently is a gadget - https://phabricator.wikimedia.org/T72499#1194503 (10matmarex) [15:22:16] (03PS20) 10Niharika29: Fix aggregated reports to work on the new reviews system [wikimedia/iegreview] - 10https://gerrit.wikimedia.org/r/198233 (https://phabricator.wikimedia.org/T93251) [15:25:35] (03CR) 10Dr0ptp4kt: "I added @jdlrobson, @MaxSem, and @yurik for visibility for MobileFrontend and ZeroBanner stuff." [extensions/XAnalytics] - 10https://gerrit.wikimedia.org/r/202800 (https://phabricator.wikimedia.org/T92875) (owner: 10Legoktm) [15:28:26] (03Merged) 10jenkins-bot: Add @group Database tags to tests that need it [core] - 10https://gerrit.wikimedia.org/r/201142 (owner: 10Aude) [15:29:05] 10MediaWiki-extensions-WikibaseClient, 10Wikidata, 5Patch-For-Review, 7Performance, 10Wikidata-Sprint-2015-04-07: Caching sitelink lookup for client use - https://phabricator.wikimedia.org/T94168#1194525 (10hoo) 5Open>3Resolved [15:29:18] 10MediaWiki-extensions-WikibaseClient, 10Wikidata, 7Performance, 10Wikidata-Sprint-2015-04-07: Caching sitelink lookup for client use - https://phabricator.wikimedia.org/T94168#1156699 (10hoo) [15:30:26] 10MediaWiki-extensions-WikibaseClient, 10Wikidata, 3§ Wikidata-Sprint-2015-03-24, 5Patch-For-Review, 10Wikidata-Sprint-2015-04-07: Implement hybrid mode for change dispatcher, which uses both wb_items_per_site and wb_changes_subscription. - https://phabricator.wikimedia.org/T90755#1194536 (10hoo) [15:30:29] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 3§ Wikidata-Sprint-2015-03-24, 10Wikidata-Sprint-2015-04-07, 3§ Wikidata-Sprint-2015-03-11: Factor dispatch logic out of maintenance script - https://phabricator.wikimedia.org/T70380#1194534 (10hoo) 5Open>3Resolved [15:30:32] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 7Need-volunteer: Dispatching via delayed jobs - https://phabricator.wikimedia.org/T48643#1194538 (10hoo) [15:30:35] 10MediaWiki-extensions-WikibaseClient, 10Wikidata, 3§ Wikidata-Sprint-2015-03-24, 5Patch-For-Review, 10Wikidata-Sprint-2015-04-07: Usage Tracking: change dispatcher should use the wb_changes_subscription table - https://phabricator.wikimedia.org/T66590#1194537 (10hoo) [15:31:21] 6Learning-and-Evaluation: Programs Evaluation Subproject - https://phabricator.wikimedia.org/T91045#1194541 (10Capt_Swing) Okay, well looks like we are at a fundamental impasse for now. Perhaps over the next few months we will learn as a community which bug reporting best practices are most appropriate for Phabr... [15:32:46] 10Wikimedia-Site-requests, 5Patch-For-Review: Add namespace aliases in Latvian Wikipedia - https://phabricator.wikimedia.org/T95106#1194543 (10Krenair) 5Open>3Resolved Done [15:32:57] 10Wikimedia-Site-requests: Add namespace aliases in Latvian Wikipedia - https://phabricator.wikimedia.org/T95106#1194545 (10Krenair) [15:34:02] 4(no projects): Add support for regexp-based route segments in RESTBase router - https://phabricator.wikimedia.org/T95563#1194548 (10GWicke) 3NEW [15:34:32] (03CR) 10KartikMistry: [C: 032] "Deployment!" [core] (wmf/1.25wmf24) - 10https://gerrit.wikimedia.org/r/203076 (owner: 10KartikMistry) [15:34:47] (03CR) 10KartikMistry: [C: 032] "Deployment!" [core] (wmf/1.26wmf1) - 10https://gerrit.wikimedia.org/r/203079 (owner: 10KartikMistry) [15:37:39] 10Wikimedia-Site-requests, 5Patch-For-Review: add Reports and Press-releases namespace to chapter wiki ru.wikimedia.org - https://phabricator.wikimedia.org/T95110#1194570 (10Krenair) Do you officially represent the chapter in any way? Can you point me to the relevant mailing list thread, or is it private? [15:37:41] 4(no projects): Add support for regexp-based route segments in RESTBase router - https://phabricator.wikimedia.org/T95563#1194571 (10GWicke) [15:40:57] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 7Need-volunteer: Store the badges of sitelinks in a queryable format - https://phabricator.wikimedia.org/T72229#1194581 (10daniel) I'll try to summarize: * adding a badge_id column to wb_items_per_site won't work because there may be more than one badge... [15:43:49] (03Merged) 10jenkins-bot: Update ContentTranslation to 072537f [core] (wmf/1.25wmf24) - 10https://gerrit.wikimedia.org/r/203076 (owner: 10KartikMistry) [15:44:16] (03Merged) 10jenkins-bot: Update ContentTranslation to 072537f [core] (wmf/1.26wmf1) - 10https://gerrit.wikimedia.org/r/203079 (owner: 10KartikMistry) [15:46:08] 10MediaWiki-extensions-SandboxLink: Import translations for SandboxLink from on-wiki gadgets - https://phabricator.wikimedia.org/T95565#1194603 (10matmarex) 3NEW a:3matmarex [15:49:34] 3Mobile-Web-Sprint-44-Road-Warrior:-Mad-Max-2, 5Patch-For-Review: Filter out retired WikiGrok tags from WikiGrok pages - https://phabricator.wikimedia.org/T94445#1194631 (10phuedx) @bmansurov: pairing with @kaldari/my notes help at all? Is there anything I can help with? [15:51:41] 3Mobile Web Design, 5Patch-For-Review: Stop serving menu in the page HTML - https://phabricator.wikimedia.org/T95332#1194652 (10phuedx) [15:53:13] 3Mobile Web Design, 5Patch-For-Review: Stop serving menu in the page HTML - https://phabricator.wikimedia.org/T95332#1187214 (10phuedx) @Jdlrobson: I'm don't see how this blocks T94458. [15:53:21] 3Mobile Web Design: Stop serving menu in the page HTML - https://phabricator.wikimedia.org/T95332#1194658 (10phuedx) [15:54:18] 10MediaWiki-extensions-WikibaseClient, 10Wikidata, 7Performance: Preload sitelinks based on usage tracking data - https://phabricator.wikimedia.org/T95567#1194660 (10hoo) 3NEW [15:57:19] (03PS1) 10Paladox: Add extension.json and replaced settings with prefix wg [extensions/WikimediaIncubator] - 10https://gerrit.wikimedia.org/r/203092 (https://phabricator.wikimedia.org/T87998) [15:57:31] (03PS2) 10Paladox: Add extension.json and replaced settings with prefix wg [extensions/WikimediaIncubator] - 10https://gerrit.wikimedia.org/r/203092 (https://phabricator.wikimedia.org/T87998) [15:58:10] 7Design, 10Gather, 3Gather Sprint Enwiki, 7I18n, 5Patch-For-Review: Reconsider the usage of "feed" in Gather's UI - https://phabricator.wikimedia.org/T95548#1194692 (10Jdlrobson) 5Open>3Resolved Only worry is this is too long a title... but we can iterate on it! :) [15:59:22] 7Design, 10Gather, 3Gather Sprint Enwiki, 7I18n, 5Patch-For-Review: Reconsider the usage of "feed" in Gather's UI - https://phabricator.wikimedia.org/T95548#1194706 (10Jhernandez) @jdlrobson Certainly long, but at least it explains well what the page does until we can name this watchlist 😉 [15:59:39] (03PS3) 10Paladox: Add extension.json and replaced settings with prefix wg [extensions/WikimediaIncubator] - 10https://gerrit.wikimedia.org/r/203092 (https://phabricator.wikimedia.org/T87998) [16:02:34] (03CR) 10Glaisher: [C: 031] Disable Preferences save button before setting change [core] - 10https://gerrit.wikimedia.org/r/190569 (https://phabricator.wikimedia.org/T89457) (owner: 10Sn1per) [16:06:53] 6Learning-and-Evaluation: Programs Evaluation Subproject - https://phabricator.wikimedia.org/T91045#1194718 (10JAnstee_WMF) Instead, we created the task and subtasks under task "programs evaluation" rather than this one which got lost. Note: These tasks are related to data management and analysis for our progra... [16:10:23] 10MediaWiki-User-preferences, 7Easy: Remove "Show table of contents (for pages with more than 3 headings)" user preference from MediaWiki core - https://phabricator.wikimedia.org/T54813#1194732 (10Nemo_bis) > It's actually very annoying to have to manually type out the section anchor in the URL bar on article... [16:11:37] (03CR) 10Matthias Mullie: Disallow revisions in deleted boards (031 comment) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/200854 (https://phabricator.wikimedia.org/T90969) (owner: 10Matthias Mullie) [16:15:26] (03PS1) 10Paladox: Add extension.json [extensions/Gadgets] - 10https://gerrit.wikimedia.org/r/203098 (https://phabricator.wikimedia.org/T87918) [16:15:34] (03PS2) 10Paladox: Add extension.json [extensions/Gadgets] - 10https://gerrit.wikimedia.org/r/203098 (https://phabricator.wikimedia.org/T87918) [16:17:20] 6Mobile-Apps: Tabbed browsing in the mobile app - https://phabricator.wikimedia.org/T78750#1194764 (10Krenair) @Dbrant: Please answer my question. [16:17:55] 10MediaWiki-extensions-SandboxLink, 10Wikimedia-Extension-setup, 3Roadmap, 7notice, 7user-notice: Deploy SandboxLink extension to cluster and enable on wikis where it currently is a gadget - https://phabricator.wikimedia.org/T72499#1194770 (10matmarex) [16:17:56] 10MediaWiki-extensions-SandboxLink: Import translations for SandboxLink from on-wiki gadgets - https://phabricator.wikimedia.org/T95565#1194768 (10matmarex) 5Open>3Resolved https://translatewiki.net/w/i.php?title=Special:Contributions/Matma_Rex&dir=prev&offset=20150107234252&target=Matma+Rex [16:21:10] 10Programs-Evaluation: GLAM chart checks - https://phabricator.wikimedia.org/T95452#1190819 (10Abit) Thanks, @aklapper, I had wondered where that one got to. [16:21:27] 3App Process Improvement: EPIC: Improve integration of Design into our sprint process - https://phabricator.wikimedia.org/T95571#1194783 (10KLans_WMF) 3NEW [16:23:35] 3App Process Improvement: EPIC: Improve integration of QA into our sprint process - https://phabricator.wikimedia.org/T95572#1194795 (10KLans_WMF) 3NEW [16:24:13] (03CR) 10Esanders: [C: 032] Improve layout of Special:MathStatus [extensions/Math] - 10https://gerrit.wikimedia.org/r/200604 (https://phabricator.wikimedia.org/T94434) (owner: 10Physikerwelt) [16:24:42] (03PS1) 10Paladox: Add extension.json [extensions/ExtensionDistributor] - 10https://gerrit.wikimedia.org/r/203101 (https://phabricator.wikimedia.org/T87913) [16:24:58] (03PS2) 10Paladox: Add extension.json [extensions/ExtensionDistributor] - 10https://gerrit.wikimedia.org/r/203101 (https://phabricator.wikimedia.org/T87913) [16:25:01] 10MediaWiki-extensions-SandboxLink: Import translations for SandboxLink from on-wiki gadgets - https://phabricator.wikimedia.org/T95565#1194805 (10matmarex) (I did the ones that did not already have a translation, that did not look to have been indiscriminately copied from other wikis without translating, and th... [16:25:53] (03Merged) 10jenkins-bot: Improve layout of Special:MathStatus [extensions/Math] - 10https://gerrit.wikimedia.org/r/200604 (https://phabricator.wikimedia.org/T94434) (owner: 10Physikerwelt) [16:28:44] (03PS4) 10Paladox: Add extension.json [extensions/AbuseFilter] - 10https://gerrit.wikimedia.org/r/190761 (https://phabricator.wikimedia.org/T87876) (owner: 10Se4598) [16:29:28] 7Design, 10MediaWiki-User-preferences, 7Tracking: Redesign Special:Preferences (tracking) - https://phabricator.wikimedia.org/T64559#1194823 (10Glaisher) [16:29:39] (03CR) 10Alex Monk: [C: 04-1] "no" (031 comment) [core] - 10https://gerrit.wikimedia.org/r/107009 (https://phabricator.wikimedia.org/T27319) (owner: 10Jackmcbarn) [16:29:59] 10Wikimedia-Site-requests, 5Patch-For-Review: Lift IP rate limit - Santiago Editatón - 2015-04-11 and 2015-04-12 - https://phabricator.wikimedia.org/T95302#1194827 (103BRBS) Sorry to bother, but the main organizer at the venue just informed me some minutes ago, that the College where the edit-a-thon is happeni... [16:31:13] 10Living-Style-Guide, 10UI-Standardization, 5Patch-For-Review: Iconography specification page layout - https://phabricator.wikimedia.org/T77940#1194828 (10violetto) This looks great!!! Questions for @werdna or @spage, is the label to each section of icons going to stay that way? Can we remove the **icons- p... [16:33:21] 10Wikimedia-Site-requests, 5Patch-For-Review: Lift IP rate limit - Santiago Editatón - 2015-04-11 and 2015-04-12 - https://phabricator.wikimedia.org/T95302#1194830 (103BRBS) 5Resolved>3Open [16:33:48] 10Living-Style-Guide, 10UI-Standardization, 5Patch-For-Review: Iconography specification page layout - https://phabricator.wikimedia.org/T77940#1194831 (10werdna) I think the labelling is totally wrong right now. I just don't have any information about grouping other than which OOjs-UI icon pack they are in,... [16:35:52] 6Mobile-Apps: Tabbed browsing in the mobile app - https://phabricator.wikimedia.org/T78750#1194840 (10Deskana) @krenair If it's been merged incorrectly, then feel free to fix it. [16:35:58] (03CR) 10Alex Monk: "Strict Standards: Declaration of SpecialGlobalGroupMembership::fetchUser() should be compatible with UserrightsPage::fetchUser($username, " (031 comment) [core] - 10https://gerrit.wikimedia.org/r/107009 (https://phabricator.wikimedia.org/T27319) (owner: 10Jackmcbarn) [16:38:52] 6Mobile-Apps: Tabbed browsing in the mobile app - https://phabricator.wikimedia.org/T78750#1194841 (10Krenair) [16:39:02] (03PS1) 10Matthias Mullie: Improve check to see if board is deleted [extensions/Flow] - 10https://gerrit.wikimedia.org/r/203104 [16:39:36] 10Wikimedia-Site-requests, 5Patch-For-Review: add Reports and Press-releases namespace to chapter wiki ru.wikimedia.org - https://phabricator.wikimedia.org/T95110#1194849 (10Rubin16) Yep, I am the member of the chapter... For example, you can have a look at the link (there is ancor "rubin16" linking to the pr... [16:45:34] 10MediaWiki-extensions-ContentTranslation, 10ContentTranslation-Deployments, 5Patch-For-Review, 3Roadmap, 7notice: Enable CX in simple.wikipedia.org as beta feature - https://phabricator.wikimedia.org/T95538#1194877 (10KartikMistry) [16:45:55] 10Wikimedia-Site-requests, 5Patch-For-Review: add Reports and Press-releases namespace to chapter wiki ru.wikimedia.org - https://phabricator.wikimedia.org/T95110#1194881 (10Krenair) So... Am I correct in assuming that you got only one response to the proposal? [16:48:53] 10MediaWiki-Watchlist, 6Collaboration-Team, 10Flow: Empty parentheses are shown near red "Topic" titles in Special:EditWatchlist - https://phabricator.wikimedia.org/T95575#1194889 (10liangent) 3NEW [16:49:21] (03CR) 10CSteipp: "> Oh, and perhaps consider taking light weight TitleValue objects instead of Title." [core] - 10https://gerrit.wikimedia.org/r/166357 (https://phabricator.wikimedia.org/T386) (owner: 10Awight) [16:50:38] 6MediaWiki-API-Team, 10MediaWiki-extensions-SecurePoll: Set up mini wikifarm in Labs which has SecurePoll on it - https://phabricator.wikimedia.org/T88725#1194900 (10Deskana) 5stalled>3Resolved As the filer of this task, the current setup that @bd808 described above was good enough for my needs, so I'm clo... [16:51:14] (03CR) 10Sbisson: [C: 031] Improve check to see if board is deleted [extensions/Flow] - 10https://gerrit.wikimedia.org/r/203104 (owner: 10Matthias Mullie) [16:52:05] 10MediaWiki-Watchlist, 6Collaboration-Team, 10Flow: Empty parentheses are shown near red "Topic" titles in Special:EditWatchlist - https://phabricator.wikimedia.org/T95575#1194906 (10liangent) https://phab.wmfusercontent.org/file/data/dlekgwh6xomnyxvvqnot/PHID-FILE-vvhdf2zlhvfwzi5blrfu/onq34pjnzqb6j2bv/Edit_... [16:55:00] 10Gerrit-Migration, 10Wikimania-Hackathon-2015: Opt-in Differential for projects needing code review but not Jenkins/Zuul for continuous integration - https://phabricator.wikimedia.org/T94167#1194916 (10mmodell) differential doesn't use git directly so it can easily co-exist with other systems. And since phabr... [16:55:47] 10MediaWiki-extensions-Graph, 6Scrum-of-Scrums, 10Security-Reviews, 6Services, and 2 others: Perform a security review of graphoid - https://phabricator.wikimedia.org/T93126#1194917 (10csteipp) >>! In T93126#1193390, @mobrovac wrote: >>>! In T93126#1193061, @GWicke wrote: >> [The spec](http://www.w3.org/TR... [17:04:09] 10MediaWiki-extensions-Graph, 6Scrum-of-Scrums, 10Security-Reviews, 6Services, and 2 others: Perform a security review of graphoid - https://phabricator.wikimedia.org/T93126#1194930 (10GWicke) We return content as HTML, and want it to be interpreted as HTML, including image / media loading and (safe) style... [17:05:20] 3Mobile-Web-Sprint-44-Road-Warrior:-Mad-Max-2, 5Patch-For-Review: Filter out retired WikiGrok tags from WikiGrok pages - https://phabricator.wikimedia.org/T94445#1194931 (10bmansurov) @phuedx, yes, very helpful notes. Thanks. The patch is working; I tested it. I found another bug, but it can be solved in anoth... [17:06:40] 6Search-Team: Test importing dump into blazegraph - https://phabricator.wikimedia.org/T95576#1194933 (10Manybubbles) 3NEW a:3Manybubbles [17:06:53] 10grrrit-wm: grrrit-wm should ignore jenkins-bot merging l10n-bot commits - https://phabricator.wikimedia.org/T93259#1194942 (10valhallasw) [17:06:55] 10grrrit-wm: (grrrit) Note (or maybe ignore) when a change is a rebase - https://phabricator.wikimedia.org/T59116#1194945 (10valhallasw) [17:06:57] 10grrrit-wm: Document why bigbrother is disabled for grrrit-wm - https://phabricator.wikimedia.org/T92313#1194943 (10valhallasw) [17:06:59] 10grrrit-wm: grrrit-wm: runs into infinite loop if unable to join channels - https://phabricator.wikimedia.org/T74523#1194944 (10valhallasw) [17:07:12] 6Search-Team, 10Wikidata-Query-Service: Add ability to break up giant imports - https://phabricator.wikimedia.org/T95577#1194946 (10Manybubbles) 3NEW a:3Manybubbles [17:07:21] 6Search-Team, 10Wikidata-Query-Service: Test importing dump into blazegraph - https://phabricator.wikimedia.org/T95576#1194960 (10Manybubbles) [17:09:45] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 10Wikidata-Sprint-2015-04-07: Failed asserting that 'Could not find such an entity id (The serialization "noANid" is not recognized by the configured id builders)' contains "is not valid". - https://phabricator.wikimedia.org/T94672#1194973 (10aude) p:5T... [17:14:58] 10MediaWiki-extensions-SandboxLink, 10Wikimedia-Extension-setup, 5Patch-For-Review, 3Roadmap, and 2 others: Deploy SandboxLink extension to cluster and enable on wikis where it currently is a gadget - https://phabricator.wikimedia.org/T72499#1194987 (10matmarex) [17:15:00] 10MediaWiki-extensions-SandboxLink, 10Wikimedia-Extension-setup: Write a script to disable local "My sandbox" gadgets, to be run simultaneously with the SandboxLink extension being deployed - https://phabricator.wikimedia.org/T92771#1194985 (10matmarex) 5Open>3Resolved Something along these lines. {F110606} [17:15:02] 10Gerrit-Migration, 10Wikimania-Hackathon-2015: Opt-in Differential for projects needing code review but not Jenkins/Zuul for continuous integration - https://phabricator.wikimedia.org/T94167#1194988 (10mmodell) there is also http://www.dctrwatson.com/2013/01/jenkins-and-phabricator/ -> it's pretty easy to ho... [17:15:57] (03CR) 10Anomie: Maintenance script for deleting empty global accounts (032 comments) [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/202588 (https://phabricator.wikimedia.org/T93167) (owner: 10Anomie) [17:15:58] 10MediaWiki-General-or-Unknown, 5MW-1.25-release: Drop PHP 5.3 support - https://phabricator.wikimedia.org/T75901#1195001 (10Jdforrester-WMF) [17:16:00] 10Wikimedia-General-or-Unknown, 7HHVM: Remove HHVM revision tag - https://phabricator.wikimedia.org/T75181#1195002 (10Jdforrester-WMF) [17:16:04] (03PS2) 10Anomie: Maintenance script for deleting empty global accounts [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/202588 (https://phabricator.wikimedia.org/T93167) [17:17:22] 4(no projects): wikibugs test bug - https://phabricator.wikimedia.org/T1152#1195017 (10valhallasw) Testing maniphest.update [17:17:28] (03CR) 10Anomie: Helper to get a page's revision ID given an approximate time (031 comment) [core] - 10https://gerrit.wikimedia.org/r/201929 (https://phabricator.wikimedia.org/T58849) (owner: 10Awight) [17:18:21] 10MediaWiki-extensions-Graph, 10MediaWiki-extensions-WikiHiero, 10Citoid, 10Mathoid-General-or-Unknown, and 4 others: Services need to share the same domain name - https://phabricator.wikimedia.org/T95402#1195021 (10csteipp) If the services are accessible on a non-authenticated domain like rest.wikimedia.o... [17:19:02] 6Phabricator: Create a phabricator api method to remove 'patch-for-review' tag from a task - https://phabricator.wikimedia.org/T95307#1195027 (10valhallasw) As far as I can see, maniphest.update can just do this. Get the current list of projects, then pass ``` maniphest.update( id=1152, projectPHIDs={}, # i... [17:21:05] 10MediaWiki-extensions-Graph, 10MediaWiki-extensions-WikiHiero, 10Citoid, 10Mathoid-General-or-Unknown, and 4 others: Services need to share the same domain name - https://phabricator.wikimedia.org/T95402#1195032 (10GWicke) We will need to support authenticated requests for private wikis and end points tha... [17:21:12] (03CR) 10Anomie: Accessor to get EditPage parent revision ID (031 comment) [core] - 10https://gerrit.wikimedia.org/r/201928 (https://phabricator.wikimedia.org/T58849) (owner: 10Awight) [17:23:24] (03CR) 10Anomie: [C: 031] Helper to get a page's revision ID given an approximate time [core] - 10https://gerrit.wikimedia.org/r/201929 (https://phabricator.wikimedia.org/T58849) (owner: 10Awight) [17:27:00] (03CR) 10Catrope: "In the future please don't merge commits that say "Depends on XYX" where XYZ has not been merged yet." [extensions/Math] - 10https://gerrit.wikimedia.org/r/198741 (owner: 10Esanders) [17:27:14] (03CR) 10Legoktm: Maintenance script for deleting empty global accounts (031 comment) [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/202588 (https://phabricator.wikimedia.org/T93167) (owner: 10Anomie) [17:28:27] 3Mobile-App-Sprint-54-iOS: Hide loading spinner when using back-forward. - https://phabricator.wikimedia.org/T94653#1195061 (10KLans_WMF) 5Resolved>3Open [17:32:01] 6Search-Team: Cleanup test code around complex statements - https://phabricator.wikimedia.org/T95583#1195077 (10Manybubbles) 3NEW [17:32:15] 6Search-Team: Cleanup test code around complex statements - https://phabricator.wikimedia.org/T95583#1195092 (10Manybubbles) a:3Jdouglas [17:33:43] (03PS1) 10Manybubbles: WIP: Simplify statement construction [wikidata/query/rdf] - 10https://gerrit.wikimedia.org/r/203154 [17:33:51] 6Search-Team: Cleanup test code around complex statements - https://phabricator.wikimedia.org/T95583#1195077 (10Manybubbles) https://gerrit.wikimedia.org/r/#/c/203154/ [17:34:02] (03PS3) 10Anomie: Maintenance script for deleting empty global accounts [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/202588 (https://phabricator.wikimedia.org/T93167) [17:34:24] 3Mobile-App-Sprint-54-iOS: Hide loading spinner when using back-forward. - https://phabricator.wikimedia.org/T94653#1195113 (10KLans_WMF) @vbamba this card was accidentally closed. Still needs design signoff [17:34:54] (03CR) 10Bartosz Dziewoński: [C: 032 V: 032] Localisation updates from https://translatewiki.net. [extensions/SandboxLink] - 10https://gerrit.wikimedia.org/r/203158 (https://phabricator.wikimedia.org/T72499) (owner: 10L10n-bot) [17:34:56] (03CR) 10jenkins-bot: [V: 04-1] WIP: Simplify statement construction [wikidata/query/rdf] - 10https://gerrit.wikimedia.org/r/203154 (owner: 10Manybubbles) [17:36:22] 10MediaWiki-Watchlist: Pending changes notice doesn't shown, or is shown - https://phabricator.wikimedia.org/T26145#1195132 (10aaron) >>! In T26145#278450, @aaron wrote: > Probably due to slave lag + query grouping (watchlists all still go to to DB12). > > I suppose I can put the PC query in the same group to k... [17:36:33] (03PS1) 10Legoktm: Update SandboxLink to 1.26wmf1 HEAD [core] (wmf/1.26wmf1) - 10https://gerrit.wikimedia.org/r/203174 [17:36:35] 6Search-Team: [epic] Publicly facing documentation - https://phabricator.wikimedia.org/T95587#1195136 (10Manybubbles) 3NEW [17:36:45] (03PS1) 10Legoktm: Update SandboxLink to 1.25wmf24 HEAD [core] (wmf/1.25wmf24) - 10https://gerrit.wikimedia.org/r/203176 [17:37:08] (03CR) 10Legoktm: [C: 032] Update SandboxLink to 1.25wmf24 HEAD [core] (wmf/1.25wmf24) - 10https://gerrit.wikimedia.org/r/203176 (owner: 10Legoktm) [17:37:17] (03CR) 10Legoktm: [C: 032 V: 032] Update SandboxLink to 1.26wmf1 HEAD [core] (wmf/1.26wmf1) - 10https://gerrit.wikimedia.org/r/203174 (owner: 10Legoktm) [17:37:24] (03CR) 10Legoktm: [V: 032] Update SandboxLink to 1.25wmf24 HEAD [core] (wmf/1.25wmf24) - 10https://gerrit.wikimedia.org/r/203176 (owner: 10Legoktm) [17:37:29] 6Search-Team: [epic] Example queries on wiki and in tests - https://phabricator.wikimedia.org/T95588#1195147 (10Manybubbles) 3NEW [17:37:38] 10MediaWiki-extensions-GettingStarted, 10Browser-Tests, 6Collaboration-Team, 10Continuous-Integration, and 2 others: Pass MEDIAWIKI_CAPTCHA_BYPASS_PASSWORD in on Jenkins so GettingStarted browser tests pass - https://phabricator.wikimedia.org/T91220#1195155 (10EBernhardson) 5Open>3Resolved [17:37:42] 10MediaWiki-extensions-GettingStarted, 5Patch-For-Review: Test GettingStarted with actual user registration - https://phabricator.wikimedia.org/T90450#1195158 (10EBernhardson) [17:37:47] 6Search-Team, 10Wikidata-Query-Service: [epic] Example queries on wiki and in tests - https://phabricator.wikimedia.org/T95588#1195159 (10Manybubbles) [17:37:56] 6Search-Team, 10Wikidata-Query-Service: Cleanup test code around complex statements - https://phabricator.wikimedia.org/T95583#1195161 (10Manybubbles) [17:38:11] 6Search-Team, 10Wikidata-Query-Service: [epic] Publicly facing documentation - https://phabricator.wikimedia.org/T95587#1195164 (10Manybubbles) [17:44:32] 10MediaWiki-Page-protection: Null revision on page protection based on old version - no conflict detection or load from slave? - https://phabricator.wikimedia.org/T51581#1195181 (10aaron) newNullRevision uses the master [17:48:26] 10MediaWiki-Watchlist, 6Collaboration-Team, 10Flow: Empty parentheses are shown near red "Topic" titles in Special:EditWatchlist - https://phabricator.wikimedia.org/T95575#1195233 (10EBernhardson) Please type F12345 (but change the number) to link images. We are not able to see the image as linked. The eas... [17:48:58] 10MediaWiki-extensions-ContentTranslation, 10ContentTranslation-Deployments, 5ContentTranslation-Release5, 3LE-Sprint-85, and 4 others: Enable 'newarticle' campaign in all CX enabled wikis - https://phabricator.wikimedia.org/T95147#1195239 (10gpaumier) [17:49:36] 6Phabricator, 10Wikimedia-Bugzilla, 6operations, 5Patch-For-Review, and 2 others: Create a static HTML version of Bugzilla - https://phabricator.wikimedia.org/T85140#1195244 (10gpaumier) [17:50:41] 10Hovercards, 10Wikimedia-Extension-setup, 7Beta-Feature, 7notice, 7user-notice: Graduate Hovercards feature (Popups extension) out of Beta Feature - https://phabricator.wikimedia.org/T70860#1195259 (10gpaumier) [17:54:08] 7Design, 6Collaboration-Team, 10WikiLove: Convert WikiLove to use OOJS UI - https://phabricator.wikimedia.org/T95393#1195299 (10EBernhardson) p:5Triage>3Lowest Happy to accept and review patches, but not likely to be high enough priority to be in a sprint anytime soon. [17:55:18] (03PS21) 10Niharika29: Fix aggregated reports to work on the new reviews system [wikimedia/iegreview] - 10https://gerrit.wikimedia.org/r/198233 (https://phabricator.wikimedia.org/T93251) [17:55:31] 10MediaWiki-extensions-Graph, 6Services: Improve Graphoid code - https://phabricator.wikimedia.org/T93881#1195304 (10mobrovac) [17:55:34] 10MediaWiki-Watchlist, 6Collaboration-Team, 10Flow: Empty parentheses are shown near red "Topic" titles in Special:EditWatchlist - https://phabricator.wikimedia.org/T95575#1195305 (10liangent) [17:55:41] 7Design, 6Collaboration-Team, 10WikiLove: Convert WikiLove to use OOJS UI - https://phabricator.wikimedia.org/T95393#1195307 (10yuvipanda) @EBernhardson oh yeah, totally. I'll probably send in a patch in a few weeks if nobody's gotten to it. [17:56:02] 10MediaWiki-Watchlist, 6Collaboration-Team, 10Flow: Empty parentheses are shown near red "Topic" titles in Special:EditWatchlist - https://phabricator.wikimedia.org/T95575#1194889 (10liangent) >>! In T95575#1195233, @EBernhardson wrote: > Please type F12345 (but change the number) to link images. We are not... [17:57:03] 10MediaWiki-extensions-ContentTranslation, 10ContentTranslation-Deployments, 5ContentTranslation-Release5, 3LE-Sprint-84, and 3 others: Enable ContentTranslation in the Kannada Wikipedia - https://phabricator.wikimedia.org/T93134#1195315 (10Amire80) @Omshivaprakash Just replies to your comments: 2. A li... [17:59:51] (03CR) 10Niharika29: "This looks good now. I managed to swat a trivial bug in the last patch. I'm still trying to wrap my head around how you did that query so " [wikimedia/iegreview] - 10https://gerrit.wikimedia.org/r/198233 (https://phabricator.wikimedia.org/T93251) (owner: 10Niharika29) [18:04:19] (03PS1) 10Aaron Schulz: Switched RevDelList to using start/endAtomic() [core] - 10https://gerrit.wikimedia.org/r/203181 [18:07:22] 6Zero: Convert portal analytics graphs to new "via" and weekly format - https://phabricator.wikimedia.org/T95351#1195352 (10jhobs) Split Zero and Non-Zero traffic into two graphs. [18:09:27] 10MediaWiki-extensions-ZeroBanner, 6Zero: Zero needs to stop using mobile.templates dependency - https://phabricator.wikimedia.org/T94462#1195363 (10jhobs) [18:09:29] 6Zero: Zero-dot not warning about possible charge on image link - https://phabricator.wikimedia.org/T95361#1195362 (10jhobs) [18:10:48] (03PS1) 10Aaron Schulz: Made deleteTagEverywhere use start/endAtomic() [core] - 10https://gerrit.wikimedia.org/r/203183 [18:11:47] (03CR) 10Dduvall: [C: 032] "Looks good!" [vagrant] - 10https://gerrit.wikimedia.org/r/202986 (owner: 10BryanDavis) [18:12:51] 10Wikimedia-Site-requests, 5Patch-For-Review: add Reports and Press-releases namespace to chapter wiki ru.wikimedia.org - https://phabricator.wikimedia.org/T95110#1195390 (10Rubin16) That's the response of the chapter's director and it's our common practice: when one has no objections, he writes nothing to the... [18:14:55] 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release5, 3LE-Sprint-85: Unable to reenter the ongoing translation in ukwiki - https://phabricator.wikimedia.org/T94402#1195403 (10Piramidion) Today I did the next: - I entered my translation, - quickly clicked to add a paragraph for translation... [18:16:23] (03PS2) 10Aaron Schulz: Switched RevDelList to using start/endAtomic() [core] - 10https://gerrit.wikimedia.org/r/203181 [18:16:41] 7Graphite: Sitestat timer rates not stored as req/s, multiplied by 1000 - https://phabricator.wikimedia.org/T95596#1195410 (10GWicke) 3NEW a:3fgiunchedi [18:17:40] 10MediaWiki-extensions-ContentTranslation, 10ContentTranslation-Deployments, 5ContentTranslation-Release5, 3LE-Sprint-85, and 4 others: Enable 'newarticle' campaign in all CX enabled wikis - https://phabricator.wikimedia.org/T95147#1195424 (10KartikMistry) 5Open>3Resolved [18:18:14] 10MediaWiki-extensions-ContentTranslation, 10ContentTranslation-Deployments, 5ContentTranslation-Release5, 3LE-Sprint-85, and 4 others: Enable Swedish as target language for ContentTranslation - https://phabricator.wikimedia.org/T95108#1195427 (10KartikMistry) 5Open>3Resolved [18:18:17] 10MediaWiki-extensions-ContentTranslation, 10ContentTranslation-Deployments, 7Tracking: [Tracker] New language requests for Content Translation - https://phabricator.wikimedia.org/T88408#1195428 (10KartikMistry) [18:21:42] (03CR) 10Ricordisamoa: Add the option to register renderers for namespaces (031 comment) [extensions/Popups] - 10https://gerrit.wikimedia.org/r/150731 (owner: 10Bene) [18:21:53] 3App Process Improvement: EPIC: Release process improvements - https://phabricator.wikimedia.org/T95597#1195453 (10KLans_WMF) 3NEW [18:25:45] (03PS1) 10EBernhardson: Repair pages not being created as expected [extensions/Flow] - 10https://gerrit.wikimedia.org/r/203188 (https://phabricator.wikimedia.org/T95581) [18:25:49] (03PS2) 10Dduvall: Fix puppet-lint configuration to exclude submodules [vagrant] - 10https://gerrit.wikimedia.org/r/202985 (owner: 10BryanDavis) [18:27:10] 6Search-Team, 10Wikidata-Query-Service: [epic] Publicly facing documentation - https://phabricator.wikimedia.org/T95587#1195496 (10Smalyshev) For RDF format, this is a start: https://www.mediawiki.org/wiki/Wikibase/Indexing/RDF_Dump_Format [18:32:04] (03CR) 10Dduvall: [C: 032] "Fixed up the indentation and a few other minor things. Good to go." [vagrant] - 10https://gerrit.wikimedia.org/r/202985 (owner: 10BryanDavis) [18:32:24] (03CR) 10Raimond Spekking: [C: 032] Update special pages aliases for Westerm Baluchi (bgn) from translatewiki [core] - 10https://gerrit.wikimedia.org/r/202927 (owner: 10Mjbmr) [18:32:26] (03PS2) 10Dduvall: Fix puppet-lint warnings [vagrant] - 10https://gerrit.wikimedia.org/r/202986 (owner: 10BryanDavis) [18:32:57] (03Merged) 10jenkins-bot: Fix puppet-lint configuration to exclude submodules [vagrant] - 10https://gerrit.wikimedia.org/r/202985 (owner: 10BryanDavis) [18:35:24] (03CR) 10Dduvall: [C: 032] Fix puppet-lint warnings [vagrant] - 10https://gerrit.wikimedia.org/r/202986 (owner: 10BryanDavis) [18:35:35] marxarelli: \o/ I made quite a chain of those cleanups last night. Feel free at any point in reviewing them to say "why do this?". I just kind of got on a role about trying to empty out site.pp [18:36:11] (03Merged) 10jenkins-bot: Fix puppet-lint warnings [vagrant] - 10https://gerrit.wikimedia.org/r/202986 (owner: 10BryanDavis) [18:36:49] bd808: yeah, thanks for cleaning up [18:37:19] (03PS2) 10Dduvall: Bump mediawiki-vagrant version in Gemfile.lock [vagrant] - 10https://gerrit.wikimedia.org/r/202987 (owner: 10BryanDavis) [18:38:27] (03PS1) 10Aaron Schulz: Removed SpecialStatistics query group; vslow is enough [core] - 10https://gerrit.wikimedia.org/r/203192 [18:39:18] (03PS2) 10Dduvall: Move shared_cache apt configuration from site.pp to ::apt [vagrant] - 10https://gerrit.wikimedia.org/r/202988 (owner: 10BryanDavis) [18:39:31] (03CR) 10Dduvall: [C: 032] Bump mediawiki-vagrant version in Gemfile.lock [vagrant] - 10https://gerrit.wikimedia.org/r/202987 (owner: 10BryanDavis) [18:39:38] (03CR) 10Sbisson: [C: 031] WIP: LQT maintenance refactoring [extensions/Flow] - 10https://gerrit.wikimedia.org/r/202979 (owner: 10Mattflaschen) [18:39:56] (03Merged) 10jenkins-bot: Bump mediawiki-vagrant version in Gemfile.lock [vagrant] - 10https://gerrit.wikimedia.org/r/202987 (owner: 10BryanDavis) [18:40:03] (03PS8) 10Amire80: Add talk link to excontentauthor [core] - 10https://gerrit.wikimedia.org/r/124158 [18:40:14] 10MediaWiki-extensions-SandboxLink, 10Wikimedia-Extension-setup, 5Patch-For-Review, 3Roadmap, and 2 others: Deploy SandboxLink extension to cluster and enable on wikis where it currently is a gadget - https://phabricator.wikimedia.org/T72499#1195540 (10matmarex) Disabled/removed the gadgets on wikis where... [18:40:36] 10Wikimedia-General-or-Unknown, 7JavaScript: Move code in enwiki MediaWiki:Common.js and Gadgets to MediaWiki software - https://phabricator.wikimedia.org/T71550#1195545 (10matmarex) [18:40:38] 10Wikimedia-Extension-setup, 7Tracking: Extensions awaiting code review to be deployed on Wikimedia wikis (tracking) - https://phabricator.wikimedia.org/T33235#1195544 (10matmarex) [18:40:40] 10MediaWiki-extensions-SandboxLink, 10Wikimedia-Extension-setup, 3Roadmap, 7notice, 7user-notice: Deploy SandboxLink extension to cluster and enable on wikis where it currently is a gadget - https://phabricator.wikimedia.org/T72499#1195542 (10matmarex) 5Open>3Resolved [18:44:46] (03PS2) 10Amire80: Set time and date formats for ce [core] - 10https://gerrit.wikimedia.org/r/202388 (https://phabricator.wikimedia.org/T94665) (owner: 10Nikerabbit) [18:44:55] (03CR) 10Amire80: [C: 032] Set time and date formats for ce [core] - 10https://gerrit.wikimedia.org/r/202388 (https://phabricator.wikimedia.org/T94665) (owner: 10Nikerabbit) [18:45:16] (03PS7) 10Awight: WIP payments.wmo instance for accepting donations [vagrant] - 10https://gerrit.wikimedia.org/r/135326 [18:48:12] (03PS15) 10BryanDavis: Add living_style_guide role [vagrant] - 10https://gerrit.wikimedia.org/r/184891 (owner: 10Werdna) [18:48:28] 7Design, 10Gather, 3Gather Sprint Enwiki, 7I18n, 5Patch-For-Review: Reconsider the usage of "feed" in Gather's UI - https://phabricator.wikimedia.org/T95548#1195552 (10JKatzWMF) @jdlrobson hey, where can I see this in the UX? [18:49:54] (03CR) 10jenkins-bot: [V: 04-1] WIP payments.wmo instance for accepting donations [vagrant] - 10https://gerrit.wikimedia.org/r/135326 (owner: 10Awight) [18:49:58] (03CR) 10EBernhardson: [C: 032] Improve check to see if board is deleted [extensions/Flow] - 10https://gerrit.wikimedia.org/r/203104 (owner: 10Matthias Mullie) [18:50:22] 7Design, 10Gather, 3Gather Sprint Enwiki, 7I18n, 5Patch-For-Review: Reconsider the usage of "feed" in Gather's UI - https://phabricator.wikimedia.org/T95548#1195555 (10Jdlrobson) http://en.m.wikipedia.beta.wmflabs.org/wiki/Special:GatherEditFeed [18:52:34] 3Mobile-App-Sprint-54-iOS: Image gallery crash related to pagination of image info - https://phabricator.wikimedia.org/T95601#1195563 (10Mhurd) 3NEW a:3Mhurd [18:53:29] (03CR) 10EBernhardson: [C: 032] "verified this also fixes T93851. Lightncandy did not have the same bug." [extensions/Flow] - 10https://gerrit.wikimedia.org/r/198709 (https://phabricator.wikimedia.org/T93851) (owner: 10Matthias Mullie) [18:54:51] 3Mobile-App-Sprint-54-iOS: Image gallery crash related to pagination of image info - https://phabricator.wikimedia.org/T95601#1195575 (10Mhurd) https://gerrit.wikimedia.org/r/203197 [18:56:35] (03CR) 10Anomie: "When I was reviewing I7d3ef927, I thought "I'd better double check that the API module handling for if one of the multiple rcids/revids/lo" [core] - 10https://gerrit.wikimedia.org/r/188543 (https://phabricator.wikimedia.org/T20670) (owner: 10TTO) [18:58:17] (03Merged) 10jenkins-bot: Update special pages aliases for Westerm Baluchi (bgn) from translatewiki [core] - 10https://gerrit.wikimedia.org/r/202927 (owner: 10Mjbmr) [18:59:08] (03CR) 10Physikerwelt: "Sure. I might have mixed the browser windows... but it seems that this change would depend on Ib0131c9485a903d73b770090bf8a938056782ba3" [extensions/Math] - 10https://gerrit.wikimedia.org/r/198741 (owner: 10Esanders) [19:00:47] (03Merged) 10jenkins-bot: Set time and date formats for ce [core] - 10https://gerrit.wikimedia.org/r/202388 (https://phabricator.wikimedia.org/T94665) (owner: 10Nikerabbit) [19:00:51] (03Merged) 10jenkins-bot: Improve check to see if board is deleted [extensions/Flow] - 10https://gerrit.wikimedia.org/r/203104 (owner: 10Matthias Mullie) [19:00:56] (03Merged) 10jenkins-bot: Upgrade to Handlebars 3.0.0 [extensions/Flow] - 10https://gerrit.wikimedia.org/r/198709 (https://phabricator.wikimedia.org/T93851) (owner: 10Matthias Mullie) [19:02:15] werdna: Is your living style guide role ready to merge? I get a wiki provisioned with the blueprint skin. I wasn't sure if you wanted to add content to it as well or not [19:07:45] 10Math: to access preferences: Unexpected non-MediaWiki exception encountered, of type "InvalidArgumentException" - https://phabricator.wikimedia.org/T85479#1195621 (10noboddy) I installed it because I needed a renderer and the manual suggested it if you don't have command line access on a shared host: To instal... [19:08:32] (03PS2) 10Mattflaschen: Repair pages not being created as expected [extensions/Flow] - 10https://gerrit.wikimedia.org/r/203188 (https://phabricator.wikimedia.org/T95581) (owner: 10EBernhardson) [19:08:38] 10MediaWiki-Special-pages: Detects conflicts on delete and move with Special:MovePage - https://phabricator.wikimedia.org/T89671#1195622 (10aaron) [19:10:46] (03PS8) 10Awight: WIP payments.wmo instance for accepting donations [vagrant] - 10https://gerrit.wikimedia.org/r/135326 [19:11:06] (03CR) 10jenkins-bot: [V: 04-1] WIP payments.wmo instance for accepting donations [vagrant] - 10https://gerrit.wikimedia.org/r/135326 (owner: 10Awight) [19:11:26] (03PS3) 10AndyRussG: Send RL context to getDependencies [core] - 10https://gerrit.wikimedia.org/r/202925 [19:13:37] (03CR) 10AndyRussG: Send RL context to getDependencies (033 comments) [core] - 10https://gerrit.wikimedia.org/r/202925 (owner: 10AndyRussG) [19:14:47] (03PS8) 10Mjbmr: Update to CLDR 27.0.1, also fixing rebuild script to avoid saving sequential arrays with numeric keys [extensions/cldr] - 10https://gerrit.wikimedia.org/r/202684 [19:15:34] (03CR) 10BryanDavis: [C: 032] Add living_style_guide role [vagrant] - 10https://gerrit.wikimedia.org/r/184891 (owner: 10Werdna) [19:15:56] (03Merged) 10jenkins-bot: Add living_style_guide role [vagrant] - 10https://gerrit.wikimedia.org/r/184891 (owner: 10Werdna) [19:17:27] (03CR) 10EBernhardson: "one issue with php 5.3, there are also some extra tabs and whitespace around." (032 comments) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/202979 (owner: 10Mattflaschen) [19:17:51] (03PS1) 10Aaron Schulz: Fixed broken batching in –PurgeOldLogIPData [extensions/AbuseFilter] (wmf/1.25wmf24) - 10https://gerrit.wikimedia.org/r/203204 (https://phabricator.wikimedia.org/T95382) [19:17:58] (03CR) 10Aaron Schulz: [C: 032] Fixed broken batching in –PurgeOldLogIPData [extensions/AbuseFilter] (wmf/1.25wmf24) - 10https://gerrit.wikimedia.org/r/203204 (https://phabricator.wikimedia.org/T95382) (owner: 10Aaron Schulz) [19:19:18] (03CR) 10Mattflaschen: [C: 032] "Works locally. Four entries are created (two pages, for the board and topic, and two revisions for the same)." [extensions/Flow] - 10https://gerrit.wikimedia.org/r/203188 (https://phabricator.wikimedia.org/T95581) (owner: 10EBernhardson) [19:19:27] (03CR) 10Sbisson: [C: 031] Repair pages not being created as expected [extensions/Flow] - 10https://gerrit.wikimedia.org/r/203188 (https://phabricator.wikimedia.org/T95581) (owner: 10EBernhardson) [19:23:49] (03Merged) 10jenkins-bot: Fixed broken batching in –PurgeOldLogIPData [extensions/AbuseFilter] (wmf/1.25wmf24) - 10https://gerrit.wikimedia.org/r/203204 (https://phabricator.wikimedia.org/T95382) (owner: 10Aaron Schulz) [19:23:53] (03Merged) 10jenkins-bot: Repair pages not being created as expected [extensions/Flow] - 10https://gerrit.wikimedia.org/r/203188 (https://phabricator.wikimedia.org/T95581) (owner: 10EBernhardson) [19:28:59] (03CR) 10Dduvall: [C: 032] Move shared_cache apt configuration from site.pp to ::apt [vagrant] - 10https://gerrit.wikimedia.org/r/202988 (owner: 10BryanDavis) [19:29:06] (03PS2) 10Dduvall: Remove unused puppet/files and puppet/templates [vagrant] - 10https://gerrit.wikimedia.org/r/202989 (owner: 10BryanDavis) [19:29:19] (03Merged) 10jenkins-bot: Move shared_cache apt configuration from site.pp to ::apt [vagrant] - 10https://gerrit.wikimedia.org/r/202988 (owner: 10BryanDavis) [19:30:00] 10MediaWiki-Internationalization, 5MW-1.26-release, 5Patch-For-Review: Clarify short month names messages; remove genitive from Chechen dates - https://phabricator.wikimedia.org/T94665#1195679 (10Nemo_bis) 5Open>3Resolved a:3Nikerabbit [19:30:44] (03CR) 10Dduvall: [C: 032] Remove unused puppet/files and puppet/templates [vagrant] - 10https://gerrit.wikimedia.org/r/202989 (owner: 10BryanDavis) [19:30:54] (03PS2) 10Dduvall: Cleanup site.pp and use ::mwv [vagrant] - 10https://gerrit.wikimedia.org/r/202990 (owner: 10BryanDavis) [19:30:59] (03Merged) 10jenkins-bot: Remove unused puppet/files and puppet/templates [vagrant] - 10https://gerrit.wikimedia.org/r/202989 (owner: 10BryanDavis) [19:31:00] 10Wikimedia-Site-requests: Enable SandboxLink on frwiki - https://phabricator.wikimedia.org/T95604#1195683 (10Orlodrim) 3NEW [19:32:13] (03PS9) 10Awight: WIP payments.wmo instance for accepting donations [vagrant] - 10https://gerrit.wikimedia.org/r/135326 [19:32:27] (03CR) 10jenkins-bot: [V: 04-1] WIP payments.wmo instance for accepting donations [vagrant] - 10https://gerrit.wikimedia.org/r/135326 (owner: 10Awight) [19:32:48] (03CR) 10Dduvall: [C: 032] Cleanup site.pp and use ::mwv [vagrant] - 10https://gerrit.wikimedia.org/r/202990 (owner: 10BryanDavis) [19:33:03] (03Merged) 10jenkins-bot: Cleanup site.pp and use ::mwv [vagrant] - 10https://gerrit.wikimedia.org/r/202990 (owner: 10BryanDavis) [19:33:12] 10Math: to access preferences: Unexpected non-MediaWiki exception encountered, of type "InvalidArgumentException" - https://phabricator.wikimedia.org/T85479#1195692 (10Physikerwelt) Mh. That seems like outdated documentation. I removed that. Thank you for pointing to this problem. But since this has no effect on... [19:34:52] (03CR) 10Anomie: [C: 04-1] "In general, pretty good except for the