[00:01:46] 3Fundraising-Backlog: BUG: Internal fraud "reject" data does not match GC's numbers; seems too high - https://phabricator.wikimedia.org/T89190#1029545 (10atgo) Ooh I wonder if this is related to T87810 [00:02:36] (03PS5) 10Paladox: Add support for sqlite [extensions/GlobalBlocking] - 10https://gerrit.wikimedia.org/r/189354 (https://phabricator.wikimedia.org/T69300) [00:02:42] 3Fundraising-Backlog: BUG: Internal fraud "reject" data does not match GC's numbers; seems too high - https://phabricator.wikimedia.org/T89190#1029547 (10CCogdill_WMF) I'm not sure, @atgo! It's strange that the numbers from 2/2 - 2/6 look normal, and then jump on 2/7. [00:02:46] 3Fundraising-Backlog: BUG: Internal fraud "reject" data does not match GC's numbers; seems too high - https://phabricator.wikimedia.org/T89190#1029548 (10atgo) p:5Triage>3High [00:03:03] kaldari: i mean, in general i think compile+eval is the wrong solution. But i guess krinkle has more weight :P [00:03:25] 3Fundraising-Backlog: BUG: Internal fraud "reject" data does not match GC's numbers; seems too high - https://phabricator.wikimedia.org/T89190#1029518 (10atgo) p:5High>3Unbreak! Yeah that is strange @ccogdill_wmf. [00:05:02] kaldari: (partially because i keep hoping we are moving twords RepoAuthoritative, which disallows eval among other things) [00:05:57] (03CR) 10Alex Monk: [C: 032] Update UploadWizard submodule [core] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/189860 (owner: 10Gergő Tisza) [00:06:19] ebernhardson: I don’t feel strongly about either solution, but Krinkle was strongly opposed to the pre-compiling implementation that I wrote initially. [00:06:31] ebernhardson: I agree that using eval() isn’t ideal :P [00:07:10] ebernhardson: if you can convince Krinkle to change his mind, I’m fine with either version [00:07:14] kaldari: :) [00:07:42] ebernhardson: kaldari: I didn't exactly recommend using eval(). [00:07:56] ebernhardson: I also thought about trying to support both dynamic compilation and pre-compilation, but the it would end up being a mess. [00:08:08] I mentioned we shouldn't require (essentially eval) files from disk and/or use php files are caching format in git. [00:08:34] Krinkle: True, but I don’t know any other solution besides using eval() [00:08:34] Ideally, the parser has a proper AST and compilation that is cacheable and then the program can run with that directly at runtime. [00:09:08] The guts of this are already in lightncandy, it just for some reason doesn't expose this and instead serialises itself as PHP calls (instead of the data model directly, and then iterate to call the reelvant method instead of substituting the methods) [00:09:21] Krinkle: but lets move over to the real world, where we use libraries that exist instead of inventing everything in house [00:09:31] Krinkle: i dont know anything that does what you want, i evaluated what does exist [00:09:36] there are plenty of other libs to choose from. [00:10:31] Krinkle: that support php and javascript? there are frighteningly few that give the same output in both languages [00:10:55] And of course, if there really are no respectable options up to our standard, that's not a good reason to compromise. We can bet on a horse and improve it. From what I see, lightncandy is open to improvement and it'd benefit everyone. [00:11:24] Krinkle: That might be a good idea, but I feel like it might be over my head :( [00:11:41] Krinkle: that sounds entirely possible, i'm open to that but i don't think i'll have the time to figure it out(also might be over my head, but i like to try first:) [00:11:48] It also makes use of the official mustache-spec test suite as of recent, so that will make output compliance a lot easier to ensure. [00:11:51] Krinkle: If you feel motivated to poke on lightncandy, that would be cool with me :) [00:11:51] (03Merged) 10jenkins-bot: Update UploadWizard submodule [core] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/189860 (owner: 10Gergő Tisza) [00:13:04] kaldari: ebernhardson: but honestly, if I look at lightncandy commit activity, it seems a rapidly moving target with no clear direction. I'm curious what exactly draws us to it. Or is it just performance? that's a good reason if everything else is comparable. It's a good problem to have if that's our only concern. [00:13:46] Krinkle, ebernhardson: unfortunately I have very little time to work on this (basically none), so I’m hoping some amount of compromise is workable. [00:14:21] even if it isn’t 100% ideal for a first pass [00:14:42] kaldari: I've put a compromise option in the phab ticket. [00:15:04] That's the minimal (storing the existing php format in cache, and running it without writing to disk). [00:15:20] and of course a cache population strategy based on how well it's parser performs. [00:15:36] Using a proper data model is something we can work on with upstream over the medium term [00:15:45] (03CR) 10Alex Monk: [C: 032] Update VisualEditor submodule [core] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/189867 (https://phabricator.wikimedia.org/T88764) (owner: 10Alex Monk) [00:16:03] Krinkle: I’m fine with that (and hope others are as well) [00:16:40] Krinkle: other than performance, what draws me to lightncandy is their approach to compatability testing [00:16:57] Krinkle: they were the only one i evaluated that actually bothered to do a full suite of tests that runs the templates through multiple langauages and compares the output [00:17:07] then they update lightncandy to actually match those other languages interpreters [00:17:56] ebernhardson: How is that different from using the mustache-spec to assert output? That's the same spec the other language implementations use. One wouldn't have to compare to those implementations directly, using the official spec test suites as proxy. [00:18:13] Or are the official spec cases insufficient? [00:18:16] Krinkle: the difference is that i evaluated handlebars :P [00:18:23] Right [00:18:28] :) [00:19:30] LightnCandy::prepare writing to disk by default is somewhat unfortunate, but since we're not shipping LIghtnCandy as a public interface to be used directly, I guess we can deny that for now. [00:19:45] tmp tha tis [00:21:33] (03Merged) 10jenkins-bot: Update VisualEditor submodule [core] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/189867 (https://phabricator.wikimedia.org/T88764) (owner: 10Alex Monk) [00:23:20] (03CR) 10EBernhardson: [C: 04-1] "couple sugestions to make TemplateParser nicer." (033 comments) [core] - 10https://gerrit.wikimedia.org/r/187728 (owner: 10Kaldari) [00:24:57] 3Possible-Tech-Projects, MediaWiki-extensions-Extensions-requests: Global, better URL to citation conversion functionality - https://phabricator.wikimedia.org/T59804#1029606 (10John_Broughton) This is being addressed by [[ https://www.mediawiki.org/wiki/Citoid | Citoid ]] [00:25:40] 3Release-Engineering, MediaWiki-Core-Team, Wikimedia-Logstash: Log php fatals with full backtraces again (fatal.log on fluorine) - https://phabricator.wikimedia.org/T89169#1029608 (10bd808) ``` [17:15] < MaxSem> bd808, MaxSem: we'll raise a normal php fatal for the oom too; so you should get one a... [00:26:41] (03CR) 10Kaldari: Adding TemplateParser class providing interface to Mustache templates (032 comments) [core] - 10https://gerrit.wikimedia.org/r/187728 (owner: 10Kaldari) [00:32:38] 3Multimedia, operations, MediaWiki-extensions-UploadWizard: Chunked upload fails in UploadWizard with the server aborting the connection, and no errors in the server logs - https://phabricator.wikimedia.org/T89018#1029620 (10Tgr) 5Open>3Resolved a:3Tgr Backported to wmf16; this should be fixed on Commons n... [00:35:13] 3Multimedia, MediaWiki-extensions-UploadWizard: UploadWizard progress bar restarts for each chunk when doing chunked upload - https://phabricator.wikimedia.org/T89194#1029628 (10Tgr) 3NEW [00:36:56] 3Multimedia, operations, MediaWiki-extensions-UploadWizard: Chunked upload fails in UploadWizard with the server aborting the connection, and no errors in the server logs - https://phabricator.wikimedia.org/T89018#1029638 (10Tgr) [00:36:57] 3Multimedia, MediaWiki-extensions-UploadWizard: UploadWizard progress bar restarts for each chunk when doing chunked upload - https://phabricator.wikimedia.org/T89194#1029637 (10Tgr) [00:36:58] 3Multimedia, MediaWiki-Uploading: Chunked upload (tracking) - https://phabricator.wikimedia.org/T61914#1029636 (10Tgr) [00:39:00] (03PS7) 10Kaldari: Adding TemplateParser class providing interface to Mustache templates [core] - 10https://gerrit.wikimedia.org/r/187728 [00:40:18] 3Wikimedia-IEG-grant-review: Create test server in labs - https://phabricator.wikimedia.org/T89195#1029639 (10bd808) 3NEW [00:43:05] (03CR) 10Mattflaschen: [C: 04-1] "Looks mostly good; see inline." (0329 comments) [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/189333 (owner: 10Paladox) [00:44:49] (03CR) 10BryanDavis: "How about VagrantHelp" [vagrant] - 10https://gerrit.wikimedia.org/r/189181 (https://phabricator.wikimedia.org/T88356) (owner: 10Gergő Tisza) [00:47:27] (03PS2) 10BryanDavis: ELK: Update configuration to match production [vagrant] - 10https://gerrit.wikimedia.org/r/189676 [00:47:35] (03CR) 10BryanDavis: [C: 032] ELK: Update configuration to match production [vagrant] - 10https://gerrit.wikimedia.org/r/189676 (owner: 10BryanDavis) [00:47:42] (03Merged) 10jenkins-bot: ELK: Update configuration to match production [vagrant] - 10https://gerrit.wikimedia.org/r/189676 (owner: 10BryanDavis) [00:51:47] (03CR) 10MaxSem: [C: 031] Add support for sqlite [extensions/GlobalBlocking] - 10https://gerrit.wikimedia.org/r/189354 (https://phabricator.wikimedia.org/T69300) (owner: 10Paladox) [00:53:24] 3Phabricator: "Security" values no longer updates visibility/editability policies when changed on existing bugs? - https://phabricator.wikimedia.org/T88681#1029652 (10mmodell) p:5Unbreak!>3Normal [01:08:00] (03PS1) 10Hoo man: Make CentralAuthGroupMembershipProxy::addGroup/removeGroup return bool [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/189875 [01:09:02] Krenair: ^ [01:12:09] 3Multimedia, MediaWiki-extensions-UploadWizard: Chunked (>100MB) upload failed with "Internal error: Server failed to store temporary file." - https://phabricator.wikimedia.org/T89197#1029669 (10Ijon) 3NEW [01:13:16] (03CR) 10Alex Monk: [C: 032] "seems to have caused https://meta.wikimedia.org/?diff=11227546" [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/189875 (owner: 10Hoo man) [01:13:29] (03PS1) 10Alex Monk: Make CentralAuthGroupMembershipProxy::addGroup/removeGroup return bool [extensions/CentralAuth] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/189876 [01:14:00] 3Phabricator: Fatal error (30 seconds timeout) for some maniphest search queries - https://phabricator.wikimedia.org/T87739#1029677 (10mmodell) Here's my analysis of what's happening with this particular search query: 1. Because of some sillyness in phabricator's elasticsearch indexing logic, almost every task... [01:14:00] (03Merged) 10jenkins-bot: Make CentralAuthGroupMembershipProxy::addGroup/removeGroup return bool [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/189875 (owner: 10Hoo man) [01:15:24] (03PS1) 10Hoo man: Make UserRightsProxy::addGroup/removeGroup return bool [core] - 10https://gerrit.wikimedia.org/r/189877 [01:15:28] Krenair: ^ [01:15:52] 3Phabricator: Fatal error (30 seconds timeout) for some maniphest search queries - https://phabricator.wikimedia.org/T87739#1029678 (10mmodell) a:5mmodell>3None [01:16:12] (03CR) 10Alex Monk: [C: 032] "Per I0e2d4875" [core] - 10https://gerrit.wikimedia.org/r/189877 (owner: 10Hoo man) [01:20:06] (03PS1) 10Alex Monk: Make UserRightsProxy::addGroup/removeGroup return bool [core] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/189879 [01:20:28] 3MediaWiki-extensions-WikimediaMessages, WMF-Legal: Private wikis need to override "wikimedia-copyright" message - https://phabricator.wikimedia.org/T47767#1029679 (10Mattflaschen) [01:22:15] (03Merged) 10jenkins-bot: Make UserRightsProxy::addGroup/removeGroup return bool [core] - 10https://gerrit.wikimedia.org/r/189877 (owner: 10Hoo man) [01:26:08] (03PS1) 10Legoktm: registration: Remove unused ExtensionRegistry::loadInfoFromFile() [core] - 10https://gerrit.wikimedia.org/r/189883 [01:26:10] (03PS1) 10Legoktm: registration: Throw an Exception if a JSON file is invalid [core] - 10https://gerrit.wikimedia.org/r/189884 [01:26:12] (03PS1) 10Legoktm: registration: Apply ResourceFileModulePaths to all modules [core] - 10https://gerrit.wikimedia.org/r/189885 [01:28:11] (03CR) 10Catrope: [C: 04-1] registration: Throw an Exception if a JSON file is invalid (031 comment) [core] - 10https://gerrit.wikimedia.org/r/189884 (owner: 10Legoktm) [01:29:11] (03CR) 10Catrope: [C: 032] registration: Remove unused ExtensionRegistry::loadInfoFromFile() [core] - 10https://gerrit.wikimedia.org/r/189883 (owner: 10Legoktm) [01:29:22] (03PS2) 10Legoktm: registration: Throw an Exception if a JSON file is invalid [core] - 10https://gerrit.wikimedia.org/r/189884 [01:29:30] (03CR) 10Legoktm: registration: Throw an Exception if a JSON file is invalid (031 comment) [core] - 10https://gerrit.wikimedia.org/r/189884 (owner: 10Legoktm) [01:29:45] (03CR) 10Alex Monk: [C: 032] Make CentralAuthGroupMembershipProxy::addGroup/removeGroup return bool [extensions/CentralAuth] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/189876 (owner: 10Alex Monk) [01:32:39] 3UI-Standardization: Iconography specification page layout - https://phabricator.wikimedia.org/T77940#1029692 (10Spage) I love the mock. In the style guide the .svg filename for each icon is not particularly important if developers will be using OOjs UI.The information the style guide needs to convey for for ea... [01:35:53] (03Merged) 10jenkins-bot: registration: Remove unused ExtensionRegistry::loadInfoFromFile() [core] - 10https://gerrit.wikimedia.org/r/189883 (owner: 10Legoktm) [01:35:55] (03Merged) 10jenkins-bot: Make CentralAuthGroupMembershipProxy::addGroup/removeGroup return bool [extensions/CentralAuth] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/189876 (owner: 10Alex Monk) [01:37:26] 3Phabricator: Fatal error (30 seconds timeout) for some maniphest search queries - https://phabricator.wikimedia.org/T87739#1029706 (10chasemp) Thanks for the input man. I think this may be another indicator that without a concerted effort on our behalf to support ES we are better off with the stock mysql search. [01:40:59] (03PS1) 10Alex Monk: Update CentralAuth submodule [core] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/189888 [01:42:13] (03PS3) 10Krinkle: filerepo: Use standard method for creating temp dir in unit test [core] - 10https://gerrit.wikimedia.org/r/189685 (https://phabricator.wikimedia.org/T89085) [01:43:16] (03CR) 10Alex Monk: [C: 032] Update CentralAuth submodule [core] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/189888 (owner: 10Alex Monk) [01:43:22] (03CR) 10Alex Monk: [C: 032] Make UserRightsProxy::addGroup/removeGroup return bool [core] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/189879 (owner: 10Alex Monk) [01:43:29] 3Phabricator, Phabricator.org: Fatal error (30 seconds timeout) for some maniphest search queries - https://phabricator.wikimedia.org/T87739#1029708 (10Tgr) Searching for #phabricator OR #phabricator.org, it returns 7 results in 500ms. If I add "workboard" to the freetext field, it takes 20s to return the same 7... [01:43:57] 3Phabricator: Fatal error (30 seconds timeout) for some maniphest search queries - https://phabricator.wikimedia.org/T87739#1029710 (10Tgr) [01:45:52] 3Phabricator: Fatal error (30 seconds timeout) for some maniphest search queries - https://phabricator.wikimedia.org/T87739#997861 (10Tgr) Also, is there a theoretical problem with doing pagination and sorting in ES, is that just something that's not implmeneted in the ES adapter in Phabricator? It sounds exactl... [01:46:06] (03CR) 10Catrope: [C: 032] registration: Throw an Exception if a JSON file is invalid [core] - 10https://gerrit.wikimedia.org/r/189884 (owner: 10Legoktm) [01:46:13] (03PS2) 10Catrope: registration: Apply ResourceFileModulePaths to all modules [core] - 10https://gerrit.wikimedia.org/r/189885 (owner: 10Legoktm) [01:46:31] (03CR) 10Catrope: [C: 032] registration: Apply ResourceFileModulePaths to all modules [core] - 10https://gerrit.wikimedia.org/r/189885 (owner: 10Legoktm) [01:49:48] (03Merged) 10jenkins-bot: Update CentralAuth submodule [core] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/189888 (owner: 10Alex Monk) [01:50:19] (03Merged) 10jenkins-bot: Make UserRightsProxy::addGroup/removeGroup return bool [core] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/189879 (owner: 10Alex Monk) [01:53:49] 3UI-Standardization: metadata for Wikicon icon set - https://phabricator.wikimedia.org/T89200#1029719 (10Spage) 3NEW [01:54:49] (03Merged) 10jenkins-bot: registration: Throw an Exception if a JSON file is invalid [core] - 10https://gerrit.wikimedia.org/r/189884 (owner: 10Legoktm) [01:54:52] (03Merged) 10jenkins-bot: registration: Apply ResourceFileModulePaths to all modules [core] - 10https://gerrit.wikimedia.org/r/189885 (owner: 10Legoktm) [01:55:30] RoanKattouw: thanks! [01:57:02] 3Project-Creators: Ops-Fundraising phabricator tag - https://phabricator.wikimedia.org/T89160#1029732 (10Aklapper) p:5Triage>3Normal Hmm, so a [[ https://www.mediawiki.org/wiki/Phabricator/Help#Custom_queries_in_Maniphest | saved query]] for "[[ https://phabricator.wikimedia.org/maniphest/query/advanced/ | I... [01:57:30] 3CirrusSearch, MediaWiki-Core-Team: CirrusSearch: Ignore ( and ) in prefix search - https://phabricator.wikimedia.org/T89201#1029734 (10Manybubbles) 3NEW [01:58:02] 3Wikidata, MediaWiki-extensions-WikibaseRepository: SetClaim does not catch exceptions thrown in GUID parsing - https://phabricator.wikimedia.org/T89100#1029741 (10Addshore) For reference the exception we are wanting to catch here is: ``` "error": { "code": "internal_api_error_Wikibase\\DataModel\\... [01:58:11] 3Wikidata, MediaWiki-extensions-WikibaseRepository: SetClaim does not catch exceptions thrown in GUID parsing - https://phabricator.wikimedia.org/T89100#1029742 (10Addshore) [01:59:08] 3Phabricator: "Security" values no longer updates visibility/editability policies when changed on existing bugs? - https://phabricator.wikimedia.org/T88681#1029747 (10chasemp) Are we saying that there was no hard set to public/all users on setting the drop down to none? That AFAIK never happened at any point --... [01:59:44] 3MediaWiki-Unit-tests: Mock filesystem in MediaWiki PHPUnit tests - https://phabricator.wikimedia.org/T89203#1029760 (10Krinkle) 3NEW [01:59:45] 3CirrusSearch, MediaWiki-Core-Team: CirrusSearch: Ignore ( and ) in prefix search - https://phabricator.wikimedia.org/T89201#1029767 (10Manybubbles) This should be reasonably simple to implement. We already have a character map on this field. Just map ( and ) to empty string. Add tests, rebuild index. Boom. [02:02:54] 3MediaWiki-Unit-tests: Mock filesystem in MediaWiki PHPUnit tests - https://phabricator.wikimedia.org/T89203#1029768 (10Krinkle) [02:03:48] (03CR) 10EBernhardson: [C: 04-1] "some cache invalidation concerns i thought of on the way home." (031 comment) [core] - 10https://gerrit.wikimedia.org/r/187728 (owner: 10Kaldari) [02:06:13] (03CR) 10MaxSem: [C: 04-1] Adding TemplateParser class providing interface to Mustache templates (031 comment) [core] - 10https://gerrit.wikimedia.org/r/187728 (owner: 10Kaldari) [02:27:10] (03PS1) 10Mattflaschen: Fix scrunching of TOS on low-width windows [extensions/Flow] - 10https://gerrit.wikimedia.org/r/189890 (https://phabricator.wikimedia.org/T89164) [02:27:25] (03CR) 10Mattflaschen: [C: 04-2] "Blocked on legal" [extensions/Flow] - 10https://gerrit.wikimedia.org/r/189890 (https://phabricator.wikimedia.org/T89164) (owner: 10Mattflaschen) [02:31:33] 3MediaWiki-General-or-Unknown, MediaWiki-extensions-CentralAuth, Wikimedia-General-or-Unknown: Work out what global/cross-wiki user rights changed while logging was broken - https://phabricator.wikimedia.org/T89205#1029785 (10Krenair) 3NEW a:3Springle [02:34:03] 3MediaWiki-General-or-Unknown, MediaWiki-extensions-CentralAuth, Wikimedia-General-or-Unknown: Work out what global/cross-wiki user rights changed while logging was broken - https://phabricator.wikimedia.org/T89205#1029785 (10Krenair) [02:34:05] 3Wikimedia-General-or-Unknown: Steward, global sysop and SWMT tasks bugs (tracking) - https://phabricator.wikimedia.org/T43492#1029796 (10Krenair) [02:34:51] (03CR) 10EBernhardson: "don't think this needs any block for legal. When we talked to them closer to the beginning of the project they stated that no TOS is requ" [extensions/Flow] - 10https://gerrit.wikimedia.org/r/189890 (https://phabricator.wikimedia.org/T89164) (owner: 10Mattflaschen) [02:40:25] (03PS1) 10Krinkle: Use MediaWikiTestCase methods for tempdir in unit tests [core] - 10https://gerrit.wikimedia.org/r/189892 [02:41:47] (03CR) 10jenkins-bot: [V: 04-1] Use MediaWikiTestCase methods for tempdir in unit tests [core] - 10https://gerrit.wikimedia.org/r/189892 (owner: 10Krinkle) [02:43:26] (03CR) 10EBernhardson: "This is something we should probably gracefully handle, This was prompted by importing a post where the source wikitext was intentionally " [extensions/Flow] - 10https://gerrit.wikimedia.org/r/189771 (owner: 10EBernhardson) [02:45:44] 3UI-Standardization: Create test area for swapping core controls with OOUI versions - https://phabricator.wikimedia.org/T76533#1029813 (10Prtksxna) 5Open>3Resolved Set up http://oooo.wmflabs.org/wiki/ for this. Changes in T86865 can be seen on http://oooo.wmflabs.org/wiki/Special:MovePage/Main_Page Create... [02:46:36] (03CR) 10Mattflaschen: "Is this a Parsoid bug?" [extensions/Flow] - 10https://gerrit.wikimedia.org/r/189771 (owner: 10EBernhardson) [02:47:50] (03CR) 10Mattflaschen: "Per Erik. Also, the TOS is after both the Save button and edit summary box in mobile web." [extensions/Flow] - 10https://gerrit.wikimedia.org/r/189890 (https://phabricator.wikimedia.org/T89164) (owner: 10Mattflaschen) [02:49:32] (03CR) 10EBernhardson: "i don't think so, the user intentionally linked to a malformed url, we extracted the href tried to process it and found it to be invalid." [extensions/Flow] - 10https://gerrit.wikimedia.org/r/189771 (owner: 10EBernhardson) [02:58:28] (03PS8) 10Nuria: Using cryptoAPI if available in generateRandomSessionId [core] - 10https://gerrit.wikimedia.org/r/187876 (https://phabricator.wikimedia.org/T78449) [03:02:45] (03PS1) 10BryanDavis: Upgrade monolog to 1.12.0 [vendor] - 10https://gerrit.wikimedia.org/r/189894 (https://phabricator.wikimedia.org/T85535) [03:03:46] (03PS4) 10Gergő Tisza: Initial commit [extensions/Buggy] - 10https://gerrit.wikimedia.org/r/188963 (https://phabricator.wikimedia.org/T88078) [03:04:21] (03CR) 10jenkins-bot: [V: 04-1] Using cryptoAPI if available in generateRandomSessionId [core] - 10https://gerrit.wikimedia.org/r/187876 (https://phabricator.wikimedia.org/T78449) (owner: 10Nuria) [03:04:26] (03CR) 10MZMcBride: [C: 032] "For reference, https://git.wikimedia.org/commitdiff/mediawiki%2Fskins%2FSlate/838d0864b6baa54ea4ca2e9fa4a00a61e423e13c is where this impor" [skins/Slate] - 10https://gerrit.wikimedia.org/r/189857 (owner: 10Prtksxna) [03:07:10] (03CR) 10MZMcBride: [V: 032] "Right-o." [skins/Slate] - 10https://gerrit.wikimedia.org/r/189857 (owner: 10Prtksxna) [03:07:38] 3MediaWiki-extensions-ContentTranslation, ContentTranslation-Deployments: Turn on Content Translation Extension for the Uzbek Wiki - https://phabricator.wikimedia.org/T88037#1029827 (10santhosh) Uzbek to Russian is added to default configuration in https://gerrit.wikimedia.org/r/189747 Now we need to enable thi... [03:08:14] 3MediaWiki-Vendor, MediaWiki-Core-Team, Librarization: Upgrade monolog to 1.12.0 - https://phabricator.wikimedia.org/T85535#1029829 (10bd808) p:5Triage>3Normal a:3bd808 [03:13:36] 3MediaWiki-General-or-Unknown, MediaWiki-extensions-CentralAuth, Wikimedia-General-or-Unknown: Work out what global/cross-wiki user rights changed while logging was broken - https://phabricator.wikimedia.org/T89205#1029840 (10Springle) 03:06 < hoo> springle: Should be ok to ahve them public if they're only affec... [03:23:18] 3ContentTranslation-Deployments, MediaWiki-extensions-ContentTranslation: Update CX labs instance to include Min, Uz and Ru in the selector - https://phabricator.wikimedia.org/T89118#1029841 (10KartikMistry) Labs has been enabled for Russian-Uzbek language pair. See: http://cx.wmflabs.org/index.php/Special:Conte... [03:24:08] 3MediaWiki-General-or-Unknown, MediaWiki-extensions-CentralAuth, Wikimedia-General-or-Unknown: Work out what global/cross-wiki user rights changed while logging was broken - https://phabricator.wikimedia.org/T89205#1029842 (10Krenair) Okay, that matches the test logs that were made after I deployed a fix + the o... [03:24:10] (03CR) 10BryanDavis: [C: 032] Add a campaigns table to hold data about current and previous rounds [wikimedia/iegreview] - 10https://gerrit.wikimedia.org/r/186142 (https://phabricator.wikimedia.org/T87299) (owner: 10Niharika29) [03:24:23] (03Merged) 10jenkins-bot: Add a campaigns table to hold data about current and previous rounds [wikimedia/iegreview] - 10https://gerrit.wikimedia.org/r/186142 (https://phabricator.wikimedia.org/T87299) (owner: 10Niharika29) [03:24:37] (03PS4) 10BryanDavis: Add campaign_id column to proposals table [wikimedia/iegreview] - 10https://gerrit.wikimedia.org/r/186144 (https://phabricator.wikimedia.org/T87306) (owner: 10Niharika29) [03:41:40] 3UI-Standardization: Use mw-ui-icon (tracking) - https://phabricator.wikimedia.org/T73180#1029856 (10Spage) Where's this at, is it still something we're pursuing? MobileFrontend has 21 mw-ui-icon- CSS classes, but mediawiki.UI in core only has one, `mw-ui-icon-ok`. Meanwhile - RL in core now has an undocumented... [03:45:00] 3MediaWiki-General-or-Unknown, MediaWiki-extensions-CentralAuth, Wikimedia-General-or-Unknown: Work out what global/cross-wiki user rights changed while logging was broken - https://phabricator.wikimedia.org/T89205#1029859 (10Springle) S7 wikis: ``` -- arwiki -- cawiki -- eswiki -- fawiki INSERT /* User::addGro... [03:45:42] 3MediaWiki-General-or-Unknown, MediaWiki-extensions-CentralAuth, Wikimedia-General-or-Unknown: Work out what global/cross-wiki user rights changed while logging was broken - https://phabricator.wikimedia.org/T89205#1029860 (10Springle) S6 wikis: ``` -- frwiki -- jawiki -- ruwiki INSERT /* User::addGroup Дмитрий... [03:49:02] (03PS2) 10Krinkle: Use MediaWikiTestCase methods for tempdir in unit tests [core] - 10https://gerrit.wikimedia.org/r/189892 [03:49:09] (03PS3) 10Krinkle: Use MediaWikiTestCase methods for tempdir in unit tests [core] - 10https://gerrit.wikimedia.org/r/189892 [03:49:53] 3UI-Standardization: Use mw-ui-icon (tracking) - https://phabricator.wikimedia.org/T73180#1029865 (10Mattflaschen) >>! In T73180#1029856, @Spage wrote: > Where's this at, is it still something we're pursuing? Doubtful. I think the medium-term vision is OOJS-UI for this. > - RL in core now has an undocumented... [03:54:12] is anyone else having issues with gerrit giving authentication failures? [03:54:34] during a git pull (via ssh) [03:55:58] 3wikidata-query-service, MediaWiki-Core-Team: Investigate BigData for WDQ - https://phabricator.wikimedia.org/T88717#1029870 (10Beebs.systap) Thanks to Nik for chatting today. Here's a few of the key items we discussed. The slides are also attached.{F39207} I will email you is a much more detailed technical... [04:01:54] 3MediaWiki-General-or-Unknown, MediaWiki-extensions-CentralAuth, Wikimedia-General-or-Unknown: Work out what global/cross-wiki user rights changed while logging was broken - https://phabricator.wikimedia.org/T89205#1029872 (10Krenair) S7 and S6 entries - all local changes which were logged, great. [04:02:35] 3MediaWiki-General-or-Unknown, MediaWiki-extensions-CentralAuth, Wikimedia-General-or-Unknown: Work out what global/cross-wiki user rights changed while logging was broken - https://phabricator.wikimedia.org/T89205#1029873 (10Springle) Nothing in S5 or S4 wikis: ``` -- dewiki -- wikidatawiki ``` ``` -- commons... [04:03:33] 3MediaWiki-General-or-Unknown, MediaWiki-extensions-CentralAuth, Wikimedia-General-or-Unknown: Work out what global/cross-wiki user rights changed while logging was broken - https://phabricator.wikimedia.org/T89205#1029874 (10Springle) S2 wikis: ``` -- bgwiki -- bgwiktionary -- cswiki INSERT /* User::addGroup T... [04:04:13] 3MediaWiki-General-or-Unknown, MediaWiki-extensions-CentralAuth, Wikimedia-General-or-Unknown: Work out what global/cross-wiki user rights changed while logging was broken - https://phabricator.wikimedia.org/T89205#1029875 (10Springle) S1 enwiki: ``` -- enwiki DELETE /* User::removeGroup Cenarium */ FROM `user_... [04:08:39] 3ContentTranslation-cxserver, Language-Engineering, MediaWiki-extensions-ContentTranslation: cxserver: Design and implement a compact configuration to represent fast growing language pairs - https://phabricator.wikimedia.org/T88043#1029878 (10santhosh) [04:08:44] 3MediaWiki-General-or-Unknown, MediaWiki-extensions-CentralAuth, Wikimedia-General-or-Unknown: Work out what global/cross-wiki user rights changed while logging was broken - https://phabricator.wikimedia.org/T89205#1029879 (10Springle) No writes to user_groups on any S3 wiki within the time period. [04:09:40] 3MediaWiki-General-or-Unknown, MediaWiki-extensions-CentralAuth, Wikimedia-General-or-Unknown: Work out what global/cross-wiki user rights changed while logging was broken - https://phabricator.wikimedia.org/T89205#1029880 (10Springle) a:5Springle>3Krenair [04:14:30] (03PS1) 10Krinkle: mediawiki.api.login: Chain then() instead of Deferred wrapping [core] - 10https://gerrit.wikimedia.org/r/189899 [04:14:32] (03PS1) 10Krinkle: mediawiki.api.login: Include second HTTP request in abort() [core] - 10https://gerrit.wikimedia.org/r/189900 [04:17:24] 3Zero: Tag all Zero traffic with X-Analytics xcs value - https://phabricator.wikimedia.org/T89177#1029885 (10BBlack) Just to restate for clarity, you want: 1) The VCL code that sets the X-Analytics carrier based on netmapper to also run on the other loadbalancers (e.g. text, bits, upload) 2) The VCL code that s... [04:20:56] (03CR) 10jenkins-bot: [V: 04-1] mediawiki.api.login: Include second HTTP request in abort() [core] - 10https://gerrit.wikimedia.org/r/189900 (owner: 10Krinkle) [04:21:53] (03PS2) 10Krinkle: mediawiki.api.login: Include second HTTP request in abort() [core] - 10https://gerrit.wikimedia.org/r/189900 [04:21:58] 3Multimedia, operations, MediaWiki-extensions-UploadWizard: Chunked upload fails in UploadWizard with the server aborting the connection, and no errors in the server logs - https://phabricator.wikimedia.org/T89018#1029890 (10BBlack) I pulled that log line from looking directly at /var/log/nginx/wikimedia.org.err... [04:24:15] legoktm: Hm.. does it make sense for extensions to retreive different Config instances for variables that are supposed to be extended from core? [04:24:36] e.g. if an extension or core provides a config setting that other extensions add data to. They currently all use different Config objects. [04:25:04] Since it all uses the same store in the end, it makes no difference, but then I wonder what the point is of using different ones and giving it a name etc. [04:27:11] 3MediaWiki-General-or-Unknown, MediaWiki-extensions-CentralAuth, Wikimedia-General-or-Unknown: Work out what global/cross-wiki user rights changed while logging was broken - https://phabricator.wikimedia.org/T89205#1029893 (10Springle) I made a mistake hacking the script to make S3 faster. The true S3 results a... [04:32:22] 3wikidata-query-service, MediaWiki-Core-Team: Investigate BigData for WDQ - https://phabricator.wikimedia.org/T88717#1029901 (10Manybubbles) >>! In T88717#1029870, @Beebs.systap wrote: > > Thanks to Nik for chatting today. Here's a few of the key items we discussed. The slides are also attached.{F39207} Tha... [04:33:38] 3MediaWiki-General-or-Unknown, MediaWiki-extensions-CentralAuth, Wikimedia-General-or-Unknown: Work out what global/cross-wiki user rights changed while logging was broken - https://phabricator.wikimedia.org/T89205#1029905 (10Springle) Timestamps for UserRightsProxy hits: anwiktionary UserRightsProxy::removeGro... [04:36:43] 3MediaWiki-General-or-Unknown, MediaWiki-extensions-CentralAuth, Wikimedia-General-or-Unknown: Work out what global/cross-wiki user rights changed while logging was broken - https://phabricator.wikimedia.org/T89205#1029906 (10Krenair) a:5Krenair>3hoo Thanks @springle! The S3 entries were made after I deploy... [04:44:19] (03PS5) 10BryanDavis: Add campaign column to proposals table [wikimedia/iegreview] - 10https://gerrit.wikimedia.org/r/186144 (https://phabricator.wikimedia.org/T87306) (owner: 10Niharika29) [04:47:06] (03PS6) 10BryanDavis: Add campaign column to proposals table [wikimedia/iegreview] - 10https://gerrit.wikimedia.org/r/186144 (https://phabricator.wikimedia.org/T87306) (owner: 10Niharika29) [04:48:33] (03CR) 10BryanDavis: [C: 032] Add campaign column to proposals table [wikimedia/iegreview] - 10https://gerrit.wikimedia.org/r/186144 (https://phabricator.wikimedia.org/T87306) (owner: 10Niharika29) [04:48:36] (03Merged) 10jenkins-bot: Add campaign column to proposals table [wikimedia/iegreview] - 10https://gerrit.wikimedia.org/r/186144 (https://phabricator.wikimedia.org/T87306) (owner: 10Niharika29) [04:49:51] 3MediaWiki-extensions-InputBox, UI-Standardization: Input box buttons should use Mediawiki.ui button styles - https://phabricator.wikimedia.org/T63526#1029911 (10Glaisher) hm, why only the buttons? can we have 'mw-ui-input' in the text input as well? [04:50:27] 3MediaWiki-extensions-InputBox, UI-Standardization: InputBox should use Mediawiki.ui - https://phabricator.wikimedia.org/T63526#1029912 (10Glaisher) [04:53:46] (03CR) 10BryanDavis: [C: 04-1] "I like the idea of this, but I think the sortHeaderN duplication is even more confusing than having the macros inline in the templates. Ca" [wikimedia/iegreview] - 10https://gerrit.wikimedia.org/r/186161 (owner: 10Niharika29) [04:54:03] (03PS1) 10Aaron Schulz: Avoing making empty user pages [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/189903 [04:54:24] 3Phabricator: Adapting Gadget-BugStatusUpdate.js to Phabricator - https://phabricator.wikimedia.org/T539#1029915 (10Ricordisamoa) [04:59:54] Krinkle: they currently use the same store, but in the future when they'll be in the database, that won't always be true. I expect that some extensions+core will have their config loaded on initialization, but others might be lazy-loaded as needed..or something. Using separate objects also encourages separation, extensions typically shouldn't be reading other extension's config. [05:00:45] (03PS4) 10BryanDavis: Add a report for campaign view [wikimedia/iegreview] - 10https://gerrit.wikimedia.org/r/186157 (https://phabricator.wikimedia.org/T87308) (owner: 10Niharika29) [05:00:49] legoktm: Yeah, but that's precisely the issue. Because we mass-replaced globals with individual stores, it now makes things appear as something they're not. [05:01:14] (03CR) 10BryanDavis: "Patch set 4 is a manual rebase" [wikimedia/iegreview] - 10https://gerrit.wikimedia.org/r/186157 (https://phabricator.wikimedia.org/T87308) (owner: 10Niharika29) [05:01:17] legoktm: E.g. wgVisualEditorPluginModules is an array for other extensions to extend. [05:01:53] Krinkle: that's not really a config setting, it falls more under extension registration. For that I introduced attributes: https://www.mediawiki.org/wiki/Manual:Extension_registration#Attributes [05:02:17] legoktm: Yeah, but does that work between extensions? [05:02:32] 3MediaWiki-Developer-Summit-2015: The future of Language Converter (or, why do [[Red]] and [[Orange]] spell colo(u)r differently?) - https://phabricator.wikimedia.org/T87652#1029918 (10Spage) [05:02:37] yup, the extension registry takes care of it [05:02:50] in fact, VisualEditor already uses it for plugin modules :) [05:03:02] though I don't think any extensions that add modules use it yet [05:03:17] yeah, I saw that. [05:03:34] legoktm: Are they implied to be arrays? [05:03:41] yes [05:04:50] (03PS1) 10Legoktm: Add submodules for new skins [skins] - 10https://gerrit.wikimedia.org/r/189904 [05:05:12] (03CR) 10Legoktm: [C: 032 V: 032] Add submodules for new skins [skins] - 10https://gerrit.wikimedia.org/r/189904 (owner: 10Legoktm) [05:05:17] legoktm: Hm.. the one in VE's ext.json is in .config, I guess that's the old global one. [05:05:28] As it wouldn't have to set an empty array in the attribute being the default. [05:05:33] (load order etc.) [05:05:42] Right? [05:05:53] Krinkle: yeah, it's for back-compat for those still using the global array. But if it only used the attribute, VE wouldn't need to specify anything [05:06:03] Yeah [05:06:04] OK [05:06:45] (03CR) 10Krinkle: Separate startUp() call from main script of mediawiki module (031 comment) [core] - 10https://gerrit.wikimedia.org/r/188326 (https://phabricator.wikimedia.org/T85263) (owner: 10Gergő Tisza) [05:07:34] bbl, dinner [05:07:48] 3MediaWiki-Developer-Summit-2015: The future of Language Converter (or, why do [[Red]] and [[Orange]] spell colo(u)r differently?) - https://phabricator.wikimedia.org/T87652#1029922 (10Spage) Thanks for presenting your session, I updated the task description with links (it seems no one took notes in the Etherpad... [05:11:24] 3Phabricator: Fatal error (30 seconds timeout) for some maniphest search queries - https://phabricator.wikimedia.org/T87739#1029924 (10mmodell) ok on further investigation, I think that keyword search is simply broken. The search term isn't being passed on to elasticsearch so es is returning everything it's got.... [05:12:41] 3MediaWiki-Developer-Summit-2015: MediaWiki Developer Summit 2015: Improving extension management - https://phabricator.wikimedia.org/T87551#1029926 (10Spage) Thanks for presenting your session. Please add links to slides or other materials to the task description. Can you add a comment with - approximate number... [05:13:44] (03CR) 10Krinkle: [C: 04-1] "* Commit message suggests mw.track is used but that was already done in the parent commit." (031 comment) [core] - 10https://gerrit.wikimedia.org/r/188482 (owner: 10Gergő Tisza) [05:22:41] (03PS1) 10Aaron Schulz: Do not call purgeExpiredRestrictions on simple page views [core] - 10https://gerrit.wikimedia.org/r/189905 [05:24:05] (03PS2) 10Aaron Schulz: Do not call purgeExpiredRestrictions on simple page views [core] - 10https://gerrit.wikimedia.org/r/189905 [05:26:40] 3Wikimedia-General-or-Unknown: Make domas' pageviews data available in semi-publicly queryable database format - https://phabricator.wikimedia.org/T44259#1029929 (10MZMcBride) I'm told there's now an internal Hive cluster populated with page view data that's being regularly used/queried by the Wikimedia Foundati... [05:35:48] (03CR) 10BryanDavis: Add a report for campaign view (0310 comments) [wikimedia/iegreview] - 10https://gerrit.wikimedia.org/r/186157 (https://phabricator.wikimedia.org/T87308) (owner: 10Niharika29) [05:39:18] (03CR) 10CSteipp: [C: 031] Upgrade monolog to 1.12.0 [vendor] - 10https://gerrit.wikimedia.org/r/189894 (https://phabricator.wikimedia.org/T85535) (owner: 10BryanDavis) [05:40:57] 3MediaWiki-Developer-Summit-2015: 2015 MediaWiki Developer Summit: Future of the Architecture Committee - https://phabricator.wikimedia.org/T87605#1029935 (10Spage) Thanks for presenting. I can't remember if there were any slides, if so add a link. As I recall there were about 70 attendees. If there were other P... [05:46:32] 3MediaWiki-Developer-Summit-2015: Making sure it's easy for volunteers to contribute to Apps. - https://phabricator.wikimedia.org/T86735#1029941 (10Spage) Thanks for presenting your session. Please add links to slides or other materials to the task description. Can you add a comment with - approximate number of... [05:51:41] 3Phabricator: Adapting Gadget-BugStatusUpdate.js to Phabricator - https://phabricator.wikimedia.org/T539#1029945 (10Ricordisamoa) >>! In T539#1028871, @Mattflaschen wrote: I've made a canonical version at https://www.mediawiki.org/wiki/Extension:Gadgets/Scripts/BugStatusUpdate.js , linked from https://www.mediaw... [05:54:06] 3Phabricator: Project search issue - https://phabricator.wikimedia.org/T89209#1029946 (10Bugreporter) 3NEW [05:56:59] 3MediaWiki-Developer-Summit-2015: WIP: API Session - https://phabricator.wikimedia.org/T86079#1029953 (10Spage) [05:58:11] 3Phabricator: Unregistered users should be able to see subscribers of a task - https://phabricator.wikimedia.org/T89210#1029954 (10Bugreporter) 3NEW [06:02:14] 3MediaWiki-General-or-Unknown, MediaWiki-extensions-CentralAuth, Wikimedia-General-or-Unknown: Work out what global/cross-wiki user rights changed while logging was broken - https://phabricator.wikimedia.org/T89205#1029962 (10Ajraddatz) FYI: Same bug now occurring again with interwiki rights changes. https://met... [06:02:20] 3Project-Creators: New "Slate" project for the Slate skin - https://phabricator.wikimedia.org/T89211#1029963 (10Prtksxna) 3NEW [06:05:25] 3MediaWiki-Developer-Summit-2015: WIP: API Session - https://phabricator.wikimedia.org/T86079#1029973 (10Spage) Thanks for presenting your session, I updated the task description with the Etherpad, add links to any other presentation materials. Can you add a comment with - approximate number of participants - an... [06:06:12] manybubbles: Per your request, the other noticeable regression I observed in Cirrus now filed as https://phabricator.wikimedia.org/T86695 [06:06:29] 3Phabricator: Project search issue - https://phabricator.wikimedia.org/T89209#1029975 (10Krinkle) [06:06:32] 3Phabricator.org: Exact matches should always win when suggesting/auto-completing - https://phabricator.wikimedia.org/T76732#1029976 (10Krinkle) [06:06:57] 3Wikidata, MediaWiki-extensions-WikibaseRepository: Label no longer fallback to foreign language out of fallback chain in Special:Contributions and Special:RecentChanges - https://phabricator.wikimedia.org/T89212#1029978 (10Bugreporter) 3NEW [06:08:06] 3Wikidata, MediaWiki-extensions-WikibaseRepository: Label no longer fallback to foreign language out of fallback chain in Special:Contributions and Special:RecentChanges - https://phabricator.wikimedia.org/T89212#1029986 (10Bugreporter) [06:08:29] 3MediaWiki-skins-Slate, Project-Creators: New "Slate" project for the Slate skin - https://phabricator.wikimedia.org/T89211#1029988 (10Legoktm) 5Open>3Resolved a:3Legoktm #slate [06:11:31] 3Wikidata, MediaWiki-extensions-WikibaseRepository: Allow fallback to any language - https://phabricator.wikimedia.org/T89213#1029992 (10Bugreporter) 3NEW [06:11:56] 3Wikidata, MediaWiki-extensions-WikibaseRepository, MediaWiki-extensions-WikibaseClient: language fallback - https://phabricator.wikimedia.org/T76216#1029999 (10Bugreporter) [06:11:57] 3Wikidata, MediaWiki-extensions-WikibaseRepository: Allow fallback to any language - https://phabricator.wikimedia.org/T89213#1030000 (10Bugreporter) [06:12:22] 3Wikidata, MediaWiki-extensions-WikibaseRepository: Allow fallback to any language - https://phabricator.wikimedia.org/T89213#1029992 (10Bugreporter) [06:12:23] 3Wikidata, MediaWiki-extensions-WikibaseRepository: Label no longer fallback to foreign language out of fallback chain in Special:Contributions and Special:RecentChanges - https://phabricator.wikimedia.org/T89212#1030002 (10Bugreporter) [06:12:44] 3Wikimedia-Mailing-lists, wikidata-query-service: New mailing list for wikidata-query-tech - https://phabricator.wikimedia.org/T89158#1030004 (10Smalyshev) Agree, wikidata-tech with less than a message a day seems low-volume, and appropriate for this kind of discussions. [06:14:35] 3MediaWiki-skins-Slate: Security review for Skin:Slate - https://phabricator.wikimedia.org/T89214#1030005 (10Prtksxna) 3NEW [06:15:13] 3MediaWiki-skins-Slate: Deploy Skin:Slate to Beta - https://phabricator.wikimedia.org/T89215#1030012 (10Prtksxna) 3NEW [06:15:20] 3MediaWiki-skins-Slate: Deploy Skin:Slate to production - https://phabricator.wikimedia.org/T89216#1030019 (10Prtksxna) 3NEW [06:16:16] 3MediaWiki-skins-Slate: Security review for Skin:Slate - https://phabricator.wikimedia.org/T89214#1030027 (10Prtksxna) [06:16:17] 3MediaWiki-skins-Slate: Deploy Skin:Slate to Beta - https://phabricator.wikimedia.org/T89215#1030026 (10Prtksxna) [06:16:29] 3MediaWiki-skins-Slate: Security review for Skin:Slate - https://phabricator.wikimedia.org/T89214#1030030 (10Prtksxna) [06:16:30] 3MediaWiki-skins-Slate: Deploy Skin:Slate to production - https://phabricator.wikimedia.org/T89216#1030029 (10Prtksxna) [06:16:51] 3MediaWiki-skins-Slate: Deploy Skin:Slate to Beta - https://phabricator.wikimedia.org/T89215#1030034 (10Prtksxna) [06:16:52] 3MediaWiki-skins-Slate: Deploy Skin:Slate to production - https://phabricator.wikimedia.org/T89216#1030033 (10Prtksxna) [06:17:02] 3MediaWiki-skins-Slate, Security-Reviews: Security review for Skin:Slate - https://phabricator.wikimedia.org/T89214#1030036 (10Legoktm) a:3csteipp [06:18:59] 3MediaWiki-skins-Slate, Wikimedia-Extension-setup: Deploy Skin:Slate to production - https://phabricator.wikimedia.org/T89216#1030040 (10Legoktm) [06:22:33] 3MediaWiki-Change-tagging: Should be possible to rename or merge change tags - https://phabricator.wikimedia.org/T89217#1030044 (10Bugreporter) 3NEW [06:37:00] 3MediaWiki-Database, MediaWiki-API: Using both rvuser and rvcontinue with prop=revisions causes database error on pages with a lot of revisions - https://phabricator.wikimedia.org/T88084#1030053 (10Springle) db1057 is repooled and happy enough. Going to incrementally correct the revision primary keys for all old... [06:46:15] (03PS1) 10EBernhardson: Record topic imports to Special:Log [extensions/Flow] - 10https://gerrit.wikimedia.org/r/189909 [06:46:20] 3ContentTranslation-cxserver, MediaWiki-extensions-ContentTranslation, Language-Engineering: Investigate and fix the errors in cxserver exception log - https://phabricator.wikimedia.org/T86625#1030055 (10Arrbee) 5Open>3Resolved [06:46:41] 3MediaWiki-extensions-ContentTranslation, ContentTranslation-Deployments: [Tracker] CX Phase 1 deployment issues - https://phabricator.wikimedia.org/T87162#1030058 (10Arrbee) [06:46:43] 3ContentTranslation-Deployments, MediaWiki-extensions-ContentTranslation: guided tour for moving is shown on pages that are published to main namespace - https://phabricator.wikimedia.org/T87618#1030057 (10Arrbee) 5Open>3Resolved [06:47:06] (03CR) 10jenkins-bot: [V: 04-1] Record topic imports to Special:Log [extensions/Flow] - 10https://gerrit.wikimedia.org/r/189909 (owner: 10EBernhardson) [06:52:21] 3ContentTranslation-Deployments, Language-Engineering, MediaWiki-extensions-ContentTranslation: Deploy Content Translation tool to CEE language Wikipedias for regional project this spring - https://phabricator.wikimedia.org/T88030#1030060 (10Arrbee) a:3Arrbee [06:52:33] 3Wikidata, MediaWiki-extensions-WikibaseRepository: Allow detailed summaries in GUI - https://phabricator.wikimedia.org/T47224#1030061 (10Bugreporter) [06:53:23] 3Wikidata, MediaWiki-extensions-WikibaseRepository: Allow detailed summaries in GUI - https://phabricator.wikimedia.org/T47224#481299 (10Bugreporter) [06:53:25] 3Wikidata, MediaWiki-extensions-WikibaseRepository: Redesign Item UI for Wikidata repo - https://phabricator.wikimedia.org/T54136#1030064 (10Bugreporter) [06:56:49] 3Multimedia, operations, MediaWiki-extensions-UploadWizard: Chunked upload fails in UploadWizard with the server aborting the connection, and no errors in the server logs - https://phabricator.wikimedia.org/T89018#1030066 (10Krassotkin) In my opinion, progress bar still work incorrectly. It displays the download... [07:12:46] 3MediaWiki-skins-Slate, Wikimedia-Extension-setup: Deploy Skin:Slate to production - https://phabricator.wikimedia.org/T89216#1030071 (10Legoktm) [07:12:48] 3Wikimedia-Extension-setup: Extensions awaiting code review to be deployed on Wikimedia wikis (tracking) - https://phabricator.wikimedia.org/T33235#1030070 (10Legoktm) [07:14:25] 3dev.wikimedia.org: Improve MediaWiki API example behavior - https://phabricator.wikimedia.org/T88755#1030073 (10Spage) [07:18:37] (03CR) 10Fomafix: [C: 04-1] Convert .css to .less (031 comment) [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/189333 (owner: 10Paladox) [07:19:28] 3ContentTranslation-cxserver, MediaWiki-extensions-ContentTranslation, ContentTranslation-Deployments: Provide proxy details to use for Yandex - https://phabricator.wikimedia.org/T89117#1027739 (10Arrbee) [07:21:07] 3ContentTranslation-cxserver, MediaWiki-extensions-ContentTranslation, ContentTranslation-Deployments: Separate config for Beta and Production for CXServer - https://phabricator.wikimedia.org/T88793#1030079 (10Arrbee) [07:21:25] 3dev.wikimedia.org: Improve MediaWiki API example behavior - https://phabricator.wikimedia.org/T88755#1030081 (10Spage) [07:31:24] 3MediaWiki-extensions-WikibaseClient: For "special" precision in Wikidata interface, show dimension in meters - https://phabricator.wikimedia.org/T89218#1030082 (10Multichill) 3NEW [07:36:12] 3Possible-Tech-Projects, Wikimedia-Extension-setup: Support for text/syntax/markup driven or WYSIWYG editable charts, diagrams, graphs, flowcharts etc. (Identify, develop, review and deploy extension on Wikimedia wikis to add) - https://phabricator.wikimedia.org/T56221#1030091 (10Sumit) I'd like to take this up... [07:45:32] 3MediaWiki-extensions-Translate: Add styling for previous/next in SearchTranslations - https://phabricator.wikimedia.org/T49920#1030094 (10Nikerabbit) [07:45:33] 3MediaWiki-extensions-Translate: Special:SearchTranslations won't edit messages that their next messages are disabled for a translation - https://phabricator.wikimedia.org/T64829#1030095 (10Nikerabbit) [07:45:34] 3MediaWiki-extensions-Translate: Special:SearchTranslations: allow messageid with ElasticSearch - https://phabricator.wikimedia.org/T70518#1030096 (10Nikerabbit) [07:45:36] 3MediaWiki-extensions-Translate, Possible-Tech-Projects: One stop translation search - https://phabricator.wikimedia.org/T89103#1030093 (10Nikerabbit) [07:45:37] 3MediaWiki-extensions-Translate: Special:SearchTranslations: search in source language, results in my language - https://phabricator.wikimedia.org/T55656#1030097 (10Nikerabbit) [07:47:00] 3MediaWiki-extensions-Translate: Meaningless group selector on Special:SearchTranslations - https://phabricator.wikimedia.org/T54703#1030099 (10Nikerabbit) [07:47:01] 3MediaWiki-extensions-TwnMainPage: Allow "go" search feature to reach messages - https://phabricator.wikimedia.org/T62570#1030100 (10Nikerabbit) [07:47:02] 3MediaWiki-extensions-Translate, Possible-Tech-Projects: One stop translation search - https://phabricator.wikimedia.org/T89103#1027517 (10Nikerabbit) [07:49:00] 3MediaWiki-extensions-Translate, Possible-Tech-Projects: Extensive and robust localisation file format coverage for Translate extension - https://phabricator.wikimedia.org/T89102#1030102 (10Nikerabbit) p:5Triage>3Volunteer? [07:49:14] 3MediaWiki-extensions-Translate, Possible-Tech-Projects: One stop translation search - https://phabricator.wikimedia.org/T89103#1030103 (10Nikerabbit) p:5Triage>3Volunteer? [07:57:15] (03PS1) 10Pastakhov: add do-while operator (v 4.1.0) [extensions/PhpTags] - 10https://gerrit.wikimedia.org/r/189910 [07:58:58] (03CR) 10Pastakhov: [C: 032] add do-while operator (v 4.1.0) [extensions/PhpTags] - 10https://gerrit.wikimedia.org/r/189910 (owner: 10Pastakhov) [07:59:15] 3MediaWiki-extensions-ContentTranslation: Make ContentTransation work in the Wikimedia Incubator - https://phabricator.wikimedia.org/T89089#1030106 (10Yair_rand) Would this be dependent on Incubator being hooked up to Wikidata? (T54971) [07:59:15] (03Merged) 10jenkins-bot: add do-while operator (v 4.1.0) [extensions/PhpTags] - 10https://gerrit.wikimedia.org/r/189910 (owner: 10Pastakhov) [08:00:54] 3MediaWiki-skins-Slate, Wikimedia-Extension-setup: Deploy Skin:Slate to production - https://phabricator.wikimedia.org/T89216#1030109 (10Ricordisamoa) Are you sure it is different enough to be a separate skin? [08:01:26] 3Wikimedia-Blog: Write and publish blogpost summarizing Wikimedia's participation in Google Code-in 2014 - https://phabricator.wikimedia.org/T86457#1030111 (10Qgil) @aklapper, Google is almost always thirsty of blog posts. If Stephanie hasn't reached out, maybe you want to propose a re-publication of this blog p... [08:19:28] 3Wikimedia-Site-requests: Add translation administrator to add and remove self for mediawikiwiki - https://phabricator.wikimedia.org/T87797#1030114 (10Nemo_bis) [08:20:15] 3Wikimedia-Site-requests: Allow sysops to self-grant translation administrator on mediawikiwiki - https://phabricator.wikimedia.org/T87797#1030116 (10Nemo_bis) [08:23:49] 3Wikimedia-Site-requests: Allow sysops to self-grant translation administrator on mediawikiwiki - https://phabricator.wikimedia.org/T87797#1030127 (10Nemo_bis) [08:24:47] (03PS1) 10Ori.livneh: Ping server before inserting rows and reconnect if connection lost [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/189911 [08:24:49] (03PS1) 10Ori.livneh: Don't create unnecessary engine object [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/189912 [08:25:50] 3MediaWiki-extensions-Translate, Possible-Tech-Projects: One stop translation search - https://phabricator.wikimedia.org/T89103#1030128 (10Nemo_bis) I don't see a purpose for this tracking bug, it looks like unnecessary paperwork. I recommend to close as invalid and keep the description on wiki, as with most dev... [08:26:35] 3MediaWiki-extensions-Translate, Possible-Tech-Projects: Extensive and robust localisation file format coverage for Translate extension - https://phabricator.wikimedia.org/T89102#1030129 (10Nemo_bis) I don't see a purpose for this tracking bug, it looks like unnecessary paperwork. I recommend to close as invalid... [08:26:39] (03CR) 10jenkins-bot: [V: 04-1] Don't create unnecessary engine object [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/189912 (owner: 10Ori.livneh) [08:26:55] (03CR) 10jenkins-bot: [V: 04-1] Ping server before inserting rows and reconnect if connection lost [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/189911 (owner: 10Ori.livneh) [08:29:52] 3Possible-Tech-Projects, Wikimedia-Extension-setup: Support for text/syntax/markup driven or WYSIWYG editable charts, diagrams, graphs, flowcharts etc. (Identify, develop, review and deploy extension on Wikimedia wikis to add) - https://phabricator.wikimedia.org/T56221#1030130 (10Nemo_bis) > I'd like to take thi... [08:34:28] 3Phabricator: Process to request a private project - https://phabricator.wikimedia.org/T823#1030131 (10Qgil) Seeing the discussion at T88762 and also knowing that other teams are considering Phabricator if the problem of private tasks can be solved (Zero, some non-tech WMF teams, and even the [[ https://meta.wik... [08:35:42] 3Wikimedia-General-or-Unknown: Make domas' pageviews data available in semi-publicly queryable database format - https://phabricator.wikimedia.org/T44259#1030133 (10Nemo_bis) "wmf.webrequest contains the 'refined' webrequest data. This table is currently considered experimental." https://wikitech.wikimedia.org/w... [08:39:27] 3MediaWiki-skins-Slate, Wikimedia-Extension-setup: Deploy Skin:Slate to production - https://phabricator.wikimedia.org/T89216#1030136 (10Krinkle) I'm curious as to why this is a separate Skin. If this was discussed or approved somewhere, please reference that (or have him/her comment here). Intuitively, I'd th... [08:40:25] 3Phabricator.org: Exact matches should always win when suggesting/auto-completing - https://phabricator.wikimedia.org/T76732#1030138 (10Krinkle) [08:46:14] 3MediaWiki-extensions-ConfirmAccount: Add ConfirmAccount to packagist.org for composer users - https://phabricator.wikimedia.org/T86476#1030139 (10Nemo_bis) > Should this use the merged extension registration RFC method (extension.json) instead (or in addition, though that seems somewhat duplicative?) How is th... [08:48:41] 3Multimedia, operations, MediaWiki-extensions-UploadWizard: Chunked upload fails in UploadWizard with the server aborting the connection, and no errors in the server logs - https://phabricator.wikimedia.org/T89018#1030142 (10Tgr) >>! In T89018#1030066, @Krassotkin wrote: > In my opinion, progress bar still work... [08:50:51] 3Possible-Tech-Projects, MediaWiki-extensions-Extensions-requests: Extension to provide access via the dict protocol - https://phabricator.wikimedia.org/T31229#1030145 (10Nemo_bis) [08:53:41] 3operations, Project-Creators, Phabricator: Create projects for Ops goals - https://phabricator.wikimedia.org/T87262#1030149 (10Nemo_bis) Please don't add this discussion to #HTTPS-by-default. I watch that project to read about HTTPS by default, not about Phabricator processes, and there is no ignore flag in Pha... [08:56:09] 3Phabricator: Project removal fails without warning - https://phabricator.wikimedia.org/T89221#1030158 (10Nemo_bis) 3NEW [09:03:54] (03CR) 10Gilles: [C: 032] Handle missing width nicely in thumb.php [core] - 10https://gerrit.wikimedia.org/r/188730 (https://phabricator.wikimedia.org/T88508) (owner: 10Gergő Tisza) [09:09:56] (03Merged) 10jenkins-bot: Handle missing width nicely in thumb.php [core] - 10https://gerrit.wikimedia.org/r/188730 (https://phabricator.wikimedia.org/T88508) (owner: 10Gergő Tisza) [09:10:20] (03CR) 10Nemo bis: "This is not a downstream change to a library. These files only exist in this repository." [core] - 10https://gerrit.wikimedia.org/r/188845 (https://phabricator.wikimedia.org/T76148) (owner: 10Nemo bis) [09:11:06] 3Multimedia, operations, MediaWiki-extensions-UploadWizard: Chunked upload fails in UploadWizard with the server aborting the connection, and no errors in the server logs - https://phabricator.wikimedia.org/T89018#1030174 (10akosiaris) @BBlack, I have a different theory regarding the nginx 1.1.x vs 1.6.x behavio... [09:14:08] (03CR) 10Hashar: [C: 04-1] "Thanks for the python port! Per legoktm, consider using a defaultdict(list) :-]" (031 comment) [extensions] - 10https://gerrit.wikimedia.org/r/189645 (owner: 10PleaseStand) [09:15:14] (03CR) 10Gilles: [C: 04-1] "While this fix works, I see two issues:" [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/188823 (https://phabricator.wikimedia.org/T78336) (owner: 10MarkTraceur) [09:15:46] (03CR) 10Hashar: [C: 031] "recheck" [extensions/GlobalBlocking] - 10https://gerrit.wikimedia.org/r/189354 (https://phabricator.wikimedia.org/T69300) (owner: 10Paladox) [09:16:33] (03CR) 10Hashar: "check experimental" [extensions/ConfirmEdit] - 10https://gerrit.wikimedia.org/r/182480 (https://phabricator.wikimedia.org/T44145) (owner: 10Florianschmidtwelzow) [09:18:24] 3Phabricator: "Security" values no longer updates visibility/editability policies when changed on existing bugs? - https://phabricator.wikimedia.org/T88681#1030177 (10matmarex) 5Open>3Invalid a:3matmarex Uh, that's the behavior I would expect... l keep discovering that the security setting are more messed... [09:18:52] (03PS6) 10Paladox: Add support for sqlite [extensions/GlobalBlocking] - 10https://gerrit.wikimedia.org/r/189354 (https://phabricator.wikimedia.org/T69300) [09:19:58] (03CR) 10Gilles: [C: 04-1] "Do you really need the CSS and LESS files? What do they do in the context of this extension?" [extensions/Buggy] - 10https://gerrit.wikimedia.org/r/188963 (https://phabricator.wikimedia.org/T88078) (owner: 10Gergő Tisza) [09:21:48] (03PS6) 10Hashar: Disable Captchas in phpunit [extensions/ConfirmEdit] - 10https://gerrit.wikimedia.org/r/182480 (https://phabricator.wikimedia.org/T44145) (owner: 10Florianschmidtwelzow) [09:22:56] (03CR) 10Hashar: [C: 031] "Sneaky fix, $wgWikimediaJenkinsCI has to be in global. Florian if you can acknowledge that I will +2 the patch. Thanks!" (031 comment) [extensions/ConfirmEdit] - 10https://gerrit.wikimedia.org/r/182480 (https://phabricator.wikimedia.org/T44145) (owner: 10Florianschmidtwelzow) [09:23:08] 3Multimedia, operations, MediaWiki-extensions-UploadWizard: Chunked upload fails in UploadWizard with the server aborting the connection, and no errors in the server logs - https://phabricator.wikimedia.org/T89018#1030182 (10Gilles) @akosiaris that sounds consistent with what we've been experiencing when reprodu... [09:25:02] (03CR) 10Gilles: [C: 032] Fix isMetadataError() [extensions/PagedTiffHandler] - 10https://gerrit.wikimedia.org/r/182402 (https://phabricator.wikimedia.org/T85651) (owner: 10Gergő Tisza) [09:25:41] (03Merged) 10jenkins-bot: Fix isMetadataError() [extensions/PagedTiffHandler] - 10https://gerrit.wikimedia.org/r/182402 (https://phabricator.wikimedia.org/T85651) (owner: 10Gergő Tisza) [09:26:10] (03CR) 10Gergő Tisza: "CSS is loaded on old IE in a way that can trigger an exception if it is invalid." [extensions/Buggy] - 10https://gerrit.wikimedia.org/r/188963 (https://phabricator.wikimedia.org/T88078) (owner: 10Gergő Tisza) [09:26:39] (03CR) 10Paladox: "I have recheck." [extensions/GlobalBlocking] - 10https://gerrit.wikimedia.org/r/189354 (https://phabricator.wikimedia.org/T69300) (owner: 10Paladox) [09:26:41] (03CR) 10Gilles: [C: 032] Ignore EXIF data in FormatMetadata::fetchExtendedMetadata() [core] - 10https://gerrit.wikimedia.org/r/184835 (https://phabricator.wikimedia.org/T73719) (owner: 10Gergő Tisza) [09:27:05] (03CR) 10Paladox: "@Hashar please merge." [extensions/GlobalBlocking] - 10https://gerrit.wikimedia.org/r/189354 (https://phabricator.wikimedia.org/T69300) (owner: 10Paladox) [09:28:52] 3MediaWiki-Page-editing: insert strings - https://phabricator.wikimedia.org/T88941#1030205 (10Susann_Schweden) [[https://de.wiktionary.org/wiki/Spezial:Einstellungen#mw-prefsection-editing]] now I marked the box ' Bearbeiten-Werkzeugleiste anzeigen' and now insert char works again. [09:29:31] (03CR) 10Hashar: "'recheck' is merely to trigger the jobs in Jenkins :]" [extensions/GlobalBlocking] - 10https://gerrit.wikimedia.org/r/189354 (https://phabricator.wikimedia.org/T69300) (owner: 10Paladox) [09:29:48] 3Phabricator: Project removal fails without warning - https://phabricator.wikimedia.org/T89221#1030217 (10Qgil) This happens because "#https-by-default" is mentioned in the task description. Upstream is discussing about changing this behavior. [09:30:03] 3Phabricator.org: Project removal fails without warning - https://phabricator.wikimedia.org/T89221#1030221 (10Qgil) p:5Triage>3Volunteer? [09:30:48] 3operations, Project-Creators, Phabricator: Create projects for Ops goals - https://phabricator.wikimedia.org/T87262#1030225 (10Qgil) [09:31:04] 3operations, Project-Creators, Phabricator: Create projects for Ops goals - https://phabricator.wikimedia.org/T87262#987167 (10Qgil) [09:31:20] 3Phabricator, Phabricator.org: Switching back and forth between image in lightbox is slow (redirects, no cache) - https://phabricator.wikimedia.org/T89225#1030229 (10Krinkle) 3NEW [09:32:04] 3Phabricator: Adapting Gadget-BugStatusUpdate.js to Phabricator - https://phabricator.wikimedia.org/T539#1030241 (10Edokter) >>! In T539#1029945, @Ricordisamoa wrote: > ...and enwiki should load it dynamically. Please define 'dynamically'. If you mean load it raw from MediaWiki, I think that is a bad idea. How... [09:33:03] (03Merged) 10jenkins-bot: Ignore EXIF data in FormatMetadata::fetchExtendedMetadata() [core] - 10https://gerrit.wikimedia.org/r/184835 (https://phabricator.wikimedia.org/T73719) (owner: 10Gergő Tisza) [09:38:15] 3operations, Project-Creators, Phabricator: Create projects for Ops goals - https://phabricator.wikimedia.org/T87262#1030264 (10Qgil) >>! In T87262#1028378, @Krenair wrote: > This broke the policy at https://www.mediawiki.org/wiki/Phabricator/Creating_and_renaming_projects#New_projects that all project creations... [09:47:58] 3Wiki-Release-Team: Merge Version_lifecycle and Release_timeline into the same page or (at least) point them at each other. - https://phabricator.wikimedia.org/T993#1030283 (10Mglaser) Now merged branch points into Release notes: https://www.mediawiki.org/wiki/Release_notes. I don't think the release log should... [09:49:13] 3MediaWiki-Page-editing: insert strings - https://phabricator.wikimedia.org/T88941#1030288 (10Formatierer) If you select under "Einstellungen" / "Bearbeiten" only "Erweiterte Bearbeiten-Werkzeugleiste aktivieren" and not "Bearbeiten-Werkzeugleiste anzeigen" then the global function insertTags() is undefined as c... [09:51:27] 3MediaWiki-General-or-Unknown: Removing inline CSS/JS from MediaWiki - https://phabricator.wikimedia.org/T89134#1030301 (10Schnark) I thought about suggesting to implement CSP some time ago and came to the conclusion that it will break lots of userscripts, but don't offer any improved security. The basic problem... [09:53:16] 3MediaWiki-extensions-ContentTranslation: Allow to start translations using a redirected article as title - https://phabricator.wikimedia.org/T76142#1030315 (10Nikerabbit) Copying from my email: > I also left in the air whether it > should be improved further, for example by showing a warning "The > actual page... [09:55:15] 3MediaWiki-extensions-Graph, Possible-Tech-Projects, Wikimedia-Extension-setup: Support for text/syntax/markup driven or WYSIWYG editable charts, diagrams, graphs, flowcharts etc. (Identify, develop, review and deploy extension on Wikimedia wikis to add) - https://phabricator.wikimedia.org/T56221#1030321 (10Qgil... [09:59:36] 3MediaWiki-extensions-Translate, Possible-Tech-Projects: Extensive and robust localisation file format coverage for Translate extension - https://phabricator.wikimedia.org/T89102#1030332 (10Qgil) This was copied from https://www.mediawiki.org/w/index.php?title=Outreach_programs/Possible_projects&oldid=1404823#Ex... [10:00:54] (03PS1) 10Robert Vogel: ResponsibleEditors: Fixed missing permissions in ajax context [extensions/BlueSpiceExtensions] (REL1_23) - 10https://gerrit.wikimedia.org/r/189917 [10:01:13] (03Abandoned) 10Robert Vogel: ResponsibleEditors: Fixed missing permissions in ajax context [extensions/BlueSpiceExtensions] (REL1_23) - 10https://gerrit.wikimedia.org/r/189917 (owner: 10Robert Vogel) [10:01:43] 3MediaWiki-extensions-Translate, Possible-Tech-Projects: One stop translation search - https://phabricator.wikimedia.org/T89103#1030350 (10Qgil) This was copied from https://www.mediawiki.org/w/index.php?title=Outreach_programs/Possible_projects&oldid=1404823#One_stop_translation_search Seeing the amount of blo... [10:05:20] 3Phabricator: Unregistered users should be able to see subscribers of a task - https://phabricator.wikimedia.org/T89210#1030359 (10Qgil) ? As anonymous user, I can see the subscribers of this task: Subscribers Aklapper, Bugreporter Please share URLs where the problem you are reporting can be reproduced. [10:05:33] 3Phabricator.org: Unregistered users should be able to see subscribers of a task - https://phabricator.wikimedia.org/T89210#1030360 (10Qgil) [10:08:22] (03PS8) 10Gergő Tisza: Wrap asynchronous callbacks with error logging [core] - 10https://gerrit.wikimedia.org/r/188328 (https://phabricator.wikimedia.org/T513) [10:09:23] (03CR) 10Gergő Tisza: Wrap asynchronous callbacks with error logging (031 comment) [core] - 10https://gerrit.wikimedia.org/r/188328 (https://phabricator.wikimedia.org/T513) (owner: 10Gergő Tisza) [10:10:55] 3Phabricator: Fatal error (30 seconds timeout) for some maniphest search queries - https://phabricator.wikimedia.org/T87739#1030370 (10Qgil) [10:10:58] 3Phabricator: Fix provided search results in Wikimedia Phabricator - https://phabricator.wikimedia.org/T75854#1030369 (10Qgil) [10:13:16] 3Citoid, Possible-Tech-Projects, MediaWiki-extensions-Extensions-requests: Global, better URL to citation conversion functionality - https://phabricator.wikimedia.org/T59804#1030374 (10Qgil) 5Open>3Resolved a:3Qgil Resolving, then. Check #Citoid for details. [10:14:39] (03CR) 10jenkins-bot: [V: 04-1] Wrap asynchronous callbacks with error logging [core] - 10https://gerrit.wikimedia.org/r/188328 (https://phabricator.wikimedia.org/T513) (owner: 10Gergő Tisza) [10:14:48] rack graphite2001 - https://phabricator.wikimedia.org/T86554 (10faidon) [10:14:49] set graphite2001 asset tag mgmt entries - https://phabricator.wikimedia.org/T86555 (10faidon) 5Open>3Resolved graphite2001 is in racktables. I also see this: ``` graphite2001 1H IN A 10.193.2.14 WMF6160 1H IN A 10.193.2.14 ``` Resolving. [10:15:07] ?? [10:15:14] why is that here..? [10:15:42] hm I guess it didn't have #operations before [10:17:22] 3Wikidata, MediaWiki-extensions-WikibaseRepository: wbsetclaim does not catch exceptions thrown in GUID parsing - https://phabricator.wikimedia.org/T89100#1030408 (10Addshore) 5Open>3stalled [10:18:09] 3Phabricator: Please remove the two-factor authentication from my Phabricator account - https://phabricator.wikimedia.org/T87495#1030414 (10zhaofengli) @Aklapper Thanks, it's on P280. [10:19:53] (03PS9) 10Gergő Tisza: Wrap asynchronous callbacks with error logging [core] - 10https://gerrit.wikimedia.org/r/188328 (https://phabricator.wikimedia.org/T513) [10:21:39] (03CR) 10Gilles: [C: 031] Add File::getDescriptionTimestamp() method [core] - 10https://gerrit.wikimedia.org/r/188742 (https://phabricator.wikimedia.org/T88648) (owner: 10Gergő Tisza) [10:21:48] (03PS5) 10Gergő Tisza: Initial commit [extensions/Buggy] - 10https://gerrit.wikimedia.org/r/188963 (https://phabricator.wikimedia.org/T88078) [10:24:30] (03PS1) 10Gergő Tisza: Fix mediawiki.startUp documentation [core] - 10https://gerrit.wikimedia.org/r/189919 [10:25:11] (03CR) 10Gergő Tisza: Separate startUp() call from main script of mediawiki module (031 comment) [core] - 10https://gerrit.wikimedia.org/r/188326 (https://phabricator.wikimedia.org/T85263) (owner: 10Gergő Tisza) [10:25:21] (03PS3) 10Aaron Schulz: [WIP] Added a ReplicatedBagOStuff class [core] - 10https://gerrit.wikimedia.org/r/188732 [10:27:14] (03CR) 10jenkins-bot: [V: 04-1] Wrap asynchronous callbacks with error logging [core] - 10https://gerrit.wikimedia.org/r/188328 (https://phabricator.wikimedia.org/T513) (owner: 10Gergő Tisza) [10:28:50] Tag filter in recent changes special page uses different casing than the listing - https://phabricator.wikimedia.org/T89228#1030438 (10scfc) 3NEW [10:28:53] 3Phabricator.org: Unregistered users should be able to see subscribers of a task - https://phabricator.wikimedia.org/T89210#1030444 (10Bugreporter) If there're a lot of subscribers you will see "and XX others". When you click "XX others" Phabricator ask you to login. [10:29:16] (03CR) 10Bartosz Dziewoński: [C: 032] Fix mediawiki.startUp documentation [core] - 10https://gerrit.wikimedia.org/r/189919 (owner: 10Gergő Tisza) [10:29:32] 3Wikimedia-Site-requests: Enable 'interface-editor' user group on cawikibooks - https://phabricator.wikimedia.org/T85713#1030446 (10Billinghurst) Is the community able to explain why they do not appoint administrators? Administrators have these rights already. [10:30:29] 3Wikidata, § Wikidata-Sprint-2015-02-03, § Wikidata-Sprint-2015-01-21, MediaWiki-extensions-WikibaseRepository: Change statement layout to vertical layout - https://phabricator.wikimedia.org/T87321#1030450 (10Tobi_WMDE_SW) [10:30:37] (03CR) 10Gilles: [C: 032] Initial commit [extensions/Buggy] - 10https://gerrit.wikimedia.org/r/188963 (https://phabricator.wikimedia.org/T88078) (owner: 10Gergő Tisza) [10:31:48] 3MediaWiki-API, dev.wikimedia.org: API Help should generate link to Special:ApiSandbox#action=params from getExamples() - https://phabricator.wikimedia.org/T89229#1030456 (10Spage) 3NEW [10:35:23] (03Merged) 10jenkins-bot: Fix mediawiki.startUp documentation [core] - 10https://gerrit.wikimedia.org/r/189919 (owner: 10Gergő Tisza) [10:37:29] 3Wikidata, wikidata-query-service, MediaWiki-Core-Team: Deploy a Wikidata complex query service into production - https://phabricator.wikimedia.org/T85159#1030466 (10Bugreporter) [10:37:30] 3Wikidata, wikidata-query-service, MediaWiki-extensions-WikibaseRepository: support for complex queries - https://phabricator.wikimedia.org/T67626#1030465 (10Bugreporter) [10:37:46] 3Wikidata, wikidata-query-service, MediaWiki-extensions-WikibaseRepository: support for complex queries - https://phabricator.wikimedia.org/T67626#690848 (10Bugreporter) [10:39:25] 3operations, Project-Creators, Phabricator: Create projects for Ops goals - https://phabricator.wikimedia.org/T87262#1030470 (10faidon) >>! In T87262#1030264, @Qgil wrote: > Theoretically it is possible to have private projects, but there should be a reason for that. In this case, no reason has been presented so... [10:40:02] (03PS10) 10Gergő Tisza: Wrap asynchronous callbacks with error logging [core] - 10https://gerrit.wikimedia.org/r/188328 (https://phabricator.wikimedia.org/T513) [10:40:27] 3Wikidata, MediaWiki-extensions-WikibaseRepository: Browsertests for statements on properties - https://phabricator.wikimedia.org/T74664#1030475 (10Bugreporter) [10:42:14] 3MediaWiki-extensions-Translate, Possible-Tech-Projects: One stop translation search - https://phabricator.wikimedia.org/T89103#1030484 (10Nikerabbit) I just listed the bugs mentioned in the description and some others there. If this is misuse of blockers, they can be moved elsewhere. [10:43:03] (03PS1) 10Spage: Api help examples add links to Special:ApiSandbox [core] - 10https://gerrit.wikimedia.org/r/189921 (https://phabricator.wikimedia.org/T89229) [10:44:53] 3MediaWiki-General-or-Unknown, MediaWiki-extensions-CentralAuth, Wikimedia-General-or-Unknown: Work out what global/cross-wiki user rights changed while logging was broken - https://phabricator.wikimedia.org/T89205#1030488 (10Krenair) Did you perform a rights change against that user since I deployed the fix? It... [10:47:48] Tag filter in recent changes special page uses different casing than the listing - https://phabricator.wikimedia.org/T89228#1030496 (10scfc) Ah, that's awful. According to https://en.wikipedia.org/wiki/Special:Tags, there is not only no rule about casing, but also no transformation between tag name and appearance... [10:48:03] 3operations, Project-Creators, Phabricator: Create projects for Ops goals - https://phabricator.wikimedia.org/T87262#1030497 (10Krenair) >>! In T87262#1030470, @faidon wrote: >>>! In T87262#1030264, @Qgil wrote: >> Theoretically it is possible to have private projects, but there should be a reason for that. In t... [10:49:47] 3Wiki-Release-Team, Engineering-Community: Create MediaWiki-Stakeholders-Group project? - https://phabricator.wikimedia.org/T88965#1030498 (10Mglaser) I put it on the agenda for our upcoming meeting: https://www.mediawiki.org/wiki/MediaWiki_Stakeholders%27_Group/Meetings/2015-02-13_Telco [10:50:25] (03CR) 10Florianschmidtwelzow: [C: 031] "Feel free to merge :)" (031 comment) [extensions/ConfirmEdit] - 10https://gerrit.wikimedia.org/r/182480 (https://phabricator.wikimedia.org/T44145) (owner: 10Florianschmidtwelzow) [10:52:38] (03CR) 10Spage: "The links this generates work for the API help examples I tried. I'm sure URL encoding issues will break something." (032 comments) [core] - 10https://gerrit.wikimedia.org/r/189921 (https://phabricator.wikimedia.org/T89229) (owner: 10Spage) [10:54:51] 3§ Wikidata-Sprint-2015-02-03, Wikidata, MediaWiki-extensions-WikibaseRepository: keyboard selector hiding site id input - https://phabricator.wikimedia.org/T88417#1030503 (10JanZerebecki) a:3Snaterlicious [10:55:02] 3Phabricator: Adapting Gadget-BugStatusUpdate.js to Phabricator - https://phabricator.wikimedia.org/T539#1030505 (10Krenair) >>! In T539#1030241, @Edokter wrote: >>>! In T539#1029945, @Ricordisamoa wrote: >> ...and enwiki should load it dynamically. > > Please define 'dynamically'. If you mean load it raw from... [10:55:52] 3Phabricator: Fatal error (30 seconds timeout) for some maniphest search queries - https://phabricator.wikimedia.org/T87739#1030509 (10Tgr) Still doesn't explain why adding a keyword search actually makes the query slower, though. Does it trigger something expensive on the SQL side? Is the ES query different in... [11:02:42] 3Wikidata, § Wikidata-Sprint-2015-02-03, MediaWiki-extensions-WikibaseRepository: Make language list injectable for monolingual text in backend - https://phabricator.wikimedia.org/T87762#1030522 (10JanZerebecki) a:3adrianheine [11:03:53] 3Wikidata, § Wikidata-Sprint-2015-02-03, § Wikidata-Sprint-2015-01-21, MediaWiki-extensions-WikibaseRepository: Change statement layout to vertical layout - https://phabricator.wikimedia.org/T87321#1030523 (10JanZerebecki) a:3Snaterlicious [11:04:20] 3Wikidata, § Wikidata-Sprint-2015-02-03, MediaWiki-extensions-WikibaseRepository: Browsertests for new header section - https://phabricator.wikimedia.org/T50139#1030524 (10JanZerebecki) a:3WMDE-Fisch [11:04:49] 3ContentTranslation-cxserver, MediaWiki-extensions-ContentTranslation, ContentTranslation-Deployments: Provide proxy details to use for Yandex - https://phabricator.wikimedia.org/T89117#1030525 (10akosiaris) 5Open>3Resolved Hello, we will be using url-downloader.wikimedia.org, TCP port 8080 in production. In... [11:06:49] 3Phabricator: Adapting Gadget-BugStatusUpdate.js to Phabricator - https://phabricator.wikimedia.org/T539#1030532 (10He7d3r) >>! In T539#1029945, @Ricordisamoa wrote: > It should be in the MediaWiki namespace, to avoid edits by untrusted people, +1, for many other reasons too (see e.g. {T86904}). > and enwiki sh... [11:07:14] (03PS3) 10PleaseStand: Rewrite sort-gitmodules script in Python [extensions] - 10https://gerrit.wikimedia.org/r/189645 [11:08:41] 3operations, Project-Creators, Phabricator: Create projects for Ops goals - https://phabricator.wikimedia.org/T87262#1030535 (10Qgil) [11:09:28] (03PS2) 10Robert Vogel: ResponsibleEditors: Fixed missing permissions in ajax context [extensions/BlueSpiceExtensions] (REL1_22) - 10https://gerrit.wikimedia.org/r/188335 (owner: 10Pwirth) [11:09:45] 3MediaWiki-extensions-Translate, Possible-Tech-Projects: One stop translation search - https://phabricator.wikimedia.org/T89103#1030537 (10Qgil) Oops, sorry. You did right. [11:14:27] 3Wikimedia-Hackathon-2015: Submit Hackathon grant request to WMF Project & Event Grants Program - https://phabricator.wikimedia.org/T88345#1030539 (10AlexCella) Hey Guys, Grant Request will be submited in the afternoon (our time). Regards. [11:16:00] 3MediaWiki-extensions-Translate, Possible-Tech-Projects: One stop translation search - https://phabricator.wikimedia.org/T89103#1030540 (10Qgil) [11:16:35] 3MediaWiki-extensions-Translate, Possible-Tech-Projects: One stop translation search - https://phabricator.wikimedia.org/T89103#1027517 (10Qgil) Are the mentors confirmed for the next round? [11:16:57] 3Phabricator: Adapting Gadget-BugStatusUpdate.js to Phabricator - https://phabricator.wikimedia.org/T539#1030543 (10Arkanosis) >>! In T539#1030505, @Krenair wrote: >>>! In T539#1030241, @Edokter wrote: >>>>! In T539#1029945, @Ricordisamoa wrote: >>> ...and enwiki should load it dynamically. >> >> Please define... [11:17:29] (03PS1) 10AYUSH GARG: Export: Preloading the category name through a URL parameter [core] - 10https://gerrit.wikimedia.org/r/189923 (https://phabricator.wikimedia.org/T88683) [11:17:31] 3operations, Project-Creators, Phabricator: Create projects for Ops goals - https://phabricator.wikimedia.org/T87262#1030544 (10faidon) [11:17:33] 3Wikimedia-Hackathon-2015: Definition of roles in the Wikimedia Hackathon 2015 organization - https://phabricator.wikimedia.org/T88522#1030546 (10AlexCella) [11:23:59] (03PS1) 10Daniel Kinzler: Clean up state of libxml on failed import. [core] - 10https://gerrit.wikimedia.org/r/189925 [11:24:15] 3Engineering-Community, Code-Review, Phabricator, Wikimedia-Git-or-Gerrit: Migrate Gerrit project ownership request system (+2 rights) to Phabricator - https://phabricator.wikimedia.org/T86639#1030550 (10Qgil) If someone is watching regularly, then probably on-wiki and on-task are probably very similar. However,... [11:27:25] (03PS2) 10Daniel Kinzler: Clean up state of libxml on failed import. [core] - 10https://gerrit.wikimedia.org/r/189925 [11:28:49] 3Wikimedia-Hackathon-2015: Wikimedia Hackathon 2015 travel sponsorship - https://phabricator.wikimedia.org/T88406#1030553 (10AlexCella) Hey, Regarding our calculations, we'll be able to cover scholarships for 20 attendees up to 350€, including 160€ for the bedroom and 190€ for transportation. Cheers. [11:30:36] (03CR) 10TTO: "I also attempted to fix this problem, as well as another, in Ibcccce9f09f87b17c3093fd0c3c3ff74d7dc6cb7. (I think it was the same problem, " [core] - 10https://gerrit.wikimedia.org/r/189925 (owner: 10Daniel Kinzler) [11:33:26] (03CR) 10jenkins-bot: [V: 04-1] Clean up state of libxml on failed import. [core] - 10https://gerrit.wikimedia.org/r/189925 (owner: 10Daniel Kinzler) [11:49:47] 3Wikidata, MediaWiki-extensions-WikibaseRepository: Don't visually group property values by property in qualifiers - https://phabricator.wikimedia.org/T65564#1030562 (10Snaterlicious) [11:49:48] 3Wikidata, MediaWiki-extensions-WikibaseRepository: Maintain order: Have API return and accept lists instead of maps - https://phabricator.wikimedia.org/T74297#1030563 (10Snaterlicious) [11:56:24] (03CR) 10Physikerwelt: [C: 032] FormulaInfo: Update variable statistics on the fly [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189442 (owner: 10Physikerwelt) [11:56:59] (03PS2) 10Physikerwelt: Force re-rendering [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189777 [11:58:16] (03CR) 10jenkins-bot: [V: 04-1] FormulaInfo: Update variable statistics on the fly [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189442 (owner: 10Physikerwelt) [11:58:28] 3Phabricator: Adapting Gadget-BugStatusUpdate.js to Phabricator - https://phabricator.wikimedia.org/T539#1030572 (10Ricordisamoa) >>! In T539#1030241, @Edokter wrote: >>>! In T539#1029945, @Ricordisamoa wrote: >> ...and enwiki should load it dynamically. > > Please define 'dynamically'. If you mean load it raw... [11:59:22] (03CR) 10jenkins-bot: [V: 04-1] Force re-rendering [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189777 (owner: 10Physikerwelt) [12:01:01] (03PS1) 10Christopher Johnson (WMDE): changes SprintReportBurndownView [phabricator/extensions/Sprint] - 10https://gerrit.wikimedia.org/r/189931 [12:02:31] (03PS1) 10Jhernandez: Collection model is composed of CollectionItems [extensions/Gather] - 10https://gerrit.wikimedia.org/r/189933 [12:02:33] (03PS1) 10Jhernandez: Create store for retrieving list of collections [extensions/Gather] - 10https://gerrit.wikimedia.org/r/189934 [12:05:05] (03CR) 10Physikerwelt: "@Hashar why did jenkins change his mind?" [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189442 (owner: 10Physikerwelt) [12:07:08] (03PS3) 10Physikerwelt: Force re-rendering [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189777 [12:07:41] (03CR) 10Physikerwelt: [C: 032] Force re-rendering [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189777 (owner: 10Physikerwelt) [12:07:58] (03PS2) 10Physikerwelt: Display information regarding individual topics [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189778 [12:08:52] (03CR) 10jenkins-bot: [V: 04-1] Force re-rendering [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189777 (owner: 10Physikerwelt) [12:09:24] (03CR) 10jenkins-bot: [V: 04-1] Display information regarding individual topics [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189778 (owner: 10Physikerwelt) [12:09:48] (03CR) 10jenkins-bot: [V: 04-1] FormulaInfo: Update variable statistics on the fly [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189442 (owner: 10Physikerwelt) [12:10:45] 3MediaWiki-Recent-changes, Possible-Tech-Projects: Make Special:RecentChanges auto-updating - https://phabricator.wikimedia.org/T7560#1030584 (10Qgil) This task was mentioned in https://www.mediawiki.org/w/index.php?title=Outreach_programs/Possible_projects&oldid=1404823#Very_raw_projects as a possible candidate... [12:11:36] 3MediaWiki-extensions-CentralAuth, Possible-Tech-Projects: Global preferences - https://phabricator.wikimedia.org/T16950#1030586 (10Qgil) This task was mentioned in https://www.mediawiki.org/w/index.php?title=Outreach_programs/Possible_projects&oldid=1404823#Very_raw_projects as a possible candidate for Google S... [12:12:36] 3Possible-Tech-Projects, MediaWiki-Categories: Automatic category redirects - https://phabricator.wikimedia.org/T5311#1030588 (10Qgil) This task was mentioned in https://www.mediawiki.org/w/index.php?title=Outreach_programs/Possible_projects&oldid=1404823#Very_raw_projects as a possible candidate for Google Summ... [12:14:42] 3MediaWiki-Email: Implement HTML e-mail support in MediaWiki - https://phabricator.wikimedia.org/T15303#1030593 (10Qgil) This Gerrit change is still open. @01tonythomas, now you know better the potential reviewers. Do you think you can get reviews, and this task resolved? [12:15:26] 3Possible-Tech-Projects, MediaWiki-Watchlist: Group similar pages in watchlist (aka multiple watchlists) - https://phabricator.wikimedia.org/T7875#1030598 (10Qgil) This task was mentioned in https://www.mediawiki.org/w/index.php?title=Outreach_programs/Possible_projects&oldid=1404823#Very_raw_projects as a possi... [12:15:57] 3MediaWiki-Database, Possible-Tech-Projects: Database layer should automagically add GROUP BY columns on backends that need them (postgres) - https://phabricator.wikimedia.org/T28273#1030601 (10Qgil) This task was mentioned in https://www.mediawiki.org/w/index.php?title=Outreach_programs/Possible_projects&oldid=... [12:16:29] 3MediaWiki-General-or-Unknown, Possible-Tech-Projects: Add user preference to deactivate/delete user account - https://phabricator.wikimedia.org/T34815#1030604 (10Qgil) This task was mentioned in https://www.mediawiki.org/w/index.php?title=Outreach_programs/Possible_projects&oldid=1404823#Very_raw_projects as a... [12:21:07] 3CirrusSearch: Suggest kanji entries for romanized/hiragana input in Japanese in the search box - https://phabricator.wikimedia.org/T88552#1030618 (10whym) [12:24:24] 3Phabricator: Fatal error (30 seconds timeout) for some maniphest search queries - https://phabricator.wikimedia.org/T87739#1030621 (10Aklapper) Thanks a lot Mukunda for analyzing what's happening! >>! In T87739#1029677, @mmodell wrote: > Here's my analysis of what's happening with this particular search query:... [12:24:29] 3Engineering-Community: Promote GSoC and FOSS OPW in Japan - https://phabricator.wikimedia.org/T76328#1030624 (10whym) Potential sub-tasks I can think of: *Find venues to spread the word. I can help with spreading it on Twitter and on Facebook via my personal network. Hopefully someone among them at university c... [12:24:45] 3Phabricator: Fatal error (30 seconds timeout) for some maniphest search queries (with ElasticSearch backend) - https://phabricator.wikimedia.org/T87739#1030627 (10Aklapper) [12:25:33] 3MediaWiki-Special-pages: Tag filter in recent changes special page uses different casing than the listing - https://phabricator.wikimedia.org/T89228#1030629 (10Aklapper) p:5Triage>3Low [12:25:43] 3Phabricator: Adapting Gadget-BugStatusUpdate.js to Phabricator - https://phabricator.wikimedia.org/T539#1030632 (10Ricordisamoa) >>! In T539#1030543, @Arkanosis wrote: >>>! In T539#1030505, @Krenair wrote: >>>>! In T539#1030241, @Edokter wrote: >>>>>! In T539#1029945, @Ricordisamoa wrote: >>>> ...and enwiki sho... [12:26:32] 3MediaWiki-General-or-Unknown, MediaWiki-extensions-CentralAuth, Wikimedia-General-or-Unknown: Work out what global/cross-wiki user rights changed while logging was broken - https://phabricator.wikimedia.org/T89205#1030633 (10Aklapper) p:5Triage>3High [12:26:55] 3Wikidata, MediaWiki-extensions-WikibaseRepository: Use datamodel serialization in Wikibase\Client\Scribunto\EntityAccessor - https://phabricator.wikimedia.org/T89234#1030634 (10adrianheine) 3NEW [12:27:11] 3Phabricator.org: Unregistered users should be able to see all subscribers of a task (requires login for "and X others") - https://phabricator.wikimedia.org/T89210#1030641 (10Aklapper) p:5Triage>3Volunteer? [12:27:25] 3MediaWiki-skins-Slate, Wikimedia-Extension-setup: Deploy Skin:Slate to production - https://phabricator.wikimedia.org/T89216#1030643 (10Ricordisamoa) >>! In T89216#1030136, @Krinkle wrote: > Intuitively, I'd think that: > * To make Vector better, submit patches directly against Vector. > * A/B testing or opt-in... [12:29:30] 3Phabricator, Phabricator.org: Switching back and forth between image in lightbox is slow (redirects, no cache) - https://phabricator.wikimedia.org/T89225#1030646 (10Aklapper) p:5Triage>3Low [12:30:14] 3Wikimedia-Hackathon-2015, Engineering-Community: Promote GSoC, FOSS OPW, and Wikimedia Hackathon in France - https://phabricator.wikimedia.org/T88274#1030648 (10Gilles) >>! In T88274#1007954, @Qgil wrote: > * Give a talk about Wikimedia tech via teleconference to be broadcasted in all their centres (English is... [12:30:21] 3Phabricator.org: Project removal fails without warning when project is mentioned in task description - https://phabricator.wikimedia.org/T89221#1030649 (10Aklapper) [12:32:53] 3MediaWiki-Export-or-Import, MediaWiki-Special-pages: Special:Export should allow preloading the category name through a URL parameter - https://phabricator.wikimedia.org/T88683#1030652 (10Aklapper) p:5Triage>3Normal [12:33:42] (03CR) 10Gilles: [C: 031] Wrap asynchronous callbacks with error logging [core] - 10https://gerrit.wikimedia.org/r/188328 (https://phabricator.wikimedia.org/T513) (owner: 10Gergő Tisza) [12:35:20] 3Zero: Tag all Zero traffic with X-Analytics xcs value - https://phabricator.wikimedia.org/T89177#1030656 (10Yurik) Correct [12:37:31] 3MediaWiki-extensions-Drafts, Possible-Tech-Projects: Stash unsaved drafts of articles - https://phabricator.wikimedia.org/T89235#1030657 (10Qgil) 3NEW [12:37:40] 3Wikimedia-Blog: Write and publish blogpost summarizing Wikimedia's participation in Google Code-in 2014 - https://phabricator.wikimedia.org/T86457#1030664 (10Aklapper) Yepp. I have sent an email to Stephanie about it. [12:38:57] 3MediaWiki-extensions-CategoryTree: Expanding widgets fails for numerical-only categories with "Problem loading data", no request sent - https://phabricator.wikimedia.org/T44938#1030668 (109Rune5) We don't seem to have a HotCat gadget installed in our local wiki, yet the categorytree chokes on some (but not all)... [12:41:33] 3Phabricator.org: Make Phabricator more open for anonymous users - https://phabricator.wikimedia.org/T89236#1030669 (10Bugreporter) 3NEW [12:41:47] 3Phabricator.org: Unregistered users should be able to see all subscribers of a task (requires login for "and X others") - https://phabricator.wikimedia.org/T89210#1030677 (10Bugreporter) [12:41:48] 3Phabricator.org: Make Phabricator more open for anonymous users - https://phabricator.wikimedia.org/T89236#1030676 (10Bugreporter) [12:41:57] 3MediaWiki-extensions-Persona, OpenBadges, MediaWiki-extensions-Extensions-requests: Integration of Mozilla OpenBadges and MediaWiki users - https://phabricator.wikimedia.org/T62064#1030678 (10Lokal_Profil) Our though was integration with MediaWiki in general with translatewiki.net as an early adopter. Later on... [12:43:28] (03CR) 10PleaseStand: Moved RecentChange::purgeExpiredChanges to a job (032 comments) [core] - 10https://gerrit.wikimedia.org/r/185587 (owner: 10Aaron Schulz) [12:48:31] 3Engineering-Community: Apply to GSoC 2015 and FOSS OPW round 10 - https://phabricator.wikimedia.org/T921#15600 (10Qgil) [12:48:32] 3Engineering-Community: Qgil to mentor Google Code-in tasks and help as org admin - https://phabricator.wikimedia.org/T76338#1030689 (10Qgil) [12:50:16] 3Multimedia, MediaWiki-File-management: "thumb.php" should not throw fatal MWException when missing query parameters - https://phabricator.wikimedia.org/T88508#1030691 (10Gilles) Fix confirmed: http://en.wikipedia.beta.wmflabs.org/w/thumb.php?f=Bust_orant_Louvre_AO17557_local.jpg&h=100 [12:56:26] 3MediaWiki-extensions-SemanticForms, Possible-Tech-Projects: Simultaneous Modification of Multiple Pages with Semantic Forms - https://phabricator.wikimedia.org/T63989#1030706 (10Qgil) p:5Triage>3Volunteer? [12:56:27] 3MediaWiki-DjVu, Possible-Tech-Projects: Import transcription into DjVu file - https://phabricator.wikimedia.org/T89123#1030708 (10Qgil) p:5Triage>3Volunteer? [12:56:29] 3Possible-Tech-Projects: Category suggestions - https://phabricator.wikimedia.org/T89133#1030707 (10Qgil) p:5Triage>3Volunteer? [12:56:31] 3Possible-Tech-Projects: Multilingual SemanticMediaWiki - https://phabricator.wikimedia.org/T48522#1030712 (10Qgil) p:5Triage>3Volunteer? [12:56:33] 3Grantmaking, Possible-Tech-Projects: Front-end development of the Co-op mentorship space - https://phabricator.wikimedia.org/T89129#1030709 (10Qgil) p:5Triage>3Volunteer? [12:56:34] 3MediaWiki-extensions-EducationProgram, Possible-Tech-Projects: Education Program, outreach and projects - https://phabricator.wikimedia.org/T89136#1030710 (10Qgil) p:5Triage>3Volunteer? [12:56:35] 3Possible-Tech-Projects, Language-Engineering: Unified language proofing tools integration framework - https://phabricator.wikimedia.org/T89107#1030711 (10Qgil) p:5Triage>3Volunteer? [12:58:21] 3Multimedia, MediaWiki-extensions-TimedMediaHandler: No way to get to file page of audio file from a gallery - https://phabricator.wikimedia.org/T87056#1030724 (10Gilles) p:5High>3Normal [12:58:32] 3Multimedia, MediaWiki-extensions-TimedMediaHandler: No way to get to file page of audio file from a gallery - https://phabricator.wikimedia.org/T87056#1030725 (10Gilles) a:5Gilles>3None [12:59:34] 3Multimedia, MediaWiki-extensions-UploadWizard: Make a real, bonafide Flickr UI class - https://phabricator.wikimedia.org/T88880#1030729 (10Gilles) Bumping this back to the cycle, there are already 2 high risk big refactoring changesets in the review pipeline, browser tests should be higher priority. [13:00:13] (03PS3) 10Physikerwelt: Display information for individual topics [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189778 [13:00:24] 3Phabricator.org: Make Phabricator more open for anonymous users - https://phabricator.wikimedia.org/T89236#1030732 (10Aklapper) p:5Triage>3Volunteer? Personally I don't see any good purpose for having a neverending tracking bug "making Phab more open for anonymous users" (what does "open" mean actually?), e... [13:00:38] 3Multimedia, MediaWiki-extensions-UploadWizard: UploadWizard progress bar restarts for each chunk when doing chunked upload - https://phabricator.wikimedia.org/T89194#1030734 (10Gilles) p:5Triage>3Normal [13:00:51] 3Multimedia, MediaWiki-extensions-UploadWizard: UploadWizard progress bar restarts for each chunk when doing chunked upload - https://phabricator.wikimedia.org/T89194#1030736 (10Gilles) a:3MarkTraceur [13:01:11] (03CR) 10Physikerwelt: [C: 032] Display information for individual topics [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189778 (owner: 10Physikerwelt) [13:01:13] (03CR) 10jenkins-bot: [V: 04-1] Display information for individual topics [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189778 (owner: 10Physikerwelt) [13:01:14] 3Phabricator.org: Make Phabricator more open for anonymous users - https://phabricator.wikimedia.org/T89236#1030739 (10Aklapper) Proposing to close this ticket and track the specific tasks that you are interested in instead. e.g. T972 is one that comes to my mind. [13:02:10] (03CR) 10jenkins-bot: [V: 04-1] FormulaInfo: Update variable statistics on the fly [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189442 (owner: 10Physikerwelt) [13:02:12] (03CR) 10jenkins-bot: [V: 04-1] Force re-rendering [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189777 (owner: 10Physikerwelt) [13:02:29] 3Multimedia, MediaWiki-extensions-UploadWizard: Thumbnails in Upload Wizard do not always show - https://phabricator.wikimedia.org/T89170#1030742 (10Gilles) When the selected batch is over a certain size, a link is displayed for each one to make the thumbnail appear, instead of automatically displaying it right... [13:02:51] 3Multimedia, MediaWiki-extensions-UploadWizard: UploadWizardFlowEvent schema violation - https://phabricator.wikimedia.org/T89167#1030743 (10Gilles) p:5Triage>3Normal [13:04:05] 3MediaWiki-skins-Slate: Deploy Skin:Slate to Beta - https://phabricator.wikimedia.org/T89215#1030749 (10Aklapper) See related discussion in T89216 first. [13:04:26] 3Multimedia, MediaWiki-extensions-UploadWizard: Thumbnails in Upload Wizard do not always show - https://phabricator.wikimedia.org/T89170#1030751 (10Gilles) Ah, I've just realized that this feature is partially broken at the moment. I'm pretty sure that's what you're running into. I'll merge the tasks. [13:04:51] 3Multimedia, MediaWiki-extensions-UploadWizard: Thumbnails in Upload Wizard do not always show - https://phabricator.wikimedia.org/T89170#1030752 (10Gilles) [13:04:52] 3Multimedia, MediaWiki-extensions-UploadWizard: "show thumbnail" option disappears once file is uploaded - https://phabricator.wikimedia.org/T89114#1027663 (10Gilles) [13:05:00] 3Multimedia, MediaWiki-extensions-UploadWizard: "show thumbnail" option disappears once file is uploaded - https://phabricator.wikimedia.org/T89114#1030755 (10Gilles) p:5Low>3High [13:05:12] 3Multimedia, MediaWiki-extensions-UploadWizard: "show thumbnail" option disappears once file is uploaded - https://phabricator.wikimedia.org/T89114#1030756 (10Gilles) a:3MarkTraceur [13:05:56] 3MediaWiki-Unit-tests: Mock filesystem in MediaWiki PHPUnit tests - https://phabricator.wikimedia.org/T89203#1030760 (10Aklapper) p:5Triage>3Low [13:06:51] 3Phabricator.org: No way to list Pholios by project - https://phabricator.wikimedia.org/T89181#1030762 (10Aklapper) p:5Triage>3Volunteer? [13:07:01] 3Phabricator.org: Provide a way to list Pholios by project - https://phabricator.wikimedia.org/T89181#1030763 (10Aklapper) [13:07:20] 3Multimedia, MediaWiki-extensions-UploadWizard: Chunked (>100MB) upload failed with "Internal error: Server failed to store temporary file." - https://phabricator.wikimedia.org/T89197#1029669 (10Gilles) [13:07:21] 3Multimedia, operations, MediaWiki-extensions-UploadWizard: Chunked upload fails in UploadWizard with the server aborting the connection, and no errors in the server logs - https://phabricator.wikimedia.org/T89018#1030766 (10Gilles) [13:07:48] 3MediaWiki-API: By ignoring {{DISPLAYTITLE}}, API does not deliveri the right "displaytitle" value - https://phabricator.wikimedia.org/T51075#1030770 (10Kelson) [13:08:45] 3MediaWiki-extensions-MathSearch, Continuous-Integration: MathSearch tests fail - https://phabricator.wikimedia.org/T89237#1030774 (10Physikerwelt) 3NEW [13:10:14] 3MediaWiki-Change-tagging: Should be possible to rename or merge change tags - https://phabricator.wikimedia.org/T89217#1030781 (10TTO) [13:10:44] andre__: Nothing to do with Wikidata specifically, this could have happened on any MW installation :) [13:10:58] 3MediaWiki-API: By ignoring {{DISPLAYTITLE}}, API does not deliveri the right "displaytitle" value - https://phabricator.wikimedia.org/T51075#1030782 (10Kelson) @Bawolff Sorry my example was wrong. I have fixed the task description. The reason why I have open that task is that due to this problem, Parsoid backe... [13:14:37] (03Abandoned) 10AYUSH GARG: Export: Preloading the category name through a URL parameter [core] - 10https://gerrit.wikimedia.org/r/189729 (https://phabricator.wikimedia.org/T88683) (owner: 10AYUSH GARG) [13:16:32] 3UI-Standardization: Make buttonWidget (normal, progressive, constructive, destructive) borderless - https://phabricator.wikimedia.org/T88481#1030784 (10Prtksxna) Why do we want normal buttons to be quiet? Where are these being used right now, should they really frameless? If so what is the use of frameless butt... [13:16:36] (03CR) 10Tpt: [C: 04-1] Export: Preloading the category name through a URL parameter (031 comment) [core] - 10https://gerrit.wikimedia.org/r/189923 (https://phabricator.wikimedia.org/T88683) (owner: 10AYUSH GARG) [13:17:37] 3Phabricator.org: Unregistered users should be able to see all subscribers of a task (requires login for "and X others") - https://phabricator.wikimedia.org/T89210#1030786 (10Qgil) This is related to {T639}. So far upstream has been fixing these inconsistencies when we have reported them. [13:20:16] 3Multimedia, MediaWiki-Uploading: Warning: was not stored with SHA-1 metadata - https://phabricator.wikimedia.org/T76487#1030790 (10Gilles) 5Open>3Resolved Chaining is disabled for now, not worth pursuing this [13:20:32] 3Multimedia, MediaWiki-Uploading: Internal error: Could not determine if the copy succeeded. - https://phabricator.wikimedia.org/T45967#1030792 (10Gilles) a:5Gilles>3None [13:21:12] 3Multimedia, MediaWiki-extensions-UploadWizard: Upload Wizard broken on Commons beta - https://phabricator.wikimedia.org/T77861#1030793 (10Gilles) 5Open>3Resolved This was the permission issue (apache user) which has been fixed since. [13:21:50] 3Multimedia, MediaWiki-extensions-UploadWizard: Beta Cluster: "error while storing the file in the stash.' - https://phabricator.wikimedia.org/T75229#1030795 (10Gilles) a:5Gilles>3None [13:22:23] 3Multimedia, MediaWiki-extensions-MultimediaViewer: Convert MultimediaViewer to use extension registration - https://phabricator.wikimedia.org/T87943#1030796 (10Gilles) a:5Gilles>3None [13:22:30] 3Multimedia, MediaWiki-extensions-UploadWizard: Convert UploadWizard to use extension registration - https://phabricator.wikimedia.org/T87988#1030798 (10Gilles) a:5Gilles>3None [13:23:21] 3Phabricator.org: Drag-and-drop of text while editing the description of a task does not work - https://phabricator.wikimedia.org/T88990#1030802 (10Nnemo) >>! In T88990#1026707, @Aklapper wrote: > [Please associate a project when creating tasks. Thanks!] [The first time, I was going to choose a project, so I lo... [13:24:43] tto, uh. Please correct me then. Thanks :) [13:25:43] andre__: hey very quick question [13:25:45] 3Multimedia, MediaWiki-extensions-MultimediaViewer: Improve reliability of cucumber tests - https://phabricator.wikimedia.org/T87831#1030803 (10Gilles) [13:25:52] paravoid, eh? [13:26:12] do you know if it's possible in phabricator to have a workboard incorporating tasks from multiple projects? [13:26:30] 3Multimedia, MediaWiki-extensions-CommonsMetadata: Ignore EXIF data in CommonsMetadata - https://phabricator.wikimedia.org/T73719#1030807 (10Gilles) a:3Tgr [13:26:33] paravoid, as any project can have arbitrary columns: no, not like that [13:26:42] there's no JOIN or such [13:26:59] 3Multimedia, MediaWiki-extensions-MultimediaViewer: Record performance log hits regardless of ResourceTiming data contents - https://phabricator.wikimedia.org/T87877#1030808 (10Gilles) 5Open>3Resolved [13:27:07] (UNION, but sure :) [13:27:08] 3Multimedia, MediaWiki-extensions-Sentry: Implement module wrapping for Sentry - https://phabricator.wikimedia.org/T78809#1030809 (10Gilles) 5Open>3Resolved [13:27:12] 3Multimedia, MediaWiki-extensions-Sentry: Improve Sentry coverage - https://phabricator.wikimedia.org/T88399#1030811 (10Gilles) [13:27:19] 3Multimedia, MediaWiki-extensions-UploadWizard: Move deed-specific functions to the deeds step controller - https://phabricator.wikimedia.org/T86227#1030812 (10Gilles) 5Open>3Resolved [13:27:19] so this is Labs (team tag) vs. Tool-Labs (project) [13:27:30] 3Multimedia, MediaWiki-extensions-MultimediaViewer: Size of preview and real image does not match in MediaViewer - https://phabricator.wikimedia.org/T87295#1030814 (10Gilles) 5Open>3Resolved [13:27:31] 3Multimedia, MediaWiki-extensions-MultimediaViewer: MediaViewer image/screen sizing problems (tracking) - https://phabricator.wikimedia.org/T78211#1030815 (10Gilles) [13:27:39] 3Multimedia, MediaWiki-extensions-MultimediaViewer: "VIew in browser" link in download panel overflows - https://phabricator.wikimedia.org/T87427#1030816 (10Gilles) 5Open>3Resolved [13:27:50] 3Multimedia, MediaWiki-File-management: "thumb.php" should not throw fatal MWException when missing query parameters - https://phabricator.wikimedia.org/T88508#1030817 (10Gilles) 5Open>3Resolved [13:27:55] it's basically the same team, so a single workboard would be best -- but I guess we're better suited with tagging with #Labs all #Tool-Labs tasks [13:27:56] 3Wikimedia-Hackathon-2015: Open registration to the Wikimedia Hackathon 2015 - https://phabricator.wikimedia.org/T88524#1030819 (10AlexCella) Hey Quim, Asking for links to personal accounts seems like a great idea to us. [13:27:59] 3Multimedia, MediaWiki-extensions-PagedTiffHandler: On top of file page is shown: bool(false) NULL - https://phabricator.wikimedia.org/T85651#1030820 (10Gilles) a:3Tgr [13:28:07] 3Multimedia, MediaWiki-extensions-PagedTiffHandler: On top of file page is shown: bool(false) NULL - https://phabricator.wikimedia.org/T85651#1030822 (10Gilles) 5Open>3Resolved [13:28:32] paravoid, I could set up a Herald rule to automatically add the #Labs tag to any task in the #Tool-Labs project, if wanted [13:28:39] but that's stuff for a Phab ticket :) [13:28:49] andre__: yeah I know it's possible, we've done this with #operations [13:29:01] I haven't decided yet, just brainstorming so far [13:29:06] yeah, understand [13:29:20] might also be an interesting topic for the teampractices mailing list [13:29:28] andre__, do we have a ticket about making the herald application visible? [13:29:35] even if only admins can edit/add rules etc. [13:30:01] 3Wikimedia-Extension-setup: Enable Labeled Section Transclusion's #lsth on Wikimedia - https://phabricator.wikimedia.org/T74302#1030828 (10Markhurd) Has this been added correctly to en.wp? For me #section is blank and #section-h returns what I believe #section should. (Similarly for #lst and #lsth.) You can se... [13:30:02] "visible"? [13:30:06] Krenair, what's that? [13:30:20] like viewable by anyone? [13:30:32] we don't have and I don't think that upstream would support that. [13:30:49] the fix is rather to make Herald available to everybody but that's blocked by our Security extension currently [13:30:57] and there is a ticket for that, at least [13:30:58] upstream would not support making our herald rules visible? [13:31:19] Aren't Herald being visible vs. Herald being editable different things? [13:31:32] Make upsert more upsert-able - https://phabricator.wikimedia.org/T89238#1030834 (10Greg_Sabino_Mullane) 3NEW [13:31:54] Krenair, there are five types of Herald rules [13:32:02] private ones surely not :) [13:32:06] or "personal" [13:32:13] I think that's what it's called [13:32:25] if there's an actual problem you'd like to solve, feel free to discuss with them [13:32:32] We don't have any non-personal ones? [13:32:37] Make upsert more upsert-able - https://phabricator.wikimedia.org/T89238#1030841 (10Greg_Sabino_Mullane) [13:32:53] I don't like seeing Restricted Application performing systematic actions that we can't see the criteria for [13:32:57] we have. adding the VE umbrella project to a VE-whatever task is nothing personal [13:33:17] Make upsert more upsert-able - https://phabricator.wikimedia.org/T89238#1030834 (10Greg_Sabino_Mullane) [13:33:40] 3MediaWiki-Database: Make upsert more upsert-able - https://phabricator.wikimedia.org/T89238#1030844 (10Krenair) [13:33:43] I think I don't care :) [13:34:05] I assume you can see it. [13:34:14] I can't [13:34:19] and I don't care either :) [13:34:46] * andre__ shrugs [13:35:26] 3Multimedia, MediaWiki-extensions-UploadWizard: Creating upload campaigns is broken - https://phabricator.wikimedia.org/T89239#1030848 (10Gilles) 3NEW a:3Gilles [13:35:44] 3Wikidata, MediaWiki-extensions-WikibaseRepository: TimeValue-datatype doesn't wait on conversion, making wrong edits - https://phabricator.wikimedia.org/T70443#1030858 (10Tobi_WMDE_SW) Just verified that this issue still exists. [13:36:39] (03PS2) 10Gilles: Bring back needed getJsonData functionality into Campaign class [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/189704 (https://phabricator.wikimedia.org/T89239) [13:37:16] (03PS1) 10Jhernandez: Add text extracts support for collection items. [extensions/Gather] - 10https://gerrit.wikimedia.org/r/189948 [13:37:40] 3Wikimedia-Hackathon-2015: Pooling funds for Wikimedia Hackathon 2015 travel sponsorship budget - https://phabricator.wikimedia.org/T88523#1030863 (10AlexCella) [13:40:45] 3MediaWiki-Email: Implement HTML e-mail support in MediaWiki - https://phabricator.wikimedia.org/T15303#1030868 (1001tonythomas) >>! In T15303#1030593, @Qgil wrote: > This Gerrit change is still open. @01tonythomas, now you know better the potential reviewers. Do you think you can get reviews, and this task reso... [13:44:24] 3Possible-Tech-Projects, Language-Engineering: Unified language proofing tools integration framework - https://phabricator.wikimedia.org/T89107#1030878 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 17. If you want this tas... [13:44:25] 3Possible-Tech-Projects: Multilingual SemanticMediaWiki - https://phabricator.wikimedia.org/T48522#1030881 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 17. If you want this task to become a featured project idea, please f... [13:44:26] 3MediaWiki-extensions-EducationProgram, Possible-Tech-Projects: Education Program, outreach and projects - https://phabricator.wikimedia.org/T89136#1030880 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 17. If you want this... [13:44:27] 3MediaWiki-DjVu, Possible-Tech-Projects: Import transcription into DjVu file - https://phabricator.wikimedia.org/T89123#1030884 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 17. If you want this task to become a featured p... [13:44:32] 3MediaWiki-extensions-SemanticForms, Possible-Tech-Projects: Simultaneous Modification of Multiple Pages with Semantic Forms - https://phabricator.wikimedia.org/T63989#1030889 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February... [13:44:33] 3Possible-Tech-Projects: Category suggestions - https://phabricator.wikimedia.org/T89133#1030888 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 17. If you want this task to become a featured project idea, please follow [[ h... [13:44:34] 3MediaWiki-extensions-Drafts, Possible-Tech-Projects: Stash unsaved drafts of articles - https://phabricator.wikimedia.org/T89235#1030890 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 17. If you want this task to become a... [13:44:36] 3Possible-Tech-Projects, MediaWiki-extensions-Extensions-requests: Extension to provide access via the dict protocol - https://phabricator.wikimedia.org/T31229#1030891 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 17. If y... [13:44:37] 3MediaWiki-Database, Possible-Tech-Projects: Database layer should automagically add GROUP BY columns on backends that need them (postgres) - https://phabricator.wikimedia.org/T28273#1030893 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tue... [13:44:38] 3MediaWiki-General-or-Unknown, Possible-Tech-Projects: Add user preference to deactivate/delete user account - https://phabricator.wikimedia.org/T34815#1030892 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 17. If you want... [13:44:40] 3Possible-Tech-Projects, MediaWiki-Categories: Automatic category redirects - https://phabricator.wikimedia.org/T5311#1030895 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 17. If you want this task to become a featured pro... [13:44:41] 3Possible-Tech-Projects, MediaWiki-Watchlist: Group similar pages in watchlist (aka multiple watchlists) - https://phabricator.wikimedia.org/T7875#1030894 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 17. If you want this... [13:44:43] 3MediaWiki-extensions-CentralAuth, Possible-Tech-Projects: Global preferences - https://phabricator.wikimedia.org/T16950#1030896 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 17. If you want this task to become a featured... [13:44:44] 3MediaWiki-Recent-changes, Possible-Tech-Projects: Make Special:RecentChanges auto-updating - https://phabricator.wikimedia.org/T7560#1030897 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 17. If you want this task to becom... [13:44:46] 3MediaWiki-extensions-Translate, Possible-Tech-Projects: Extensive and robust localisation file format coverage for Translate extension - https://phabricator.wikimedia.org/T89102#1030899 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday... [13:44:47] 3MediaWiki-extensions-Translate, Possible-Tech-Projects: One stop translation search - https://phabricator.wikimedia.org/T89103#1030898 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 17. If you want this task to become a fe... [13:44:49] 3Possible-Tech-Projects: Effective anti-spam measures - https://phabricator.wikimedia.org/T89130#1030902 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 17. If you want this task to become a featured project idea, please fol... [13:44:50] 3MediaWiki-extensions-Graph, Possible-Tech-Projects, Wikimedia-Extension-setup: Support for text/syntax/markup driven or WYSIWYG editable charts, diagrams, graphs, flowcharts etc. (Identify, develop, review and deploy extension on Wikimedia wikis to add) - https://phabricator.wikimedia.org/T56221#1030900 (10Qgil... [13:45:56] 3MediaWiki-extensions-ProofreadPage, Possible-Tech-Projects: Merge proofread text back into Djvu files - https://phabricator.wikimedia.org/T59807#1030903 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 17. If you want this t... [13:45:57] 3MediaWiki-General-or-Unknown, Possible-Tech-Projects: Support for Chemical Markup Language - https://phabricator.wikimedia.org/T18491#1030904 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 17. If you want this task to beco... [13:45:58] 3Possible-Tech-Projects, MediaWiki-extensions-Extensions-requests: Provide a way to create interactive 2D/3D timelines and infographics e.g. Java applets, AJAX, Flash - https://phabricator.wikimedia.org/T45616#1030905 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of C... [13:46:01] 3Possible-Tech-Projects, MediaWiki-extensions-Extensions-requests: "Leap Motion" (gesture controller) integration with MediaWiki - https://phabricator.wikimedia.org/T59803#1030906 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, Febru... [13:46:03] 3MediaWiki-Documentation, Possible-Tech-Projects: System documentation integrated in source code - https://phabricator.wikimedia.org/T48526#1030910 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 17. If you want this task to... [13:46:04] 3Wikimedia-General-or-Unknown, Possible-Tech-Projects: A proper catalog of extensions - https://phabricator.wikimedia.org/T48704#1030908 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 17. If you want this task to become a f... [13:46:07] 3Possible-Tech-Projects, MediaWiki-extensions-Extensions-requests: Automatic analysis of Commons images on accessibility for color-blind - https://phabricator.wikimedia.org/T59806#1030911 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesda... [13:46:08] 3Multimedia, MediaWiki-File-management, Possible-Tech-Projects: Build an interwiki notifications framework and implement it for InstantCommons - https://phabricator.wikimedia.org/T48525#1030912 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on... [13:46:09] 3Possible-Tech-Projects, MediaWiki-extensions-Extensions-requests: Allow smoother and easier Wikimedia Commons pictures discovery - https://phabricator.wikimedia.org/T59805#1030913 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, Febr... [13:46:10] 3Possible-Tech-Projects, MediaWiki-extensions-CSS: [CSS] Some CSS stripped by MediaWiki parser CSS sanitizer - https://phabricator.wikimedia.org/T37820#1030914 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 17. If you want... [13:46:13] 3MediaWiki-API, Possible-Tech-Projects: Expose image thumbs, embedded video players via oEmbed (API + discovery ) - https://phabricator.wikimedia.org/T27854#1030916 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 1... [13:46:15] 3Possible-Tech-Projects, MediaWiki-extensions-Extensions-requests: "Share" button (tools) extension for Wikimedia projects - https://phabricator.wikimedia.org/T29027#1030917 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 17... [13:46:16] 3MediaWiki-Interface, Possible-Tech-Projects: Improving the skinning experience for developers (improve documentation etc.) - https://phabricator.wikimedia.org/T59801#1030918 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 1... [13:46:17] 3Possible-Tech-Projects, MediaWiki-extensions-EasyTimeline: EasyTimeline: in-browser visual editing - https://phabricator.wikimedia.org/T29157#1030919 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 17. If you want this task... [13:46:18] 3Possible-Tech-Projects, MediaWiki-extensions-Extensions-requests: An extension to edit a DocBook documentation on MediaWiki - https://phabricator.wikimedia.org/T63047#1030921 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February... [13:46:23] 3MediaWiki-extensions-Translate, Possible-Tech-Projects, VisualEditor-MediaWiki-Plugins: Create a VisualEditor plugin tool to add/edit translations and translation variables (Translate extension) - https://phabricator.wikimedia.org/T55974#1030924 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921... [13:46:28] 3Multimedia, Possible-Tech-Projects, MediaWiki-Uploading: Add support for KML/KMZ filetype - https://phabricator.wikimedia.org/T28059#1030926 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, February 17. If you want this task to becom... [13:46:44] 3Engineering-Community, Possible-Tech-Projects, MediaWiki-extensions-Newsletter: Possible Project for a Newsletter MediaWiki extension - https://phabricator.wikimedia.org/T76199#1030928 (10Qgil) Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday,... [13:46:50] 3Engineering-Community: Apply to GSoC 2015 and FOSS OPW round 10 - https://phabricator.wikimedia.org/T921#1030930 (10Qgil) I have added this comment to the 51 tasks that are currently associated with `#Possible-Tech-Projects`: > Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer o... [13:46:52] (03CR) 10Ricordisamoa: "recheck" [extensions/OAuth] - 10https://gerrit.wikimedia.org/r/185611 (https://phabricator.wikimedia.org/T68832) (owner: 1001tonythomas) [13:49:04] 3ContentTranslation-Deployments, MediaWiki-extensions-ContentTranslation: enable ContentTranslation in Japanese on testing servers - https://phabricator.wikimedia.org/T89240#1030932 (10Amire80) 3NEW [13:49:11] 3Multimedia, MediaWiki-extensions-MultimediaViewer, Analytics: Collect more data in MediaViewer network performance logging - https://phabricator.wikimedia.org/T86609#1030939 (10Gilles) [13:49:19] 3Multimedia, MediaWiki-extensions-MultimediaViewer, Analytics: Collect more data in MediaViewer network performance logging - https://phabricator.wikimedia.org/T86609#1030940 (10Gilles) a:5Gilles>3None [13:49:38] 3ContentTranslation-Deployments, MediaWiki-extensions-ContentTranslation: enable ContentTranslation in Japanese on testing servers - https://phabricator.wikimedia.org/T89240#1030943 (10Amire80) [13:49:40] 3MediaWiki-extensions-ContentTranslation, ContentTranslation-Deployments: [Tracker] New language requests for Content Translation - https://phabricator.wikimedia.org/T88408#1030942 (10Amire80) [13:51:57] (03CR) 1001tonythomas: [C: 04-1] "please read https://www.mediawiki.org/wiki/Gerrit/Tutorial#Amending_a_change. Make sure you are amending the patch, and not making a new o" [core] - 10https://gerrit.wikimedia.org/r/189923 (https://phabricator.wikimedia.org/T88683) (owner: 10AYUSH GARG) [13:57:34] 3Wikimedia-Hackathon-2015: Goals and measures of success of the Wikimedia Hackathon 2015 - https://phabricator.wikimedia.org/T88520#1030949 (10AlexCella) === Hacking === * Bug Solved * Lines of Code written * Tool Labs accounts created === Training === * Workshop for beginners * Survey to evaluate abilities imp... [13:58:38] 3MediaWiki-extensions-ContentTranslation: Document process of adding 'new language pair' - https://phabricator.wikimedia.org/T88303#1030951 (10Arrbee) [13:58:40] 3MediaWiki-extensions-ContentTranslation: CX new language deployment plan document - https://phabricator.wikimedia.org/T88553#1030952 (10Arrbee) [13:58:55] (03CR) 10MarkAHershberger: "It was my underztanding that, as a result of a discussion started at Kunal's presentation at the developer summit, that we are looking to " [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/185205 (https://phabricator.wikimedia.org/T86476) (owner: 10Paladox) [13:59:10] (03CR) 10Pwirth: [C: 031 V: 031] "Tested: MW1.22|FR1.22|BS2.22|TW2.22" [extensions/BlueSpiceExtensions] (REL1_22) - 10https://gerrit.wikimedia.org/r/188335 (owner: 10Pwirth) [14:05:51] (03PS2) 10AYUSH GARG: Export: Preloading the category name through a URL parameter [core] - 10https://gerrit.wikimedia.org/r/189923 (https://phabricator.wikimedia.org/T88683) [14:08:20] 3Phabricator: Sending email to create tasks doesn't work for me - https://phabricator.wikimedia.org/T1077#1030966 (10MarkAHershberger) chasemp writes: > chasemp added a comment. > > In https://phabricator.wikimedia.org/T1077#940279, @Qgil wrote: > >> In https://phabricator.wikimedia.org/T85156 you created a tas... [14:09:22] 3Phabricator.org: Drag-and-drop of text while editing the description of a task does not work - https://phabricator.wikimedia.org/T88990#1030968 (10Aklapper) >>! In T88990#1030802, @Nnemo wrote: > Now, I don't even know how I did find the list of projects. See https://www.mediawiki.org/wiki/Phabricator/Help#Sel... [14:10:58] (03CR) 10Hoo man: Removed hard coded punctuations from [[Special:oauthlistconsumers]] (031 comment) [extensions/OAuth] - 10https://gerrit.wikimedia.org/r/185611 (https://phabricator.wikimedia.org/T68832) (owner: 1001tonythomas) [14:12:54] Final test - https://phabricator.wikimedia.org/T89241#1030977 (10MarkAHershberger) 3NEW [14:14:45] (03CR) 10Nikerabbit: [C: 032] mediawiki.api.login: Chain then() instead of Deferred wrapping [core] - 10https://gerrit.wikimedia.org/r/189899 (owner: 10Krinkle) [14:14:57] (03PS1) 10Christopher Johnson (WMDE): new controller tests [phabricator/extensions/Sprint] - 10https://gerrit.wikimedia.org/r/189952 [14:15:12] (03CR) 10Tpt: [C: 04-1] Export: Preloading the category name through a URL parameter (031 comment) [core] - 10https://gerrit.wikimedia.org/r/189923 (https://phabricator.wikimedia.org/T88683) (owner: 10AYUSH GARG) [14:15:34] 3Phabricator: Sending email to create tasks doesn't work for me - https://phabricator.wikimedia.org/T1077#1030986 (10MarkAHershberger) 5Open>3Resolved a:3MarkAHershberger Appears to be working. T89241. Thanks for all your help! (One more reason never to leave emacs added.) [14:15:41] 3MediaWiki-Database: Make upsert more upsert-able - https://phabricator.wikimedia.org/T89238#1030991 (10Aklapper) p:5Triage>3Low Thanks for taking a look at the code! You are very welcome to use [[ https://www.mediawiki.org/wiki/Developer_access | developer access ]] to submit this as a [[ https://www.medi... [14:17:10] (03CR) 10Nikerabbit: Api help examples add links to Special:ApiSandbox (032 comments) [core] - 10https://gerrit.wikimedia.org/r/189921 (https://phabricator.wikimedia.org/T89229) (owner: 10Spage) [14:17:16] (03CR) 10Christopher Johnson (WMDE): [C: 032 V: 032] changes SprintReportBurndownView [phabricator/extensions/Sprint] - 10https://gerrit.wikimedia.org/r/189931 (owner: 10Christopher Johnson (WMDE)) [14:17:28] 3Possible-Tech-Projects: Category suggestions - https://phabricator.wikimedia.org/T89133#1030997 (10Aklapper) >>! In T89133#1028261, @NiharikaKohli wrote: > I am not sure if its a duplicate of T49492, but it doesn't look like it. Then what is the difference between these two tasks exactly? [14:17:30] (03CR) 10Christopher Johnson (WMDE): [C: 032 V: 032] new controller tests [phabricator/extensions/Sprint] - 10https://gerrit.wikimedia.org/r/189952 (owner: 10Christopher Johnson (WMDE)) [14:18:06] 3ContentTranslation-Analytics, MediaWiki-extensions-ContentTranslation: Measure topic overlap in translations - https://phabricator.wikimedia.org/T86526#1030998 (10Arrbee) [14:18:30] 3MediaWiki-extensions-Graph, Possible-Tech-Projects, Wikimedia-Extension-setup: Support for text/syntax/markup driven or WYSIWYG editable charts, diagrams, graphs, flowcharts etc. (Identify, develop, review and deploy extension on Wikimedia wikis to add) - https://phabricator.wikimedia.org/T56221#1030999 (10Yurik... [14:20:52] (03Merged) 10jenkins-bot: mediawiki.api.login: Chain then() instead of Deferred wrapping [core] - 10https://gerrit.wikimedia.org/r/189899 (owner: 10Krinkle) [14:21:28] 3ContentTranslation-Deployments, MediaWiki-extensions-ContentTranslation: New Language pairs candidates - https://phabricator.wikimedia.org/T88218#1031003 (10Halibutt) Well, most definitely English <=> all languages listed would be beneficial as English wiki has often the most referenced info even on CEE topics.... [14:28:07] (03PS1) 10Yaron Koren: Made "unknown field" error message clearer [extensions/Cargo] - 10https://gerrit.wikimedia.org/r/189954 [14:31:02] 3Wikidata, MediaWiki-extensions-WikibaseRepository: Don't visually group property values by property in qualifiers - https://phabricator.wikimedia.org/T65564#1031009 (10matej_suchanek) Do we really need to have this resolved? Such cases are normally handled by having the statement twice with different qualifiers. [14:31:17] (03CR) 10Yaron Koren: [C: 032 V: 032] Made "unknown field" error message clearer [extensions/Cargo] - 10https://gerrit.wikimedia.org/r/189954 (owner: 10Yaron Koren) [14:31:29] 3MediaWiki-skins-Slate, Wikimedia-Extension-setup: Deploy Skin:Slate to production - https://phabricator.wikimedia.org/T89216#1031012 (10MZMcBride) >>! In T89216#1030136, @Krinkle wrote: > I'm curious as to why this is a separate Skin. It's a separate skin because it will ultimately look a lot different and tha... [14:31:37] 3MediaWiki-extensions-OAuth: Cancel button in OAuth dialog should use mw.ui.quiet state - https://phabricator.wikimedia.org/T64764#1031013 (10Ricordisamoa) [14:31:41] 3Wikimedia-Hackathon-2015: Goals and measures of success of the Wikimedia Hackathon 2015 - https://phabricator.wikimedia.org/T88520#1031014 (10Qgil) We asked Lila, and she is proposing a radical change, actually more in the pure spirit of hackathons: > I think the more important part is not the structure but th... [14:31:48] 3MediaWiki-extensions-OAuth: Cancel button in OAuth dialog should use mw.ui.quiet state - https://phabricator.wikimedia.org/T64764#1031015 (10Ricordisamoa) a:3Ricordisamoa [14:32:20] (03PS1) 10Christopher Johnson (WMDE): fixes php errors from html in sort variable in SprintListView [phabricator/extensions/Sprint] - 10https://gerrit.wikimedia.org/r/189955 [14:32:24] 3Wikimedia-Hackathon-2015: Goals and measures of success of the Wikimedia Hackathon 2015 - https://phabricator.wikimedia.org/T88520#1031016 (10Qgil) p:5Normal>3High [14:33:13] (03CR) 10Christopher Johnson (WMDE): [C: 032 V: 032] fixes php errors from html in sort variable in SprintListView [phabricator/extensions/Sprint] - 10https://gerrit.wikimedia.org/r/189955 (owner: 10Christopher Johnson (WMDE)) [14:33:49] 3Language-Engineering, ContentTranslation-Analytics, MediaWiki-extensions-ContentTranslation: Data mismatch about Published articles between eventlogging and Special:ContentTraslationStats - https://phabricator.wikimedia.org/T87681#1031018 (10Arrbee) [14:33:51] 3MediaWiki-extensions-ContentTranslation, ContentTranslation-Deployments: [Tracker] CX Phase 1 deployment issues - https://phabricator.wikimedia.org/T87162#1031017 (10Arrbee) [14:35:55] (03PS1) 10Ricordisamoa: Special:OAuth/authorize: add the 'mw-ui-quiet' class to the 'cancel' button [extensions/OAuth] - 10https://gerrit.wikimedia.org/r/189957 (https://phabricator.wikimedia.org/T64764) [14:36:30] (03CR) 10Ricordisamoa: "Not tested" [extensions/OAuth] - 10https://gerrit.wikimedia.org/r/189957 (https://phabricator.wikimedia.org/T64764) (owner: 10Ricordisamoa) [14:39:03] 3ContentTranslation-Analytics, MediaWiki-extensions-ContentTranslation: prepare a table of potential growth that can happen between languages using CX - https://phabricator.wikimedia.org/T78280#841647 (10Arrbee) [14:40:01] 3MediaWiki-extensions-Translate, Possible-Tech-Projects: Extensive and robust localisation file format coverage for Translate extension - https://phabricator.wikimedia.org/T89102#1031046 (10Nemo_bis) I don't understand the instructions. Is it now forbidden to store the project descriptions on wiki? [14:40:59] 3MediaWiki-Page-editing: insert strings - https://phabricator.wikimedia.org/T88941#1031048 (10Aklapper) 5stalled>3Invalid a:3Aklapper So this looks like the problem: ```"Loading de-transliteration" load.php:96 "de-transliteration loaded" load.php:96 ReferenceError: insertTags is not defined index.php:1 Syn... [14:42:44] 3MediaWiki-extensions-ContentTranslation: Remove link card not shown for links created after section is cleared - https://phabricator.wikimedia.org/T86537#1031053 (10Arrbee) [14:42:45] 3MediaWiki-extensions-ContentTranslation, Language-Engineering: [Tracker] ContentTranslation - Link Adaptation - https://phabricator.wikimedia.org/T76455#1031052 (10Arrbee) [14:45:11] 3Wikimedia-Hackathon-2015: Open registration to the Wikimedia Hackathon 2015 - https://phabricator.wikimedia.org/T88524#1031075 (10Qgil) It looks like the registration from last year is still available [[ https://docs.google.com/forms/d/1nlrQ7cox36xaNK1u9iKP-thogY5TVrilOGJR79DqQ9A/viewform | here ]]. If you woul... [14:45:51] 3MediaWiki-extensions-ContentTranslation: Middle click on links in the source column tries to open page in the target wiki - https://phabricator.wikimedia.org/T88398#1031083 (10Arrbee) p:5High>3Normal [14:45:53] 3MediaWiki-API: By ignoring {{DISPLAYTITLE}}, API does not deliveri the right "displaytitle" value - https://phabricator.wikimedia.org/T51075#1031084 (10Anomie) >>! In T51075#1030782, @Kelson wrote: > Sorry my example was wrong. I have fixed the task description. It's still wrong, the query you now link doesn't... [14:46:54] 3ContentTranslation-cxserver, MediaWiki-extensions-ContentTranslation: Content Translation dashboard does not reflect real state of published article - https://phabricator.wikimedia.org/T88281#1031087 (10Arrbee) p:5High>3Normal [14:48:44] 3MediaWiki-extensions-Translate, Possible-Tech-Projects: Extensive and robust localisation file format coverage for Translate extension - https://phabricator.wikimedia.org/T89102#1031093 (10Qgil) It is more efficient to have the project idea description in one place instead of two, and it is more efficient to ha... [14:48:47] 3MediaWiki-API: By ignoring {{DISPLAYTITLE}}, API does not deliveri the right "displaytitle" value - https://phabricator.wikimedia.org/T51075#1031095 (10Kelson) @Anomie Great! Thank you for this, then this task seems to be for the Parsoid team :) [14:50:05] Increase and monitor Hadoop NameNode heapsize - https://phabricator.wikimedia.org/T89245#1031101 (10Ottomata) 3NEW a:3Ottomata [14:51:22] 3MediaWiki-extensions-ContentTranslation: Evaluate cookie domain strategy - https://phabricator.wikimedia.org/T86307#1031112 (10Arrbee) [14:52:29] 3Phabricator: "Security" values no longer updates visibility/editability policies when changed on existing bugs? - https://phabricator.wikimedia.org/T88681#1031118 (10chasemp) >>! In T88681#1030177, @matmarex wrote: > Uh, that's the behavior I would expect... l keep discovering that the security setting are more... [14:54:12] (03CR) 10Daniel Kinzler: "@TOO: your patch is about cleanup when the constructor fails, mine is about cleanup when doImport fails. Related, but not the same." [core] - 10https://gerrit.wikimedia.org/r/189925 (owner: 10Daniel Kinzler) [14:54:27] (03CR) 10Daniel Kinzler: "recheck" [core] - 10https://gerrit.wikimedia.org/r/189925 (owner: 10Daniel Kinzler) [14:55:11] 3Project-Creators: Ops-Fundraising phabricator tag - https://phabricator.wikimedia.org/T89160#1031121 (10Jgreen) I guess it depends how we want to use the Projects field. In Ops we're talking about using sub-project tags to carve up the pool of Ops tasks, which could be defined as any ticket that has "Operations... [14:55:46] 3dev.wikimedia.org: Improve MediaWiki API example behavior - https://phabricator.wikimedia.org/T88755#1031122 (10Anomie) > Somehow automate the insertion of static API results into the wiki page. The concern there is that if people can somehow get arbitrary static API results into Scribunto, they'd immediately... [14:57:52] 3Wikimedia-Hackathon-2015, Engineering-Community: Promote GSoC, FOSS OPW, and Wikimedia Hackathon in France - https://phabricator.wikimedia.org/T88274#1031126 (10AlexCella) Quim, I'm working here for the WMFr in Paris but I can be your local dude in Lyon. I'll go in many schools already to show Hackathon to stu... [14:58:45] (03CR) 10Hashar: [C: 031] "Thx!" [extensions] - 10https://gerrit.wikimedia.org/r/189645 (owner: 10PleaseStand) [14:58:56] 3MediaWiki-extensions-ContentTranslation: Typing after a footnote in Special:ContentTranslation contenteditable results in superscript text - https://phabricator.wikimedia.org/T85714#1031136 (10Arrbee) p:5High>3Low [15:00:35] 3Phabricator: Fix provided search results in Wikimedia Phabricator - https://phabricator.wikimedia.org/T75854#1031138 (10chasemp) [15:00:46] (03CR) 10Hashar: "@Physikerwelt please fill a bug about it :-D" [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189442 (owner: 10Physikerwelt) [15:01:45] (03CR) 10Hashar: "@Physikerwelt please fill a bug about it :-D" [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189442 (owner: 10Physikerwelt) [15:03:04] (03PS1) 10Hashar: Revert "Add AvailableRightsTest for User::getAllRights completeness" [core] - 10https://gerrit.wikimedia.org/r/189960 [15:03:19] 3Possible-Tech-Projects: One stop translation search - https://phabricator.wikimedia.org/T89103#1031161 (10Nemo_bis) p:5Volunteer?>3Triage [15:03:37] (03PS2) 10Hashar: Revert "Add AvailableRightsTest for User::getAllRights completeness" [core] - 10https://gerrit.wikimedia.org/r/189960 [15:03:57] 3Wikimedia-Hackathon-2015, Engineering-Community: Promote GSoC, FOSS OPW, and Wikimedia Hackathon in France - https://phabricator.wikimedia.org/T88274#1031163 (10AlexCella) Though, I'll need more info. We were thinking of inviting students by explaining: "You might do the GSoC next year, you might then work on... [15:04:03] (03CR) 10Hashar: [C: 032] Revert "Add AvailableRightsTest for User::getAllRights completeness" [core] - 10https://gerrit.wikimedia.org/r/189960 (owner: 10Hashar) [15:04:10] 3Possible-Tech-Projects: One stop translation search - https://phabricator.wikimedia.org/T89103#1027517 (10Nemo_bis) [15:04:17] (03CR) 10Hashar: "Being reverted with https://gerrit.wikimedia.org/r/#/c/189960/" [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189442 (owner: 10Physikerwelt) [15:04:38] 3MediaWiki-extensions-TwnMainPage: Allow "go" search feature to reach messages - https://phabricator.wikimedia.org/T62570#1031168 (10Nemo_bis) [15:04:39] 3MediaWiki-extensions-Translate: Special:SearchTranslations: search in source language, results in my language - https://phabricator.wikimedia.org/T55656#1031170 (10Nemo_bis) [15:04:40] 3MediaWiki-extensions-Translate: Meaningless group selector on Special:SearchTranslations - https://phabricator.wikimedia.org/T54703#1031169 (10Nemo_bis) [15:04:41] 3MediaWiki-extensions-Translate: Add styling for previous/next in SearchTranslations - https://phabricator.wikimedia.org/T49920#1031172 (10Nemo_bis) [15:04:42] 3MediaWiki-extensions-Translate: Special:SearchTranslations: allow messageid with ElasticSearch - https://phabricator.wikimedia.org/T70518#1031171 (10Nemo_bis) [15:04:44] 3Possible-Tech-Projects: One stop translation search - https://phabricator.wikimedia.org/T89103#1027517 (10Nemo_bis) [15:04:45] 3MediaWiki-extensions-Translate: Special:SearchTranslations won't edit messages that their next messages are disabled for a translation - https://phabricator.wikimedia.org/T64829#1031173 (10Nemo_bis) [15:05:50] hey Nemo_bis ! you around ? [15:06:11] 3MediaWiki-extensions-ContentTranslation, Language-Engineering: [Tracker] ContentTranslation - Link Adaptation - https://phabricator.wikimedia.org/T76455#1031175 (10Arrbee) [15:06:12] sorta [15:06:13] 3MediaWiki-extensions-ContentTranslation, Wikidata, Language-Engineering: Link cards are not showing equivalent articles - https://phabricator.wikimedia.org/T85989#1031174 (10Arrbee) 5Open>3Resolved [15:06:39] (03CR) 10Physikerwelt: "Sure." [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189442 (owner: 10Physikerwelt) [15:07:04] 3MediaWiki-extensions-ContentTranslation: When translation title modified based on Publish warning action, alignment update not triggered - https://phabricator.wikimedia.org/T86660#1031176 (10Arrbee) 5Open>3Resolved [15:07:06] 3Language-Engineering, MediaWiki-extensions-ContentTranslation: Existing translation: warning and options - https://phabricator.wikimedia.org/T76180#1031177 (10Arrbee) [15:08:03] 3Possible-Tech-Projects: Multilingual Semantic MediaWiki - https://phabricator.wikimedia.org/T89124#1031179 (10Nemo_bis) p:5Volunteer?>3Triage [15:08:04] (03PS1) 10Yaron Koren: Changes so that #cargo_query will pass the parser to the format [extensions/Cargo] - 10https://gerrit.wikimedia.org/r/189961 [15:08:59] 3Possible-Tech-Projects: Multilingual SemanticMediaWiki - https://phabricator.wikimedia.org/T48522#1031181 (10Nemo_bis) [15:09:18] 3Possible-Tech-Projects: Multilingual SemanticMediaWiki - https://phabricator.wikimedia.org/T48522#1031184 (10Nemo_bis) p:5Volunteer?>3Triage [15:09:53] (03Merged) 10jenkins-bot: Revert "Add AvailableRightsTest for User::getAllRights completeness" [core] - 10https://gerrit.wikimedia.org/r/189960 (owner: 10Hashar) [15:10:06] (03CR) 10Yaron Koren: [C: 032 V: 032] Changes so that #cargo_query will pass the parser to the format [extensions/Cargo] - 10https://gerrit.wikimedia.org/r/189961 (owner: 10Yaron Koren) [15:11:29] 3MediaWiki-General-or-Unknown, MediaWiki-extensions-CentralAuth, Wikimedia-General-or-Unknown: Work out what global/cross-wiki user rights changed while logging was broken - https://phabricator.wikimedia.org/T89205#1031185 (10Ajraddatz) Potentially not, it was reported by another steward and it looked like it ha... [15:11:57] Nemo_bis: great. any recommendation on which wiki group we should hit Bouncehandler with, next ? [15:12:05] 3§ Phabricator-Sprint-Extension: Integrate sprint UI into projects - https://phabricator.wikimedia.org/T89249#1031187 (10devurandom) 3NEW [15:13:23] 3MediaWiki-Vagrant, MediaWiki-extensions-ContentTranslation: Create MediaWiki-Vagrant module and role for Content Translation - https://phabricator.wikimedia.org/T88163#1031194 (10Jsahleen) [15:14:42] 3MediaWiki-extensions-MultiBoilerplate: extension label and legend fail to load properly - https://phabricator.wikimedia.org/T41622#1031200 (10FreedomFighterSparrow) 5Open>3Invalid a:3FreedomFighterSparrow Old bug for a very old version. Closing. [15:16:13] 3Multimedia, MediaWiki-extensions-UploadWizard: Thumbnails in Upload Wizard do not always show - https://phabricator.wikimedia.org/T89170#1031207 (10MusikAnimal) >>! In T89170#1030742, @Gilles wrote: > When the selected batch is over a certain size, a link is displayed for each one to make the thumbnail appear,... [15:16:17] 3ContentTranslation-Analytics, MediaWiki-extensions-ContentTranslation: Update the CX/Analytics page - https://phabricator.wikimedia.org/T89250#1031208 (10Arrbee) 3NEW a:3Amire80 [15:19:15] 3§ Wikidata-Sprint-2015-02-03, Wikidata, MediaWiki-extensions-WikibaseRepository: keyboard selector hiding site id input - https://phabricator.wikimedia.org/T88417#1031221 (10Tobi_WMDE_SW) 5Open>3Resolved [15:19:17] 3Wikidata, MediaWiki-extensions-WikibaseRepository: Implement new SiteLink UI - https://phabricator.wikimedia.org/T70903#1031222 (10Tobi_WMDE_SW) [15:19:37] 3MediaWiki-extensions-Translate: Optimize Special:SupportedLanguages - https://phabricator.wikimedia.org/T54728#1031226 (10Nikerabbit) [15:20:00] 3MediaWiki-extensions-Translate: MessageGroupStats::forItemInternal deadlocks - https://phabricator.wikimedia.org/T53410#1031227 (10Nikerabbit) [15:20:11] (03CR) 10Robert Vogel: "This has to be cherrypicked to REL1_23 and master" [extensions/BlueSpiceExtensions] (REL1_22) - 10https://gerrit.wikimedia.org/r/188335 (owner: 10Pwirth) [15:20:20] (03CR) 10Robert Vogel: [C: 032 V: 032] "This has to be cherrypicked to REL1_23 and master" [extensions/BlueSpiceExtensions] (REL1_22) - 10https://gerrit.wikimedia.org/r/188335 (owner: 10Pwirth) [15:20:42] 3MediaWiki-extensions-Extensions-requests: Add proper email bounce handling to MediaWiki (with VERP) - https://phabricator.wikimedia.org/T48640#1031228 (10Nemo_bis) >>! In T48640#1025159, @01tonythomas wrote: > Next step: > Which wiki group next ? I propose to do all multilingual/backstage wikis (Meta-Wiki, me... [15:20:48] replied on https://phabricator.wikimedia.org/T48640 [15:20:56] (03PS1) 10Robert Vogel: ResponsibleEditors: Fixed missing permissions in ajax context [extensions/BlueSpiceExtensions] - 10https://gerrit.wikimedia.org/r/189963 [15:22:07] Nemo_bis: yay! we would want sec-review of https://gerrit.wikimedia.org/r/#/c/177456/ too done in between [15:22:36] (03PS1) 10Manybubbles: SWAT Update ZeroBanner [core] (wmf/1.25wmf15) - 10https://gerrit.wikimedia.org/r/189964 [15:23:30] we have https://phabricator.wikimedia.org/T88993 bugging csteipp ! [15:24:01] 3Engineering-Community: Connect Wikimedia groups, Google Developer Groups, and computer science university departments - https://phabricator.wikimedia.org/T925#1031232 (10AlexCella) Hey, Is there improvement for contacting Italian schools? Should we invite them to attend the Hackathon in Lyon? @Ricordisamoa hav... [15:26:19] (03PS1) 10Manybubbles: SWAT update ZeroBanner messages [core] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/189965 [15:26:54] (03PS2) 10Manybubbles: SWAT update ZeroBanner messages [core] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/189965 [15:28:43] 3MediaWiki-extensions-AbuseFilter: Add more variables to AbuseFilter file uploading evaluation - https://phabricator.wikimedia.org/T21565#1031237 (10Steinsplitter) fyi: https://commons.wikimedia.org/w/index.php?title=Commons:Administrators%27_noticeboard&oldid=149782377#OTRS_tickets_added_by_non-OTRS_volunteers [15:37:53] Povero mediawiki.org, cosí bistrattato [15:38:22] (03PS1) 10Physikerwelt: Remove unused permission MathDebug [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189968 (https://phabricator.wikimedia.org/T89237) [15:38:55] 3Possible-Tech-Projects: Multilingual SemanticMediaWiki - https://phabricator.wikimedia.org/T48522#1031247 (10Nemo_bis) [15:39:28] (03CR) 10Hoo man: [C: 032] Remove unused permission MathDebug [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189968 (https://phabricator.wikimedia.org/T89237) (owner: 10Physikerwelt) [15:40:21] (03Merged) 10jenkins-bot: Remove unused permission MathDebug [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189968 (https://phabricator.wikimedia.org/T89237) (owner: 10Physikerwelt) [15:42:00] tonythomas: can't now, my afternoon is fully booked [15:42:33] 3Possible-Tech-Projects: Multilingual SemanticMediaWiki - https://phabricator.wikimedia.org/T48522#1031265 (10Nemo_bis) [15:42:58] Nemo_bis: okey. no worries. [15:46:24] (03PS1) 10Hoo man: Remove usage of "MathDebug" right [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189970 [15:47:02] 3MediaWiki-extensions-MathSearch, Continuous-Integration: MathSearch tests fail - https://phabricator.wikimedia.org/T89237#1031269 (10hoo) 5Open>3Resolved a:3hoo [15:49:06] 3Wikimedia-OTRS: ABF is ignoring wikitext during uplaod - https://phabricator.wikimedia.org/T89252#1031276 (10Steinsplitter) 3NEW [15:49:54] 3Wikimedia-OTRS: ABF is ignoring wikitext during uplaod - https://phabricator.wikimedia.org/T89252#1031287 (10Steinsplitter) [15:51:00] 3MediaWiki-extensions-LdapAuthentication: LDAP auth doesn't work with MobileFrontend - https://phabricator.wikimedia.org/T72248#1031299 (10silke) Hi! I can confirm this with origin/wmf/1.25wmf13. Adding a screenshot: Missing drop-down menu in MobileFrontend, so no way to choose the LDAP domain. {F39349} [15:51:07] (03CR) 10Manybubbles: [C: 032] SWAT update ZeroBanner messages [core] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/189965 (owner: 10Manybubbles) [15:51:10] (03CR) 10Manybubbles: [C: 032] SWAT Update ZeroBanner [core] (wmf/1.25wmf15) - 10https://gerrit.wikimedia.org/r/189964 (owner: 10Manybubbles) [15:51:40] (03CR) 10Jforrester: "No, I believe that consensus is that composer is fine for libraries but inappropriate for extensions, as it completely fails to deliver th" [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/185205 (https://phabricator.wikimedia.org/T86476) (owner: 10Paladox) [15:51:49] (03PS1) 10Filippo Giunchedi: new script: wmf-clone [wmf-utils] - 10https://gerrit.wikimedia.org/r/189971 [15:54:35] (03PS1) 10Jhernandez: Show page image for items on collection page [extensions/Gather] - 10https://gerrit.wikimedia.org/r/189973 [15:55:41] 3Phabricator: Fatal error (30 seconds timeout) for some maniphest search queries (with ElasticSearch backend) - https://phabricator.wikimedia.org/T87739#1031322 (10chasemp) 5Open>3Resolved a:3chasemp takes a minute but finishes successfully now for me logged in and out [15:55:43] 3Phabricator: Fix provided search results in Wikimedia Phabricator - https://phabricator.wikimedia.org/T75854#1031325 (10chasemp) [15:55:53] 3MediaWiki-skins-Slate, Wikimedia-Extension-setup: Deploy Skin:Slate to production - https://phabricator.wikimedia.org/T89216#1031326 (10Glaisher) [15:56:21] (03CR) 10Manybubbles: [C: 032] SWAT update ZeroBanner messages [core] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/189965 (owner: 10Manybubbles) [15:57:00] (03Merged) 10jenkins-bot: SWAT Update ZeroBanner [core] (wmf/1.25wmf15) - 10https://gerrit.wikimedia.org/r/189964 (owner: 10Manybubbles) [15:59:32] (03CR) 10Nikerabbit: "(At least) until extension registry start support fetching source code we should support composer in all extension to not drive third part" [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/185205 (https://phabricator.wikimedia.org/T86476) (owner: 10Paladox) [16:00:47] 3Phabricator: Fix provided search results in Wikimedia Phabricator - https://phabricator.wikimedia.org/T75854#1031345 (10chasemp) >>! In T75854#1024713, @chasemp wrote: > Very sick today but in general I can do this, probably wed as it will > create an unknown period of search outage. I wanted to give @springle... [16:02:19] (03CR) 10Anomie: [C: 04-1] Api help examples add links to Special:ApiSandbox (035 comments) [core] - 10https://gerrit.wikimedia.org/r/189921 (https://phabricator.wikimedia.org/T89229) (owner: 10Spage) [16:03:23] (03Merged) 10jenkins-bot: SWAT update ZeroBanner messages [core] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/189965 (owner: 10Manybubbles) [16:03:35] 3MediaWiki-extensions-AbuseFilter: Add more variables to AbuseFilter file uploading evaluation - https://phabricator.wikimedia.org/T21565#1031373 (10Fae) This is a great loophole for copyright abuse and uploading professional photographs to Commons without permission. Once an OTRS ticket gets "recycled", an imag... [16:04:00] (03PS2) 10Jhernandez: Show page image for items on collection page [extensions/Gather] - 10https://gerrit.wikimedia.org/r/189973 [16:05:54] 3Phabricator: Fix provided search results in Wikimedia Phabricator - https://phabricator.wikimedia.org/T75854#1031380 (10chasemp) [16:05:56] 3Phabricator, Phabricator.org: Improve default search to prefer tasks over changesets - https://phabricator.wikimedia.org/T76273#1031377 (10chasemp) 5Open>3declined a:3chasemp There is an implicit behavior that I think can solve this for individual users if they desire (wish is already noted somewhat above... [16:06:14] 3Phabricator.org: Default search should be limited to open tasks. - https://phabricator.wikimedia.org/T88533#1031381 (10chasemp) [16:06:16] 3Phabricator, Phabricator.org: Improve default search to prefer tasks over changesets - https://phabricator.wikimedia.org/T76273#1031382 (10chasemp) [16:07:26] (03CR) 10MarkAHershberger: "James," [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/185205 (https://phabricator.wikimedia.org/T86476) (owner: 10Paladox) [16:07:44] 3Phabricator: Searchable "Reference" custom field - https://phabricator.wikimedia.org/T991#1031384 (10chasemp) This has been sitting for awhile now. Is anyone going to take this on? [16:07:52] 3MediaWiki-API, dev.wikimedia.org: API Help should generate link to Special:ApiSandbox#action=params from getExamples() - https://phabricator.wikimedia.org/T89229#1031385 (10Anomie) For that matter, you could have a similar link in the format=*fm header. BTW, since ApiSandbox only works with JS, ideally the lin... [16:08:13] 3Wikimedia-Site-requests: Enable 'interface-editor' user group on cawikibooks - https://phabricator.wikimedia.org/T85713#1031386 (10Glaisher) @Billinghurst See the comments at gerrit [16:10:01] 3Phabricator, Phabricator.org: Can't search an exact phrase in Phabricator - https://phabricator.wikimedia.org/T75743#1031388 (10chasemp) 5Open>3Resolved >>! In T75743#978756, @Qgil wrote: > Unless there is some indexing to be done or some special syntax to be used other than quotes, searching for "whole blo... [16:10:03] 3Phabricator: Fix provided search results in Wikimedia Phabricator - https://phabricator.wikimedia.org/T75854#1031390 (10chasemp) [16:11:09] 3Phabricator: Fix provided search results in Wikimedia Phabricator - https://phabricator.wikimedia.org/T75854#783695 (10chasemp) [16:11:12] 3Phabricator, Phabricator.org: Phabricator search does not reliably match assigned projects - https://phabricator.wikimedia.org/T78219#1031392 (10chasemp) 5Open>3Resolved a:3chasemp Unless I'm mistaken the expected results are now there: https://phabricator.wikimedia.org/search/query/x.ZdhI1NTHPD/#R [16:12:00] 3Phabricator: Searchable "Reference" custom field - https://phabricator.wikimedia.org/T991#1031396 (10chasemp) >>! In T991#1031384, @chasemp wrote: > This has been sitting for awhile now. Is anyone going to take this on? Better question, is this a necessary feature at this point? [16:12:48] 3Phabricator: Fix provided search results in Wikimedia Phabricator - https://phabricator.wikimedia.org/T75854#1031399 (10mmodell) [16:12:49] 3Phabricator: Fatal error (30 seconds timeout) for some maniphest search queries (with ElasticSearch backend) - https://phabricator.wikimedia.org/T87739#1031397 (10mmodell) 5Resolved>3Open >>! In T87739#1031322, @chasemp wrote: > takes a minute but finishes successfully now for me logged in and out The sear... [16:13:01] 3Phabricator: Fatal error (30 seconds timeout) for some maniphest search queries (with ElasticSearch backend) - https://phabricator.wikimedia.org/T87739#1031401 (10mmodell) a:5chasemp>3mmodell [16:13:42] (03PS1) 10EBernhardson: Revert "Revert "Bump Echo submodule in 1.25wmf16"" [core] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/189982 [16:14:24] (03PS1) 10EBernhardson: Revert "Revert "Bump Echo submodule in 1.25wmf15"" [core] (wmf/1.25wmf15) - 10https://gerrit.wikimedia.org/r/189983 [16:15:41] 3Wikimedia-Extension-setup: Enable Labeled Section Transclusion's #lsth on Wikimedia - https://phabricator.wikimedia.org/T74302#1031405 (10Glaisher) It works as expected. `{{#section:User:Markhurd|Extra-Wiki links}}` will only work when you have enclosed the section within section tags. This worked previously as... [16:17:30] 3Phabricator: Fatal error (30 seconds timeout) for some maniphest search queries (with ElasticSearch backend) - https://phabricator.wikimedia.org/T87739#1031406 (10chasemp) >>! In T87739#1031397, @mmodell wrote: >>>! In T87739#1031322, @chasemp wrote: >> takes a minute but finishes successfully now for me logged... [16:17:34] (03CR) 10Nemo bis: "This discussion is beyond the scope of a changeset's code review and entirely inappropriate for gerrit. Please keep it elsewhere" [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/185205 (https://phabricator.wikimedia.org/T86476) (owner: 10Paladox) [16:18:31] 3Wikimedia-Site-requests: Enable 'interface-editor' user group on cawikibooks - https://phabricator.wikimedia.org/T85713#1031407 (10Snowolf) Administrator is not a prized title held by users who are above others, it is a permission granted to those who need it and whom are held in high trust by the community. Ed... [16:20:26] (03PS2) 10Physikerwelt: FormulaInfo: Update variable statistics on the fly [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189442 [16:20:59] (03CR) 10Manybubbles: [C: 031] "Will deploy after scap finishes." [core] (wmf/1.25wmf15) - 10https://gerrit.wikimedia.org/r/189983 (owner: 10EBernhardson) [16:21:11] (03CR) 10Manybubbles: [C: 031] "Will deploy after scap finishes." [core] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/189982 (owner: 10EBernhardson) [16:22:54] 3Phabricator: Lots of unrelated results when searching for specific string - https://phabricator.wikimedia.org/T86805#1031412 (10chasemp) I'm pretty sure this is a 'special characters' and 'mysql full text search' issue. How exactly to resolve that I am not sure. @springle any wisdom on this or what we could f... [16:23:51] (03CR) 10Physikerwelt: [C: 032] Remove usage of "MathDebug" right [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189970 (owner: 10Hoo man) [16:24:32] (03PS4) 10Physikerwelt: Force re-rendering [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189777 [16:24:43] (03PS4) 10Physikerwelt: Display information for individual topics [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189778 [16:24:48] 3MediaWiki-extensions-CentralNotice: Bad allocation context for BannerChooser - https://phabricator.wikimedia.org/T89258#1031414 (10Chad) 3NEW [16:24:48] (03Merged) 10jenkins-bot: Remove usage of "MathDebug" right [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189970 (owner: 10Hoo man) [16:25:24] 3Phabricator: Maniphest advanced search broken when keyword field is provided. - https://phabricator.wikimedia.org/T87739#1031421 (10mmodell) [16:25:57] (03PS5) 10Physikerwelt: Force re-rendering [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189777 [16:27:26] 3Phabricator, Phabricator.org: Maniphest advanced search broken when keyword field is provided. - https://phabricator.wikimedia.org/T87739#1031423 (10mmodell) Elasticsearch backend is still broken completely, we need to at least upstream the bug. [16:29:10] (03CR) 10MarkAHershberger: [C: 031] "If I knew of a way to test this without it being in packagist, I would +2." [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/185205 (https://phabricator.wikimedia.org/T86476) (owner: 10Paladox) [16:33:05] External property links break in Chrome - https://phabricator.wikimedia.org/T89259#1031430 (10Ebekebe) 3NEW a:3Wikidata-bugs [16:34:24] (03CR) 10Paladox: "Oh ok" [extensions/GlobalBlocking] - 10https://gerrit.wikimedia.org/r/189354 (https://phabricator.wikimedia.org/T69300) (owner: 10Paladox) [16:34:47] (03CR) 10Paladox: "@Hashar or @Mattflaschen please merge." [extensions/GlobalBlocking] - 10https://gerrit.wikimedia.org/r/189354 (https://phabricator.wikimedia.org/T69300) (owner: 10Paladox) [16:35:55] 3Phabricator: Fix provided search results in Wikimedia Phabricator - https://phabricator.wikimedia.org/T75854#1031440 (10chasemp) [16:36:28] (03CR) 10Paladox: "Coulden we +2 upload it to packagist and then test it and if it fails revert it." [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/185205 (https://phabricator.wikimedia.org/T86476) (owner: 10Paladox) [16:36:45] (03CR) 10Manybubbles: [C: 032] Revert "Revert "Bump Echo submodule in 1.25wmf15"" [core] (wmf/1.25wmf15) - 10https://gerrit.wikimedia.org/r/189983 (owner: 10EBernhardson) [16:36:47] (03CR) 10Manybubbles: [C: 032] Revert "Revert "Bump Echo submodule in 1.25wmf16"" [core] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/189982 (owner: 10EBernhardson) [16:38:38] (03PS10) 10Paladox: Convert .css to .less [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/189333 [16:41:13] 3Wikimedia-Wikimania-Scholarships: CSRF warnings when users take a long time to fill out Wikimania Scholarships application - https://phabricator.wikimedia.org/T63269#1031448 (10Jarekt) I am having the same problem today and it is not clear how to complete the form without getting this error [16:42:30] (03CR) 10MarkAHershberger: [C: 032] "done." [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/185205 (https://phabricator.wikimedia.org/T86476) (owner: 10Paladox) [16:42:50] (03Merged) 10jenkins-bot: Revert "Revert "Bump Echo submodule in 1.25wmf15"" [core] (wmf/1.25wmf15) - 10https://gerrit.wikimedia.org/r/189983 (owner: 10EBernhardson) [16:42:52] (03PS1) 10Chad: Remove obvious function-level profiling [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/189992 [16:42:56] (03Merged) 10jenkins-bot: Revert "Revert "Bump Echo submodule in 1.25wmf16"" [core] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/189982 (owner: 10EBernhardson) [16:42:58] (03Merged) 10jenkins-bot: Convert to globals and add composer support [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/185205 (https://phabricator.wikimedia.org/T86476) (owner: 10Paladox) [16:43:56] ^d: If you want to also do that for Wikidata at some point, please make sure you're on the right repo etc. [16:44:01] Don't waste your time ;) [16:44:14] (seen that to often) [16:44:39] <^d> hoo: I wasn't touching that yet :p [16:44:48] (03CR) 10Matthias Mullie: Stop cas support (031 comment) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/189487 (owner: 10Matthias Mullie) [16:45:06] Sure, just so that you're aware [16:46:43] (03PS1) 10Chad: Remove obvious function-level profiling [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/189995 [16:46:57] (03CR) 10jenkins-bot: [V: 04-1] Remove obvious function-level profiling [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/189995 (owner: 10Chad) [16:47:18] (03CR) 10Paladox: Convert .css to .less (031 comment) [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/189333 (owner: 10Paladox) [16:49:16] (03PS1) 10Chad: Remove obvious function-level profiling [extensions/TextExtracts] - 10https://gerrit.wikimedia.org/r/189996 [16:49:25] (03CR) 10Paladox: Convert .css to .less (031 comment) [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/189333 (owner: 10Paladox) [16:51:53] (03PS1) 10Chad: Remove obvious function-level profiling [extensions/SubPageList3] - 10https://gerrit.wikimedia.org/r/189997 [16:59:38] 3Wikimedia-Wikimania-Scholarships: CSRF warnings when users take a long time to fill out Wikimania Scholarships application - https://phabricator.wikimedia.org/T63269#1031465 (10bd808) >>! In T63269#1031448, @Jarekt wrote: > I am having the same problem today and it is not clear how to complete the form without... [17:00:54] 3Wikimedia-Extension-setup: Enable Labeled Section Transclusion's #lsth on Wikimedia - https://phabricator.wikimedia.org/T74302#1031468 (10Markhurd) Sorry, I agree it is working as documented. The Tech News said "to transclude a section with its title" when it meant "to transclude a section by its title". [17:01:37] (03CR) 10Paladox: Convert .css to .less (031 comment) [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/189333 (owner: 10Paladox) [17:03:14] (03CR) 10Rush: [C: 032 V: 032] "this should all just be sane cleanup, thanks dude" [phabricator/extensions] - 10https://gerrit.wikimedia.org/r/186794 (owner: 1020after4) [17:03:39] 3Mobile-Apps, MediaWiki-API, Wikipedia-App-Android-App, Scrum-of-Scrums, Wikipedia-App-iOS-App: generator=search API should return information about search suggestions, like list=search does - https://phabricator.wikimedia.org/T86982#1031491 (10dr0ptp4kt) @Deskana, @Anomie : any further action required on this c... [17:05:09] (03Restored) 10QChris: DO NOT SUBMIT Testing gerrit-phabricator bot äöüÄÖÜß ñ [test/gerrit-ping] - 10https://gerrit.wikimedia.org/r/167863 (https://phabricator.wikimedia.org/T775) (owner: 10QChris) [17:05:25] (03PS11) 10QChris: DO NOT SUBMIT Testing gerrit-phabricator bot äöüÄÖÜß ñ [test/gerrit-ping] - 10https://gerrit.wikimedia.org/r/167863 [17:05:35] (03PS12) 10QChris: DO NOT SUBMIT Testing gerrit-phabricator bot äöüÄÖÜß ñ [test/gerrit-ping] - 10https://gerrit.wikimedia.org/r/167863 (https://phabricator.wikimedia.org/T775) [17:06:01] (03Abandoned) 10QChris: DO NOT SUBMIT Testing gerrit-phabricator bot äöüÄÖÜß ñ [test/gerrit-ping] - 10https://gerrit.wikimedia.org/r/167863 (https://phabricator.wikimedia.org/T775) (owner: 10QChris) [17:06:06] 3Mobile-Apps, MediaWiki-API, Wikipedia-App-Android-App, Scrum-of-Scrums, Wikipedia-App-iOS-App: generator=search API should return information about search suggestions, like list=search does - https://phabricator.wikimedia.org/T86982#1031497 (10Deskana) I don't think this is resolved. I wrote this task with a s... [17:07:49] 3Wikimedia-Git-or-Gerrit: Gerrit bot posts duplicate changeset announcements - https://phabricator.wikimedia.org/T77961#1031529 (10QChris) 5Open>3Resolved a:3QChris [17:08:44] 3Mobile-Apps, MediaWiki-API, Wikipedia-App-Android-App, Scrum-of-Scrums, Wikipedia-App-iOS-App: Create a search API that can return both search suggestions (like list=search) and extra article data from other API modules (like generator=search) - https://phabricator.wikimedia.org/T86982#1031535 (10Deskana) [17:10:54] 3MediaWiki-Core-Team: Fatal error causing phpunit tests to fail - https://phabricator.wikimedia.org/T89261#1031539 (10Jsahleen) 3NEW [17:11:34] 3MediaWiki-Core-Team: Fatal error causing phpunit tests to fail - https://phabricator.wikimedia.org/T89261#1031549 (10Jsahleen) [17:15:48] (03CR) 10Legoktm: "I'm not sure where my -2 went, but this doesn't work as not everything was converted to explicit globals, nor is the file autoloaded." [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/185205 (https://phabricator.wikimedia.org/T86476) (owner: 10Paladox) [17:17:00] (03PS1) 10Chad: Remove StrategyWiki from future wmf branches [tools/release] - 10https://gerrit.wikimedia.org/r/190006 [17:18:03] 3Phabricator: Task creation by email is unclear - https://phabricator.wikimedia.org/T865#1031600 (10valhallasw) 5Open>3Resolved a:3valhallasw [17:18:15] 3MediaWiki-Unit-tests: Fatal error causing phpunit tests to fail - https://phabricator.wikimedia.org/T89261#1031602 (10Legoktm) p:5Triage>3High [17:21:32] (03PS1) 10Legoktm: Revert "Convert to globals and add composer support" [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/190008 [17:21:49] (03CR) 10jenkins-bot: [V: 04-1] Revert "Convert to globals and add composer support" [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/190008 (owner: 10Legoktm) [17:21:54] (03CR) 10Chad: [C: 032] Remove StrategyWiki from future wmf branches [tools/release] - 10https://gerrit.wikimedia.org/r/190006 (owner: 10Chad) [17:22:00] (03Merged) 10jenkins-bot: Remove StrategyWiki from future wmf branches [tools/release] - 10https://gerrit.wikimedia.org/r/190006 (owner: 10Chad) [17:22:02] lol [17:24:05] (03CR) 10Legoktm: [C: 032 V: 032] "Overriding jenkins, filed T89263 for the bogus failure." [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/190008 (owner: 10Legoktm) [17:26:50] (03CR) 10Rush: [C: 032 V: 032] "no real functional review, but it's appropriate to store these scripts in phab/tools. thanks!" [phabricator/tools] - 10https://gerrit.wikimedia.org/r/188287 (owner: 10Spage) [17:29:54] (03PS1) 10Yaron Koren: Simplified parsing when there are no query results [extensions/Cargo] - 10https://gerrit.wikimedia.org/r/190011 [17:30:05] 3MediaWiki-extensions-ConfirmAccount: Add ConfirmAccount to packagist.org for composer users - https://phabricator.wikimedia.org/T86476#1031679 (10Legoktm) >>! In T86476#1031449, @gerritbot wrote: > Change 185205 merged by jenkins-bot: > Convert to globals and add composer support > > [[https://gerrit.wikimedia... [17:30:14] 3MediaWiki-extensions-ConfirmAccount: Add ConfirmAccount to packagist.org for composer users - https://phabricator.wikimedia.org/T86476#1031680 (10Legoktm) [17:30:56] 3MediaWiki-extensions-ConfirmAccount: Allow ConfirmAccount to be installed via composer and add to packagist.org - https://phabricator.wikimedia.org/T86476#1031682 (10Legoktm) [17:31:28] (03CR) 10Yaron Koren: [C: 032 V: 032] Simplified parsing when there are no query results [extensions/Cargo] - 10https://gerrit.wikimedia.org/r/190011 (owner: 10Yaron Koren) [17:32:31] 3MediaWiki-extensions-ContentTranslation: link adaptation UI is suboptimal in language pairs without machine translation, especially RTL - https://phabricator.wikimedia.org/T78695#1031691 (10Arrbee) [17:32:46] 3Article-Translation-Metrics, ContentTranslation-Analytics, MediaWiki-extensions-ContentTranslation: Measure statistics of CX process completion - https://phabricator.wikimedia.org/T76411#1031696 (10Arrbee) [17:33:13] 3MediaWiki-extensions-ContentTranslation: ContentTranslation doesn't align paragraphs after pasting a table - https://phabricator.wikimedia.org/T87011#1031697 (10Arrbee) [17:33:24] 3ContentTranslation-cxserver, MediaWiki-extensions-ContentTranslation: Content Translation dashboard does not reflect real state of published article - https://phabricator.wikimedia.org/T88281#1031702 (10Arrbee) [17:33:36] 3MediaWiki-extensions-ContentTranslation: Middle click on links in the source column tries to open page in the target wiki - https://phabricator.wikimedia.org/T88398#1031703 (10Arrbee) [17:34:13] 3MediaWiki-extensions-ContentTranslation: when adapting references in Special:ContentTranslation, make sure that the actual references is adapted and not just - https://phabricator.wikimedia.org/T87146#1031704 (10Arrbee) [17:34:24] 3MediaWiki-extensions-ContentTranslation: Update categories unit tests to use fake server instead of real Wikipedia API - https://phabricator.wikimedia.org/T88162#1031705 (10Arrbee) [17:34:34] 3MediaWiki-extensions-ContentTranslation: If source and target wiki are same then clicking on a published page from the dashboard does not display the appropriate page - https://phabricator.wikimedia.org/T86320#1031706 (10Arrbee) [17:34:45] 3MediaWiki-extensions-ContentTranslation: Refactor publish module to better organize the error handler - https://phabricator.wikimedia.org/T85138#1031707 (10Arrbee) [17:35:25] 3MediaWiki-extensions-ContentTranslation: Provide a link to the tool to look for missing articles - https://phabricator.wikimedia.org/T76843#1031712 (10Arrbee) [17:35:37] 3Wikidata, MediaWiki-extensions-ContentTranslation: Link translated articles with other languages through Wikidata automatically - https://phabricator.wikimedia.org/T87410#1031715 (10Arrbee) [17:35:38] ^d: StrategyWiki is still used on https://strategy.wikimedia.org/wiki/Special:Version ? Are you going to undeploy it too? [17:35:51] <^d> I did [17:36:11] 3MediaWiki-extensions-ContentTranslation: Extend the criteria to show the red interlanguage link to more users - https://phabricator.wikimedia.org/T88569#1031716 (10Arrbee) [17:36:20] okay [17:36:46] * legoktm forgot to look in -operations [17:36:56] 3MediaWiki-extensions-ContentTranslation: Evaluate cookie domain strategy - https://phabricator.wikimedia.org/T86307#1031721 (10Arrbee) [17:42:16] 3operations, Phabricator: The options of the Security dropdown in Phabricator need to be clear and documented - https://phabricator.wikimedia.org/T76564#1031747 (10chasemp) [17:43:41] 3MediaWiki-Vagrant, VisualEditor, MediaWiki-Configuration: Vagrant VE role localsettings conflicts with VisualEditor's user option defaults - https://phabricator.wikimedia.org/T88665#1031751 (10Jdforrester-WMF) a:3Legoktm [17:43:48] 3MediaWiki-Vagrant, VisualEditor, MediaWiki-Configuration: Vagrant VE role localsettings conflicts with VisualEditor's user option defaults - https://phabricator.wikimedia.org/T88665#1017497 (10Jdforrester-WMF) p:5Triage>3Normal [17:45:59] 3operations, Phabricator: The options of the Security dropdown in Phabricator need to be clear and documented - https://phabricator.wikimedia.org/T76564#1031766 (10faidon) So, where do e.g. Parsoid security bugs should be filled under? How about e.g. Heartbleed-type of issues? This "MediaWiki security bug" makes... [17:46:15] (03CR) 10Aaron Schulz: [C: 032] Clean up state of libxml on failed import. [core] - 10https://gerrit.wikimedia.org/r/189925 (owner: 10Daniel Kinzler) [17:48:26] /nick ejegg [17:49:31] (03PS9) 10Nuria: Using cryptoAPI if available in generateRandomSessionId [core] - 10https://gerrit.wikimedia.org/r/187876 (https://phabricator.wikimedia.org/T78449) [17:50:55] 3operations, Phabricator: The options of the Security dropdown in Phabricator need to be clear and documented - https://phabricator.wikimedia.org/T76564#1031780 (10Parent5446) I believe the security drop-down is an indication of the severity of the bug, not the project with which it is associated. So any bug tha... [17:51:39] 3operations, Phabricator: The options of the Security dropdown in Phabricator need to be clear and documented - https://phabricator.wikimedia.org/T76564#1031785 (10chasemp) Updated the text and https://www.mediawiki.org/wiki/Phabricator/Security can someone verify and see if more is required here? [17:51:49] (03CR) 10Nuria: Ping server before inserting rows and reconnect if connection lost (031 comment) [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/189911 (owner: 10Ori.livneh) [17:52:17] (03Merged) 10jenkins-bot: Clean up state of libxml on failed import. [core] - 10https://gerrit.wikimedia.org/r/189925 (owner: 10Daniel Kinzler) [17:53:20] 3ContentTranslation-cxserver: Improve cxserver's logging - https://phabricator.wikimedia.org/T89265#1031791 (10akosiaris) 3NEW [17:53:21] (03PS5) 10Physikerwelt: Display information for individual topics [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/189778 [17:53:34] 3MediaWiki-Export-or-Import: Import: XMLReader::open(): Unable to open source data - https://phabricator.wikimedia.org/T86036#1031801 (10daniel) Possibly relevant patch fixing the "Unable to open source data" error for some cases: I31c014df39aa11c11ded700 [17:53:45] (03PS1) 10Aaron Schulz: Made RecentChangesUpdateJob lock wiki specific [core] - 10https://gerrit.wikimedia.org/r/190015 [17:54:10] 3UI-Standardization: enable VE on LSG - https://phabricator.wikimedia.org/T88159#1031804 (10werdna) 5Open>3Resolved Done. [17:55:14] 3Wikimedia-Logstash: Configure index.merge.scheduler.max_thread_count for better segment merge throughput - https://phabricator.wikimedia.org/T87526#1031806 (10bd808) 5Open>3Resolved a:3bd808 [17:55:46] (03CR) 10jenkins-bot: [V: 04-1] Using cryptoAPI if available in generateRandomSessionId [core] - 10https://gerrit.wikimedia.org/r/187876 (https://phabricator.wikimedia.org/T78449) (owner: 10Nuria) [17:58:38] (03CR) 10Legoktm: "Re: extension registration vs composer vs "Improving extension management", extension.json is moving in a different direction then the cur" [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/185205 (https://phabricator.wikimedia.org/T86476) (owner: 10Paladox) [18:00:26] (03CR) 10CSteipp: [C: 04-2] "This makes me very uncomfortable. I'll add more comments on the task." [core] - 10https://gerrit.wikimedia.org/r/184554 (https://phabricator.wikimedia.org/T45868) (owner: 10TTO) [18:00:49] (03CR) 10Nuria: Using cryptoAPI if available in generateRandomSessionId (031 comment) [core] - 10https://gerrit.wikimedia.org/r/187876 (https://phabricator.wikimedia.org/T78449) (owner: 10Nuria) [18:03:47] 3Multimedia, MediaWiki-extensions-UploadWizard: Chunked (>100MB) upload failed with "Internal error: Server failed to store temporary file." - https://phabricator.wikimedia.org/T89197#1031833 (10Gilles) 5duplicate>3Open [18:05:40] 3Mobile-Apps, MediaWiki-API, Wikipedia-App-Android-App, Scrum-of-Scrums, Wikipedia-App-iOS-App: Create a search API that can return both search suggestions (like list=search) and extra article data from other API modules (like generator=search) - https://phabricator.wikimedia.org/T86982#1031839 (10Anomie) With t... [18:05:50] 3Wikipedia-App-General-or-Unknown, MediaWiki-API: Tracking: API/backend issues blocking Wikipedia app development - https://phabricator.wikimedia.org/T75616#1031841 (10Anomie) [18:05:52] 3Mobile-Apps, MediaWiki-API, Wikipedia-App-Android-App, Scrum-of-Scrums, Wikipedia-App-iOS-App: Create a search API that can return both search suggestions (like list=search) and extra article data from other API modules (like generator=search) - https://phabricator.wikimedia.org/T86982#1031840 (10Anomie) 5Open... [18:06:10] 3MediaWiki-Export-or-Import: WikiImporter should not open the XML stream in the constructor. - https://phabricator.wikimedia.org/T89268#1031843 (10daniel) 3NEW [18:06:45] (03CR) 10Daniel Kinzler: [C: 04-1] "Restoring the entity loader state at the end of the constructor seems quite odd." (034 comments) [core] - 10https://gerrit.wikimedia.org/r/184554 (https://phabricator.wikimedia.org/T45868) (owner: 10TTO) [18:07:37] 3MediaWiki-Export-or-Import: Import: XMLReader::open(): Unable to open source data - https://phabricator.wikimedia.org/T86036#1031851 (10csteipp) >>! In T86036#969663, @TTO wrote: > Ah yes, this old chestnut. > > I suspect this happens because a prior import attempt fails halfway through (e.g. fatal error). At... [18:08:51] Backfilling EL events from 06/02 to 10/02 - https://phabricator.wikimedia.org/T89269#1031859 (10Nuria) 3NEW [18:08:53] (03PS2) 10Umherirrender: Fix doc comment on $wgResponsiveImages [core] - 10https://gerrit.wikimedia.org/r/188774 (owner: 10Brion VIBBER) [18:08:59] (03CR) 10Umherirrender: [C: 032] Fix doc comment on $wgResponsiveImages [core] - 10https://gerrit.wikimedia.org/r/188774 (owner: 10Brion VIBBER) [18:09:29] 3MediaWiki-extensions-ContentTranslation, ContentTranslation-Deployments: Turn on Content Translation Extension for the Uzbek Wiki - https://phabricator.wikimedia.org/T88037#1031865 (10bmansurov) Thanks [18:10:30] (03PS11) 10Paladox: Convert .css to .less [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/189333 [18:11:14] (03CR) 10Daniel Kinzler: "Ha, I didn't even realize this *enables* external entities while opening the stream, while in doImport, we explicitly *disable* external e" [core] - 10https://gerrit.wikimedia.org/r/184554 (https://phabricator.wikimedia.org/T45868) (owner: 10TTO) [18:12:43] 3Wikimedia-OTRS: ABF is ignoring wikitext during uplaod - https://phabricator.wikimedia.org/T89252#1031905 (10Krenair) 5Open>3Invalid a:3Krenair This does not appear to be an issue with the OTRS software but with the way people use it for the permissions queue, and the need for a specific filter on a speci... [18:12:50] (03PS1) 10EBernhardson: Dont log missing user-locators [extensions/Echo] - 10https://gerrit.wikimedia.org/r/190019 [18:13:15] 3§ Fundraising Sprint Devo, MediaWiki-extensions-CentralNotice: Spike: how to support language variants through entire donation process - https://phabricator.wikimedia.org/T88615#1031911 (10AndyRussG) A place for rough notes: https://www.mediawiki.org/w/index.php?title=Fundraising_tech/Language_variants [18:14:47] 3Phabricator: Prevent private information being leaked via Herald notifications - https://phabricator.wikimedia.org/T493#1031912 (10chasemp) >>! In T493#1025120, @scfc wrote: > What's stalling this? @scfc AFAIK it is essentially https://phabricator.wikimedia.org/T76564 [] Prevents users from CCing themselves... [18:15:29] (03Merged) 10jenkins-bot: Fix doc comment on $wgResponsiveImages [core] - 10https://gerrit.wikimedia.org/r/188774 (owner: 10Brion VIBBER) [18:16:47] (03PS12) 10Paladox: Convert .css to .less [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/189333 [18:19:32] (03CR) 10Paladox: "@Mattflaschen please review again with the new patch." [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/189333 (owner: 10Paladox) [18:19:35] (03PS1) 10Matěj Grabovský: Adjust for new Block constructor [extensions/BlockAndNuke] - 10https://gerrit.wikimedia.org/r/190020 [18:22:02] 3Wikimedia-OTRS: ABF is ignoring wikitext during uplaod - https://phabricator.wikimedia.org/T89252#1031922 (10Steinsplitter) 5Invalid>3Open @Krenair: The other bug is not open for years and not specific enough. If needed a workaround need to be crated. Please not that faked otrs permissions on files are a pr... [18:22:06] (03CR) 10MaxSem: [C: 032] Wrap 1x1 images in a div so that MobileFrontend can ignore them [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/189145 (https://phabricator.wikimedia.org/T87290) (owner: 10Kaldari) [18:22:13] 3Wikimedia-OTRS: ABF is ignoring wikitext during uplaod - https://phabricator.wikimedia.org/T89252#1031924 (10Steinsplitter) a:5Krenair>3None [18:23:04] (03Merged) 10jenkins-bot: Wrap 1x1 images in a div so that MobileFrontend can ignore them [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/189145 (https://phabricator.wikimedia.org/T87290) (owner: 10Kaldari) [18:23:39] (03PS2) 10Matěj Grabovský: Adjust for new Block constructor [extensions/BlockAndNuke] - 10https://gerrit.wikimedia.org/r/190020 [18:25:53] 3Phabricator: Show correct external IP addresses (XFF support) in activity log - https://phabricator.wikimedia.org/T840#1031930 (10chasemp) 5Open>3stalled Does not work as of now: https://secure.phabricator.com/T7114 [18:25:59] (03PS4) 10EBernhardson: DeferredUpdates need to be run during import [extensions/Flow] - 10https://gerrit.wikimedia.org/r/188852 [18:26:02] (03PS4) 10EBernhardson: Only generate recentchanges for new revisions, not imports [extensions/Flow] - 10https://gerrit.wikimedia.org/r/188853 [18:26:05] (03PS5) 10EBernhardson: Header storage requires workflow as part of metadata [extensions/Flow] - 10https://gerrit.wikimedia.org/r/188854 [18:26:08] (03PS6) 10EBernhardson: Dont use deferredupdates for the workflow after-load event [extensions/Flow] - 10https://gerrit.wikimedia.org/r/188855 [18:26:11] (03PS3) 10EBernhardson: Increase debug verbosity in import code [extensions/Flow] - 10https://gerrit.wikimedia.org/r/188851 [18:26:14] (03PS2) 10EBernhardson: Option to cache remote api calls on import [extensions/Flow] - 10https://gerrit.wikimedia.org/r/189770 [18:26:17] (03PS2) 10EBernhardson: Gracefully recover from bad references [extensions/Flow] - 10https://gerrit.wikimedia.org/r/189771 [18:26:20] (03PS3) 10EBernhardson: Handle LQT moved thread stubs [extensions/Flow] - 10https://gerrit.wikimedia.org/r/189632 [18:26:23] (03PS2) 10EBernhardson: Always allow creation of flow boards through import [extensions/Flow] - 10https://gerrit.wikimedia.org/r/189560 [18:26:26] (03PS2) 10EBernhardson: Record topic imports to Special:Log [extensions/Flow] - 10https://gerrit.wikimedia.org/r/189909 [18:26:29] (03PS1) 10Aaron Schulz: Made FRUserCounters hook avoid role accounts [extensions/FlaggedRevs] - 10https://gerrit.wikimedia.org/r/190021 [18:26:34] (03CR) 10Matěj Grabovský: [C: 04-1] "missed one" [extensions/BlockAndNuke] - 10https://gerrit.wikimedia.org/r/190020 (owner: 10Matěj Grabovský) [18:26:55] (03CR) 10Chad: [C: 032] Made FRUserCounters hook avoid role accounts [extensions/FlaggedRevs] - 10https://gerrit.wikimedia.org/r/190021 (owner: 10Aaron Schulz) [18:28:14] 3Wikimedia-Hackathon-2015, Wikimania-Hackathon-2015, ArchCom: Main themes of the Wikimedia and Wikimania hackathons in 2015 - https://phabricator.wikimedia.org/T89084#1031936 (10Awjrichards) I'd love to spend some time hacking on Phabricator. Some project ideas: - Improving on burndown chart-related functiona... [18:28:15] (03CR) 10jenkins-bot: [V: 04-1] Gracefully recover from bad references [extensions/Flow] - 10https://gerrit.wikimedia.org/r/189771 (owner: 10EBernhardson) [18:29:28] (03Merged) 10jenkins-bot: Made FRUserCounters hook avoid role accounts [extensions/FlaggedRevs] - 10https://gerrit.wikimedia.org/r/190021 (owner: 10Aaron Schulz) [18:29:32] (03CR) 10jenkins-bot: [V: 04-1] Record topic imports to Special:Log [extensions/Flow] - 10https://gerrit.wikimedia.org/r/189909 (owner: 10EBernhardson) [18:30:06] 3Project-Creators, Wikimedia-Labs-wikistats, MediaWiki-extensions-OpenStackManager, Wikimedia-Labs-Infrastructure, Wikimedia-Labs-wikitech-interface, Labs, Labs-Vagrant, Tool-Labs-tools-Article-request, Tool-Labs, Wikimedia-Labs-Other, Beta-Cluster, Wikimedia-Labs-extdist, Wikimedia-Labs-General: Labs' Phabricator... [18:30:40] (03PS3) 10Matěj Grabovský: Adjust for new Block constructor [extensions/BlockAndNuke] - 10https://gerrit.wikimedia.org/r/190020 [18:32:28] (03PS4) 10Matěj Grabovský: Adjust for new Block constructor [extensions/BlockAndNuke] - 10https://gerrit.wikimedia.org/r/190020 [18:34:17] 3Zero: Tag all Zero traffic with X-Analytics xcs value - https://phabricator.wikimedia.org/T89177#1031954 (10Yurik) [18:35:21] Gray for "inactive" elements in the toolbar is too light - https://phabricator.wikimedia.org/T89271#1031956 (10Elitre) 3NEW [18:35:34] 3Mobile-Web, MediaWiki-Authentication-and-authorization: Authentication sharing between desktop and mobile Commons is broken - https://phabricator.wikimedia.org/T88860#1031962 (10kaldari) Thanks for the info Chris! [18:36:21] (03PS1) 10Matěj Grabovský: Adjust for new Block constructor [extensions/Flow] - 10https://gerrit.wikimedia.org/r/190023 [18:36:39] 3Zero, Scrum-of-Scrums: Tag all Zero traffic with X-Analytics xcs value - https://phabricator.wikimedia.org/T89177#1031964 (10Yurik) [18:37:11] 3Multimedia, MediaWiki-extensions-UploadWizard, Quality-Assurance: UploadWizard API tests failing on beta Commons due to login problem - https://phabricator.wikimedia.org/T89272#1031965 (10Tgr) 3NEW [18:38:13] 3Datasets-General-or-Unknown: Produce stub dumps for all wikis as soon as a new month starts, then generate all other dumps on second round-robin cycle - https://phabricator.wikimedia.org/T89273#1031973 (10ezachte) 3NEW [18:39:13] 3Wikimedia-Site-requests: Enable 'interface-editor' user group on cawikibooks - https://phabricator.wikimedia.org/T85713#1031980 (10Gerardduenas) @Snowolf from your point of view as a steward would you grant an admin flag to a user in a wiki that there is already an admin and there are only three active users? [18:39:47] (03PS1) 10Matěj Grabovský: Adjust for new Block constructor [extensions/Phalanx] - 10https://gerrit.wikimedia.org/r/190025 [18:40:37] 3Wikimedia-OTRS: ABF is ignoring wikitext during uplaod - https://phabricator.wikimedia.org/T89252#1031984 (10Krenair) 5Open>3Invalid a:3Krenair > Steinsplitter, it sounds like any relevant software development would be for https://phabricator.wikimedia.org/T21565 > Workarounds etc. wou... [18:41:05] 3MediaWiki-extensions-AbuseFilter: ABF is ignoring wikitext during uplaod - https://phabricator.wikimedia.org/T89252#1031988 (10Krenair) [18:42:48] (03CR) 10Legoktm: [C: 032] Do not call purgeExpiredRestrictions on simple page views [core] - 10https://gerrit.wikimedia.org/r/189905 (owner: 10Aaron Schulz) [18:42:51] (03PS1) 10Matěj Grabovský: Adjust for new Block constructor [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/190026 [18:43:51] (03PS6) 10Matěj Grabovský: Make constructor of Block accept array of options [core] - 10https://gerrit.wikimedia.org/r/134827 [18:44:39] 3operations, Phabricator: Mysql search issues flagged by Phabricator setup - https://phabricator.wikimedia.org/T89274#1031992 (10chasemp) 3NEW [18:45:34] (03CR) 10Ori.livneh: Ping server before inserting rows and reconnect if connection lost (031 comment) [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/189911 (owner: 10Ori.livneh) [18:45:46] nuria: ^ [18:45:52] yessir [18:45:57] yessir ori [18:46:37] ? [18:47:19] (03PS1) 10Paladox: Revert "Revert "Convert to globals and add composer support"" [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/190027 [18:47:48] 3operations, Phabricator: Mysql search issues flagged by Phabricator setup - https://phabricator.wikimedia.org/T89274#1031999 (10chasemp) p:5Triage>3High [18:48:12] 3Project-Creators, Wikimedia-Labs-wikistats, MediaWiki-extensions-OpenStackManager, Wikimedia-Labs-Infrastructure, Wikimedia-Labs-wikitech-interface, Labs, Labs-Vagrant, Tool-Labs-tools-Article-request, Tool-Labs, Wikimedia-Labs-Other, Beta-Cluster, Wikimedia-Labs-extdist, Wikimedia-Labs-General: Labs' Phabricator... [18:48:29] (03PS2) 10Paladox: Revert "Revert "Convert to globals and add composer support"" [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/190027 (https://phabricator.wikimedia.org/T86476) [18:48:43] (03Merged) 10jenkins-bot: Do not call purgeExpiredRestrictions on simple page views [core] - 10https://gerrit.wikimedia.org/r/189905 (owner: 10Aaron Schulz) [18:50:02] (03CR) 10Paladox: "https://www.mediawiki.org/wiki/Composer/For_extensions#Test_composer.json" [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/190027 (https://phabricator.wikimedia.org/T86476) (owner: 10Paladox) [18:50:13] (03CR) 10Legoktm: [C: 04-1] "This still doesn't work." [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/190027 (https://phabricator.wikimedia.org/T86476) (owner: 10Paladox) [18:51:06] 3Human-Resources, Engineering-Community: Wrap-up GSoC 2014 and FOSS OPW round 8 - https://phabricator.wikimedia.org/T717#1032016 (10NiharikaKohli) a:5Qgil>3NiharikaKohli [18:51:27] (03CR) 10Paladox: "How would I fix it." [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/190027 (https://phabricator.wikimedia.org/T86476) (owner: 10Paladox) [18:52:09] (03PS10) 10Paladox: Update Moment.js from 2.8.4 to 2.9.0 [core] - 10https://gerrit.wikimedia.org/r/183903 [18:52:37] (03CR) 10Paladox: "@Mattflaschen please review and merge." [core] - 10https://gerrit.wikimedia.org/r/183903 (owner: 10Paladox) [18:52:42] 3operations, Phabricator: The options of the Security dropdown in Phabricator need to be clear and documented - https://phabricator.wikimedia.org/T76564#1032022 (10JanZerebecki) >>! In T76564#950388, @Qgil wrote: > I have changed "MediaWiki security bug" for "Software security bug" because in addition to MediaWi... [18:53:05] (03PS24) 10Paladox: Add .list-style-image-svg [core] - 10https://gerrit.wikimedia.org/r/185690 (https://phabricator.wikimedia.org/T37338) [18:53:18] (03CR) 10Aaron Schulz: [C: 032] Remove obvious function-level profiling [extensions/FlaggedRevs] - 10https://gerrit.wikimedia.org/r/189854 (owner: 10Chad) [18:53:35] 3MediaWiki-skins-Vector: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens) - https://phabricator.wikimedia.org/T37338#1032024 (10Paladox) The patches can be merged now. [18:54:02] (03CR) 10Paladox: "This can be merged now." [skins/Vector] - 10https://gerrit.wikimedia.org/r/185691 (https://phabricator.wikimedia.org/T37338) (owner: 10Paladox) [18:54:04] (03CR) 10Legoktm: [C: 032] Made RecentChangesUpdateJob lock wiki specific [core] - 10https://gerrit.wikimedia.org/r/190015 (owner: 10Aaron Schulz) [18:54:33] (03CR) 10Paladox: "This can be merged now." [core] - 10https://gerrit.wikimedia.org/r/185690 (https://phabricator.wikimedia.org/T37338) (owner: 10Paladox) [18:54:49] (03CR) 10Chad: [C: 032] Never treat persistent stat cache as "latest" in FileBackend [core] - 10https://gerrit.wikimedia.org/r/186630 (owner: 10Aaron Schulz) [18:56:04] (03Merged) 10jenkins-bot: Remove obvious function-level profiling [extensions/FlaggedRevs] - 10https://gerrit.wikimedia.org/r/189854 (owner: 10Chad) [18:57:05] (03PS6) 10Aaron Schulz: Added query/connection expectation support to TransactionProfiler [core] - 10https://gerrit.wikimedia.org/r/185342 [18:58:13] (03CR) 10Legoktm: Moved RecentChange::purgeExpiredChanges to a job (031 comment) [core] - 10https://gerrit.wikimedia.org/r/185587 (owner: 10Aaron Schulz) [18:58:31] 3MediaWiki-Page-editing: insert strings - https://phabricator.wikimedia.org/T88941#1032034 (10Formatierer) No this is not specific to german wiktionary. You can reproduce the same behavior on the englisch wiktionary. 1. Select 'Preferences' 2. In tab 'Editing': 2a: disable 'Show the edit toolbar (requires JavaSc... [18:58:38] HTTPS-to-HTTP downgrade option interstitial - https://phabricator.wikimedia.org/T76626 (10dr0ptp4kt) 5Open>3Resolved [18:58:51] (03CR) 10Kaldari: Adding TemplateParser class providing interface to Mustache templates (031 comment) [core] - 10https://gerrit.wikimedia.org/r/187728 (owner: 10Kaldari) [19:00:18] (03Merged) 10jenkins-bot: Made RecentChangesUpdateJob lock wiki specific [core] - 10https://gerrit.wikimedia.org/r/190015 (owner: 10Aaron Schulz) [19:00:57] (03Merged) 10jenkins-bot: Never treat persistent stat cache as "latest" in FileBackend [core] - 10https://gerrit.wikimedia.org/r/186630 (owner: 10Aaron Schulz) [19:02:06] (03PS1) 10Catrope: Update OOjs UI for cherry-pick of I5548b86752 [core] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/190029 [19:02:26] (03CR) 10jenkins-bot: [V: 04-1] Update OOjs UI for cherry-pick of I5548b86752 [core] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/190029 (owner: 10Catrope) [19:08:29] (03PS2) 10Catrope: Update OOjs UI for cherry-pick of I5548b86752 [core] (wmf/1.25wmf16) - 10https://gerrit.wikimedia.org/r/190029 [19:11:45] 3Phabricator, Phabricator.org: Improve default search to prefer tasks over changesets - https://phabricator.wikimedia.org/T76273#1032064 (10scfc) https://secure.phabricator.com/T6905, "On design/product philosophy": "Phabricator itself is a productivity tool first, and specifically built for people who spend lar... [19:12:05] (03CR) 10Anomie: [C: 04-1] Make constructor of Block accept array of options (031 comment) [core] - 10https://gerrit.wikimedia.org/r/134827 (owner: 10Matěj Grabovský) [19:15:12] 3Multimedia, MediaWiki-extensions-MultimediaViewer: "Clicking the image closes the download menu" browser test failing on IE - https://phabricator.wikimedia.org/T89087#1032071 (10Gilles) [19:15:14] 3Multimedia, MediaWiki-extensions-MultimediaViewer: Improve reliability of cucumber tests - https://phabricator.wikimedia.org/T87831#1032070 (10Gilles) [19:16:43] (03CR) 10Nuria: Ping server before inserting rows and reconnect if connection lost (031 comment) [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/189911 (owner: 10Ori.livneh) [19:17:10] (03CR) 10CSteipp: [C: 04-1] "eval()ing code out of memcache without any sort of integrity check concerns me. I want to reduce the number of places memcache access == c" [core] - 10https://gerrit.wikimedia.org/r/187728 (owner: 10Kaldari) [19:23:18] bah, legoktm is too fast again :p [19:23:29] Krenair: for what? :P [19:23:46] urgh is that another anonymous staff edit? [19:23:50] oh [19:23:51] lol [19:23:53] https://www.mediawiki.org/w/index.php?title=Scrum_of_scrums/2015-02-11&action=history [19:24:26] 3§ Phabricator-Sprint-Extension: Implement serialization for Sprint Data - https://phabricator.wikimedia.org/T89275#1032095 (10Christopher) 3NEW [19:24:27] milimetric, is that yours? [19:24:51] Krenair: yes, I that's mine [19:25:01] anonymous edits are not ok? I wasn't aware [19:25:04] 3Phabricator: Fix provided search results in Wikimedia Phabricator - https://phabricator.wikimedia.org/T75854#1032104 (10awight) wOOT! Thanks for all the great work, search results look exceptionally healthy today. [19:25:35] milimetric, there are explicitly marked (WMF)/-WMF accounts with user page disclaimers for a reason :) [19:25:37] 3MediaWiki-RfCs, ArchCom: RfC: HTML templating library - https://phabricator.wikimedia.org/T379#1032106 (10csteipp) When mobile first used lightncandy, they were using (or had talked about using) a deployment step like i18n to compile the templates. That keeps it out of gerrit, but prevents using eval() and a re... [19:26:51] thx for the fix legoktm [19:26:58] np :) [19:27:45] Krenair: that's nice but I have to re-login like every few days which is something I will never do [19:27:56] so if someone else would like to do the scrum of scrums notes, I'm happy to hand it off [19:28:25] I don't want to violate policy but I don't want policy to violate me either [19:29:08] 3Phabricator, Wikimedia-Bugzilla: Create a static HTML version of Bugzilla - https://phabricator.wikimedia.org/T85140#1032129 (10Dzahn) [19:30:56] 3§ Phabricator-Sprint-Extension: Implement Javascript table sorting - https://phabricator.wikimedia.org/T89278#1032134 (10Christopher) 3NEW [19:34:57] (03PS7) 10Matěj Grabovský: Make constructor of Block accept array of options [core] - 10https://gerrit.wikimedia.org/r/134827 [19:34:59] (03CR) 10Matěj Grabovský: Make constructor of Block accept array of options (031 comment) [core] - 10https://gerrit.wikimedia.org/r/134827 (owner: 10Matěj Grabovský) [19:36:02] (03CR) 10Fomafix: Using cryptoAPI if available in generateRandomSessionId (031 comment) [core] - 10https://gerrit.wikimedia.org/r/187876 (https://phabricator.wikimedia.org/T78449) (owner: 10Nuria) [19:37:59] Nemo_bis: hi, this is regarding https://phabricator.wikimedia.org/T56221, I've been looking into vega, and getting an idea, but the thing is, it requires someone from VE to mentor,considering the involvement of Visual Editor [19:38:23] Nemo_bis: so should I put it forth on the VE irc for views? [19:39:26] VE?? [19:39:37] Nemo_bis: Visual Editor [19:39:44] That task is explicitly about wikitext, no relationship to VE [19:40:53] (03PS2) 10Legoktm: sendConfirmAndMigrateEmail: Add --sleep option [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/183161 [19:40:57] (03CR) 10Legoktm: sendConfirmAndMigrateEmail: Add --sleep option (032 comments) [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/183161 (owner: 10Legoktm) [19:41:23] Nemo_bis: but for a realtime editing of graphs, I guess it needs integration with Visual Editor [19:42:29] 3MediaWiki-extensions-Graph, Possible-Tech-Projects, Wikimedia-Extension-setup: Support for text/syntax/markup driven or WYSIWYG editable charts, diagrams, graphs, flowcharts etc. (Identify, develop, review and deploy extension on Wikimedia wikis to add) - https://phabricator.wikimedia.org/T56221#1032203 (10Nemo_... [19:42:44] Realtime? [19:42:50] Have you read the two blockers? [19:43:16] (03CR) 10Anomie: Make constructor of Block accept array of options (031 comment) [core] - 10https://gerrit.wikimedia.org/r/134827 (owner: 10Matěj Grabovský) [19:44:27] 3Project-Creators, Wikimedia-Labs-wikistats, MediaWiki-extensions-OpenStackManager, Wikimedia-Labs-Infrastructure, Wikimedia-Labs-wikitech-interface, Labs, Labs-Vagrant, Tool-Labs-tools-Article-request, Tool-Labs, Wikimedia-Labs-Other, Beta-Cluster, Wikimedia-Labs-extdist, Wikimedia-Labs-General: Labs' Phabricator... [19:45:38] 3MediaWiki-Installer: Installer errors - table mw_updatelog not being created, install fails when trying to insert row into the table - https://phabricator.wikimedia.org/T89279#1032221 (10Gwsuperfan) 3NEW [19:46:01] Nemo_bis: yes I did go through them, they suggest using a syntax for the graphs, and I used the graph extension, it takes values in json format, so the job of Visual Editor would be to basically provide tools to do that, but I could be missing something though [19:46:45] 3MediaWiki-extensions-Graph, Possible-Tech-Projects, Wikimedia-Extension-setup: Support for text/syntax/markup driven or WYSIWYG editable charts, diagrams, graphs, flowcharts etc. (Identify, develop, review and deploy extension on Wikimedia wikis to add) - https://phabricator.wikimedia.org/T56221#1032234 (10Nemo_... [19:46:58] 3Wikimedia-Extension-setup: Support for text/syntax/markup driven or WYSIWYG editable charts, diagrams, graphs, flowcharts etc. (Identify, develop, review and deploy extension on Wikimedia wikis to add) - https://phabricator.wikimedia.org/T56221#1032237 (10Nemo_bis) [19:47:08] 3Possible-Tech-Projects, MediaWiki-extensions-Extensions-requests: Support for editable cladograms in wiki markup - https://phabricator.wikimedia.org/T56222#558288 (10Nemo_bis) [19:48:13] Sure, that might be a separate task suitable for GSoC, it's just not that task [19:48:50] (03PS1) 10EBernhardson: Consider moderated posts to have 0 content length [extensions/Flow] - 10https://gerrit.wikimedia.org/r/190035 [19:49:25] 3ContentTranslation-cxserver, MediaWiki-extensions-ContentTranslation: Add Japanese segmentation to cxserver - https://phabricator.wikimedia.org/T89280#1032251 (10Amire80) 3NEW [19:49:32] (03PS2) 10Legoktm: sendConfirmAndMigrateEmail: Add --resume option [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/183163 [19:49:34] (03PS2) 10Legoktm: sendConfirmAndMigrateEmail: Add --dryrun option, improve output [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/183162 [19:49:37] (03CR) 10Legoktm: sendConfirmAndMigrateEmail: Add --resume option (032 comments) [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/183163 (owner: 10Legoktm) [19:49:57] (03CR) 10Krinkle: Adding TemplateParser class providing interface to Mustache templates (031 comment) [core] - 10https://gerrit.wikimedia.org/r/187728 (owner: 10Kaldari) [19:50:12] 3ContentTranslation-Deployments, MediaWiki-extensions-ContentTranslation: enable ContentTranslation in Japanese on testing servers - https://phabricator.wikimedia.org/T89240#1032260 (10Amire80) [19:50:12] codezee: the instructions for visualeditor plugins used to be at https://www.mediawiki.org/w/index.php?title=Outreach_programs/Possible_projects&oldid=1359420#VisualEditor_plugins ; no idea where they are now but the save advice applies [19:50:13] 3ContentTranslation-cxserver, MediaWiki-extensions-ContentTranslation: Add Japanese segmentation to cxserver - https://phabricator.wikimedia.org/T89280#1032261 (10Amire80) [19:51:25] 3§Collaboration-Team-Sprint-P-2015-02-11, ContentTranslation-Analytics: ContentTranslation broken on beta cluster - https://phabricator.wikimedia.org/T88448#1032268 (10Mattflaschen) [19:51:27] 3MediaWiki-extensions-ContentTranslation: Use mw.track for event logging instead of mw.eventLog.logEvent - https://phabricator.wikimedia.org/T88413#1032269 (10Mattflaschen) [19:52:11] Nemo_bis: in that case, can I develope over this idea, as I suggested as I suggested and talk to the Visual Editor team? [19:52:32] (03PS1) 10EBernhardson: Remove reply link from topic titlebar [extensions/Flow] - 10https://gerrit.wikimedia.org/r/190037 (https://phabricator.wikimedia.org/T88619) [19:53:14] 3§ Phabricator-Sprint-Extension: Add exception handler for sprints without boards - https://phabricator.wikimedia.org/T89282#1032281 (10Christopher) 3NEW [19:53:18] (03CR) 10Hoo man: [C: 032] sendConfirmAndMigrateEmail: Add --sleep option [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/183161 (owner: 10Legoktm) [19:53:33] 3Phabricator: Lots of unrelated results when searching for specific string - https://phabricator.wikimedia.org/T86805#1032288 (10Qgil) Searching for "/event.gif?" (including the quotes) provides better results, apparently. The slash and the question mark are kind of ignored, but the results offered do contain al... [19:54:05] (03Merged) 10jenkins-bot: sendConfirmAndMigrateEmail: Add --sleep option [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/183161 (owner: 10Legoktm) [19:54:09] (03CR) 10Hoo man: [C: 032] "Restore" [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/183162 (owner: 10Legoktm) [19:54:59] (03Merged) 10jenkins-bot: sendConfirmAndMigrateEmail: Add --dryrun option, improve output [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/183162 (owner: 10Legoktm) [19:55:01] 3Wikimedia-General-or-Unknown: Infographics, graph, chart, diagram, plotting, animation support (tracking) - https://phabricator.wikimedia.org/T56213#1032295 (10Nemo_bis) [19:55:37] codezee: yes, see the names and skills mentioned in the link above [19:56:08] Nemo_bis: ok, thanks! [19:56:14] 3Multimedia, operations, MediaWiki-extensions-UploadWizard: Chunked upload fails in UploadWizard with the server aborting the connection, and no errors in the server logs - https://phabricator.wikimedia.org/T89018#1032305 (10BBlack) >>! In T89018#1030174, @akosiaris wrote: > @BBlack, I have a different theory re... [19:56:18] 3§ Fundraising Sprint Devo, Wikimedia-Fundraising, MediaWiki-extensions-DonationInterface: Tech Review of LATAM processor - https://phabricator.wikimedia.org/T87046#1032306 (10atgo) a:5atgo>3awight [19:59:21] 3MediaWiki-Core-Team: Use message IDs for email jobs - https://phabricator.wikimedia.org/T89285#1032316 (10aaron) 3NEW [20:01:25] (03CR) 10Fomafix: Using cryptoAPI if available in generateRandomSessionId (037 comments) [core] - 10https://gerrit.wikimedia.org/r/187876 (https://phabricator.wikimedia.org/T78449) (owner: 10Nuria) [20:01:34] 3operations, Phabricator: Mysql search issues flagged by Phabricator setup - https://phabricator.wikimedia.org/T89274#1032330 (10Chad) * +1 to changing the boolean syntax to AND instead of OR. Nobody expects OR by default. * +1 to lowering min word length to 3, as long as it doesn't have insane performance impli... [20:01:43] (03CR) 10Fomafix: [C: 04-1] Using cryptoAPI if available in generateRandomSessionId [core] - 10https://gerrit.wikimedia.org/r/187876 (https://phabricator.wikimedia.org/T78449) (owner: 10Nuria) [20:01:44] hoo: can you review https://gerrit.wikimedia.org/r/183163 too? :) [20:02:01] Yeah, give me a minute :) [20:03:50] 3Phabricator: Prevent private information being leaked via Herald notifications - https://phabricator.wikimedia.org/T493#1032333 (10scfc) I know the problem, but what is stalling fixing it? Herald was proposed as a solution for Bugzilla functionality missing in Phabricator, and watching the #Phabricator project... [20:04:52] (03CR) 10Hoo man: [C: 04-1] sendConfirmAndMigrateEmail: Add --resume option (031 comment) [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/183163 (owner: 10Legoktm) [20:04:57] nit pick, sorry [20:05:18] IMO just update the documentation [20:05:30] (03PS3) 10Legoktm: sendConfirmAndMigrateEmail: Add --resume option [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/183163 [20:05:46] (03CR) 10Legoktm: sendConfirmAndMigrateEmail: Add --resume option (031 comment) [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/183163 (owner: 10Legoktm) [20:06:02] hoo: done :P [20:06:06] DanielK_WMDE_: are you able to make the archcom call today? [20:06:13] (03CR) 10MaxSem: Adding TemplateParser class providing interface to Mustache templates (031 comment) [core] - 10https://gerrit.wikimedia.org/r/187728 (owner: 10Kaldari) [20:06:56] (03CR) 10Hoo man: [C: 032] sendConfirmAndMigrateEmail: Add --resume option [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/183163 (owner: 10Legoktm) [20:07:03] Here you go [20:07:47] (03Merged) 10jenkins-bot: sendConfirmAndMigrateEmail: Add --resume option [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/183163 (owner: 10Legoktm) [20:07:55] thanks :D [20:08:24] 3Phabricator: Prevent private information being leaked via Herald notifications - https://phabricator.wikimedia.org/T493#1032344 (10chasemp) >>! In T493#1032333, @scfc wrote: > I know the problem, but what is stalling fixing it? Herald was proposed as a solution for Bugzilla functionality missing in Phabricator... [20:09:50] AaronS: Hm.. I'm curious why the RecentChanges update now uses select+delete instead of plain delete. The only difference is the added LIMIT clause, but delete supports that too, right? [20:10:15] Krinkle: not all db backends (like postgres) support delete + limit [20:10:20] (03CR) 10Phoenix303: Enable Save button in collection on changing its content (031 comment) [extensions/Collection] - 10https://gerrit.wikimedia.org/r/181953 (https://phabricator.wikimedia.org/T62574) (owner: 10Phoenix303) [20:10:46] delete with limit is not standard and our wrappers don't support it [20:10:57] AaronS: I see. [20:11:06] also deleting by PK can reduce gap locking [20:11:11] AaronS: Perhaps something to abstract in our wrapper. Clearly MySQL supports it and we're using that. [20:11:14] (03CR) 10Fomafix: [C: 04-1] Convert .css to .less (033 comments) [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/189333 (owner: 10Paladox) [20:11:46] (well, MariaDB) [20:11:54] AaronS: Hm.. is that a good or a bad thing? [20:12:09] Oh, I see what you mean now. [20:12:16] plain delete doesn't select by PK [20:16:03] 3§ Fundraising Sprint Devo, MediaWiki-extensions-CentralNotice: Spike: how to support language variants through entire donation process - https://phabricator.wikimedia.org/T88615#1032373 (10atgo) @andyrussg do you think we can close this? [20:16:13] 3MediaWiki-Core-Team: Use message IDs for email jobs - https://phabricator.wikimedia.org/T89285#1032374 (10aaron) [20:16:17] legoktm: interested in https://phabricator.wikimedia.org/T89285#1032316 ? [20:16:50] 3MediaWiki-Unit-tests: Fatal error causing phpunit tests to fail - https://phabricator.wikimedia.org/T89261#1032379 (10hashar) In mediawiki/core BagOStuff::cas() has been made protected (was public) with 61697bab1 / I3ef82226231f7e03f7493ae042cad22339f4c869 . Update the interface! [20:16:58] AaronS: yes, but doubt I'll have time to do it anytime soon :/ [20:18:57] (03PS3) 10Hashar: Convert to globals and add composer support [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/190027 (https://phabricator.wikimedia.org/T86476) (owner: 10Paladox) [20:19:17] (03CR) 10Hashar: "Edited commit summary to remove 'Revert Revert' cause that is meaningless..." [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/190027 (https://phabricator.wikimedia.org/T86476) (owner: 10Paladox) [20:19:34] 3VisualEditor, MediaWiki-extensions-Graph: Graph editing in Visual Editor - https://phabricator.wikimedia.org/T89287#1032390 (10Yurik) 3NEW [20:19:55] (03PS4) 10Aaron Schulz: Made BagOStuff::merge() take any callable [core] - 10https://gerrit.wikimedia.org/r/189780 [20:20:47] 3VisualEditor, MediaWiki-extensions-Graph, Possible-Tech-Projects: Graph editing in Visual Editor - https://phabricator.wikimedia.org/T89287#1032398 (10Yurik) [20:25:46] (03CR) 10Paladox: Convert .css to .less (032 comments) [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/189333 (owner: 10Paladox) [20:27:43] 3Phabricator, Phabricator.org: Phabricator search does not reliably match assigned projects - https://phabricator.wikimedia.org/T78219#1032429 (10Qgil) I'm not sure this is fixed. T76883 now appears in the results, but this might be just because on Dec 29 and later "restbase" was mentioned in the comments. Befor... [20:28:13] 3MediaWiki-extensions-MathSearch, Continuous-Integration: MathSearch tests fail - https://phabricator.wikimedia.org/T89237#1032435 (10hashar) hoo and aude added a new test for extensions with https://gerrit.wikimedia.org/r/#/c/189607/ which detects wrong user rights. I have [[ https://gerrit.wikimedia.org/r/#... [20:30:43] (03PS2) 10Mattflaschen: Adjust for core's new Block constructor [extensions/Flow] - 10https://gerrit.wikimedia.org/r/190023 (owner: 10Matěj Grabovský) [20:31:32] (03CR) 10jenkins-bot: [V: 04-1] Adjust for core's new Block constructor [extensions/Flow] - 10https://gerrit.wikimedia.org/r/190023 (owner: 10Matěj Grabovský) [20:32:28] 3Wikimedia-Fundraising-CiviCRM: Gateway Reconciliation Report - https://phabricator.wikimedia.org/T89288#1032444 (10RLewis) 3NEW a:3atgo [20:32:28] 3Wikimedia-OTRS: Some e-mail text missing from OTRS ticket view - https://phabricator.wikimedia.org/T76062#1032456 (10Jgreen) I think the issue that jeremyb identified in T76188 is separate--in that case the content is all there, but the template seems to mangle the HTML message body as it formats the message bo... [20:39:01] 3Multimedia, MediaWiki-extensions-UploadWizard, Quality-Assurance: UploadWizard browser test for chunked upload - https://phabricator.wikimedia.org/T89289#1032475 (10Tgr) 3NEW a:3Tgr [20:41:19] (03CR) 10Legoktm: [C: 032] Made BagOStuff::merge() take any callable [core] - 10https://gerrit.wikimedia.org/r/189780 (owner: 10Aaron Schulz) [20:43:10] (03PS2) 10Legoktm: Purge caches after edits to the global user page [extensions/GlobalUserPage] - 10https://gerrit.wikimedia.org/r/178779 (https://phabricator.wikimedia.org/T76410) [20:47:09] (03Merged) 10jenkins-bot: Made BagOStuff::merge() take any callable [core] - 10https://gerrit.wikimedia.org/r/189780 (owner: 10Aaron Schulz) [20:47:42] (03PS3) 10Legoktm: Purge caches after edits to the global user page [extensions/GlobalUserPage] - 10https://gerrit.wikimedia.org/r/178779 (https://phabricator.wikimedia.org/T76410) [20:49:10] (03CR) 10Gergő Tisza: "recheck" [extensions/Buggy] - 10https://gerrit.wikimedia.org/r/188963 (https://phabricator.wikimedia.org/T88078) (owner: 10Gergő Tisza) [20:50:23] (03CR) 10Legoktm: "jenkins isn't set up for this repo, you'll have to merge it manually for now (and file a bug to enable jenkins)." [extensions/Buggy] - 10https://gerrit.wikimedia.org/r/188963 (https://phabricator.wikimedia.org/T88078) (owner: 10Gergő Tisza) [20:52:39] (03CR) 10Gergő Tisza: [C: 032 V: 032] "Meh. Needs to be added to jenkins I suppose." [extensions/Buggy] - 10https://gerrit.wikimedia.org/r/188963 (https://phabricator.wikimedia.org/T88078) (owner: 10Gergő Tisza) [20:53:14] 3MediaWiki-Vagrant, VisualEditor, MediaWiki-Configuration: Vagrant VE role localsettings conflicts with VisualEditor's user option defaults - https://phabricator.wikimedia.org/T88665#1032527 (10Legoktm) This is because we do: ``` } elseif ( is_array( $GLOBALS[$key] ) && is_array( $val ) ) { $GLOBALS[$key... [20:53:24] 3§ Fundraising Sprint Devo, MediaWiki-extensions-CentralNotice: Spike: how to support language variants through entire donation process - https://phabricator.wikimedia.org/T88615#1032529 (10AndyRussG) @atgo: Sounds good! (I'll link to the notes in the [[ https://phabricator.wikimedia.org/T55641 | general task ]]... [20:53:51] 3Multimedia, MediaWiki-extensions-Sentry: Automated tests for Sentry error logging - https://phabricator.wikimedia.org/T88078#1032530 (10Tgr) TODO: create jenkins config so that merges actually get merged. [20:54:37] 3§ Fundraising Sprint Devo, MediaWiki-extensions-CentralNotice: Spike: how to support language variants through entire donation process - https://phabricator.wikimedia.org/T88615#1032531 (10atgo) 5Open>3Resolved [20:54:38] 3MediaWiki-extensions-CentralNotice: zh-..., pt, and other language variants are not recognized - https://phabricator.wikimedia.org/T55641#1032532 (10atgo) [20:54:52] 3MediaWiki-extensions-CentralNotice: zh-..., pt, and other language variants are not recognized - https://phabricator.wikimedia.org/T55641#1032534 (10AndyRussG) See also: https://www.mediawiki.org/wiki/Fundraising_tech/Language_variants https://phabricator.wikimedia.org/T87652 [21:01:29] 3MediaWiki-Installer: Installer errors - table mw_updatelog not being created, install fails when trying to insert row into the table - https://phabricator.wikimedia.org/T89279#1032538 (10Aklapper) Thanks for taking the time to report this! Which MediaWiki version and database backend does this refer to? Assumi... [21:02:21] 3Project-Creators, Wikimedia-Labs-wikistats, MediaWiki-extensions-OpenStackManager, Wikimedia-Labs-Infrastructure, Wikimedia-Labs-wikitech-interface, Labs, Labs-Vagrant, Tool-Labs-tools-Article-request, Tool-Labs, Wikimedia-Labs-Other, Beta-Cluster, Wikimedia-Labs-extdist, Wikimedia-Labs-General: Labs' Phabricator... [21:05:35] 3MediaWiki-extensions-CentralNotice, Wikimedia-Fundraising: Special:RecordImpression should die in a fire - https://phabricator.wikimedia.org/T45250#1032545 (10AndyRussG) Some thoughts on organizing code for the above approach: - Add a global impression-logging facility to CN, which could be turned off or set to... [21:17:38] 3Multimedia, MediaWiki-Uploading: [Regression] broke Edittools for Special:Upload - https://phabricator.wikimedia.org/T33682#1032561 (10Aklapper) p:5Normal>3Volunteer? [21:17:56] 3MediaWiki-Installer: Installer errors - table mw_updatelog not being created, install fails when trying to insert row into the table - https://phabricator.wikimedia.org/T89279#1032563 (10Gwsuperfan) This bug exists in both 1.24.0 and 1.24.1 (I haven't tested older versions) New install using MySQL backend. Ot... [21:19:29] 3MediaWiki-Page-editing: mw.toolbar.insertTags should be independent from mediawiki.toolbar module - https://phabricator.wikimedia.org/T88976#1032567 (10Aklapper) p:5Triage>3Normal [21:19:43] 3MediaWiki-extensions-CharInsert: Inserting special characters does not work when "Enable enhanced editing toolbar" enabled but "Show edit toolbar" not enabled ("insertTags undefined" error) - https://phabricator.wikimedia.org/T88941#1032568 (10Aklapper) [21:20:09] (03CR) 10Gergő Tisza: "I don't think it should be limited to help pages (see e.g. https://gerrit.wikimedia.org/r/#/c/189182/ ). VagrantRole makes sense." [vagrant] - 10https://gerrit.wikimedia.org/r/189181 (https://phabricator.wikimedia.org/T88356) (owner: 10Gergő Tisza) [21:20:18] 3MediaWiki-extensions-CharInsert: Inserting special characters does not work when "Enable enhanced editing toolbar" enabled but "Show edit toolbar" not enabled ("insertTags undefined" error) - https://phabricator.wikimedia.org/T88941#1023754 (10Aklapper) 5Invalid>3Open Thanks for clarifying. I am going to me... [21:20:28] 3MediaWiki-extensions-CharInsert: Inserting special characters does not work when "Enable enhanced editing toolbar" enabled but "Show edit toolbar" not enabled ("insertTags undefined" error) - https://phabricator.wikimedia.org/T88941#1032578 (10Aklapper) [21:20:29] 3MediaWiki-extensions-CharInsert: CharInsert extension needs to make sure mediawiki.toolbar is loaded - https://phabricator.wikimedia.org/T88922#1023404 (10Aklapper) [21:20:34] 3Project-Creators, Wikimedia-Labs-wikistats, MediaWiki-extensions-OpenStackManager, Wikimedia-Labs-Infrastructure, Wikimedia-Labs-wikitech-interface, Labs, Labs-Vagrant, Tool-Labs-tools-Article-request, Tool-Labs, Wikimedia-Labs-Other, Beta-Cluster, Wikimedia-Labs-extdist, Wikimedia-Labs-General: Labs' Phabricator... [21:23:32] 3§Collaboration-Team-Sprint-Q-2015-02-25, §Collaboration-Team-Sprint-P-2015-02-11: P1. Fix problems with importing translatewiki.net Support page and other LQT threads - https://phabricator.wikimedia.org/T87795#1032606 (10DannyH) [21:23:33] (03PS13) 10Paladox: Convert .css to .less [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/189333 [21:23:38] 3§Collaboration-Team-Sprint-Q-2015-02-25, §Collaboration-Team-Sprint-P-2015-02-11: P2. Category support for Topic pages -- for translatewiki.net - https://phabricator.wikimedia.org/T87793#1032607 (10DannyH) [21:24:34] (03PS3) 10Gergő Tisza: Replace log() calls with mw.track error events in ResourceLoader [core] - 10https://gerrit.wikimedia.org/r/188482 [21:25:05] (03CR) 10Aaron Schulz: Purge caches after edits to the global user page (035 comments) [extensions/GlobalUserPage] - 10https://gerrit.wikimedia.org/r/178779 (https://phabricator.wikimedia.org/T76410) (owner: 10Legoktm) [21:27:10] (03Abandoned) 10Gergő Tisza: Remove system user/group options from Sentry role [vagrant] - 10https://gerrit.wikimedia.org/r/189184 (https://phabricator.wikimedia.org/T84957) (owner: 10Gergő Tisza) [21:27:10] 3MediaWiki-Search, §Collaboration-Team-Sprint-Q-2015-02-25, §Collaboration-Team-Sprint-P-2015-02-11, Flow, Scrum-of-Scrums: Search indexed Flow data - https://phabricator.wikimedia.org/T78789#1032617 (10DannyH) [21:27:21] 3§Collaboration-Team-Sprint-Q-2015-02-25, §Collaboration-Team-Sprint-P-2015-02-11: Bring Special:FlowSearch back to life - https://phabricator.wikimedia.org/T86257#1032621 (10DannyH) [21:29:18] 3Popups: Finalize on schema for the new instrumentation - https://phabricator.wikimedia.org/T88166#1032639 (10leila) @Prtksxna, two questions: 1) is this a logged-in or logged-out feature? 2) the default will be Hovercard on. If the user disables Hovercard and the user is logged-out, will his/her choice be rese... [21:31:13] 3Multimedia, MediaWiki-File-management: Chunked upload offset error should specify expected offset - https://phabricator.wikimedia.org/T87535#1032643 (10Rillke) [21:31:14] 3Multimedia, MediaWiki-Uploading: Chunked upload (tracking) - https://phabricator.wikimedia.org/T61914#1032642 (10Rillke) [21:31:15] 3MediaWiki-API: Result of chunk upload with warning omits offset - https://phabricator.wikimedia.org/T73737#1032644 (10Rillke) [21:32:52] (03PS4) 10Cscott: Use OOjs-UI for start/stop buttons. [extensions/Collection] - 10https://gerrit.wikimedia.org/r/187079 [21:32:54] (03PS3) 10Cscott: WIP: replace confirmation dialog with OOjs-UI dialog. [extensions/Collection] - 10https://gerrit.wikimedia.org/r/187141 [21:36:49] 3MediaWiki-extensions-AbuseFilter: Add more variables to AbuseFilter file uploading evaluation - https://phabricator.wikimedia.org/T21565#1032677 (10Se4598) >>! In T21565#1031373, @Fae wrote: > This is a great loophole for copyright abuse and uploading professional photographs to Commons without permission. Once... [21:38:18] has anyone explained to parent5446 that his mail client sucks and makes it almost impossible to distinguish quoted text from reply? [21:38:48] 3Multimedia, MediaWiki-extensions-Sentry, Beta-Cluster, Wikimedia-Logstash: Channel PHP errors from Logstash to Sentry on the beta cluster - https://phabricator.wikimedia.org/T85239#1032685 (10greg) [21:39:24] (03PS4) 10Legoktm: Purge caches after edits to the global user page [extensions/GlobalUserPage] - 10https://gerrit.wikimedia.org/r/178779 (https://phabricator.wikimedia.org/T76410) [21:41:21] (03CR) 10Legoktm: Purge caches after edits to the global user page (035 comments) [extensions/GlobalUserPage] - 10https://gerrit.wikimedia.org/r/178779 (https://phabricator.wikimedia.org/T76410) (owner: 10Legoktm) [21:41:48] 3Multimedia, MediaWiki-extensions-Sentry, Beta-Cluster, Wikimedia-Logstash: Channel PHP errors from Logstash to Sentry on the beta cluster - https://phabricator.wikimedia.org/T85239#1032689 (10Tgr) [21:44:02] 3MediaWiki-RfCs, ArchCom: RfC: HTML templating library - https://phabricator.wikimedia.org/T379#1032691 (10kaldari) @csteipp: That would probably be a good solution, but there are two issues: 1. I have no idea how that would work for 3rd party users. I guess we could also make template compilation part of the pa... [21:45:43] 3Multimedia, MediaWiki-extensions-Sentry: Add PHP error logging to Sentry extension - https://phabricator.wikimedia.org/T85188#1032701 (10greg) [21:47:16] 3Phabricator: Process to request a private project - https://phabricator.wikimedia.org/T823#1032703 (10chasemp) >>! In T823#1030131, @Qgil wrote: > Seeing the discussion at T88762 and also knowing that other teams are considering Phabricator if the problem of private tasks can be solved (Zero, some non-tech WMF... [21:48:05] 3MediaWiki-extensions-Translate: MessageGroupStats::forItemInternal deadlocks - https://phabricator.wikimedia.org/T53410#1032706 (10Nemo_bis) Thanks! Can we assume this fixed? [21:50:04] TimStarling: the same can be said of several other list members, sadly :/ [21:50:37] I think the mailing list etiquette teacher in charge is still Fiona [21:52:35] (03CR) 10JoelKP: [C: 032] "Tested with Arrays and SQI." [extensions/PhpTagsSMW] - 10https://gerrit.wikimedia.org/r/189684 (owner: 10Pastakhov) [21:52:47] (03Merged) 10jenkins-bot: update for PhpTags version 4.0.2 (v 1.2.0) Hook release 6 [extensions/PhpTagsSMW] - 10https://gerrit.wikimedia.org/r/189684 (owner: 10Pastakhov) [21:53:00] hi, I have a question to https://www.mediawiki.org/wiki/Manual:Hooks/UploadComplete, with with object as param will this be called? UploadForm, SpecialUpload or UploadBase? [21:53:08] 3Multimedia, MediaWiki-extensions-Sentry: Add PHP error logging to Sentry extension - https://phabricator.wikimedia.org/T85188#1032737 (10Tgr) [21:53:32] se4598: it looks like UploadBase [21:54:12] legoktm: in SpecialUpload its also called, an there it looks like SpecialUpload, bug? [21:54:51] ugh >.> [21:54:57] I guess it could be both? [21:55:12] se4598: no, the SpecialUpload hook is SpecialUploadComplete [21:55:14] legoktm: oh, there it is SpecialUploadComplete [21:55:17] yeah... [21:55:18] :) [21:55:32] * ^d grumbles about hooks [21:55:49] legoktm: should I change the UploadForm in docs to UploadBase? [21:56:10] se4598: yeah [21:56:30] (03CR) 10JoelKP: "Thanks!" [extensions/PhpTagsSMW] - 10https://gerrit.wikimedia.org/r/189684 (owner: 10Pastakhov) [21:56:47] 3: establish ipsec tunnel between codfw and eqiad pfw's - https://phabricator.wikimedia.org/T89294#1032745 (10Jgreen) 3NEW [21:58:05] 3: establish ipsec tunnel between codfw and eqiad pfw's - https://phabricator.wikimedia.org/T89294#1032754 (10Jgreen) [22:00:24] (03CR) 10Krinkle: "If you have a different shell username locally than for Wikimedia, you can set it in the sshconfig (right next to where the sshkey is load" [wmf-utils] - 10https://gerrit.wikimedia.org/r/189971 (owner: 10Filippo Giunchedi) [22:01:53] argh [22:02:35] Nemo_bis: I sent him an email [22:02:50] Nice [22:03:26] (03CR) 10Krinkle: "And then a `git remote rm origin && git review -s` afterwards for the hook (which I aliased as dofixupgerrit)" [wmf-utils] - 10https://gerrit.wikimedia.org/r/189971 (owner: 10Filippo Giunchedi) [22:04:18] understand that line numbering in doc.wm.o: Line 1116 follows on 1086, so where's the function defined at 1090?.. [22:06:56] 3MediaWiki-extensions-CentralAuth, MediaWiki-Core-Team: Undefined index warnings in ApiQueryGlobalUserInfo.php - https://phabricator.wikimedia.org/T89295#1032772 (10Legoktm) 3NEW [22:12:07] (03CR) 10Krinkle: Fixed CPB flyout notification count (032 comments) [extensions/Echo] - 10https://gerrit.wikimedia.org/r/188033 (https://phabricator.wikimedia.org/T67178) (owner: 10Phoenix303) [22:12:16] 3Phabricator: Process to request a private project - https://phabricator.wikimedia.org/T823#1032784 (10Slaporte) >>! In T823#1030131, @Qgil wrote: > Seeing the discussion at T88762 and also knowing that other teams are considering Phabricator if the problem of private tasks can be solved (Zero, some non-tech WMF... [22:13:08] 3Multimedia, Release-Engineering, MediaWiki-Uploading: Fatal error "Object does not implement ArrayAccess" in FileRepo::publishBatch() - https://phabricator.wikimedia.org/T89296#1032785 (10Tgr) 3NEW [22:13:36] 3Multimedia, Release-Engineering, MediaWiki-Uploading: Fatal error "Object does not implement ArrayAccess" in FileRepo::publishBatch() - https://phabricator.wikimedia.org/T89296#1032793 (10Tgr) [22:13:39] AaronS: Your commit c15caa6d53b47bc4205c2e3405d3193ade86a929 broke uploading [22:13:54] AaronS: The StatusValue patch. Should we revert it or can you fix 'er? [22:13:57] 3Multimedia, Release-Engineering, MediaWiki-Uploading: Fatal error "Object does not implement ArrayAccess" in FileRepo::publishBatch() - https://phabricator.wikimedia.org/T89296#1032785 (10Tgr) > Presumably related to I015635a9bf080ef6d98b2cff49b949c4378a859f. Mark verified via bisect. [22:14:44] 3Wikimedia-OTRS: OTRS major upgrade to 4 - https://phabricator.wikimedia.org/T89297#1032796 (10Jgreen) 3NEW [22:15:18] AaronS: Looks like you're CC'd on the bug too, https://phabricator.wikimedia.org/T89296 [22:15:38] (03PS1) 10Chad: Fix undefined variable warnings [extensions/DoubleWiki] - 10https://gerrit.wikimedia.org/r/190106 [22:16:25] <^d> legoktm: Easy production noise to fix ^ [22:17:19] (03CR) 10Hashar: [C: 032] "Danke Florian :]" [extensions/ConfirmEdit] - 10https://gerrit.wikimedia.org/r/182480 (https://phabricator.wikimedia.org/T44145) (owner: 10Florianschmidtwelzow) [22:18:12] kaldari, around and ready to answer a question about hooks running after upload? [22:18:24] (03Merged) 10jenkins-bot: Disable Captchas in phpunit [extensions/ConfirmEdit] - 10https://gerrit.wikimedia.org/r/182480 (https://phabricator.wikimedia.org/T44145) (owner: 10Florianschmidtwelzow) [22:19:10] marktraceur: I see [22:20:22] (03PS1) 10Aaron Schulz: Fixed FileRepo::newGood handling of $value [core] - 10https://gerrit.wikimedia.org/r/190108 [22:20:32] Yay [22:20:36] (03CR) 10Robmoen: Collection model is composed of CollectionItems (033 comments) [extensions/Gather] - 10https://gerrit.wikimedia.org/r/189933 (owner: 10Jhernandez) [22:21:37] AaronS: Testing now [22:21:55] Perfect [22:22:46] (03PS2) 10Aaron Schulz: Fixed FileRepo::newGood handling of $value [core] - 10https://gerrit.wikimedia.org/r/190108 [22:22:46] 3MediaWiki-skins-Slate, Wikimedia-Extension-setup: Deploy Skin:Slate to production - https://phabricator.wikimedia.org/T89216#1032824 (10Krinkle) >>! In T89216#1031012, @MZMcBride wrote: > >> * A/B testing or opt-in changes to gather feedback, use VectorBeta. > > Is VectorBeta still alive? I thought that was l... [22:23:09] * AaronS heads to the office [22:23:28] 3MediaWiki-General-or-Unknown, Possible-Tech-Projects: Support for Chemical Markup Language - https://phabricator.wikimedia.org/T18491#1032829 (10Rillke) >>! In T18491#1030904, @Qgil wrote: > Wikimedia will [[ https://phabricator.wikimedia.org/T921 | apply to Google Summer of Code and Outreachy ]] on Tuesday, Fe... [22:23:48] bd808|MEETING: ping me when you’re out of your meeting [22:25:35] 3MediaWiki-extensions-LabeledSectionTransclusion: #lsth does not process heading sections built using straight H# html element tags when targeted. - https://phabricator.wikimedia.org/T89299#1032833 (10GOIII) 3NEW [22:25:42] (03CR) 10MarkTraceur: [C: 032] Fixed FileRepo::newGood handling of $value [core] - 10https://gerrit.wikimedia.org/r/190108 (owner: 10Aaron Schulz) [22:26:05] 3MediaWiki-extensions-WikibaseRepository: "Add qualifier" button should automatically focus text box - https://phabricator.wikimedia.org/T89300#1032842 (10Yair_rand) 3NEW [22:29:30] (03PS4) 10MarkTraceur: Add browser test for "upload more files" [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/186543 (https://phabricator.wikimedia.org/T86119) [22:31:15] 3MediaWiki-RfCs, ArchCom: RfC: HTML templating library - https://phabricator.wikimedia.org/T379#1032865 (10Krinkle) If we want to go with compile-at-deploy (instead of lazy-cache), then it'd probably work like this: * For third-party users we can default to populating cache on-demand for individual templates (i... [22:31:43] (03Merged) 10jenkins-bot: Fixed FileRepo::newGood handling of $value [core] - 10https://gerrit.wikimedia.org/r/190108 (owner: 10Aaron Schulz) [22:34:32] (03CR) 10Legoktm: [C: 032] Fix undefined variable warnings [extensions/DoubleWiki] - 10https://gerrit.wikimedia.org/r/190106 (owner: 10Chad) [22:34:41] (03Merged) 10jenkins-bot: Fix undefined variable warnings [extensions/DoubleWiki] - 10https://gerrit.wikimedia.org/r/190106 (owner: 10Chad) [22:38:44] 3UI-Standardization, MediaWiki-Special-pages: Convert Special:MovePage to OOUI-based form - https://phabricator.wikimedia.org/T86865#1032883 (10Jdforrester-WMF) [22:40:10] (03PS3) 10EBernhardson: Record topic imports to Special:Log [extensions/Flow] - 10https://gerrit.wikimedia.org/r/189909 (https://phabricator.wikimedia.org/T87795) [22:41:02] (03CR) 10jenkins-bot: [V: 04-1] Record topic imports to Special:Log [extensions/Flow] - 10https://gerrit.wikimedia.org/r/189909 (https://phabricator.wikimedia.org/T87795) (owner: 10EBernhardson) [22:42:00] 3MediaWiki-extensions-AbuseFilter: ABF is ignoring wikitext during uplaod - https://phabricator.wikimedia.org/T89252#1032890 (10Se4598) 5Invalid>3Open looks like this is a valid bug, based on my assumption that for new upload only onUploadVerifyFile is called, but not filterEdit. Maybe that's also a core bu... [22:43:14] 3Multimedia, Release-Engineering, MediaWiki-Uploading: Fatal error "Object does not implement ArrayAccess" in FileRepo::publishBatch() - https://phabricator.wikimedia.org/T89296#1032892 (10Tgr) 5Open>3Resolved a:3Tgr Fix verified on beta. Thanks Aaron! [22:43:26] 3MediaWiki-extensions-AbuseFilter: ABF is ignoring wikitext during uplaod - https://phabricator.wikimedia.org/T89252#1032895 (10Se4598) p:5Volunteer?>3High [22:44:26] 3MediaWiki-extensions-AbuseFilter: ABF is ignoring wikitext during uplaod - https://phabricator.wikimedia.org/T89252#1031276 (10Se4598) [22:44:27] 3MediaWiki-extensions-AbuseFilter: Add more variables to AbuseFilter file uploading evaluation - https://phabricator.wikimedia.org/T21565#1032896 (10Se4598) [22:46:00] 3MediaWiki-extensions-AbuseFilter: Add more variables to AbuseFilter file uploading evaluation - https://phabricator.wikimedia.org/T21565#236323 (10Se4598) ok @Fae, I think I understand and you mean T89252. [22:49:25] 3MediaWiki-extensions-AbuseFilter: ABF is ignoring wikitext during upload - https://phabricator.wikimedia.org/T89252#1032901 (10Se4598) [22:49:30] (03CR) 10Legoktm: [C: 032 V: 032] Rewrite sort-gitmodules script in Python [extensions] - 10https://gerrit.wikimedia.org/r/189645 (owner: 10PleaseStand) [22:50:42] (03CR) 10Gergő Tisza: "Ping :)" [vagrant] - 10https://gerrit.wikimedia.org/r/164095 (owner: 10Gergő Tisza) [22:50:58] kaldari: I have 10 mintues between meetings! What's up? [22:52:09] 3Wikimedia-General-or-Unknown: Add login and create account links to www project portals - https://phabricator.wikimedia.org/T1382#1032907 (10Jaredzimmerman-WMF) I'd recommend, in order of if the info exists… Last wiki used (logged in via) Wiki with most recent edits Home wiki (is this meaningful to users?) Wi... [22:52:47] 3VisualEditor, MediaWiki-extensions-Graph, Possible-Tech-Projects: Graph editing in VisualEditor - https://phabricator.wikimedia.org/T89287#1032909 (10Jdforrester-WMF) p:5Triage>3Normal [22:56:06] (03CR) 10Tim Starling: "Is that an HHVM bug? You know I did a lot of work on XMLReader::open() etc. in HHVM." [core] - 10https://gerrit.wikimedia.org/r/189925 (owner: 10Daniel Kinzler) [22:56:21] 3REFLEX: Implement UserZoom tracking code - https://phabricator.wikimedia.org/T1015#1032918 (10Jaredzimmerman-WMF) This is not for production servers. [22:56:52] 3Wikimedia-Shop: [Collections Page] : 'Best Sellers' / 'Discountable' Photos Missing - Please Hide - https://phabricator.wikimedia.org/T86986#1032920 (10MNguyen) I've hidden these categories until we have proper photos/placeholders. [22:57:03] (03PS2) 10Aude: Track branch for special extensions [tools/release] - 10https://gerrit.wikimedia.org/r/170025 (https://bugzilla.wikimedia.org/72759) [23:00:18] (03CR) 10Daniel Kinzler: "@Tim: happens to me on Zend, didn't try HHVM" [core] - 10https://gerrit.wikimedia.org/r/189925 (owner: 10Daniel Kinzler) [23:03:13] (03CR) 10Paladox: "@Fomafix and @Mattflaschen please review and merge." [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/189333 (owner: 10Paladox) [23:03:27] 3§Collaboration-Team-Sprint-Q-2015-02-25, §Collaboration-Team-Sprint-P-2015-02-11: P1. Fix problems with importing translatewiki.net Support page and other LQT threads - https://phabricator.wikimedia.org/T87795#1032939 (10Mattflaschen) We're not going to expand the scope of this task to all the things in the new... [23:03:59] (03CR) 10Paladox: "Ok." [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/190027 (https://phabricator.wikimedia.org/T86476) (owner: 10Paladox) [23:04:08] (03CR) 10Aude: "patchset 2 is rebase" [tools/release] - 10https://gerrit.wikimedia.org/r/170025 (https://bugzilla.wikimedia.org/72759) (owner: 10Aude) [23:10:29] 3Shop-Theme: [Ipad & desktop] Empty spaces in between products for both - https://phabricator.wikimedia.org/T88606#1032947 (10Nirzar) The long product names are causing this issue. Proposed solution: truncate the long product names with ellipses. I will add this in next patchset ``` white-space: nowrap; overfl... [23:10:37] 3§Collaboration-Team-Sprint-Q-2015-02-25, §Collaboration-Team-Sprint-P-2015-02-11: P1. Fix problems with importing translatewiki.net Support page - https://phabricator.wikimedia.org/T87795#1032948 (10Mattflaschen) [23:15:07] (03CR) 10TTO: "As far as I can tell, I can answer most of your concerns with the following information:" [core] - 10https://gerrit.wikimedia.org/r/184554 (https://phabricator.wikimedia.org/T45868) (owner: 10TTO) [23:15:56] 3Multimedia, MediaWiki-Uploading: Create check hook before really uploading file with infos about description page and file - https://phabricator.wikimedia.org/T89302#1032952 (10Se4598) 3NEW [23:16:23] 3MediaWiki-extensions-AbuseFilter: ABF is ignoring wikitext during upload - https://phabricator.wikimedia.org/T89252#1032962 (10Se4598) a:5Krenair>3None [23:17:26] meh, phabricator feels like it spams a lot more/it is necessary to do so than good old bugzilla. [23:18:45] (03PS1) 10Christopher Johnson (WMDE): adds JS table functions to all tables [phabricator/extensions/Sprint] - 10https://gerrit.wikimedia.org/r/190112 (https://phabricator.wikimedia.org/T89278) [23:20:15] 3Shop-Theme: [Ipad & Mobile] Lapel Pin page description overlaps footer - https://phabricator.wikimedia.org/T88607#1032966 (10Nirzar) There seems to be a height limit on ``` .product_description{ height: 500px; } ``` Not sure why. @prtksxna If I remove the height:500px everything works fine. is there a reaso... [23:23:01] 3MediaWiki-extensions-CentralNotice, § Fundraising Tech Backlog: Do banner hiding with mixins - https://phabricator.wikimedia.org/T86100#1032969 (10atgo) [23:24:00] 3MediaWiki-extensions-AbuseFilter: Add more variables to AbuseFilter file uploading evaluation - https://phabricator.wikimedia.org/T21565#1032981 (10Fae) > ok @Fae, I think I understand and you mean T89252. Yep, probably. It's not a "bad" OTRS ticket though, this is just finding a way to flag when a non-OTRS us... [23:25:00] 3Labs-Vagrant, MediaWiki-JobRunner: Import dump fails; Complains about Jobrunner service not being installed - https://phabricator.wikimedia.org/T89304#1032982 (10rmoen) 3NEW [23:25:54] 3MediaWiki-extensions-LabeledSectionTransclusion: #lsth does not process heading sections built using straight H# html element tags when targeted. - https://phabricator.wikimedia.org/T89299#1032989 (10GOIII) [23:26:42] 3§ Fundraising Sprint Devo, MediaWiki-extensions-CentralNotice: Remove banner variance params: take 2 - https://phabricator.wikimedia.org/T88626#1032991 (10atgo) 5Open>3Resolved a:3atgo [23:27:21] csteipp: If I spend the time to develop a compile-at-deployment solution for lightncandy, do you think you would be happy with it from a security POV? [23:29:06] kaldari: I would be. Krinkle is still concerned about the quality of the library as a whole. I'd like him to be onboard with the solution too.. [23:30:19] kaldari: csteipp: It's good enough, but I worry it's not sustainable. I'll keep looking for the medium term and expect us to not use it for more than 6 months. [23:30:39] kaldari: csteipp: We should only consider compile-at-deployment is it's too slow though. have we determined that? [23:31:13] Krinkle: Not sure I parsed your question [23:31:25] 3Labs-Vagrant, MediaWiki-JobRunner: Import dump fails; Complains about Jobrunner service not being installed - https://phabricator.wikimedia.org/T89304#1032994 (10rmoen) Note: Some pages do appear to have been imported. Not sure exactly to what extent it is failing as the error does occur. [23:32:34] kaldari: Adding deployment scripts should be avoided if at all possible because it makes deployment slower, and adds complexity and also extends maintenance to RelgEng. It's an anti-pattern as last resort for things that are too slow to do on-demand. [23:33:00] (03CR) 10GWicke: [C: 031] "LGTM. @Aaron, could you give it a final check-over as well?" [extensions/RestBaseUpdateJobs] - 10https://gerrit.wikimedia.org/r/188952 (https://phabricator.wikimedia.org/T87520) (owner: 10Mobrovac) [23:33:01] kaldari: populating cache from run-time is needed anyway for third-parties and local dev. And may actually be enough. [23:33:13] kaldari: For JSMin, and CSSJanus, and CSSMin etc, it has been enough and fast enough. [23:33:30] Remember we don't have any build scripts for that, or a deployment step. [23:33:33] It just works. [23:33:42] Krinkle, csteipp: I have no particular attachment to lightncandy and would be fine with switching to another lib after we have an initial implementation of some kind. [23:35:17] 3MediaWiki-Export-or-Import: Import: XMLReader::open(): Unable to open source data - https://phabricator.wikimedia.org/T86036#1032995 (10TTO) @csteipp I think you're missing the point somewhat. See my comment at the patch. (Sorry for fragmenting the discussion, I was working through my e-mail queue in oldest to... [23:36:56] (03PS2) 10Christopher Johnson (WMDE): adds JS table functions to all tables [phabricator/extensions/Sprint] - 10https://gerrit.wikimedia.org/r/190112 (https://phabricator.wikimedia.org/T89278) [23:37:53] 3wikidata-query-service, MediaWiki-Core-Team: Investigate BigData for WDQ - https://phabricator.wikimedia.org/T88717#1032996 (10Smalyshev) a:3Smalyshev [23:39:30] Krinkle: So you’re suggesting just writing to a file cache at run-time? [23:40:20] (I’m not familair with how JSMin etc work) [23:42:50] 3Wikimedia-Site-requests: Enable 'interface-editor' user group on cawikibooks - https://phabricator.wikimedia.org/T85713#1033003 (10Billinghurst) @Gerardduenas the standard process for stewards is to act as 'crats at small wikis to evaluate nominations and the community consensus of these nominations. This is a... [23:43:56] Krinkle: Is there any documentation for how JSMin, CSSJanus, etc. work on the cluster? I would love to have a better understanding of that. Or if you could point me to the relavent code that handles those things. [23:45:48] (03CR) 10Christopher Johnson (WMDE): [C: 032 V: 032] adds JS table functions to all tables [phabricator/extensions/Sprint] - 10https://gerrit.wikimedia.org/r/190112 (https://phabricator.wikimedia.org/T89278) (owner: 10Christopher Johnson (WMDE)) [23:47:04] kaldari: look at ResourceLoader::filter() [23:49:11] legoktm: thanks [23:59:09] 3MediaWiki-extensions-AbuseFilter: ABF is ignoring wikitext during upload - https://phabricator.wikimedia.org/T89252#1033017 (10Se4598) Further research for whoever will fix this w/o T 89302 hook: there should/will be the hook "PageContentSave" called when the description page is created, but it hasn't a nice er... [23:59:59] (03PS1) 10Rillke: Expose file size and MIME to Lua [extensions/Scribunto] - 10https://gerrit.wikimedia.org/r/190117