[00:00:40] Reedy: I couldn't get it from context either though right? I'm taking a look at the maps atm https://doc.wikimedia.org/mediawiki-core/master/php/classPageArchive.html [00:01:20] Reedy: Also, is there a specific instance when it is a good idea to add reference & in front of a variable? [00:02:36] If you want to pass it by reference [00:02:39] Rather than by value [00:02:59] You can get a user from the context, yes [00:03:26] (03PS1) 10Bmansurov: WIP: Allow querying non-free images too [extensions/PageImages] - 10https://gerrit.wikimedia.org/r/320703 (https://phabricator.wikimedia.org/T131105) [00:03:35] Reedy: Could you show me how? [00:03:43] 10MediaWiki-extensions-LdapAuthentication, 07Wikimedia-log-errors: CAS update failed on user_touched for user ID '55' (read from replica); the version of the user to be saved is older than the current version. - https://phabricator.wikimedia.org/T150373#2784419 (10mmodell) @cicalese: why LDAP-Authorization? T... [00:03:46] Reedy: Or lead me to it with a doc or something? I can't seem to find it. [00:03:49] You'd need to find the relevant context object [00:04:28] (03CR) 10jenkins-bot: [V: 04-1] WIP: Allow querying non-free images too [extensions/PageImages] - 10https://gerrit.wikimedia.org/r/320703 (https://phabricator.wikimedia.org/T131105) (owner: 10Bmansurov) [00:05:08] In a hook... [00:06:58] MtDu: I guess, RequestContext::getMain()->getUser() [00:07:00] (03CR) 10Cindy-the-browser-test-bot: [C: 031] "Cindy says good job \o/. Keep it up." [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320701 (https://phabricator.wikimedia.org/T149982) (owner: 10EBernhardson) [00:07:08] (03CR) 10Cindy-the-browser-test-bot: "Phan static analysis done without errors!" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320701 (https://phabricator.wikimedia.org/T149982) (owner: 10EBernhardson) [00:07:36] (03CR) 10Deskana: [C: 032] Completion preferences radio and content should be side-by-side [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320701 (https://phabricator.wikimedia.org/T149982) (owner: 10EBernhardson) [00:13:15] 10MediaWiki-File-management, 10ArchCom-RfC, 06Commons, 06Multimedia, and 14 others: Define an official thumb API - https://phabricator.wikimedia.org/T66214#2784442 (10Tgr) Related: {T74328}, {T67383}, {T75935} [00:14:34] Reedy: so Can I get to requestContext from undelete using the config found there? [00:14:54] It's a static function, so you can use it anywhere [00:15:03] If you're in a NS, you might need a use at the top, or a \ [00:15:17] 10MediaWiki-Search, 10CirrusSearch, 06Discovery, 06Discovery-Search, 07Technical-Debt: Cleanup execution flow through Special:Search - https://phabricator.wikimedia.org/T150393#2784454 (10EBernhardson) [00:15:30] Reedy: I'm confused. Is there a doc I can read? [00:15:41] What's confusing? [00:15:46] Just try using it? [00:16:05] Newsletter doesn't look to use Namespaces, so nothing to worry about there [00:16:36] Reedy: So I just use it? like $user = RequestContext::getMain()->getUser()? [00:16:42] yup [00:16:44] (03Merged) 10jenkins-bot: Completion preferences radio and content should be side-by-side [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320701 (https://phabricator.wikimedia.org/T149982) (owner: 10EBernhardson) [00:16:53] (03PS5) 10Pmiazga: Hygiene: clean up section headers preparation [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/320265 [00:16:54] Or if you need teh context for anything else, cache that seperately [00:16:57] Reedy: And Newsletter does use namespaces doesn't it I think. Or am I talking about something different? [00:17:06] PHP namespaces [00:17:11] Not namespaces on MediaWiki [00:18:01] 10MediaWiki-Search, 10CirrusSearch, 06Discovery, 06Discovery-Search, 07Technical-Debt: Cleanup execution flow through Special:Search - https://phabricator.wikimedia.org/T150393#2784478 (10EBernhardson) [00:20:03] Reedy: It worked. Thanks! In the future, how do I figure out what context I'm in so I can get to the user? For example, what was your thought process on getting that? [00:20:38] If you're in a static function, you're going to have to rely on the objects you're being passed (ideally) or that method if it comes to it [00:21:00] If you're somewhere like a SpecialPage, which is a subclass of the context code, you are in a context object already [00:21:10] So you can just do $this->getUser() [00:21:27] Using an IDE or similar can make this easier [00:22:14] (03CR) 10Gergő Tisza: WIP: Allow querying non-free images too (032 comments) [extensions/PageImages] - 10https://gerrit.wikimedia.org/r/320703 (https://phabricator.wikimedia.org/T131105) (owner: 10Bmansurov) [00:22:42] Reedy: But I was in static function? is it because undelete form is in the class SpecialUndelete which is under SpecialPage? [00:23:36] 06Discovery-Analysis (Current work): From Zero To Hero 2: Electric Boogaloo - https://phabricator.wikimedia.org/T147216#2784483 (10chelsyx) Hi @TJones, @dcausse and @EBernhardson ! The full tables are too long, so I put them here: https://github.com/wikimedia-research/Discovery-Search-QueryFeatures-201610/blob/... [00:25:13] (03CR) 10Cindy-the-browser-test-bot: [C: 04-1] "I ran tests for your patch and there were some errors: features/combined_filters_api.feature:8:9:10 features/boost_template_api.feature:3:" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320700 (https://phabricator.wikimedia.org/T134157) (owner: 10EBernhardson) [00:25:21] (03CR) 10Cindy-the-browser-test-bot: "Phan static analysis done without errors!" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320700 (https://phabricator.wikimedia.org/T134157) (owner: 10EBernhardson) [00:26:41] MtDu: You're not operating in the SpecialPage there, nor do you have the specialpage object [00:27:17] Reedy: So how did it work on my static function onUndeleteForm? [00:27:37] Because you called a static function on another class [00:29:33] 10MediaWiki-extensions-DonationInterface, 10Fundraising-Backlog, 03Fundraising Sprint Value Subtracting: Autofocus on first field (First Name) on payments.wiki - https://phabricator.wikimedia.org/T149803#2784488 (10cwdent) a:03cwdent [00:29:57] 10MediaWiki-Email, 10MediaWiki-User-login-and-signup, 10MediaWiki-User-preferences: Improve MediaWiki email validation - https://phabricator.wikimedia.org/T150394#2784489 (10Reedy) [00:34:47] (03PS3) 10EBernhardson: Use timeouts to limit regex searches rather than max_inspect [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320700 (https://phabricator.wikimedia.org/T134157) [00:35:10] 10Phabricator, 06Operations: iridium / filesystem almost full - https://phabricator.wikimedia.org/T150396#2784519 (10fgiunchedi) [00:35:48] 10MediaWiki-extensions-CentralAuth, 10MediaWiki-extensions-OATHAuth: OATHAuth doesn't support CentralAuth - https://phabricator.wikimedia.org/T147902#2784534 (10Tgr) [00:35:51] 10MediaWiki-extensions-OATHAuth, 13Patch-For-Review, 05WMF-deploy-2016-11-08_(1.29.0-wmf.2): Don't use sitename when $wgOATHAuthDatabase != $wgDBname - https://phabricator.wikimedia.org/T147901#2784532 (10Tgr) 05Resolved>03Open This should be a message key, not a plain string. Not all languages use the L... [00:39:25] 10CirrusSearch, 06Discovery, 06Discovery-Search (Current work), 13Patch-For-Review: Options for Completion Suggester misaligned when description uses more than one line - https://phabricator.wikimedia.org/T149982#2770980 (10Deskana) 05Open>03Resolved This is fixed now, and should be deployed next week... [00:40:09] (03CR) 10jenkins-bot: [V: 04-1] Use timeouts to limit regex searches rather than max_inspect [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320700 (https://phabricator.wikimedia.org/T134157) (owner: 10EBernhardson) [00:40:16] 10Phabricator, 06Operations: iridium / filesystem almost full - https://phabricator.wikimedia.org/T150396#2784519 (10Dzahn) 3% more space freed with "apt-get clean" [00:41:17] 10Phabricator, 06Operations: iridium / filesystem almost full - https://phabricator.wikimedia.org/T150396#2784547 (10fgiunchedi) Also `/var/log/account` is 800MB, which wouldn't necessarily be an issue though `/` is very small (10G) [00:41:51] 10Phabricator, 06Operations: iridium / filesystem almost full - https://phabricator.wikimedia.org/T150396#2784548 (10Dzahn) yep, as on einsteinium, process accounting is most of the size of /var/log/, and yes, it should just be extended to larger than 10G [00:42:40] 10MobileFrontend, 06Reading-Web-Backlog, 07Performance, 03Reading-Web-Sprint-85-💩, 05WMF-deploy-2016-11-08_(1.29.0-wmf.2): Sections on mobile views jumps around after load (FOUC) - https://phabricator.wikimedia.org/T126825#2784553 (10Nicholas.tsg) I've noticed on Web Browser for Android (globe) {F4711337... [00:44:46] (03CR) 10Cindy-the-browser-test-bot: [C: 031] "Cindy says good job \o/. Keep it up." [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320700 (https://phabricator.wikimedia.org/T134157) (owner: 10EBernhardson) [00:44:55] (03CR) 10Cindy-the-browser-test-bot: "Phan static analysis done without errors!" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320700 (https://phabricator.wikimedia.org/T134157) (owner: 10EBernhardson) [00:48:40] 10Phabricator, 06Operations: iridium / filesystem almost full - https://phabricator.wikimedia.org/T150396#2784575 (10Dzahn) We should do this while reinstalling iridium as phab1001. Ideally we finish phab2001, fail over to that, then reinstall this one with a larger / and the new name. [01:17:08] Reedy: ping [01:31:22] yurik: ping [01:31:37] hi [01:32:04] Can I access the mediawiki status class from any function and just pass it in as a or how do I get it? See 320370 file newsletter.hooks.php patch for more info. [01:33:54] yurik: im writing a function onundeleteform and I'm trying to return status new good but I'm not sure if I can pass the status in as a parameter like the function onarticledelete. [01:42:49] MtDu_, sorry, had to step away for a sec [01:43:44] MtDu_, what's the line number? [01:44:23] still there? [01:45:53] yurik: yeah. :) 229 and 232 is what the end result should be but there's no status passed. I looked in the function right above (188) and the articledelete doesn't natively have a status parameter so I was wondering if I could just add it into my function as well. [01:46:27] MtDu_, if that function is a hook handler, you can only return true/false from it - because multiple functions can listen to the same hook [01:46:40] and the hook system calls all of them one after another [01:46:56] it stops calling them if a function returns false [01:47:01] otherwise it continues [01:47:05] its a notification system [01:47:30] 06Wikipedia-Android-App-Backlog, 10Android-app-feature-Feeds (Android-app-feature-Feeds-MVP-2.0): [Feed 2.0] Add announcement cards - https://phabricator.wikimedia.org/T140012#2784618 (10Fjalapeno) [01:47:43] 06Research-and-Data, 10Research-consulting: Run a version of the reader survey on the Apps - https://phabricator.wikimedia.org/T150313#2784619 (10Fjalapeno) [01:47:45] 06Wikipedia-Android-App-Backlog, 10Android-app-feature-Feeds (Android-app-feature-Feeds-MVP-2.0): [Feed 2.0] Add announcement cards - https://phabricator.wikimedia.org/T140012#2449957 (10Fjalapeno) [01:48:18] yurik: ok. Take a look at the function on 188. It returns status stuff on lines 201 and 204. [01:49:07] MtDu_, it doesn't RETURN it, it changes one of the "by-ref" parameters [01:49:44] yurik: what do you mean? [01:50:21] MtDu_, https://en.wikipedia.org/wiki/Evaluation_strategy#Call_by_reference [01:54:49] yurik: so it just changes a variable/value? So why is 'return'? [01:55:50] MtDu_, that is a very good question! [01:55:53] no idea :) [01:55:58] exploring... [01:58:52] MtDu_, https://github.com/wikimedia/mediawiki/blob/master/docs/hooks.txt#L179 [01:59:07] so no statuses [02:00:50] 10Hovercards, 06Reading-Web-Backlog: Hovercards EL related bugs - https://phabricator.wikimedia.org/T149947#2784631 (10Tbayer) >>! In T149947, @phuedx wrote: >> * Both “opened in new tab” and “dwelled but abandoned” events are logged. That's reminiscent of T140485, right? [02:01:21] MtDu_, and here's the calling place: https://github.com/wikimedia/mediawiki/blob/master/includes/Hooks.php#L195 [02:01:48] so yes, only true/false and strings are allowed. And even strings are converted into exceptions [02:01:55] what you are looking at is a clear mistake [02:02:22] So that code should not be there is what you're saying? [02:02:29] yurik: ^ [02:02:30] yep [02:03:35] yurik: return true just means that particular hook is done and false means that it should stop all hooks? [02:05:10] example: there is a hook to get all available namespaces. MediaWiki calls Hook::Run( 'onNamespaces', $allNamespaces). Your code gets that $allNamespaces as a "by-reference" parameter, and appends some more namespaces to it [02:05:15] yurik: I'm still a little confused. How come when I test locally the extension and I use action=delete it doesn't throw an error? Because if it cant return any status then shouldn't it throw an error? That is the function on line 188 [02:05:40] and returns true, allowing other hook listeners to be processed [02:06:16] if on the other hand, your code doesn't want to allow any other listeners to append more namespaces after yours, you return false [02:06:51] what does your code return? Status is NOT a string, and its NOT a "false" value, therefore it simply treats it as a "true" and continues [02:07:04] 10MediaWiki-Parser, 06Parsing-Team: Html5Depurate generates non-conformant output when p-wrapping non-phrasing content - https://phabricator.wikimedia.org/T150317#2784635 (10tstarling) >>! In T150317#2782646, @cscott wrote: > Does this occur for Balancer as well? We noticed this issue in a visual diff between... [02:07:07] see my link above to the Hook:run [02:11:13] yurik: so NB even if there was an error or something it wouldn't show the user? It would just treat as true and move in? [02:11:16] On* [02:15:21] yep [02:26:40] yurik: another question. I looked the function on line 188 and it does not have $status as a parameter. Is it ok to just add the $status? https://www.mediawiki.org/wiki/Manual:Hooks/ArticleDelete [02:41:38] (03PS1) 10Fjalapeno: Add announcements endpoint [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 [02:41:51] mtDu_sec [02:41:54] 10MediaWiki-extensions-LdapAuthentication, 07Wikimedia-log-errors: CAS update failed on user_touched for user ID '55' (read from replica); the version of the user to be saved is older than the current version. - https://phabricator.wikimedia.org/T150373#2784638 (10cicalese) This task was initially tagged with... [02:42:44] mtdu_what are you trying to do? [02:44:31] MtDu__, MtDu_ - not sure which is more recent [02:44:33] https://www.mediawiki.org/wiki/Manual:Hooks/ArticleDelete [02:44:40] that page is outdated [02:44:56] look in the hooks.txt file i sent you a link above [02:45:03] it shows that there are two more params [02:45:09] that have been added since [02:47:04] 10MediaWiki-Categories, 10CirrusSearch, 06Discovery, 06Discovery-Search: CirrusSearch: Monitor time it takes for template changes to be reflected in the index - https://phabricator.wikimedia.org/T69419#2784639 (10Deskana) 05Open>03declined This task is old, and mostly not actionable. In my experience,... [02:47:59] 10MediaWiki-Releasing, 10Timeless, 10Vector, 10Wikimedia-Developer-Summit (2017): Replacing Vector as the default MediaWiki skin - https://phabricator.wikimedia.org/T149636#2784643 (10Isarra) 05Open>03declined ...nevermind. [02:49:09] 06Discovery, 07Epic: EPIC: Review current ElasticSearch configuration, and use relevance lab to run tests to optimise the configuration to improve search result relevance - https://phabricator.wikimedia.org/T125603#2784645 (10Deskana) 05Open>03Resolved a:03Deskana This task is fairly old, and as we can s... [02:49:17] 06Discovery, 06Discovery-Search, 07Epic: EPIC: Review current ElasticSearch configuration, and use relevance lab to run tests to optimise the configuration to improve search result relevance - https://phabricator.wikimedia.org/T125603#2784648 (10Deskana) [02:49:25] yurik: I'm just trying to understand the code. [02:50:24] MtDu_ right, so not sure i understood your question "just ask the status" - the CALLER of the hook (somewhere deep in core mediawiki) calls the hook system and passes it several params [02:50:47] your function that listens to that hook would only get the parameters that are beingn passed by the caller, and nothing else [02:51:04] sometimes, the caller code is updated, and more params are added to the call [02:51:44] 10CirrusSearch, 06Discovery, 06Discovery-Search: CompletionSuggester prefers perfect redirect match over near-perfect target match - https://phabricator.wikimedia.org/T122932#2784651 (10Deskana) [02:51:51] 10CirrusSearch, 06Discovery, 06Discovery-Search: CompletionSuggester prefers perfect redirect match over near-perfect target match - https://phabricator.wikimedia.org/T122932#1916978 (10Deskana) Issue still exists. [02:53:12] yurik: So is the code in https://gerrit.wikimedia.org/r/#/c/320370/3/Newsletter.hooks.php on lines 201 and 204 is still useless despite the new params? [02:53:31] yurik: And I wouldn't be able to use status in my function? If I wanted to, how would I go about doing that? [02:56:53] 10CirrusSearch, 06Discovery, 06Discovery-Search: "Ignoring nonexistent page" that does exist - https://phabricator.wikimedia.org/T69869#2784655 (10Deskana) Is this still an issue? I don't know where to look to verify it myself. [02:57:02] MtDu_, that code does not appear to be correct, no [02:58:52] MtDu_, do you want to delete newsletter in addition to deleting the page? [02:59:12] 06Discovery: Completion suggester should allow searching for last names (of people) - https://phabricator.wikimedia.org/T125111#2784659 (10Deskana) This would essentially be solved by T145427; "Lastname, Firstname" is the defaultsort entry for biographies about people. Merging this in to that. [02:59:17] MtDu_, if so, simply return true [02:59:22] 06Discovery, 06Discovery-Search: Completion suggester should allow searching for last names (of people) - https://phabricator.wikimedia.org/T125111#2784661 (10Deskana) [02:59:26] don't do the $status->newGood() [02:59:39] 06Discovery, 06Discovery-Search: Completion suggester should allow searching for last names (of people) - https://phabricator.wikimedia.org/T125111#1974595 (10Deskana) [02:59:42] 06Discovery, 06Discovery-Search (Current work): Testing needed for the add of DEFAULTSORT keys to wiki search autocomplete - https://phabricator.wikimedia.org/T145427#2629733 (10Deskana) [03:00:23] yurik: yeah it does. But it doesn't delete it from db. Just sets it to inactive so the data and ids are still there. [03:00:51] MtDu_, and if it newsletter delete fails, you should 1) set the $status->fatal(...) (not new fatal), and 2) return false [03:00:54] yurik: in response to your question. Yes that function deletes the newsletter. My function restores it. The way were implementing is to make it more wiki style. [03:01:43] yurik: ok. I guess I should file a bug because I didn't write the onArticleDelete. I'm using that as a guide to write the onUndelete function. [03:01:56] bad code => more bad code :( [03:02:06] i wonder who reviewed it [03:02:46] Well. I looked at the patch and the author +2ed himself. But he was writing that to fix another bug I reported so... :P [03:02:55] hehe [03:03:45] MtDu_, are you creating a phab ticket? [03:04:23] yurik: been on mobile for tis whole time. :P do you mind doing it? I think it might be better if you do it since you just explained to me. :) [03:04:37] ok [03:04:46] eek, mobile is hard for irc [03:05:18] 10InternetArchiveBot: InternetArchiveBot changing url= - https://phabricator.wikimedia.org/T150398#2784670 (10Evad37) [03:06:02] yurik: please add me as a subscriber though. [03:07:09] 10CirrusSearch, 06Discovery, 06Discovery-Search: Image search by file size - https://phabricator.wikimedia.org/T78490#2784683 (10Deskana) 05Open>03Resolved a:03Smalyshev This was solved in T144447 and related tasks; see [[https://www.mediawiki.org/wiki/Help:CirrusSearch#File_properties_search|CirrusSea... [03:07:10] (03PS4) 10EBernhardson: Use timeouts to limit regex searches rather than max_inspect [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320700 (https://phabricator.wikimedia.org/T134157) [03:07:17] yurik: in regards to the $status->fail(...) Will that automatically display an error? [03:07:48] i don't know what deleteArticle does with that status - i guess it does [03:08:15] yurik: but, in regards to the function I'm writing, I wouldn't be able to access $status? Would I be able to access it using context or something? [03:08:20] 10CirrusSearch, 06Discovery, 06Discovery-Search: CirrusSearch should do something helpful if the search does not return enough results - https://phabricator.wikimedia.org/T55799#2784690 (10Deskana) 05Open>03Resolved a:03Deskana Many of our recent improvements (such as TextCat) and our upcoming improvem... [03:09:36] 04(no projects): Fix incorrect newsletter onArticleDelete hook handler - https://phabricator.wikimedia.org/T150399#2784694 (10Yurik) [03:09:59] 10CirrusSearch, 06Discovery, 06Discovery-Search, 07Epic: EPIC: CirrusSearch: various undesirables detected in Russian Wikipedia - https://phabricator.wikimedia.org/T88724#2784709 (10Deskana) [03:10:02] 10CirrusSearch, 06Discovery, 06Discovery-Search: CirrusSearch: No highlighted text returned from `intitle:` phrase searches - https://phabricator.wikimedia.org/T94874#2784706 (10Deskana) 05Open>03Resolved a:03Deskana The links @ckoerner_wmf gave above work for me. I'm guessing this was a transient bug,... [03:10:08] 10MediaWiki-extensions-Newsletter, 07Technical-Debt: Fix incorrect newsletter onArticleDelete hook handler - https://phabricator.wikimedia.org/T150399#2784712 (10Yurik) a:05MtDu>03None [03:10:19] MtDu_, https://phabricator.wikimedia.org/T150399 [03:11:01] 10MediaWiki-Search, 06Discovery-Search: MySQL-Search should sort results by relevance - https://phabricator.wikimedia.org/T7992#2784715 (10Deskana) [03:13:25] 10CirrusSearch, 06Discovery-Search: List most popular queries on search page - https://phabricator.wikimedia.org/T9886#2784719 (10Deskana) [03:14:46] (03PS1) 10JGirault: build: Replace jscs+jshint with eslint [mapdata] - 10https://gerrit.wikimedia.org/r/320714 [03:15:46] yurik: doesnt returning false stop listening for all hooks though? [03:15:53] 06Discovery: Analyze Magnus's WDQ logs to determine usage - https://phabricator.wikimedia.org/T101862#2784723 (10Deskana) 05Open>03declined Good idea, but this task is very stale now that WDQS is in production. Closing as declined. [03:18:05] 10CirrusSearch, 06Discovery, 06Discovery-Search: Improve searches on poor spellings - https://phabricator.wikimedia.org/T1240#2784726 (10Deskana) 05Open>03Resolved a:03Deskana We did this with the completion suggester! \o/ [03:18:20] (03CR) 10Cindy-the-browser-test-bot: [C: 031] "Cindy says good job \o/. Keep it up." [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320700 (https://phabricator.wikimedia.org/T134157) (owner: 10EBernhardson) [03:18:27] (03CR) 10Cindy-the-browser-test-bot: "Phan static analysis done without errors!" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320700 (https://phabricator.wikimedia.org/T134157) (owner: 10EBernhardson) [03:19:33] 06Discovery: Create a blog post to describe plans for maps - https://phabricator.wikimedia.org/T104633#2784732 (10Deskana) 05Open>03declined Blog posts are still a good idea in general, but this task is long past its time. Closing as declined. [03:20:03] 06Discovery: Add extra breakdowns to dashboards, e.g. by country, by language - https://phabricator.wikimedia.org/T102896#2784736 (10Deskana) 05Open>03Resolved a:03Deskana We did a lot of this for our dashboards a while back. :-) [03:21:02] 06Discovery, 07Spike: [Spike, ? day] Explore Google Webmaster Tools to find out what information in there that we want to display from a search key performance indicator (KPI) perspective - https://phabricator.wikimedia.org/T101158#2784742 (10Deskana) [03:21:04] 06Discovery, 07SEO: Display interesting search key performance indicators (KPIs) from Google Webmaster Tools in our search dashboards - https://phabricator.wikimedia.org/T101159#2784740 (10Deskana) 05Open>03declined We decided a while back that this data is not really useful to ingest and display on our da... [03:22:29] 10CirrusSearch, 06Discovery, 06Discovery-Search: CirrusSearch: More search results when narrowing down search term - https://phabricator.wikimedia.org/T103289#2784744 (10Deskana) 05Open>03Resolved a:03Deskana I can no longer reproduce this. We must've fixed it at some point. :-) [03:23:43] 07Design, 06Discovery, 10Wikimedia-Portals, 03Discovery-Portal-Sprint, 13Patch-For-Review: Wikipedia.org Portal: update logo for new branding guidelines - https://phabricator.wikimedia.org/T144834#2611877 (10Deskana) Looking at wikipedia.org, it appears that this was done. @debt, can you confirm and close? [03:26:43] 10CirrusSearch, 06Discovery, 06Discovery-Search (Current work): Implement a new fulltext query - https://phabricator.wikimedia.org/T128073#2784769 (10Deskana) [03:26:45] 10CirrusSearch, 06Discovery, 06Discovery-Search, 10Elasticsearch: "San Lorenzo (quartiere di Napoli)" not first match when searching the words in different order - https://phabricator.wikimedia.org/T138996#2784766 (10Deskana) 05Open>03Resolved a:03Deskana Now that we've switched over to BM25, this is... [03:29:37] 10MediaWiki-Search, 10MediaWiki-extensions-OpenSearchXml: Get open search results as an rss feed - https://phabricator.wikimedia.org/T92477#2784770 (10Deskana) [03:31:38] 10CirrusSearch, 06Discovery, 06Discovery-Search (Current work): Implement a new fulltext query - https://phabricator.wikimedia.org/T128073#2784775 (10Deskana) [03:31:40] 10CirrusSearch, 06Discovery, 06Discovery-Search: Poorly tuned rankings - https://phabricator.wikimedia.org/T134340#2784772 (10Deskana) 05Open>03Resolved a:03Deskana Our switch to BM25 fixed this problem! \o/ [03:31:43] (03CR) 10Legoktm: "Is it feasible to add tests for this?" [core] - 10https://gerrit.wikimedia.org/r/320615 (https://phabricator.wikimedia.org/T150344) (owner: 10Anomie) [03:32:21] 06Discovery, 10Security-Data-Mapping: Discovery Data Map - https://phabricator.wikimedia.org/T133234#2784776 (10Deskana) 05Open>03Resolved a:03Deskana We believe this was resolved, as we filled in the document and passed it to Legal. [03:50:52] yurik: I think the problem we found may be on a much larger scale. [03:51:22] MtDu_, you mean noone does code reviews? that is a big problem :) [03:52:24] yurik: yeah. That too. But for example look on lines 663-669 in specialnewsletter.php [03:57:24] 10MediaWiki-Parser, 06Parsing-Team: Html5Depurate generates non-conformant output when p-wrapping non-phrasing content - https://phabricator.wikimedia.org/T150317#2784786 (10ssastry) >>! In T150317#2784635, @tstarling wrote: >>>! In T150317#2782662, @ssastry wrote: >> 2. Implement a "simple" solution that cove... [04:00:04] (03CR) 10Legoktm: "Uh, I dropped the ball here by not finishing what I said I would, but I would have definitely +2'd it..." [extensions/WikiLabels] - 10https://gerrit.wikimedia.org/r/264415 (owner: 10Bmansurov) [04:00:13] (03CR) 10Legoktm: [C: 032] Validate input for query=globalblocks&ip= and &addresses= [extensions/GlobalBlocking] - 10https://gerrit.wikimedia.org/r/318345 (owner: 10Umherirrender) [04:01:34] (03Merged) 10jenkins-bot: Validate input for query=globalblocks&ip= and &addresses= [extensions/GlobalBlocking] - 10https://gerrit.wikimedia.org/r/318345 (owner: 10Umherirrender) [04:08:51] MtDu_, its not a hook listener [04:09:04] 10MediaWiki-Database, 05MW-1.28-release, 05MW-1.28-release-notes, 05MW-1.29-release-notes, and 2 others: I984b80815633a8 introduces breaking change without deprecation - https://phabricator.wikimedia.org/T147683#2784789 (10mwjames) > I hope this is an acceptable compromise. The effort is duly noted but ..... [04:21:15] yurik: thanks for all your help and patience! I have some more questions but need to sleep. I'll be back tomorrow. [04:24:46] 10MediaWiki-extensions-Newsletter, 07Technical-Debt: Fix incorrect newsletter onArticleDelete hook handler - https://phabricator.wikimedia.org/T150399#2784800 (10MtDu) @01tonythomas, I will need to see the solution to this bug before I can finish https://gerrit.wikimedia.org/r/#/c/320370/. [04:25:31] (03CR) 10MtDu: [C: 031] "Nice catch!" [core] - 10https://gerrit.wikimedia.org/r/320699 (owner: 10Reedy) [04:27:23] 10MediaWiki-Database: Fatal error: Call to protected method Database::makeSelectOptions - https://phabricator.wikimedia.org/T147550#2696181 (10Legoktm) >>! In T147550#2774338, @JeroenDeDauw wrote: > C'mon, another breaking change disregarding the deprecation policy? What deprecation policy are you talking about... [04:27:57] 10MediaWiki-Database, 05MW-1.28-release, 05MW-1.28-release-notes, 05MW-1.29-release-notes, and 2 others: I984b80815633a8 introduces breaking change without deprecation - https://phabricator.wikimedia.org/T147683#2784803 (10Legoktm) @mwjames: I understand your frustration, and it's something that I'm trying... [04:31:40] 10MediaWiki-Search, 10CirrusSearch, 06Discovery, 06Discovery-Search, 07Technical-Debt: [Epic] De-Spaghettify SpecialSearch class - https://phabricator.wikimedia.org/T150217#2778179 (10mwjames) > For extra fun, it looks like there are 12 hooks. 11 of them appear to be used in one form or another, mostly b... [04:34:40] 10MediaWiki-Search, 10CirrusSearch, 06Discovery, 06Discovery-Search, 07Technical-Debt: [Epic] De-Spaghettify SpecialSearch class - https://phabricator.wikimedia.org/T150217#2784806 (10EBernhardson) >>! In T150217#2784804, @mwjames wrote: >> For extra fun, it looks like there are 12 hooks. 11 of them appe... [04:35:24] 10MediaWiki-Search, 10CirrusSearch, 06Discovery, 06Discovery-Search, 07Technical-Debt: [Epic] De-Spaghettify SpecialSearch class - https://phabricator.wikimedia.org/T150217#2784807 (10mwjames) >I checked the 161 extensions hosted by gerrit, finding external users is not a particularly easy task https://... [04:37:54] 10MediaWiki-Search, 10CirrusSearch, 06Discovery, 06Discovery-Search, 07Technical-Debt: Cleanup execution flow through Special:Search - https://phabricator.wikimedia.org/T150393#2784808 (10EBernhardson) [04:38:02] (03PS1) 10Legoktm: Implement per-user notification blacklists [extensions/Echo] - 10https://gerrit.wikimedia.org/r/320718 [04:45:26] 10ProveIt-Gadget: Finnish localization - https://phabricator.wikimedia.org/T149104#2742326 (10Zache) ``` { "@metadata": { "authors": [ "Felipe Schenone" ] }, "proveit-list-tab": "Viitteet ($1)", "proveit-add-tab": "Lisää", "proveit-reference-name-label": "Viitteen... [05:00:34] 07Design, 10MobileFrontend, 10New-Readers, 10Vector, 06Reading-Web-Backlog (Design): Improve print styles - https://phabricator.wikimedia.org/T135022#2784818 (10Volker_E) I've provided a work-in-progress patch for MediaWiki core in order to get more feedback from other contributors on this. Taken rules f... [05:01:36] (03PS1) 10VolkerE: [WIP] Improve print styles [core] - 10https://gerrit.wikimedia.org/r/320720 (https://phabricator.wikimedia.org/T135022) [05:02:36] (03PS1) 10Legoktm: Parser: normalize internationalized domain names [core] - 10https://gerrit.wikimedia.org/r/320721 (https://phabricator.wikimedia.org/T130482) [05:03:05] (03PS2) 10Legoktm: Parser: normalize internationalized domain names [core] - 10https://gerrit.wikimedia.org/r/320721 (https://phabricator.wikimedia.org/T130482) [05:07:54] 10MediaWiki-Special-pages, 13Patch-For-Review: Special:Linksearch should de/encode internationalized domain names - https://phabricator.wikimedia.org/T130482#2137235 (10Legoktm) My patch normalizes the externallinks table to the unicode version, but requires that you use the unicode version on Special:LinkSear... [05:09:17] (03CR) 10VolkerE: [C: 04-2] "Several issues identified on the task. This is not-production ready yet and meant to collect feedback for now!" [core] - 10https://gerrit.wikimedia.org/r/320720 (https://phabricator.wikimedia.org/T135022) (owner: 10VolkerE) [05:10:26] 10MediaWiki-Database: Fatal error: Call to protected method Database::makeSelectOptions - https://phabricator.wikimedia.org/T147550#2784830 (10aaron) Tons of public methods is a bad design if anything, since it leads to a gigantically wide interface. [05:12:04] 07Design, 10Electron-PDFs, 06TCB-Team, 06WMDE-Design, and 4 others: Investigate which styling quick fixes could be made to the print style - https://phabricator.wikimedia.org/T142207#2784831 (10Volker_E) `line-height` and `margin`s are both discussed over at T135022 with the early patch provided (maybe spl... [05:15:38] (03CR) 10Phuedx: "Recheck." [extensions/Popups] (mpga) - 10https://gerrit.wikimedia.org/r/320623 (owner: 10Jhobs) [05:25:35] 10MediaWiki-Database: Fatal error: Call to protected method Database::makeSelectOptions - https://phabricator.wikimedia.org/T147550#2784833 (10mwjames) > Tons of public methods is a bad design if anything, since it leads to a gigantically wide interface. We are all (more or less) proficient developers and no on... [05:28:35] 10MediaWiki-Parser: HTML5 Semantic element not seemingly parsed. - https://phabricator.wikimedia.org/T104770#1426518 (10Samwilson) The HTML5 recommendation [[ https://www.w3.org/TR/html5/sections.html#the-aside-element | says ]]: > The aside element represents a section of a page that consists... [05:29:15] 10MediaWiki-Configuration, 06Operations, 06Performance-Team, 06Services (watching), and 5 others: Integrating MediaWiki (and other services) with dynamic configuration - https://phabricator.wikimedia.org/T149617#2784837 (10aaron) [05:36:42] (03PS1) 10Aaron Schulz: Depedency inject remappedTableName() map via MWLBFactory [core] - 10https://gerrit.wikimedia.org/r/320722 [05:38:54] 10MediaWiki-Database: Fatal error: Call to protected method Database::makeSelectOptions - https://phabricator.wikimedia.org/T147550#2784838 (10aaron) >>! In T147550#2784833, @mwjames wrote: >> Tons of public methods is a bad design if anything, since it leads to a gigantically wide interface. > > We are all (mo... [05:43:45] 10MediaWiki-Cache, 05MW-1.28-release: WikiPage::getLastPurgeTimestamp() returning an array - https://phabricator.wikimedia.org/T150191#2784839 (10aaron) I don't really see how this is possible. It just stores/retrieves a TS_MW timestamp string looking at the code... [05:48:35] (03CR) 10Fomafix: [C: 04-1] [WIP] Improve print styles (037 comments) [core] - 10https://gerrit.wikimedia.org/r/320720 (https://phabricator.wikimedia.org/T135022) (owner: 10VolkerE) [05:48:38] (03PS1) 10Legoktm: Revert "Don't construct SpecialPages twice" [core] - 10https://gerrit.wikimedia.org/r/320723 (https://phabricator.wikimedia.org/T132545) [05:50:42] 10MediaWiki-extensions-LdapAuthentication, 07Wikimedia-log-errors: CAS update failed on user_touched for user ID '55' (read from replica); the version of the user to be saved is older than the current version. - https://phabricator.wikimedia.org/T150373#2784845 (10mmodell) I'm sorry, my mistake! [05:50:51] (03CR) 10Aaron Schulz: [C: 032] Revert "Don't construct SpecialPages twice" [core] - 10https://gerrit.wikimedia.org/r/320723 (https://phabricator.wikimedia.org/T132545) (owner: 10Legoktm) [05:51:08] * AaronSchulz reads http://www.impossiblefoods.com/ [05:52:15] (03PS1) 10Tim Starling: Disable any enclosing p-wrapper when a block element is found [services/html5depurate] - 10https://gerrit.wikimedia.org/r/320725 (https://phabricator.wikimedia.org/T150317) [05:52:54] 10MediaWiki-Special-pages, 05MW-1.27-release-notes: Special pages are constructed twice - https://phabricator.wikimedia.org/T123995#2784862 (10Legoktm) 05Resolved>03declined Okay, reverting in then. [05:57:00] (03PS2) 10Phuedx: Use Architecture Decision Records [extensions/Popups] (mpga) - 10https://gerrit.wikimedia.org/r/320606 [05:58:31] (03CR) 10jenkins-bot: [V: 04-1] Use Architecture Decision Records [extensions/Popups] (mpga) - 10https://gerrit.wikimedia.org/r/320606 (owner: 10Phuedx) [06:00:19] (03Merged) 10jenkins-bot: Revert "Don't construct SpecialPages twice" [core] - 10https://gerrit.wikimedia.org/r/320723 (https://phabricator.wikimedia.org/T132545) (owner: 10Legoktm) [06:02:38] (03PS1) 10Legoktm: Revert "Don't construct SpecialPages twice" [core] (REL1_28) - 10https://gerrit.wikimedia.org/r/320726 (https://phabricator.wikimedia.org/T132545) [06:02:43] (03CR) 10Legoktm: [C: 032] Revert "Don't construct SpecialPages twice" [core] (REL1_28) - 10https://gerrit.wikimedia.org/r/320726 (https://phabricator.wikimedia.org/T132545) (owner: 10Legoktm) [06:02:50] (03Draft2) 10Nephron: Upload first version of the file [extensions/ZoomableImages] - 10https://gerrit.wikimedia.org/r/320724 [06:05:29] 10MediaWiki-Parser, 10MediaWiki-Special-pages, 05MW-1.28-release, 13Patch-For-Review, 07Regression: Multiple special page transclusions all display the same as the first transclusion present - https://phabricator.wikimedia.org/T132545#2784871 (10Legoktm) 05Open>03Resolved a:05Florian>03Legoktm Th... [06:08:42] (03PS3) 10Nephron: Upload first version of the files [extensions/ZoomableImages] - 10https://gerrit.wikimedia.org/r/320724 [06:14:49] (03Merged) 10jenkins-bot: Revert "Don't construct SpecialPages twice" [core] (REL1_28) - 10https://gerrit.wikimedia.org/r/320726 (https://phabricator.wikimedia.org/T132545) (owner: 10Legoktm) [07:27:33] 10MediaWiki-extensions-ContentTranslation, 10ContentTranslation-CXserver, 06Services, 05Language-Engineering July-September 2016, and 4 others: Enable Scap3 config deploys for CXServer - https://phabricator.wikimedia.org/T147634#2784896 (10KartikMistry) a:03KartikMistry [07:28:06] 10MediaWiki-extensions-ContentTranslation, 10ContentTranslation-CXserver, 06Services, 05Language-Engineering July-September 2016, and 4 others: Enable Scap3 config deploys for CXServer - https://phabricator.wikimedia.org/T147634#2699130 (10KartikMistry) Ping @mobrovac for estimated deadline of this task. [07:51:10] (03CR) 10Robert Vogel: [C: 04-1] Added TagCloud handler in ExtendedSearch extension. It enables TagCloud ext to user searchstats (bs-searchstats) as a source. (039 comments) [extensions/BlueSpiceExtensions] (REL1_23) - 10https://gerrit.wikimedia.org/r/320592 (owner: 10ItSpiderman) [07:53:28] (03CR) 10Robert Vogel: [C: 04-1] Non-ASCII characters handling. Replacing umlauts with transliterated values rather than removing them (031 comment) [extensions/BlueSpiceExtensions] (REL1_23) - 10https://gerrit.wikimedia.org/r/320601 (owner: 10ItSpiderman) [07:56:09] (03PS3) 10ItSpiderman: Added TagCloud handler in ExtendedSearch extension. It enables TagCloud ext to use searchstats (bs_searchstats) as a source. [extensions/BlueSpiceExtensions] (REL1_23) - 10https://gerrit.wikimedia.org/r/320592 [08:04:44] 10MediaWiki-extensions-ContentTranslation, 10ContentTranslation-Deployments, 05Language-Engineering October-December 2016, 03Language-Q2-2016-17 Sprint 2, and 3 others: Update ContentTranslationRESTBase config - https://phabricator.wikimedia.org/T149164#2784910 (10Arrbee) [08:04:46] 10MediaWiki-extensions-ContentTranslation, 10ContentTranslation-Deployments, 05Language-Engineering October-December 2016, 03Language-Q2-2016-17 Sprint 2, and 3 others: Fix ContentTranslation Labs instance (cx2.wmflabs.org) - https://phabricator.wikimedia.org/T149879#2784909 (10Arrbee) 05Open>03Resolved [08:05:17] 10MediaWiki-extensions-ContentTranslation, 05Language-Engineering October-December 2016, 03Language-Q2-2016-17 Sprint 2, 07WorkType-NewFunctionality: Content Translation help - new GIFs to be created - https://phabricator.wikimedia.org/T139333#2784912 (10Arrbee) 05Open>03Resolved [08:08:26] 10MediaWiki-extensions-ContentTranslation, 10Analytics, 10ChangeProp, 10Citoid, and 10 others: Node 6 upgrade planning - https://phabricator.wikimedia.org/T149331#2784925 (10Arrbee) [08:08:55] 07Design, 10MediaWiki-extensions-ContentTranslation, 06Editing-Department, 10VisualEditor, and 2 others: [Epic] replace plain contenteditable with VisualEditor in ContentTranslation - https://phabricator.wikimedia.org/T105447#2784927 (10Arrbee) [08:08:59] 10MediaWiki-extensions-ContentTranslation, 06Editing-Department, 10VisualEditor, 05Language-Engineering October-December 2016, and 2 others: Complete the MVP document for CX and VE integration - https://phabricator.wikimedia.org/T149162#2784926 (10Arrbee) 05Open>03Resolved [08:13:20] 10MediaWiki-extensions-ContentTranslation, 10ContentTranslation-CXserver, 06Services, 05Language-Engineering October-December 2016, and 3 others: Enable Scap3 config deploys for CXServer - https://phabricator.wikimedia.org/T147634#2784929 (10Arrbee) [08:14:50] (03PS2) 10VolkerE: [WIP] Improve print styles [core] - 10https://gerrit.wikimedia.org/r/320720 (https://phabricator.wikimedia.org/T135022) [08:14:54] (03PS1) 10Mglaser: General: Raised version number to 2.27.1 on master [extensions/BlueSpiceFoundation] - 10https://gerrit.wikimedia.org/r/320733 [08:15:09] 10MediaWiki-extensions-Translate, 05Language-Engineering October-December 2016, 03Language-Q2-2016-17 Sprint 3, 13Patch-For-Review: Investigate if new line handling can be improved quickly - https://phabricator.wikimedia.org/T150188#2784930 (10Arrbee) p:05Triage>03Normal [08:19:16] (03PS3) 10VolkerE: [WIP] Improve print styles [core] - 10https://gerrit.wikimedia.org/r/320720 (https://phabricator.wikimedia.org/T135022) [08:20:52] (03CR) 10VolkerE: "PS2+3 fixes whitespace issues, PS 3 removes unnecessary `font-family` properties on some headings and unifies `serif` font values." [core] - 10https://gerrit.wikimedia.org/r/320720 (https://phabricator.wikimedia.org/T135022) (owner: 10VolkerE) [08:37:48] (03PS2) 10Mglaser: General: Raised version number to 2.27.1 on master [extensions/BlueSpiceFoundation] - 10https://gerrit.wikimedia.org/r/320733 [08:40:31] (03CR) 10Robert Vogel: [C: 032] General: Raised version number to 2.27.1 on master [extensions/BlueSpiceFoundation] - 10https://gerrit.wikimedia.org/r/320733 (owner: 10Mglaser) [08:41:19] (03PS1) 10Mglaser: General: Raised version number to 2.27.1 on master [skins/BlueSpiceSkin] - 10https://gerrit.wikimedia.org/r/320736 [08:41:38] 10MediaWiki-extensions-ContentTranslation, 05Language-Engineering October-December 2016, 03Language-Q2-2016-17 Sprint 2, 13Patch-For-Review, and 3 others: Category adaptation failure and JavaScript errors when translating Обама, Барак (ru->en) - https://phabricator.wikimedia.org/T147279#2687407 (10Amire80)... [08:42:40] (03Merged) 10jenkins-bot: General: Raised version number to 2.27.1 on master [extensions/BlueSpiceFoundation] - 10https://gerrit.wikimedia.org/r/320733 (owner: 10Mglaser) [08:44:25] (03PS4) 10Gergő Tisza: Add API endpoints [extensions/PageViewInfo] - 10https://gerrit.wikimedia.org/r/320326 (https://phabricator.wikimedia.org/T144865) [08:45:12] (03CR) 10Gergő Tisza: Add API endpoints (033 comments) [extensions/PageViewInfo] - 10https://gerrit.wikimedia.org/r/320326 (https://phabricator.wikimedia.org/T144865) (owner: 10Gergő Tisza) [08:46:34] (03PS1) 10Mglaser: General: Raised version number to 2.27.1 on master [extensions/BlueSpiceExtensions] - 10https://gerrit.wikimedia.org/r/320739 [08:48:09] (03CR) 10Gergő Tisza: [C: 031] API: Pretty-printed responses should always use HTTP status 200 [core] - 10https://gerrit.wikimedia.org/r/320615 (https://phabricator.wikimedia.org/T150344) (owner: 10Anomie) [08:49:16] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 13Patch-For-Review, 03Wikidata-Sprint-2016-11-08: add CORS to all redirecs in chain from https://www.wikidata.org/entity/{Q...} - https://phabricator.wikimedia.org/T150290#2784941 (10thiemowmde) p:05Triage>03Normal a:03hoo [08:50:40] (03CR) 10Thiemo Mättig (WMDE): Extract addition of conflict header explanation (031 comment) [core] - 10https://gerrit.wikimedia.org/r/318292 (https://phabricator.wikimedia.org/T143823) (owner: 10WMDE-Fisch) [08:56:14] (03CR) 10Thiemo Mättig (WMDE): [C: 032] un -> in [core] - 10https://gerrit.wikimedia.org/r/320699 (owner: 10Reedy) [09:06:49] (03PS4) 10Gergő Tisza: Deprecate Message::$format (mostly) [core] - 10https://gerrit.wikimedia.org/r/320550 (https://phabricator.wikimedia.org/T146416) [09:08:51] (03Merged) 10jenkins-bot: un -> in [core] - 10https://gerrit.wikimedia.org/r/320699 (owner: 10Reedy) [09:10:32] (03PS3) 10Esanders: build: Replace jshint+jscs with eslint [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/320406 [09:11:01] (03CR) 10Jdlrobson: "Minor fixup needed." (032 comments) [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/320406 (owner: 10Esanders) [09:11:32] (03CR) 10Thiemo Mättig (WMDE): Add script to get unique list of email domains on WMF wikis (034 comments) [extensions/WikimediaMaintenance] - 10https://gerrit.wikimedia.org/r/320605 (https://phabricator.wikimedia.org/T137614) (owner: 10Reedy) [09:11:38] (03PS4) 10ItSpiderman: Added TagCloud handler in ExtendedSearch extension. It enables TagCloud ext to use searchstats (bs_searchstats) as a source. [extensions/BlueSpiceExtensions] (REL1_23) - 10https://gerrit.wikimedia.org/r/320592 [09:13:53] (03CR) 10DCausse: [C: 032] Don't allow creating metastore from saneitizeJobs.php [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320309 (https://phabricator.wikimedia.org/T148821) (owner: 10EBernhardson) [09:15:46] 10MediaWiki-extensions-InputBox: 'width:auto' don't give a possibility to change width of InputBox - https://phabricator.wikimedia.org/T150381#2784112 (10TheDJ) Can you please provide more thorough context ? What are you your exact steps, what are your expectations and what is the actual result ? https://www.me... [09:23:29] (03Merged) 10jenkins-bot: Don't allow creating metastore from saneitizeJobs.php [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320309 (https://phabricator.wikimedia.org/T148821) (owner: 10EBernhardson) [09:26:55] (03CR) 10Thiemo Mättig (WMDE): [C: 04-1] Add password policy to prevent password including User's Real Name (034 comments) [core] - 10https://gerrit.wikimedia.org/r/318956 (https://phabricator.wikimedia.org/T121181) (owner: 10Reedy) [09:28:39] (03PS5) 10ItSpiderman: Added TagCloud handler in ExtendedSearch extension. It enables TagCloud ext to use searchstats (bs_searchstats) as a source. [extensions/BlueSpiceExtensions] (REL1_23) - 10https://gerrit.wikimedia.org/r/320592 [09:30:14] (03CR) 10Thiemo Mättig (WMDE): [C: 031] "Code looks fine." (031 comment) [extensions/WikimediaMaintenance] - 10https://gerrit.wikimedia.org/r/320202 (owner: 10Reedy) [09:31:05] 10freigabe3: Nur seltsame Optionen zur Auswahl bei einer Freigabe eines Fotos - https://phabricator.wikimedia.org/T150405#2785031 (10Emha) [09:32:56] (03PS1) 10WMDE-Fisch: Fix parameter name [core] - 10https://gerrit.wikimedia.org/r/320744 [09:33:24] (03CR) 10WMDE-Fisch: Extract methods while creating the textbox (031 comment) [core] - 10https://gerrit.wikimedia.org/r/318535 (https://phabricator.wikimedia.org/T143823) (owner: 10WMDE-Fisch) [09:35:05] (03CR) 10Addshore: [C: 032] Fix parameter name [core] - 10https://gerrit.wikimedia.org/r/320744 (owner: 10WMDE-Fisch) [09:37:53] (03CR) 10Thiemo Mättig (WMDE): [C: 04-1] "Why is the exact same normalization applied twice? Neither the commit message nor the code itself explain this." (031 comment) [core] - 10https://gerrit.wikimedia.org/r/320721 (https://phabricator.wikimedia.org/T130482) (owner: 10Legoktm) [09:39:57] 10ProveIt-Gadget: Dragging of the ProveIt window doesn't work with Firefox - https://phabricator.wikimedia.org/T150407#2785067 (10Zache) [09:40:11] (03CR) 10Phuedx: "Recheck." [extensions/Popups] (mpga) - 10https://gerrit.wikimedia.org/r/320606 (owner: 10Phuedx) [09:44:33] 04(no projects): Echo should provide notification when a page you deleted is restored - https://phabricator.wikimedia.org/T150409#2785099 (10Superchilum) [09:44:53] 06Discovery-Analysis: Implement the wiki/language selector in more search dashboards - https://phabricator.wikimedia.org/T150410#2785112 (10dcausse) [09:46:38] 06Discovery-Analysis: Implement the wiki/language selector in more search dashboards - https://phabricator.wikimedia.org/T150410#2785124 (10dcausse) [09:47:25] (03CR) 10Thiemo Mättig (WMDE): [C: 04-1] "Please add tests, at least two trivial tests for one and for multiple warnings." (031 comment) [core] - 10https://gerrit.wikimedia.org/r/320612 (https://phabricator.wikimedia.org/T114883) (owner: 10Harjotsingh) [09:47:57] (03Merged) 10jenkins-bot: Fix parameter name [core] - 10https://gerrit.wikimedia.org/r/320744 (owner: 10WMDE-Fisch) [09:49:01] 04(no projects): Echo should provide notifications when something happens to your bot or another account related to you - https://phabricator.wikimedia.org/T150411#2785126 (10Superchilum) [09:50:28] (03PS1) 10Mglaser: General: Raised version number to 2.27.1 on master [extensions/BlueSpiceCategoryManager] - 10https://gerrit.wikimedia.org/r/320746 [09:52:48] (03Restored) 10Bmansurov: Add resources and enable the beta feature [extensions/WikiLabels] - 10https://gerrit.wikimedia.org/r/264415 (owner: 10Bmansurov) [09:54:02] 10MobileFrontend, 07Browser-Tests: Language browser test should be more resilient - https://phabricator.wikimedia.org/T150412#2785142 (10Jdlrobson) [09:54:23] (03CR) 10Thiemo Mättig (WMDE): [C: 031] "A very helpful and very well readable test. Thanks a lot! Lots of suggestions, but nothing that can block this from being merged." (035 comments) [core] - 10https://gerrit.wikimedia.org/r/320563 (owner: 10Gergő Tisza) [09:55:38] 10MediaWiki-extensions-LdapAuthentication: Auto-creation of a local account failed: Automatic account creation is not allowed. - https://phabricator.wikimedia.org/T142094#2522456 (10Oetterer) Setting ``` $wgGroupPermissions['User']['autocreateaccount'] = true; ``` in LocalSettings.php worked for me. (core 1.27.1... [09:55:50] (03CR) 10Nikerabbit: [C: 031] Deprecate Message::$format (mostly) [core] - 10https://gerrit.wikimedia.org/r/320550 (https://phabricator.wikimedia.org/T146416) (owner: 10Gergő Tisza) [09:56:14] (03CR) 10Thiemo Mättig (WMDE): [C: 04-1] Validate getExamplesMessages() query strings (031 comment) [core] - 10https://gerrit.wikimedia.org/r/320524 (owner: 10Anomie) [09:57:52] 10ProveIt-Gadget: Re-used cites without name will be added to the end of the page - https://phabricator.wikimedia.org/T150413#2785157 (10Zache) [09:59:14] 10ProveIt-Gadget: Re-used cites without name will be added to the end of the page - https://phabricator.wikimedia.org/T150413#2785157 (10Zache) [10:01:46] (03PS2) 10ItSpiderman: Non-ASCII characters handling. Replacing umlauts with transliterated values rather than removing them [extensions/BlueSpiceExtensions] (REL1_23) - 10https://gerrit.wikimedia.org/r/320601 [10:03:31] (03PS1) 10Hashar: Jenkins job validation (DO NOT SUBMIT) [extensions/BetaFeatures] - 10https://gerrit.wikimedia.org/r/320748 [10:04:40] (03CR) 10jenkins-bot: [V: 04-1] Jenkins job validation (DO NOT SUBMIT) [extensions/BetaFeatures] - 10https://gerrit.wikimedia.org/r/320748 (owner: 10Hashar) [10:07:38] (03CR) 10Thiemo Mättig (WMDE): [C: 04-2] "The re-arranged code in this patch produces unexpected, invalid HTML. To me this looks like a "coding by experiment" approach, done withou" (032 comments) [core] - 10https://gerrit.wikimedia.org/r/320411 (https://phabricator.wikimedia.org/T150079) (owner: 10Amritsreekumar) [10:08:54] (03PS1) 10Mobrovac: Scap: Change BetaCluster target [services/electron-render/deploy] - 10https://gerrit.wikimedia.org/r/320749 [10:09:16] (03CR) 10Mobrovac: [C: 032 V: 032] Scap: Change BetaCluster target [services/electron-render/deploy] - 10https://gerrit.wikimedia.org/r/320749 (owner: 10Mobrovac) [10:14:20] (03Abandoned) 10Hashar: Jenkins job validation (DO NOT SUBMIT) [extensions/BetaFeatures] - 10https://gerrit.wikimedia.org/r/320748 (owner: 10Hashar) [10:14:36] 10ProveIt-Gadget: CSS classes for parameter is suggested/deprecated etc states - https://phabricator.wikimedia.org/T150414#2785186 (10Zache) [10:14:51] How to remove index.php from url [10:14:54] in mediawiki? [10:15:01] Need help [10:16:55] (03PS1) 10WMDE-Fisch: Do not pass parameter as reference [core] - 10https://gerrit.wikimedia.org/r/320750 [10:20:09] (03PS1) 10Phuedx: Fix failing PHPUnit tests [extensions/BetaFeatures] - 10https://gerrit.wikimedia.org/r/320751 [10:20:45] (03CR) 10WMDE-Fisch: Extract addition of conflict header explanation (031 comment) [core] - 10https://gerrit.wikimedia.org/r/318292 (https://phabricator.wikimedia.org/T143823) (owner: 10WMDE-Fisch) [10:21:18] (03PS4) 10Esanders: build: Replace jshint+jscs with eslint [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/320406 [10:22:27] (03PS2) 10WMDE-Fisch: Do not pass parameter as reference [core] - 10https://gerrit.wikimedia.org/r/320750 [10:23:07] (03CR) 10Hashar: [C: 032] "You are way more magic/faster than me :] From our discussion on IRC, the tests based on regex are prone for failure when really we shoul" [extensions/BetaFeatures] - 10https://gerrit.wikimedia.org/r/320751 (owner: 10Phuedx) [10:24:09] (03Merged) 10jenkins-bot: Fix failing PHPUnit tests [extensions/BetaFeatures] - 10https://gerrit.wikimedia.org/r/320751 (owner: 10Phuedx) [10:24:11] (03CR) 10Phuedx: "Recheck." [extensions/Popups] (mpga) - 10https://gerrit.wikimedia.org/r/320606 (owner: 10Phuedx) [10:24:15] (03CR) 10Phuedx: "Recheck." [extensions/Popups] (mpga) - 10https://gerrit.wikimedia.org/r/320623 (owner: 10Jhobs) [10:25:21] 10MobileFrontend, 06Reading-Web-Backlog, 07Mobile: Clicking back icon in edit view of mobile site should always display the article - https://phabricator.wikimedia.org/T150105#2785198 (10Jdlrobson) @bmansurov: T73203 @ovasileva In triage, I suggested this might need a spike, but having revisiting it this mo... [10:25:25] 10MobileFrontend, 06Reading-Web-Backlog: Log instances of infoboxes being wrapped in containers - https://phabricator.wikimedia.org/T149884#2785202 (10phuedx) >>! In T149884#2782897, @bmansurov wrote: > @phuedx does this method assume that we log pages that have been viewed by users and not all pages? I'm sug... [10:26:56] 10MobileFrontend, 06Reading-Web-Backlog: Log instances of infoboxes being wrapped in containers - https://phabricator.wikimedia.org/T149884#2785203 (10phuedx) >>! In T149884#2782900, @Jdlrobson wrote: > @phuedx I'd also like to know what value we hope to get from such event logging. Why do we need to know this... [10:28:07] 06Reading-Web-Backlog, 10Hovercards (2016-17-Q2-Goal), 13Patch-For-Review, 05WMF-deploy-2016-11-08_(1.29.0-wmf.2): Title attributes not properly removed on hover - https://phabricator.wikimedia.org/T142723#2785205 (10Sjoerddebruin) Cause was found, continue on T150401. [10:29:04] (03PS3) 10Phuedx: Use Architecture Decision Records [extensions/Popups] (mpga) - 10https://gerrit.wikimedia.org/r/320606 [10:36:53] 10ProveIt-Gadget: Proveit should detect the switching to the visual editor - https://phabricator.wikimedia.org/T150415#2785211 (10Zache) [10:36:59] (03CR) 10Hashar: "recheck" [extensions/Echo] - 10https://gerrit.wikimedia.org/r/313221 (https://phabricator.wikimedia.org/T146916) (owner: 10Etonkovidova) [10:38:19] 10MobileFrontend, 06Reading-Web-Backlog: Log instances of infoboxes being wrapped in containers - https://phabricator.wikimedia.org/T149884#2785222 (10Jdlrobson) Sure, but what concretely is the problem we are worried about now that we want to avoid? Since anything can be put in wikitext, it's understandable t... [10:40:15] (03CR) 10Phuedx: [C: 032] Use Architecture Decision Records [extensions/Popups] (mpga) - 10https://gerrit.wikimedia.org/r/320606 (owner: 10Phuedx) [10:41:52] (03CR) 10Jdlrobson: [C: 032] Hygiene: clean up section headers preparation [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/320265 (owner: 10Pmiazga) [10:42:35] (03Merged) 10jenkins-bot: Use Architecture Decision Records [extensions/Popups] (mpga) - 10https://gerrit.wikimedia.org/r/320606 (owner: 10Phuedx) [10:44:22] 10UI-Standardization, 10MobileFrontend, 06Reading-Web-Backlog, 13Patch-For-Review, 03UI-Standardization-Kanban: Update Navigation Drawer color scheme - https://phabricator.wikimedia.org/T148108#2785237 (10Jdlrobson) [10:45:50] 10UI-Standardization, 10MobileFrontend, 06Reading-Web-Backlog, 13Patch-For-Review, 03UI-Standardization-Kanban: Update Navigation Drawer color scheme - https://phabricator.wikimedia.org/T148108#2715163 (10Jdlrobson) @Volker_E where is the icon colouring issue captured? [10:46:21] (03CR) 10Thiemo Mättig (WMDE): [C: 04-1] "There is currently no code that uses this option." (032 comments) [extensions/PageImages] - 10https://gerrit.wikimedia.org/r/320703 (https://phabricator.wikimedia.org/T131105) (owner: 10Bmansurov) [10:46:54] 10MobileFrontend, 06Reading-Web-Backlog: Log instances of infoboxes being wrapped in containers - https://phabricator.wikimedia.org/T149884#2785240 (10phuedx) > Before we can provide the same treatment for all pages, we need to know how many pages have infoboxes wrapped in containers and which templates produc... [10:48:00] 07Design, 06Community-Liaisons, 10Reading-Community-Engagement, 10Wikimedia-Developer-Summit (2017): Discuss creating a UI/UX design hub on mediawiki or meta - https://phabricator.wikimedia.org/T117482#2785241 (10Qgil) To be clear, if you want this session to be pre-scheduled, then it needs to pass the [[... [10:49:16] (03PS6) 10ItSpiderman: Added TagCloud handler in ExtendedSearch extension. It enables TagCloud ext to use searchstats (bs_searchstats) as a source. [extensions/BlueSpiceExtensions] (REL1_23) - 10https://gerrit.wikimedia.org/r/320592 [10:51:34] (03Merged) 10jenkins-bot: Hygiene: clean up section headers preparation [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/320265 (owner: 10Pmiazga) [10:51:48] 06Developer-Relations, 07Documentation, 10Wikimedia-Developer-Summit (2017): MediaWiki Documentation - https://phabricator.wikimedia.org/T149372#2785242 (10Qgil) Actually it goes the other way around: if you want to drive this activity and you are also involved in the pre-scheduled sessions of the Community... [10:55:31] (03PS3) 10Jdrewniak: Adding Node 6 compatibility to dependancies [wikimedia/portals] - 10https://gerrit.wikimedia.org/r/314592 (https://phabricator.wikimedia.org/T150190) [10:55:59] (03PS1) 10Jdlrobson: Update config.yaml files [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320754 (https://phabricator.wikimedia.org/T145662) [10:56:01] (03PS1) 10Jdlrobson: Fix test broken by I522bc288a665b9a238fbe9757a2190cef3c58d90 [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320755 [10:56:51] (03CR) 10jenkins-bot: [V: 04-1] Update config.yaml files [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320754 (https://phabricator.wikimedia.org/T145662) (owner: 10Jdlrobson) [10:57:10] (03CR) 10jenkins-bot: [V: 04-1] Fix test broken by I522bc288a665b9a238fbe9757a2190cef3c58d90 [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320755 (owner: 10Jdlrobson) [10:57:26] (03CR) 10Thiemo Mättig (WMDE): "But you are introducing a third threshold. All three qqq messages only talk about the previously existing two thresholds. I understand tha" [extensions/ORES] - 10https://gerrit.wikimedia.org/r/320328 (https://phabricator.wikimedia.org/T150224) (owner: 10Ladsgroup) [10:57:55] 10ProveIt-Gadget: Proveit should detect the switching to the visual editor - https://phabricator.wikimedia.org/T150415#2785249 (10Zache) Hmm, 've.activate' and 've.activationComplete' seems to be suitable for detecting the switch from wikicode editor to VE. Eg. ``` mw.hook( 've.activate').add( function () { //... [10:59:02] 10MediaWiki-extensions-Newsletter, 07Technical-Debt: Fix incorrect newsletter onArticleDelete hook handler - https://phabricator.wikimedia.org/T150399#2785252 (10Qgil) Thank you for checking this extension, @Yurik ! [10:59:06] (03CR) 10Thiemo Mättig (WMDE): [C: 032] Do not pass parameter as reference [core] - 10https://gerrit.wikimedia.org/r/320750 (owner: 10WMDE-Fisch) [10:59:19] 10MediaWiki-extensions-Newsletter, 07Technical-Debt: Fix incorrect newsletter onArticleDelete hook handler - https://phabricator.wikimedia.org/T150399#2785256 (10Qgil) (oops) [11:01:18] (03PS2) 10DCausse: [WIP] Refactor interwiki support [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) [11:01:21] (03PS1) 10DCausse: Extract namespace_text and wiki on all ResultsType [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320756 [11:01:23] (03PS1) 10DCausse: [WIP] Add and implement InterwikiResolver [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320757 (https://phabricator.wikimedia.org/T141033) [11:05:37] (03PS3) 10DCausse: [WIP] Refactor interwiki support [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) [11:09:57] (03CR) 10Cindy-the-browser-test-bot: [C: 04-1] "I ran tests for your patch and there were some errors: features/elasticsearch_on_special_version.feature:3 features/bad_syntax_api.feature" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [11:10:12] 10Wikimedia-Developer-Summit, 06Developer-Relations (Oct-Dec-2016): Improve collaborative note-taking and discussion spaces for talks for in-person and remote participants - https://phabricator.wikimedia.org/T150150#2785266 (10Qgil) Yesterday @TheDJ volunteered in the creation of an empty schedule at https://w... [11:10:58] (03Merged) 10jenkins-bot: Do not pass parameter as reference [core] - 10https://gerrit.wikimedia.org/r/320750 (owner: 10WMDE-Fisch) [11:11:52] 10MediaWiki-Internationalization, 07Community-Wishlist-Survey, 07I18n: Allow users to code in localized programming languages - https://phabricator.wikimedia.org/T150417#2785269 (10Psychoslave) [11:12:04] (03CR) 10Cindy-the-browser-test-bot: [C: 04-1] "I ran tests for your patch and there were some errors: features/boost_template_api.feature:3:7:11:15:19:23 features/did_you_mean_api.featu" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320757 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [11:12:24] (03CR) 10jenkins-bot: [V: 04-1] [WIP] Refactor interwiki support [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [11:14:08] (03CR) 10jenkins-bot: [V: 04-1] [WIP] Add and implement InterwikiResolver [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320757 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [11:22:49] (03PS3) 10Jdlrobson: WIP: Surface edits via kafka [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320628 (https://phabricator.wikimedia.org/T145553) [11:22:53] (03CR) 10Cindy-the-browser-test-bot: [C: 031] "Cindy says good job \o/. Keep it up." [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320756 (owner: 10DCausse) [11:23:00] (03CR) 10Cindy-the-browser-test-bot: "Phan static analysis done without errors!" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320756 (owner: 10DCausse) [11:23:54] (03CR) 10jenkins-bot: [V: 04-1] WIP: Surface edits via kafka [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320628 (https://phabricator.wikimedia.org/T145553) (owner: 10Jdlrobson) [11:32:09] 10Wikimedia-Developer-Summit (2017): i18n maintenance for MediaWiki and extensions - https://phabricator.wikimedia.org/T147171#2683496 (10Qgil) Please remember the next deadline in the [[ https://www.mediawiki.org/wiki/Wikimedia_Developer_Summit/2017/Call_for_participation#Selection_process | selection process ]... [11:33:06] 10Wikimedia-Developer-Summit (2017): Cross-functional support for rich media - https://phabricator.wikimedia.org/T147604#2785310 (10Qgil) Please remember the next deadline in the [[ https://www.mediawiki.org/wiki/Wikimedia_Developer_Summit/2017/Call_for_participation#Selection_process | selection process ]]: >... [11:33:23] 10Wikimedia-Developer-Summit (2017): Working with the fancy old MediaWiki API - https://phabricator.wikimedia.org/T148855#2734868 (10Qgil) Please remember the next deadline in the [[ https://www.mediawiki.org/wiki/Wikimedia_Developer_Summit/2017/Call_for_participation#Selection_process | selection process ]]: >... [11:33:51] 10Wikimedia-Developer-Summit (2017): Sharing queries for Wikidata - https://phabricator.wikimedia.org/T148937#2737113 (10Qgil) Please remember the next deadline in the [[ https://www.mediawiki.org/wiki/Wikimedia_Developer_Summit/2017/Call_for_participation#Selection_process | selection process ]]: > 2016-11-14:... [11:34:12] (03CR) 10Mobrovac: Add announcements endpoint (031 comment) [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 (owner: 10Fjalapeno) [11:34:28] 07Design, 10Wikimedia-Developer-Summit (2017): UX Guidelines working session and, potentially, presentation - https://phabricator.wikimedia.org/T149459#2785316 (10Qgil) Please remember the next deadline in the [[ https://www.mediawiki.org/wiki/Wikimedia_Developer_Summit/2017/Call_for_participation#Selection_pr... [11:34:50] 10Wiki-Loves-Monuments (2017), 10Wikimedia-Developer-Summit (2017): Wiki Loves' UX - https://phabricator.wikimedia.org/T149662#2759138 (10Qgil) Please remember the next deadline in the [[ https://www.mediawiki.org/wiki/Wikimedia_Developer_Summit/2017/Call_for_participation#Selection_process | selection process... [11:35:14] 07I18n, 10Wikimedia-Developer-Summit (2017): Mediawiki extensions to reach the next billion - https://phabricator.wikimedia.org/T149575#2756742 (10Qgil) Please remember the next deadline in the [[ https://www.mediawiki.org/wiki/Wikimedia_Developer_Summit/2017/Call_for_participation#Selection_process | selectio... [11:35:35] 10MediaWiki-File-management, 10ArchCom-RfC, 06Commons, 06Multimedia, and 2 others: Provide semantic wiki-configurable styles for media display - https://phabricator.wikimedia.org/T90914#2785321 (10Qgil) Please remember the next deadline in the [[ https://www.mediawiki.org/wiki/Wikimedia_Developer_Summit/20... [11:35:51] 10MediaWiki-extensions-Scribunto, 10ArchCom-RfC, 10Research-and-Data-VisualEditor , 10Wikidata, and 2 others: [RFC] Visual Templates: Authoring templates with Visual Editor - https://phabricator.wikimedia.org/T114454#2785322 (10Qgil) Please remember the next deadline in the [[ https://www.mediawiki.org/wik... [11:40:38] 10MediaWiki-User-preferences, 07Availability, 05MW-1.27-release-notes, 13Patch-For-Review, 07Wikimedia-log-errors: CAS update failed on user_touched for user ID - https://phabricator.wikimedia.org/T95839#1211369 (10hashar) Prod issue going on right now is T150373 [11:42:56] 10MediaWiki-extensions-LdapAuthentication, 07Wikimedia-log-errors: CAS update failed on user_touched for user ID '55' (read from replica); the version of the user to be saved is older than the current version. - https://phabricator.wikimedia.org/T150373#2783764 (10hashar) Same as T95839 ? That causes our fat... [11:48:08] (03PS4) 10Phuedx: Add LINK_DWELL and LINK_ABANDON actions [extensions/Popups] (mpga) - 10https://gerrit.wikimedia.org/r/320623 (owner: 10Jhobs) [11:49:04] 10MediaWiki-extensions-LdapAuthentication, 07Wikimedia-log-errors: CAS update failed on user_touched for user ID '55' (read from replica); the version of the user to be saved is older than the current version. - https://phabricator.wikimedia.org/T150373#2785347 (10hashar) [11:50:41] (03CR) 10Phuedx: Add LINK_DWELL and LINK_ABANDON actions (032 comments) [extensions/Popups] (mpga) - 10https://gerrit.wikimedia.org/r/320623 (owner: 10Jhobs) [11:50:50] (03CR) 10Phuedx: [C: 032] Add LINK_DWELL and LINK_ABANDON actions [extensions/Popups] (mpga) - 10https://gerrit.wikimedia.org/r/320623 (owner: 10Jhobs) [11:52:23] (03Merged) 10jenkins-bot: Add LINK_DWELL and LINK_ABANDON actions [extensions/Popups] (mpga) - 10https://gerrit.wikimedia.org/r/320623 (owner: 10Jhobs) [11:53:10] 10MediaWiki-Cache, 05MW-1.28-release: WikiPage::getLastPurgeTimestamp() returning an array - https://phabricator.wikimedia.org/T150191#2785349 (10Reedy) >>! In T150191#2784839, @aaron wrote: > I don't really see how this is possible. It just stores/retrieves a TS_MW timestamp string looking at the code... Ind... [11:55:30] 07Design, 10MediaWiki-extensions-ContentTranslation, 07Category, 05ContentTranslation-Release10, and 3 others: Design field editing aids for translation templates - https://phabricator.wikimedia.org/T145856#2785351 (10santhosh) [11:57:11] (03CR) 10Jdlrobson: [C: 031] "Who's responsible for merging these patches?" [core] - 10https://gerrit.wikimedia.org/r/315621 (https://phabricator.wikimedia.org/T139300) (owner: 10BryanDavis) [11:58:27] (03CR) 10Jdlrobson: [C: 031] Convert CREDITS to list of all known git contributors [core] - 10https://gerrit.wikimedia.org/r/315607 (https://phabricator.wikimedia.org/T139300) (owner: 10BryanDavis) [12:01:10] 10Android-app-Bugs, 06Wikipedia-Android-App-Backlog: Wikipedia app screen widget shows "Did you know" instead of "Featured Article" on pl.wiki - https://phabricator.wikimedia.org/T135907#2785352 (10Halibutt) Aklapper, I guess it would be easier to fix it on our end (as in: tag proper sections on WP's main page... [12:02:15] (03CR) 10Reedy: Add password policy to prevent password including User's Real Name (031 comment) [core] - 10https://gerrit.wikimedia.org/r/318956 (https://phabricator.wikimedia.org/T121181) (owner: 10Reedy) [12:05:04] 10MediaWiki-Special-pages, 13Patch-For-Review: Special:Linksearch should de/encode internationalized domain names - https://phabricator.wikimedia.org/T130482#2785360 (10MER-C) * It's necessary, but not sufficient -- one could imagine someone placing a link like xn--kbenhavn-54a.eu (e.g. https://en.wikipedia.or... [12:08:39] (03CR) 10Mobrovac: [C: 04-1] "Minor comments in-lined." (032 comments) [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320754 (https://phabricator.wikimedia.org/T145662) (owner: 10Jdlrobson) [12:09:16] (03CR) 10Amritsreekumar: "I will try to rectify the errors as soon as possible. please guide me through as I am a newbie in this field. Thank you." [core] - 10https://gerrit.wikimedia.org/r/320411 (https://phabricator.wikimedia.org/T150079) (owner: 10Amritsreekumar) [12:11:05] 10MediaWiki-extensions-ContentTranslation: Unadapted templates icon disappears on hover - https://phabricator.wikimedia.org/T150260#2785375 (10santhosh) a:03santhosh This if fixed in https://gerrit.wikimedia.org/r/#/c/308559/ [12:12:04] (03PS1) 10Jdrewniak: Updating language icon color [wikimedia/portals] - 10https://gerrit.wikimedia.org/r/320761 (https://phabricator.wikimedia.org/T146231) [12:13:00] 10MediaWiki-extensions-ContentTranslation, 05Language-Engineering July-September 2016, 03Language-Q1-2016-17 Sprint 3: Unadapted templates icon disappears on hover - https://phabricator.wikimedia.org/T150260#2785383 (10santhosh) [12:32:18] 10MediaWiki-Email, 10Mail, 06Support-and-Safety: Provide users with a personal blacklist that prevents specified users from sending them email - https://phabricator.wikimedia.org/T138166#2785397 (10MER-C) [12:32:31] 10MediaWiki-Email, 10Mail, 06Support-and-Safety: Allow users to restrict which user groups that can send them emails - https://phabricator.wikimedia.org/T138165#2785398 (10MER-C) [12:33:30] (03PS1) 1001tonythomas: Correct return of ArticleDelete hook implmentation [extensions/Newsletter] - 10https://gerrit.wikimedia.org/r/320765 (https://phabricator.wikimedia.org/T150399) [12:34:34] 07I18n: Gender support for "you are blocked" - https://phabricator.wikimedia.org/T150420#2785415 (10Hamilton_Abreu) [12:34:42] 10MediaWiki-Email, 10Mail, 06Support-and-Safety: Provide users with a personal blacklist that prevents specified users from sending them email - https://phabricator.wikimedia.org/T138166#2392115 (1001tonythomas) Could be a good enough Google Summer of Code projet :D, but will it span enough for 3 months ? [12:37:45] (03CR) 10Jdlrobson: "Always feel free to cherry pick! The gerrit interface makes it super easy!" [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320754 (https://phabricator.wikimedia.org/T145662) (owner: 10Jdlrobson) [12:37:48] 10MediaWiki-Internationalization, 06Community-Tech, 07Need-volunteer, 13Patch-For-Review: Add support for Bengali to IcuCollation class - https://phabricator.wikimedia.org/T148885#2785432 (10Bodhisattwa) @Bawolff, any update regarding this issue? [12:37:50] 10MediaWiki-Email, 10Mail, 06Support-and-Safety, 07Privacy: Provide a dummy email address for use in Special:Emailuser - https://phabricator.wikimedia.org/T150421#2785433 (10MER-C) [12:38:10] (03PS2) 10Jdlrobson: Fix test broken by I522bc288a665b9a238fbe9757a2190cef3c58d90 [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320755 [12:38:38] (03CR) 10jenkins-bot: [V: 04-1] Fix test broken by I522bc288a665b9a238fbe9757a2190cef3c58d90 [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320755 (owner: 10Jdlrobson) [12:39:26] AaronSchulz: is there anything nice built into the DB stuff in core to do procedures? eg. 2 inserts where the second depends on getting the PK id from the insert of the first? [12:39:38] (03PS2) 1001tonythomas: Correct return of ArticleDelete hook implmentation [extensions/Newsletter] - 10https://gerrit.wikimedia.org/r/320765 (https://phabricator.wikimedia.org/T150399) [12:39:48] 10Wikimedia-Developer-Summit (2017): Safe spaces - https://phabricator.wikimedia.org/T149665#2759183 (10MER-C) For the record, I made some proposals to this effect at the Community Wishlist survey ([[2016 Community Wishlist Survey/Categories/Miscellaneous]]): T138165, T138166, T150419 and T150421. [12:39:53] 07Design, 10UI-Standardization, 06WMF-Design, 06Discovery, and 4 others: Align Wikimedia Portal UI elements to improved color palette - https://phabricator.wikimedia.org/T146231#2785455 (10Jdrewniak) @Volker_E The patch mentioned above changes the language icon color to the M82 blue (#3366cc). https://gerr... [12:40:15] addshore: got time to review https://gerrit.wikimedia.org/r/#/c/320765/ ? [12:40:17] or Reedy ? [12:40:53] (03CR) 10Jdlrobson: "Will fix up those issues later today. Currently traveling. Thanks!" [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320754 (https://phabricator.wikimedia.org/T145662) (owner: 10Jdlrobson) [12:41:58] 10MediaWiki-Email, 10Mail, 06Support-and-Safety: Provide users with a personal blacklist that prevents specified users from sending them email - https://phabricator.wikimedia.org/T138166#2785457 (10MER-C) This is one third of the problem. The rest is described at T138165 and [[https://meta.wikimedia.org/wiki... [12:44:00] (03CR) 10Addshore: [C: 04-1] Correct return of ArticleDelete hook implmentation (032 comments) [extensions/Newsletter] - 10https://gerrit.wikimedia.org/r/320765 (https://phabricator.wikimedia.org/T150399) (owner: 1001tonythomas) [12:44:06] tonythomas: ^^ [12:47:25] addshore: thank you. checking onw [12:48:30] 10MediaWiki-User-blocking, 10MediaWiki-extensions-CentralAuth, 10GlobalContribs, 10GlobalProfile, 06Stewards-and-global-tools: Special:CentralAuth should report user account existense even if hidden - https://phabricator.wikimedia.org/T150422#2785463 (10Arseny1992) [12:49:59] (03PS3) 1001tonythomas: Correct return of ArticleDelete hook implmentation [extensions/Newsletter] - 10https://gerrit.wikimedia.org/r/320765 (https://phabricator.wikimedia.org/T150399) [12:50:08] 10MediaWiki-User-blocking, 10MediaWiki-extensions-CentralAuth, 10GlobalContribs, 10GlobalProfile, 06Stewards-and-global-tools: Special:CentralAuth should report user account existense even if hidden - https://phabricator.wikimedia.org/T150422#2785476 (10Peachey88) [12:50:17] addshore: fixed https://gerrit.wikimedia.org/r/#/c/320765/3/Newsletter.hooks.php I hope that is how you call $status->error( ) though :P [12:50:46] 06Discovery, 10Wikimedia-Portals, 06Discovery-Analysis (Current work), 07Epic, 13Patch-For-Review: [EPIC] Wikipedia Portal Dashboard: expand "other" countries data display - https://phabricator.wikimedia.org/T138107#2785477 (10Jdrewniak) wow that looks great! [12:51:07] 10MediaWiki-User-blocking, 06Stewards-and-global-tools: Create block log entries on HideUser blocks - https://phabricator.wikimedia.org/T47064#2785479 (10Arseny1992) [12:51:09] 10MediaWiki-User-blocking, 10MediaWiki-extensions-CentralAuth, 10GlobalContribs, 10GlobalProfile, 06Stewards-and-global-tools: Special:CentralAuth should report user account existense even if hidden - https://phabricator.wikimedia.org/T150422#2785478 (10Arseny1992) [12:51:33] (03CR) 10Hashar: "check experimental" [extensions/SiteMatrix] - 10https://gerrit.wikimedia.org/r/319744 (owner: 10L10n-bot) [12:55:08] 10MediaWiki-Internationalization, 07I18n: Allow users to code in localized programming languages - https://phabricator.wikimedia.org/T150417#2785481 (10Aklapper) [12:55:31] (03CR) 10Addshore: [C: 032] Correct return of ArticleDelete hook implmentation [extensions/Newsletter] - 10https://gerrit.wikimedia.org/r/320765 (https://phabricator.wikimedia.org/T150399) (owner: 1001tonythomas) [12:55:36] looks good tonythomas [12:57:05] addshore: thank you. leaving for class now. ciao [12:57:10] (03Merged) 10jenkins-bot: Correct return of ArticleDelete hook implmentation [extensions/Newsletter] - 10https://gerrit.wikimedia.org/r/320765 (https://phabricator.wikimedia.org/T150399) (owner: 1001tonythomas) [13:02:21] (03PS1) 10Mobrovac: Add config.yaml as symlink to config.dev.yaml [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320766 [13:02:54] (03CR) 10jenkins-bot: [V: 04-1] Add config.yaml as symlink to config.dev.yaml [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320766 (owner: 10Mobrovac) [13:04:35] (03CR) 10Mobrovac: "It's not about that, but about the fact that I'd like to +2 the other change, but can't because it depends on this one, which doesn't make" [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320754 (https://phabricator.wikimedia.org/T145662) (owner: 10Jdlrobson) [13:07:26] 10UI-Standardization, 10MobileFrontend, 06Reading-Web-Backlog, 13Patch-For-Review, 03UI-Standardization-Kanban: Update Navigation Drawer color scheme - https://phabricator.wikimedia.org/T148108#2785483 (10ovasileva) @Nirzar, @Jdlrobson - tagging this with the current sprint [13:07:42] 10UI-Standardization, 10MobileFrontend, 06Reading-Web-Backlog, 13Patch-For-Review, and 2 others: Update Navigation Drawer color scheme - https://phabricator.wikimedia.org/T148108#2785484 (10ovasileva) [13:07:59] (03PS2) 10Mobrovac: Add config.yaml as symlink to config.dev.yaml [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320766 (https://phabricator.wikimedia.org/T149601) [13:08:28] (03CR) 10jenkins-bot: [V: 04-1] Add config.yaml as symlink to config.dev.yaml [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320766 (https://phabricator.wikimedia.org/T149601) (owner: 10Mobrovac) [13:08:45] (03CR) 10Mobrovac: [C: 032 V: 032] Add config.yaml as symlink to config.dev.yaml [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320766 (https://phabricator.wikimedia.org/T149601) (owner: 10Mobrovac) [13:09:37] 10SiteMatrix: SiteMatrix should use short array syntax and shorter lines - https://phabricator.wikimedia.org/T150423#2785489 (10hashar) [13:10:21] (03PS1) 10Hashar: Add composer tests / parallel lint / PHPcs [extensions/SiteMatrix] - 10https://gerrit.wikimedia.org/r/320767 (https://phabricator.wikimedia.org/T150423) [13:12:55] (03PS1) 10DCausse: Add SiteMatrix to cirrussearch [vagrant] - 10https://gerrit.wikimedia.org/r/320769 [13:13:39] 10Android-app-goals-2016-Oct-Dec-Q2, 06Wikipedia-Android-App-Backlog: Use two different icons to indicate when users are exiting and entering Wikipedia Zero in system notifications - https://phabricator.wikimedia.org/T150258#2785514 (10RHo) hi @Dbrant – after our chat I had a quick pow-wow with other designers... [13:14:19] 10MediaWiki-extensions-Newsletter, 13Patch-For-Review, 07Technical-Debt: Fix incorrect newsletter onArticleDelete hook handler - https://phabricator.wikimedia.org/T150399#2785515 (1001tonythomas) a:0301tonythomas Sorry for that one. Should be fixed at this point! [13:15:04] 10MediaWiki-extensions-Newsletter, 13Patch-For-Review, 07Technical-Debt: Fix incorrect newsletter onArticleDelete hook handler - https://phabricator.wikimedia.org/T150399#2785518 (1001tonythomas) 05Open>03Resolved [13:15:05] (03CR) 10Hashar: "recheck" [extensions/SiteMatrix] - 10https://gerrit.wikimedia.org/r/320767 (https://phabricator.wikimedia.org/T150423) (owner: 10Hashar) [13:15:59] (03CR) 10Hashar: [C: 032] Add composer tests / parallel lint / PHPcs [extensions/SiteMatrix] - 10https://gerrit.wikimedia.org/r/320767 (https://phabricator.wikimedia.org/T150423) (owner: 10Hashar) [13:17:04] (03Merged) 10jenkins-bot: Add composer tests / parallel lint / PHPcs [extensions/SiteMatrix] - 10https://gerrit.wikimedia.org/r/320767 (https://phabricator.wikimedia.org/T150423) (owner: 10Hashar) [13:17:31] 10SiteMatrix: SiteMatrix should use short array syntax and shorter lines - https://phabricator.wikimedia.org/T150423#2785525 (10hashar) [13:17:37] 10SiteMatrix, 07Easy: SiteMatrix should use short array syntax and shorter lines - https://phabricator.wikimedia.org/T150423#2785527 (10hashar) [13:18:28] (03CR) 10Hashar: "recheck" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320757 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [13:19:31] (03PS1) 10Bartosz Dziewoński: TransformationalImageHandler: Fix use of __METHOD__ in closure [core] - 10https://gerrit.wikimedia.org/r/320771 [13:20:16] 06Reading-Web-Backlog: Improve trademark code in MobileFrontend - https://phabricator.wikimedia.org/T95007#2785529 (10Esanders) Do you know where that config file is? [13:23:18] 10SiteMatrix, 07Easy: SiteMatrix should use short array syntax and shorter lines - https://phabricator.wikimedia.org/T150423#2785532 (10hashar) p:05Triage>03Low phpcs pass just fine now, both rules have severity=0 which skip them. [13:25:03] I need to make short ur;l in mediawiki [13:25:06] i readed guides [13:25:12] but i get errors [13:25:14] )= [13:25:40] (03CR) 10Cindy-the-browser-test-bot: [C: 031] "Cindy says good job \o/. Keep it up." [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320757 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [13:25:46] (03CR) 10Cindy-the-browser-test-bot: "Phan static analysis done without errors!" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320757 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [13:32:11] (03CR) 10Daniel Kinzler: Extract addition of conflict header explanation (031 comment) [core] - 10https://gerrit.wikimedia.org/r/318292 (https://phabricator.wikimedia.org/T143823) (owner: 10WMDE-Fisch) [13:34:12] hi [13:34:35] i am a newbie interested in contributing [13:34:52] can anyone guide me [13:37:27] Hi anmols and welcome! Which area of contribution interests you? [13:37:34] 10MediaWiki-File-management, 06Commons, 06Multimedia: Issues with displaying thumbnails for CMYK JPG images - https://phabricator.wikimedia.org/T141739#2785546 (10matmarex) OK, so I'm going to start by finding out which versions are affected. For a start, I reproduced locally, so this is not specific to the... [13:37:51] anmols: Have you checked https://www.mediawiki.org/wiki/How_to_contribute already? Or https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker if you are interested in code? [13:38:53] thanks i will check the links [13:39:58] (03PS1) 10Dbrant: Fix/restore Wikipedia Zero enter notification. [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/320777 (https://phabricator.wikimedia.org/T150258) [13:40:28] anmols, if you have any questions, please ask! happy to help! [13:41:05] Ok thanks andre__ [13:47:38] 10MobileFrontend, 06Wikipedia-Android-App-Backlog: References are truncated at screen edges - https://phabricator.wikimedia.org/T150376#2785567 (10Dbrant) Not specific to the app; this is also the case in mobile web. Probably some custom formatting for this specific article. [13:47:41] (03CR) 10Robert Vogel: [C: 04-1] Added TagCloud handler in ExtendedSearch extension. It enables TagCloud ext to use searchstats (bs_searchstats) as a source. (031 comment) [extensions/BlueSpiceExtensions] (REL1_23) - 10https://gerrit.wikimedia.org/r/320592 (owner: 10ItSpiderman) [13:47:53] (03CR) 10Robert Vogel: [C: 032] General: Raised version number to 2.27.1 on master [extensions/BlueSpiceCategoryManager] - 10https://gerrit.wikimedia.org/r/320746 (owner: 10Mglaser) [13:47:59] (03Merged) 10jenkins-bot: General: Raised version number to 2.27.1 on master [extensions/BlueSpiceCategoryManager] - 10https://gerrit.wikimedia.org/r/320746 (owner: 10Mglaser) [13:48:52] (03CR) 10Robert Vogel: [C: 032] General: Raised version number to 2.27.1 on master [extensions/BlueSpiceExtensions] - 10https://gerrit.wikimedia.org/r/320739 (owner: 10Mglaser) [13:49:13] (03Merged) 10jenkins-bot: General: Raised version number to 2.27.1 on master [extensions/BlueSpiceExtensions] - 10https://gerrit.wikimedia.org/r/320739 (owner: 10Mglaser) [13:49:15] (03PS2) 10Mglaser: General: Raised version number to 2.27.1 on master [skins/BlueSpiceSkin] - 10https://gerrit.wikimedia.org/r/320736 [13:50:23] (03CR) 10Robert Vogel: [C: 032] General: Raised version number to 2.27.1 on master [skins/BlueSpiceSkin] - 10https://gerrit.wikimedia.org/r/320736 (owner: 10Mglaser) [13:50:48] (03CR) 10Robert Vogel: [C: 032] Non-ASCII characters handling. Replacing umlauts with transliterated values rather than removing them [extensions/BlueSpiceExtensions] (REL1_23) - 10https://gerrit.wikimedia.org/r/320601 (owner: 10ItSpiderman) [13:50:56] (03PS1) 10Robert Vogel: Non-ASCII characters handling. Replacing umlauts with transliterated values rather than removing them [extensions/BlueSpiceExtensions] (REL1_27) - 10https://gerrit.wikimedia.org/r/320779 [13:51:07] (03PS1) 10Robert Vogel: Non-ASCII characters handling. Replacing umlauts with transliterated values rather than removing them [extensions/BlueSpiceExtensions] - 10https://gerrit.wikimedia.org/r/320780 [13:52:04] (03CR) 10Robert Vogel: [C: 032] Non-ASCII characters handling. Replacing umlauts with transliterated values rather than removing them [extensions/BlueSpiceExtensions] (REL1_27) - 10https://gerrit.wikimedia.org/r/320779 (owner: 10Robert Vogel) [13:52:25] (03CR) 10Robert Vogel: [C: 032] Non-ASCII characters handling. Replacing umlauts with transliterated values rather than removing them [extensions/BlueSpiceExtensions] - 10https://gerrit.wikimedia.org/r/320780 (owner: 10Robert Vogel) [13:53:23] 10MediaWiki-Unit-tests, 10Continuous-Integration-Config, 07Technical-Debt: Clone mediawiki into mediawiki-config when running test's via jenkins - https://phabricator.wikimedia.org/T115713#2785578 (10dcausse) I have a somewhat similar use case but very different in the sense that I'd like to have mw-config a... [13:54:36] 10Android-app-Bugs, 06Wikipedia-Android-App-Backlog: [BUG] Unable to select title and wikidata description text on articles - https://phabricator.wikimedia.org/T150424#2785579 (10RHo) [13:58:31] (03CR) 10Robert Vogel: [V: 032] Non-ASCII characters handling. Replacing umlauts with transliterated values rather than removing them [extensions/BlueSpiceExtensions] (REL1_23) - 10https://gerrit.wikimedia.org/r/320601 (owner: 10ItSpiderman) [13:58:37] (03CR) 10Mholloway: [C: 031] "Sorry about that!" [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/320777 (https://phabricator.wikimedia.org/T150258) (owner: 10Dbrant) [13:58:44] (03CR) 10Robert Vogel: [V: 032] General: Raised version number to 2.27.1 on master [skins/BlueSpiceSkin] - 10https://gerrit.wikimedia.org/r/320736 (owner: 10Mglaser) [13:58:59] (03CR) 10Addshore: [C: 032] TransformationalImageHandler: Fix use of __METHOD__ in closure [core] - 10https://gerrit.wikimedia.org/r/320771 (owner: 10Bartosz Dziewoński) [13:59:39] 07Design, 10MediaWiki-extensions-ContentTranslation: Designs for compact unused fields when translating templates - https://phabricator.wikimedia.org/T150425#2785592 (10Pginer-WMF) [14:00:07] 07Design, 10MediaWiki-extensions-ContentTranslation, 07Category, 05Language-Engineering October-December 2016, and 2 others: Improved Content Translation template adaptation (tracking) - https://phabricator.wikimedia.org/T139332#2428278 (10Pginer-WMF) [14:02:15] 10Wiki-Loves-Monuments-Sources, 07Easy, 13Patch-For-Review: Map sources using Wikidata to wd_item - https://phabricator.wikimedia.org/T140795#2785611 (10JeanFred) Statistics are now computed as well :) https://commons.wikimedia.org/wiki/Commons:Monuments_database/Statistics [14:02:20] 10Wiki-Loves-Monuments-Sources, 07Easy, 13Patch-For-Review: Map sources using Wikidata to wd_item - https://phabricator.wikimedia.org/T140795#2785612 (10JeanFred) 05Open>03Resolved [14:02:30] 07Design, 10MediaWiki-extensions-ContentTranslation, 05Language-Engineering October-December 2016, 03Language-Q2-2016-17 Sprint 3, 07WorkType-Maintenance: Designs for manual mappings in template translation - https://phabricator.wikimedia.org/T145857#2785613 (10Pginer-WMF) [14:03:51] (03Merged) 10jenkins-bot: Non-ASCII characters handling. Replacing umlauts with transliterated values rather than removing them [extensions/BlueSpiceExtensions] - 10https://gerrit.wikimedia.org/r/320780 (owner: 10Robert Vogel) [14:10:23] (03CR) 10Matěj Suchánek: "I would suggest adding this to some Wikimedia extension as this is really Wikimedia specific" [extensions/Echo] - 10https://gerrit.wikimedia.org/r/318140 (https://phabricator.wikimedia.org/T132084) (owner: 10Kmuthu) [14:10:24] 10Wikimedia-Developer-Summit, 06Developer-Relations (Oct-Dec-2016), 05Goal: Prepare a program for Wikimedia Developer Summit 2017 to effectively address current high level movement needs - https://phabricator.wikimedia.org/T141938#2785648 (10Qgil) Yesterday's Program committee meeting logs and summary are av... [14:13:18] (03Merged) 10jenkins-bot: TransformationalImageHandler: Fix use of __METHOD__ in closure [core] - 10https://gerrit.wikimedia.org/r/320771 (owner: 10Bartosz Dziewoński) [14:14:24] (03CR) 10Aklapper: "Amritsreekumar: "Please guide me through" is not a helpful request... Please check https://www.mediawiki.org/wiki/How_to_become_a_MediaWik" [core] - 10https://gerrit.wikimedia.org/r/320411 (https://phabricator.wikimedia.org/T150079) (owner: 10Amritsreekumar) [14:15:12] 10MediaWiki-File-management, 06Commons, 06Multimedia: Issues with displaying thumbnails for CMYK JPG images - https://phabricator.wikimedia.org/T141739#2785673 (10matmarex) ImageMagick 6.8.0 and ImageMagick 7.0.0 both thumbnail the files correctly, so this was broken in ImageMagick somewhere between 6.8 and... [14:15:14] 07Epic, 03Reading-Web-Planning, 07Tracking: [EPIC] Future exciting reading web performance endeavours - https://phabricator.wikimedia.org/T125920#2785676 (10ovasileva) [14:15:17] 10MobileFrontend, 06Reading-Web-Backlog, 07Performance, 03Reading-Web-Sprint-85-💩, 05WMF-deploy-2016-11-08_(1.29.0-wmf.2): Sections on mobile views jumps around after load (FOUC) - https://phabricator.wikimedia.org/T126825#2785674 (10ovasileva) 05Open>03Resolved a:03ovasileva [14:16:50] 07Design, 10Electron-PDFs, 06TCB-Team, 06WMDE-Design, and 4 others: Investigate which styling quick fixes could be made to the print style - https://phabricator.wikimedia.org/T142207#2785678 (10Tobi_WMDE_SW) [14:17:34] (03PS1) 10Ottomata: Remove codfw production targets, use scb1001 as canary [services/eventstreams/deploy] - 10https://gerrit.wikimedia.org/r/320781 (https://phabricator.wikimedia.org/T143925) [14:22:07] 10PerformanceInspector, 03Google-Code-In-2016: Make PerformanceInspector show LUA logs - https://phabricator.wikimedia.org/T148616#2785688 (10Strainu) Adding to Google Code In in the hope that a mentor can be found. [14:22:25] 10Hovercards, 06Reading-Web-Backlog, 07Epic, 03Reading-Web-Sprint-85-💩, 07Technical-Debt (RW-Tech-Debt): Refactor Hovercards (née Popups) - https://phabricator.wikimedia.org/T149801#2785690 (10jhobs) >>! In T149801#2783011, @bmansurov wrote: > What are the downsides of using RxJS and Redux? External lib... [14:23:18] 06Developer-Relations, 10Wikimedia-Developer-Summit (2017): Better code review processes for reviewers - https://phabricator.wikimedia.org/T149639#2785692 (10Aklapper) a:03Aklapper I could but would love to co-run this session with someone. @ksmith: You're in? [14:24:04] (03CR) 10Mholloway: [C: 031] Add error feedback UI to description editing [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/320543 (https://phabricator.wikimedia.org/T148203) (owner: 10Niedzielski) [14:27:05] (03PS1) 10MGChecker: Introduce separate log action for deleting pages on move [core] - 10https://gerrit.wikimedia.org/r/320782 (https://phabricator.wikimedia.org/T145991) [14:28:17] (03CR) 10Thiemo Mättig (WMDE): "For a start, the commit message says you want to make changes to Special:BotPasswords. Please focus on this file then and do not make chan" [core] - 10https://gerrit.wikimedia.org/r/320411 (https://phabricator.wikimedia.org/T150079) (owner: 10Amritsreekumar) [14:32:05] 10Hovercards, 06Reading-Web-Backlog, 07Epic, 03Reading-Web-Sprint-85-💩, 07Technical-Debt (RW-Tech-Debt): Refactor Hovercards (née Popups) - https://phabricator.wikimedia.org/T149801#2785699 (10jhobs) We should consider adding "works on Wikidata" as a requirement. Right now Wikidata uses a gadget to make... [14:33:57] (03CR) 10jenkins-bot: [V: 04-1] Introduce separate log action for deleting pages on move [core] - 10https://gerrit.wikimedia.org/r/320782 (https://phabricator.wikimedia.org/T145991) (owner: 10MGChecker) [14:34:17] (03CR) 10Mholloway: "Works well. What do you think about hiding the soft keyboard on finish, too?" [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/320620 (https://phabricator.wikimedia.org/T148204) (owner: 10Niedzielski) [14:36:38] (03PS1) 10Hashar: CryptRand: remove newlines from logging message [core] - 10https://gerrit.wikimedia.org/r/320784 [14:37:05] (03CR) 10Hashar: "I cleaned up some of the debugging log with" [core] - 10https://gerrit.wikimedia.org/r/313688 (owner: 10Legoktm) [14:37:52] (03CR) 10Tjones: [C: 031] Use timeouts to limit regex searches rather than max_inspect [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320700 (https://phabricator.wikimedia.org/T134157) (owner: 10EBernhardson) [14:38:15] (03CR) 10Hashar: "That shows up in the mw-debug-cli.log files attached to the Jenkins builds." [core] - 10https://gerrit.wikimedia.org/r/320784 (owner: 10Hashar) [14:38:33] 03Google-Code-In-2016: Create a template that allows equilibrated display of a number of pages - https://phabricator.wikimedia.org/T150428#2785709 (10Strainu) [14:41:28] 03Google-Code-In-2016: Create a template that allows equilibrated display of a number of pages - https://phabricator.wikimedia.org/T150428#2785724 (10Aklapper) @Strainu: Any pointers to "writing Templates" docs? Any requirements (programming languages like Lua?) that would allow students to judge if they have en... [14:45:03] 10MediaWiki-File-management, 06Commons, 06Multimedia: Issues with displaying thumbnails for CMYK JPG images - https://phabricator.wikimedia.org/T141739#2785739 (10matmarex) 6.8.4 is the first buggy version: | 6.8.3 | {F4712736} | 6.8.4 | {F4712749} 7.0.0 is the first fixed version: | 6.9.6 | {F4712758} |... [14:45:59] 10MediaWiki-extensions-InputBox: 'width:auto' don't give a possibility to change width of InputBox - https://phabricator.wikimedia.org/T150381#2785740 (10Iniquity) Chrome 54.0.2840.99. Width of Input form must change when width of browser window smaller than width of input form. This problem affects the display... [14:48:28] (03PS2) 10MGChecker: Introduce separate log action for deleting pages on move [core] - 10https://gerrit.wikimedia.org/r/320782 (https://phabricator.wikimedia.org/T145991) [14:50:44] (03CR) 10Thiemo Mättig (WMDE): Add password policy to prevent password including User's Real Name (031 comment) [core] - 10https://gerrit.wikimedia.org/r/318956 (https://phabricator.wikimedia.org/T121181) (owner: 10Reedy) [14:51:59] 06Discovery-Analysis (Current work): From Zero To Hero 2: Electric Boogaloo - https://phabricator.wikimedia.org/T147216#2785746 (10TJones) @chelsyx , thanks so much for all this—and for pulling it together so quickly! I'm glad to see our hypotheses mostly being borne out in the data. The spike in 2-word queries... [14:54:40] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 13Patch-For-Review, 03Wikidata-Sprint-2016-11-08: add CORS to all redirecs in chain from https://www.wikidata.org/entity/{Q...} - https://phabricator.wikimedia.org/T150290#2785749 (10daniel) > A potential solution I could think of would be to ProxyPass... [14:57:16] (03Abandoned) 10Amritsreekumar: Change Checkboxes from right to left of Labels [core] - 10https://gerrit.wikimedia.org/r/320411 (https://phabricator.wikimedia.org/T150079) (owner: 10Amritsreekumar) [14:58:21] 10MediaWiki-HTMLForm, 10MediaWiki-Special-pages, 07Easy, 13Patch-For-Review: Checkboxes on Special:BotPasswords should be shown on the left the label - https://phabricator.wikimedia.org/T150079#2785765 (10amritsreekumar) a:05amritsreekumar>03None [14:59:52] 10MediaWiki-File-management, 06Commons, 06Multimedia: Issues with displaying thumbnails for CMYK JPG images - https://phabricator.wikimedia.org/T141739#2510108 (10Dereckson) To summarize a discussion on wikimedia operations: - ImageMagick 7 API evolved, A [[ https://www.imagemagick.org/script/porting.php... [14:59:58] (03CR) 10Fjalapeno: "@Mobrovac it will be static content through at least Q3." [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 (owner: 10Fjalapeno) [15:00:06] 10MediaWiki-HTMLForm, 10MediaWiki-Special-pages, 07Easy: Checkboxes on Special:BotPasswords should be shown on the left the label - https://phabricator.wikimedia.org/T150079#2785769 (10Aklapper) [15:02:05] 10MediaWiki-extensions-LdapAuthentication, 07Wikimedia-log-errors: CAS update failed on user_touched for user ID '55' (read from replica); the version of the user to be saved is older than the current version. - https://phabricator.wikimedia.org/T150373#2783764 (10Andrew) I can reproduce this issue pretty easi... [15:02:30] 03Google-Code-In-2016: Redesign Romanian Wikipedia's main page - https://phabricator.wikimedia.org/T150431#2785772 (10Strainu) [15:05:34] (03CR) 10Jhobs: "I like standardization, but I'm bummed we're losing so much DocBlock linting. Is there any way we can keep some?" [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/320406 (owner: 10Esanders) [15:07:24] 10Hovercards, 06Reading-Web-Backlog, 07Epic, 03Reading-Web-Sprint-85-💩, 07Technical-Debt (RW-Tech-Debt): Refactor Hovercards (née Popups) - https://phabricator.wikimedia.org/T149801#2785804 (10bmansurov) @jhobs, isn't Hovercards disabled when the gadget is on? The problem with Wikidata yesterday was that... [15:08:54] 10MobileFrontend, 06Reading-Web-Backlog, 07Performance, 03Reading-Web-Sprint-85-💩, 05WMF-deploy-2016-11-08_(1.29.0-wmf.2): Sections on mobile views jumps around after load (FOUC) - https://phabricator.wikimedia.org/T126825#2785810 (10bmansurov) T126825#2784553 was half the work. We should have tested if... [15:09:35] 10Hovercards, 06Reading-Web-Backlog, 07Epic, 03Reading-Web-Sprint-85-💩, 07Technical-Debt (RW-Tech-Debt): Refactor Hovercards (née Popups) - https://phabricator.wikimedia.org/T149801#2785813 (10jhobs) >>! In T149801#2785804, @bmansurov wrote: > @jhobs, isn't Hovercards disabled when the gadget is on? The... [15:10:25] 10CirrusSearch, 06Discovery, 06Discovery-Search (Current work): allow TextCat to use multiple language model directories - https://phabricator.wikimedia.org/T149316#2785818 (10TJones) [15:10:44] 10Wikimedia-Developer-Summit (2017): Working with the fancy old MediaWiki API - https://phabricator.wikimedia.org/T148855#2785820 (10Anomie) I'd still like to have a session along the lines of last year's {T122818} if people are interested in attending. Unfortunately, with the sudden and mysterious disappearance... [15:11:10] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 13Patch-For-Review, 03Wikidata-Sprint-2016-11-08: add CORS to all redirecs in chain from https://www.wikidata.org/entity/{Q...} - https://phabricator.wikimedia.org/T150290#2785821 (10elf-pavlik) > But that would be semantically dirty. As far as I under... [15:11:49] 10Wikispeech, 10Wikispeech-NLP, 06Wikispeech-STTS: [Task] Automatic pronunciation component (Wikispeech) - https://phabricator.wikimedia.org/T133842#2785823 (10Sebastian_Berlin-WMSE) [15:12:17] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 13Patch-For-Review, 03Wikidata-Sprint-2016-11-08: add CORS to all redirecs in chain from https://www.wikidata.org/entity/{Q...} - https://phabricator.wikimedia.org/T150290#2785824 (10daniel) >>! In T150290#2784012, @hoo wrote: > That would also solve... [15:13:16] 10Wikimedia-Developer-Summit (2017): Working with the fancy old MediaWiki API - https://phabricator.wikimedia.org/T148855#2785825 (10Anomie) [15:14:11] (03PS2) 10Fjalapeno: Add announcements endpoint T145830 [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 [15:15:04] 10MediaWiki-Email, 10Mail, 06Support-and-Safety, 07Privacy: Provide a dummy sender email address for use in Special:Emailuser - https://phabricator.wikimedia.org/T150421#2785830 (10Aklapper) [15:15:21] (03CR) 10Anomie: Validate getExamplesMessages() query strings (031 comment) [core] - 10https://gerrit.wikimedia.org/r/320524 (owner: 10Anomie) [15:15:40] 10MediaWiki-General-or-Unknown, 07Easy, 07I18n: Add Gender support for "you are blocked" - https://phabricator.wikimedia.org/T150420#2785831 (10Aklapper) [15:15:53] 10MediaWiki-General-or-Unknown, 07Easy, 07I18n: Add Gender support for "you are blocked" - https://phabricator.wikimedia.org/T150420#2785836 (10Aklapper) [15:15:57] 10MediaWiki-Parser, 07I18n, 07Tracking: GENDER (tracking) - https://phabricator.wikimedia.org/T32443#2785837 (10Aklapper) [15:17:11] (03PS2) 10Anomie: Validate getExamplesMessages() query strings [core] - 10https://gerrit.wikimedia.org/r/320524 [15:18:08] 03Google-Code-In-2016: Create a template that allows equilibrated display of a number of pages - https://phabricator.wikimedia.org/T150428#2785840 (10Strainu) Thanks for the feedback! I decided to publish the tasks here because it's easier for the community to follow. I'll move them in bulk to the platform in th... [15:19:30] (03CR) 10Anomie: [C: 032] Deprecate Message::$format (mostly) [core] - 10https://gerrit.wikimedia.org/r/320550 (https://phabricator.wikimedia.org/T146416) (owner: 10Gergő Tisza) [15:20:04] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 13Patch-For-Review, 03Wikidata-Sprint-2016-11-08: add CORS to all redirecs in chain from https://www.wikidata.org/entity/{Q...} - https://phabricator.wikimedia.org/T150290#2785844 (10daniel) [15:26:31] (03CR) 10Anomie: "There are no existing tests for the pretty-printed output, so while it would be feasible to write some it would be a fair bit of work to a" [core] - 10https://gerrit.wikimedia.org/r/320615 (https://phabricator.wikimedia.org/T150344) (owner: 10Anomie) [15:28:28] 03Google-Code-In-2016: Create a template that allows equilibrated display of a number of pages - https://phabricator.wikimedia.org/T150428#2785859 (10Strainu) [15:29:20] 10Hovercards, 06Reading-Web-Backlog, 07Epic, 03Reading-Web-Sprint-85-💩, 07Technical-Debt (RW-Tech-Debt): Refactor Hovercards (née Popups) - https://phabricator.wikimedia.org/T149801#2785863 (10ovasileva) @jhobs - If we consider the "general page preview" (i.e. the one that says no preview is available),... [15:29:43] 10Android-app-feature-Description-Editing, 10Android-app-goals-2016-Oct-Dec-Q2, 06Wikipedia-Android-App-Backlog: Add 'edit here' as a new text selection option for title descriptions - https://phabricator.wikimedia.org/T150433#2785864 (10RHo) [15:30:16] 10Android-app-feature-Description-Editing, 10Android-app-goals-2016-Oct-Dec-Q2, 06Wikipedia-Android-App-Backlog: Add 'edit here' as a new text selection option for title descriptions - https://phabricator.wikimedia.org/T150433#2785878 (10RHo) [15:31:13] 03Google-Code-In-2016: Redesign Romanian Wikipedia's main page - https://phabricator.wikimedia.org/T150431#2785895 (10Strainu) [15:33:48] 03Google-Code-In-2016: Redesign Romanian Wikipedia's main page - https://phabricator.wikimedia.org/T150431#2785897 (10Strainu) [15:35:27] (03PS4) 10DCausse: [WIP] Refactor interwiki support [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) [15:35:29] (03PS2) 10DCausse: Add and implement InterwikiResolver [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320757 (https://phabricator.wikimedia.org/T141033) [15:35:31] (03PS1) 10DCausse: Remove BC code after interwiki refactoring [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) [15:35:43] (03CR) 10Chad: [C: 032] Dump page should work for non-encrypted elections too [extensions/SecurePoll] - 10https://gerrit.wikimedia.org/r/310558 (https://phabricator.wikimedia.org/T145648) (owner: 10Huji) [15:36:17] 03Google-Code-In-2016: Redesign Romanian Wikipedia's main page - https://phabricator.wikimedia.org/T150431#2785912 (10Aklapper) @Strainu: Thanks! Note that you can also directly create these tasks on the GCI site now (as this would normally be out of scope for Phabricator currently, if there's no rowp project he... [15:37:04] (03Merged) 10jenkins-bot: Dump page should work for non-encrypted elections too [extensions/SecurePoll] - 10https://gerrit.wikimedia.org/r/310558 (https://phabricator.wikimedia.org/T145648) (owner: 10Huji) [15:37:06] (03CR) 10Chad: [C: 032] Dump should return decrypted votes [extensions/SecurePoll] - 10https://gerrit.wikimedia.org/r/310824 (https://phabricator.wikimedia.org/T145695) (owner: 10Huji) [15:38:15] (03Merged) 10jenkins-bot: Dump should return decrypted votes [extensions/SecurePoll] - 10https://gerrit.wikimedia.org/r/310824 (https://phabricator.wikimedia.org/T145695) (owner: 10Huji) [15:40:53] (03CR) 10Anomie: Add API endpoints (035 comments) [extensions/PageViewInfo] - 10https://gerrit.wikimedia.org/r/320326 (https://phabricator.wikimedia.org/T144865) (owner: 10Gergő Tisza) [15:42:07] (03CR) 10jenkins-bot: [V: 04-1] [WIP] Refactor interwiki support [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [15:44:34] (03CR) 10jenkins-bot: [V: 04-1] Remove BC code after interwiki refactoring [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [15:45:03] 10MediaWiki-Email, 10MediaWiki-User-login-and-signup, 10MediaWiki-User-preferences: Improve MediaWiki email validation - https://phabricator.wikimedia.org/T150394#2785919 (10Aklapper) As I already wrote in T150337, `11@111` is a perfectly valid email address, and if there was some kind of "validation" implem... [15:47:51] (03CR) 10Luke081515: "check zend" [core] - 10https://gerrit.wikimedia.org/r/320782 (https://phabricator.wikimedia.org/T145991) (owner: 10MGChecker) [15:49:05] (03CR) 10Cindy-the-browser-test-bot: [C: 031] "Cindy says good job \o/. Keep it up." [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320757 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [15:49:30] 10MediaWiki-extensions-ORES, 10DBA, 06Labs, 10Labs-Infrastructure, 06Revision-Scoring-As-A-Service: Replicate ores_classification and ores_model tables in labs - https://phabricator.wikimedia.org/T148561#2726255 (10Halfak) @jcrespo, I see that this is placed in the "Blocked external/Not db team" on the D... [15:49:54] 10MediaWiki-Page-deletion, 10MediaWiki-Redirects, 05MW-1.28-release, 13Patch-For-Review: Separate log action for deleting pages on move - https://phabricator.wikimedia.org/T145991#2785985 (10MGChecker) As a follow-up, this should be merged before releasing MW 1.28. [15:52:24] 10MediaWiki-File-management, 06Commons, 06Multimedia: Issues with displaying thumbnails for CMYK JPG images - https://phabricator.wikimedia.org/T141739#2785991 (10matmarex) Just for fun, here are the thumbnails (120x120px square) that MediaWiki produces for all of the problematic files reported here and on r... [15:52:43] 10MediaWiki-extensions-ORES, 10DBA, 06Labs, 10Labs-Infrastructure, 06Revision-Scoring-As-A-Service: Replicate ores_classification and ores_model tables in labs - https://phabricator.wikimedia.org/T148561#2785996 (10Halfak) Maybe we should be talking to @chasemp and @madhuvishy about getting this done... ? [15:54:16] 10MediaWiki-File-management, 06Commons, 06Multimedia: JPEG with CMYK colourspace not thumbnailed correctly (black color missing) - https://phabricator.wikimedia.org/T38346#2786000 (10matmarex) This is definitely the same issue as T141739, actually. The same ImageMagick versions are affected. (I'm not sure wh... [15:55:30] 10MediaWiki-File-management, 06Commons, 06Multimedia: JPEG with CMYK colourspace not thumbnailed correctly (black color missing) - https://phabricator.wikimedia.org/T38346#2786004 (10matmarex) 05Open>03Resolved Closing back again, this is a 2012 bug that was fixed at the time. For the current thumbnailin... [15:56:07] 10Android-app-Bugs, 06Wikipedia-Android-App-Backlog, 13Patch-For-Review: [Bug] Switching the Wikipedia language while Zero is enabled does not update the nav menu zero message - https://phabricator.wikimedia.org/T126997#2786007 (10Mholloway) I was (probably unnecessarily) waiting for a confirmation/sanity ch... [15:56:13] (03CR) 10Cindy-the-browser-test-bot: [C: 04-1] "I ran tests for your patch and there were some errors: features/dump_action.feature:3 features/dump_mapping.feature:3 features/combined_fi" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [15:56:49] (03PS3) 10MGChecker: Introduce separate log action for deleting pages on move [core] - 10https://gerrit.wikimedia.org/r/320782 (https://phabricator.wikimedia.org/T145991) [15:57:53] 10MediaWiki-API, 10MediaWiki-extensions-ORES, 06Revision-Scoring-As-A-Service, 07Epic: [Epic] Implement ORES service proxy in api.php - https://phabricator.wikimedia.org/T143895#2786011 (10Halfak) It looks like this is ready to be resolved. Is that right, @Anomie? [15:59:16] 10MediaWiki-API, 10MediaWiki-extensions-ORES, 06Revision-Scoring-As-A-Service, 07Epic: [Epic] Implement ORES service proxy in api.php - https://phabricator.wikimedia.org/T143895#2786014 (10Halfak) 05Open>03Resolved [16:03:15] (03CR) 10Cindy-the-browser-test-bot: [C: 04-1] "I ran tests for your patch and there were some errors: features/combined_filters_api.feature:8:9:10 features/boolean_operators_api.feature" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [16:03:22] (03CR) 10Cindy-the-browser-test-bot: "Phan static analysis done without errors!" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [16:08:38] 06Research-and-Data, 10WikiCite: Open citations: Todos and 2nd call - https://phabricator.wikimedia.org/T150440#2786040 (10DarTar) [16:08:59] 07Design, 10UI-Standardization, 10Vector: Wrap MediaWiki in a fixed size container - https://phabricator.wikimedia.org/T150234#2786054 (10Victorbarbu) I made some refactorings of the code and then I came up with this {F4713135} The width of the page is adjustable based on a LESS variable and I would really... [16:09:13] (03PS3) 10Fjalapeno: Add announcements endpoint T145830 [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 [16:13:21] 10MediaWiki-File-management, 06Commons, 06Multimedia: Issues with displaying thumbnails for CMYK JPG images due to buggy version of ImageMagick - https://phabricator.wikimedia.org/T141739#2786088 (10Jdforrester-WMF) p:05Triage>03Normal [16:14:25] (03CR) 10Thiemo Mättig (WMDE): [C: 032] Validate getExamplesMessages() query strings [core] - 10https://gerrit.wikimedia.org/r/320524 (owner: 10Anomie) [16:15:15] 04(no projects): Procurement of 4-5 production core database servers for eqiad - https://phabricator.wikimedia.org/T150443#2786095 (10jcrespo) [16:17:54] (03PS4) 10Niharika29: Add var to User class to store block type for eventlogging purposes [core] - 10https://gerrit.wikimedia.org/r/320405 (https://phabricator.wikimedia.org/T146230) [16:18:22] hello [16:18:43] andre__, are you around? [16:20:22] (03CR) 10Luke081515: "check php5" [core] - 10https://gerrit.wikimedia.org/r/320782 (https://phabricator.wikimedia.org/T145991) (owner: 10MGChecker) [16:21:08] hi folks [16:21:12] i am new wikimedia [16:21:14] (03PS5) 10Niharika29: Add eventlogging for checking how often users are blocked from editing due to presence of BlockID cookie [extensions/WikimediaEvents] - 10https://gerrit.wikimedia.org/r/320239 (https://phabricator.wikimedia.org/T146230) [16:21:26] 10MediaWiki-Unit-tests, 10Continuous-Integration-Config, 06Release-Engineering-Team, 13Patch-For-Review, 07Technical-Debt: Clone mediawiki into mediawiki-config when running test's via jenkins - https://phabricator.wikimedia.org/T115713#2786126 (10hashar) context ====== That came back up. The challenge... [16:21:42] i am a computer science student..i want to contribute in wikimedia [16:21:50] please guide me where to start [16:22:15] ahmad: You can start with setting up the development environment locally. [16:22:21] !hacker | ahmad [16:22:21] ahmad: http://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker [16:22:33] Go with the vagrant method. [16:22:41] !vagrant [16:22:41] https://www.mediawiki.org/wiki/MediaWiki-Vagrant [16:22:45] ^ [16:23:32] thanks [16:23:44] i want to work in CSS HTML related tasks [16:23:58] do you have any development work in CSS [16:24:03] victorbarbu: hi [16:24:09] ahmad: Hmm, we might not have a load of those. [16:24:13] victorbarbu: how can we help? [16:24:37] ahmad: You can begin with searching Phabricator. Link in channel header. [16:25:06] ahmad: we have some design and skins tasks linked on https://www.mediawiki.org/wiki/Annoying_little_bugs which is linked from http://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker [16:25:06] There is no shortage of on-wiki templates with bad HTML though. :) [16:25:09] well, I started a phabricator task regarding the page width (it's T150234 if you want to look it up). I would really like as many thoughts on that as possible if you're available [16:25:09] T150234: Wrap MediaWiki in a fixed size container - https://phabricator.wikimedia.org/T150234 [16:26:36] visually, there is no difference besides the changed content width, but I kind of changed the entire structure of the skin, it was very hacky [16:26:48] thank Niharika and andre__ [16:26:55] let me have a look at these links [16:27:18] 10MediaWiki-Unit-tests, 10Continuous-Integration-Config, 06Release-Engineering-Team, 13Patch-For-Review, 07Technical-Debt: Clone mediawiki into mediawiki-config when running test's via jenkins - https://phabricator.wikimedia.org/T115713#2786132 (10hashar) If one want to build the job with a operations/me... [16:27:34] 10MediaWiki-extensions-ORES, 10DBA, 06Labs, 10Labs-Infrastructure, 06Revision-Scoring-As-A-Service: Replicate ores_classification and ores_model tables in labs - https://phabricator.wikimedia.org/T148561#2786145 (10jcrespo) I believe now that it is unblocked, the tables are actually replicated, so labs t... [16:28:15] 07Design, 10UI-Standardization, 10Vector: Wrap MediaWiki in a fixed size container - https://phabricator.wikimedia.org/T150234#2786147 (10Nemo_bis) [16:29:40] 10MediaWiki-extensions-ORES, 10DBA, 06Labs, 10Labs-Infrastructure, 06Revision-Scoring-As-A-Service: Replicate ores_classification and ores_model tables in labs - https://phabricator.wikimedia.org/T148561#2786150 (10jcrespo) I can confirm they are in labs: ``` $ mysql -h labsdb1001 wikidatawiki -e "SELE... [16:30:51] (03PS5) 10DCausse: [WIP] Refactor interwiki support [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) [16:30:53] (03PS2) 10DCausse: Remove BC code after interwiki refactoring [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) [16:31:22] victorbarbu: so there is no reason to ask me specifically, if I get it right? [16:33:26] (03PS8) 10Nuria: node-rdkafka event.stats callback that reports stats to statsd [node-rdkafka-statsd] - 10https://gerrit.wikimedia.org/r/319671 (https://phabricator.wikimedia.org/T145099) [16:35:24] (03CR) 10Anomie: [C: 031] "Code looks sane, and seems to work in testing. One suggestion for improvement." (031 comment) [core] - 10https://gerrit.wikimedia.org/r/320551 (https://phabricator.wikimedia.org/T134157) (owner: 10EBernhardson) [16:35:54] (03CR) 10Cicalese: [C: 032] Make comments searchable; refactor [extensions/CommentStreams] - 10https://gerrit.wikimedia.org/r/320096 (owner: 10Cicalese) [16:37:37] 10MediaWiki-Logging: Hide bots from Logs - https://phabricator.wikimedia.org/T21322#2786167 (10matej_suchanek) [16:37:47] (03PS3) 10DCausse: Remove BC code after interwiki refactoring [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) [16:38:47] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 07Easy, 13Patch-For-Review: [Bug] Correct language fallback rendering on Special:ListProperties - https://phabricator.wikimedia.org/T135045#2786176 (10matej_suchanek) a:03matej_suchanek [16:38:53] (03CR) 10jenkins-bot: [V: 04-1] [WIP] Refactor interwiki support [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [16:38:55] (03CR) 10Niedzielski: [C: 04-1] "Nothing but some trivial feedback and questions inline" (039 comments) [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 (owner: 10Fjalapeno) [16:41:33] (03PS4) 10MGChecker: Introduce separate log action for deleting pages on move [core] - 10https://gerrit.wikimedia.org/r/320782 (https://phabricator.wikimedia.org/T145991) [16:41:40] (03CR) 10Cindy-the-browser-test-bot: [C: 04-1] "I ran tests for your patch and there were some errors: features/combined_filters_api.feature:8:9:10 features/did_you_mean_api.feature:3:7:" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [16:43:40] (03CR) 10Mholloway: [C: 04-1] Add announcements endpoint T145830 (032 comments) [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 (owner: 10Fjalapeno) [16:44:09] (03CR) 10jenkins-bot: [V: 04-1] Remove BC code after interwiki refactoring [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [16:48:08] (03CR) 10Niedzielski: [C: 032] Fix/restore Wikipedia Zero enter notification. [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/320777 (https://phabricator.wikimedia.org/T150258) (owner: 10Dbrant) [16:48:37] (03CR) 10Cindy-the-browser-test-bot: [C: 04-1] "I ran tests for your patch and there were some errors: features/dump_config.feature:3 features/dump_settings.feature:3 features/commons.fe" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [16:48:45] (03CR) 10Cindy-the-browser-test-bot: "Phan static analysis done without errors!" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [16:50:44] (03CR) 10jenkins-bot: [V: 04-1] Introduce separate log action for deleting pages on move [core] - 10https://gerrit.wikimedia.org/r/320782 (https://phabricator.wikimedia.org/T145991) (owner: 10MGChecker) [16:51:19] 10UI-Standardization, 10MobileFrontend, 06Reading-Web-Backlog, 13Patch-For-Review, and 2 others: Update Navigation Drawer color scheme - https://phabricator.wikimedia.org/T148108#2786189 (10Nirzar) @ovasileva 👍 [16:52:57] (03CR) 10Pmiazga: [C: 04-1] "Tests execute fine, we need to fix the CI (missing config.yaml)" [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320755 (owner: 10Jdlrobson) [16:53:00] (03Merged) 10jenkins-bot: Fix/restore Wikipedia Zero enter notification. [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/320777 (https://phabricator.wikimedia.org/T150258) (owner: 10Dbrant) [16:53:08] 07Design, 10MobileFrontend, 06Reading-Web-Backlog, 07Category, and 2 others: [EPIC]: Simplify navigation on mobile web - https://phabricator.wikimedia.org/T104893#2786215 (10Nirzar) [16:53:10] 10MobileFrontend, 07Category, 07Epic, 03Reading-Web-Planning: [EPIC] Search + menu / navigation - https://phabricator.wikimedia.org/T94922#2786216 (10Nirzar) [16:53:12] 10MobileFrontend, 06Reading-Web-Backlog (Design): Move notifications into left menu - https://phabricator.wikimedia.org/T97827#2786213 (10Nirzar) 05stalled>03declined [16:53:21] (03PS3) 10Jdlrobson: Fix test broken by I522bc288a665b9a238fbe9757a2190cef3c58d90 [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320755 [16:53:32] 07Design, 10MobileFrontend, 06Reading-Web-Backlog, 07Category, and 2 others: [EPIC]: Simplify navigation on mobile web - https://phabricator.wikimedia.org/T104893#1431298 (10Nirzar) 05Open>03declined [16:54:49] 10MediaWiki-extensions-ORES, 10DBA, 06Labs, 10Labs-Infrastructure, 06Revision-Scoring-As-A-Service: Replicate ores_classification and ores_model tables in labs - https://phabricator.wikimedia.org/T148561#2786222 (10Halfak) Great! Thanks. Resolving [16:55:06] 10MediaWiki-extensions-ORES, 10DBA, 06Labs, 10Labs-Infrastructure, 06Revision-Scoring-As-A-Service: Replicate ores_classification and ores_model tables in labs - https://phabricator.wikimedia.org/T148561#2726255 (10Halfak) 05Open>03Resolved [16:55:25] (03CR) 10Luke081515: "recheck" [core] - 10https://gerrit.wikimedia.org/r/320782 (https://phabricator.wikimedia.org/T145991) (owner: 10MGChecker) [16:56:10] 10MediaWiki-extensions-ORES, 10DBA, 06Labs, 10Labs-Infrastructure, 06Revision-Scoring-As-A-Service: Replicate ores_classification and ores_model tables in labs - https://phabricator.wikimedia.org/T148561#2786227 (10jcrespo) Sorry I was not clear enough- the tables are replicated, but they are probably no... [16:56:18] 10MediaWiki-extensions-ORES, 10DBA, 06Labs, 10Labs-Infrastructure, 06Revision-Scoring-As-A-Service: Replicate ores_classification and ores_model tables in labs - https://phabricator.wikimedia.org/T148561#2786228 (10jcrespo) 05Resolved>03Open [16:56:49] (03CR) 10Mholloway: Add announcements endpoint T145830 (031 comment) [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 (owner: 10Fjalapeno) [16:56:51] (03CR) 10Ottomata: WIP: Surface edits via kafka (031 comment) [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320628 (https://phabricator.wikimedia.org/T145553) (owner: 10Jdlrobson) [16:56:55] (03PS2) 10Jdlrobson: Update config.yaml files [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320754 (https://phabricator.wikimedia.org/T145662) [16:57:24] 10MediaWiki-extensions-ORES, 10DBA, 06Labs, 10Labs-Infrastructure, 06Revision-Scoring-As-A-Service: Replicate ores_classification and ores_model tables in labs - https://phabricator.wikimedia.org/T148561#2786230 (10Ladsgroup) @jcrespo is right: ``` ladsgroup@tools-bastion-03:~$ sql fawiki "select oresm_i... [16:57:28] (03CR) 10Pmiazga: [C: 031] "Tests works fine, CI build succeeded." [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320755 (owner: 10Jdlrobson) [16:57:30] (03PS2) 10Jdlrobson: Restore info test [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320365 [16:57:32] (03CR) 10jenkins-bot: [V: 04-1] Update config.yaml files [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320754 (https://phabricator.wikimedia.org/T145662) (owner: 10Jdlrobson) [16:58:20] (03CR) 10jenkins-bot: [V: 04-1] Restore info test [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320365 (owner: 10Jdlrobson) [16:59:16] 10Android-app-Bugs, 06Wikipedia-Android-App-Backlog: [BUG] App doesn't handle *.m.wikipedia.org links - https://phabricator.wikimedia.org/T146704#2786248 (10Niedzielski) p:05Triage>03High [17:00:03] hi, anyone here [17:00:14] ?? [17:00:35] I've a bug for you: [17:01:08] 10Android-app-Bugs, 06Wikipedia-Android-App-Backlog: Navigation toolbar should snap - https://phabricator.wikimedia.org/T148689#2786253 (10Niedzielski) This kind of seems like a bug in the support lib. It may be solved by changing the implementation to T148791 or simply by consuming library upgrades. [17:01:22] kopiersperre: bugs can be reported on our tracker, https://phabricator.wikimedia.org/maniphest/task/edit/form/1/ [17:01:42] It's just DBQueryError [17:02:03] When I try to move an article (https://de.wikipedia.org/wiki/Spezial:Verschieben/Alexander_Nubia_International) [17:02:14] (03CR) 10Jdlrobson: "I made a mistake, I should have separated them. It happens sometimes because of my workflow. Sorry." [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320754 (https://phabricator.wikimedia.org/T145662) (owner: 10Jdlrobson) [17:02:19] I get [https://commons.wikimedia.org/wiki/File:DBQueryError_dewiki.png this error] every time [17:02:33] do you have an alphanumeric identifiant for the error? [17:02:39] ah yes on the screenshot [17:02:42] looking that, thanks [17:03:07] I wanted to move it "Aton Resources" (when you want to try) [17:03:18] 06Operations-Software-Development: wmf-reimage: allow to power cycle also if the server is off - https://phabricator.wikimedia.org/T150448#2786256 (10Volans) [17:03:58] could/you copy/paste the WCSmSwpAMF... if you've it as a textual form? [17:04:06] 10Android-app-Bugs, 06Wikipedia-Android-App-Backlog, 07I18n, 03Mobile-App-Android-Sprint-95-Americium, 13Patch-For-Review: Say "today" instead of "0 days ago" on the "Because you read" card - https://phabricator.wikimedia.org/T148746#2786271 (10Niedzielski) 05Open>03Resolved a:03Niedzielski Me too.... [17:04:29] 10MobileFrontend, 06Reading-Web-Backlog (Design): Toggling icon does not show on slow connections even when sections can be expanded - https://phabricator.wikimedia.org/T150237#2786275 (10Nirzar) @bmansurov i didn't understand. if toggling code is loading how can the section be expanded? [17:04:47] 06Wikipedia-Android-App-Backlog, 07Spike, 07Technical-Debt: Identify remaining API calls to be moved to Retrofit - https://phabricator.wikimedia.org/T150449#2786276 (10Mholloway) [17:05:09] 10MediaWiki-File-management, 06Commons, 06Multimedia: Issues with displaying thumbnails for CMYK JPG images due to buggy version of ImageMagick (black horizontal stripes, black color missing) - https://phabricator.wikimedia.org/T141739#2786290 (10matmarex) [17:05:15] 06Wikipedia-Android-App-Backlog, 07Technical-Debt: Remove dependency on apps-android-java-mwapi - https://phabricator.wikimedia.org/T141127#2487897 (10Mholloway) [17:05:18] 06Wikipedia-Android-App-Backlog, 07Spike, 07Technical-Debt: Identify remaining API calls to be moved to Retrofit - https://phabricator.wikimedia.org/T150449#2786291 (10Mholloway) [17:05:21] (03CR) 10Thiemo Mättig (WMDE): "How was http://unicode.org/cldr/trac/ticket/9664 "incorrect"? As far as I can see my bugreport is still in CLDR. Or got it reverted?" [extensions/cldr] - 10https://gerrit.wikimedia.org/r/301766 (owner: 10Thiemo Mättig (WMDE)) [17:05:23] (03CR) 10Ottomata: node-rdkafka event.stats callback that reports stats to statsd (037 comments) [node-rdkafka-statsd] - 10https://gerrit.wikimedia.org/r/319671 (https://phabricator.wikimedia.org/T145099) (owner: 10Nuria) [17:05:55] (03PS3) 10Jdlrobson: Update config.yaml files [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320754 (https://phabricator.wikimedia.org/T145662) [17:06:02] (03CR) 10Cindy-the-browser-test-bot: [C: 04-1] "I ran tests for your patch and there were some errors: features/boost_template_api.feature:3:7:11:15:19:23 features/combined_filters_api.f" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [17:06:05] 06Wikipedia-Android-App-Backlog, 07Technical-Debt: Remove dependency on apps-android-java-mwapi - https://phabricator.wikimedia.org/T141127#2487897 (10Mholloway) @Niedzielski Good idea. It would be nice to have an exact understanding of the scope of work remaining here. Created a spike ticket. [17:06:08] (03CR) 10Jdlrobson: Update config.yaml files (032 comments) [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320754 (https://phabricator.wikimedia.org/T145662) (owner: 10Jdlrobson) [17:06:10] (03CR) 10Cindy-the-browser-test-bot: "Phan static analysis done without errors!" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [17:06:14] (03CR) 10Thiemo Mättig (WMDE): "No, it can't, see my comment in Ia7a1354." [extensions/cldr] - 10https://gerrit.wikimedia.org/r/301341 (owner: 10Thiemo Mättig (WMDE)) [17:06:18] Dereckson: On the third time it worked [17:06:46] the document with error code has expired [17:06:48] (03CR) 10jenkins-bot: [V: 04-1] Update config.yaml files [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320754 (https://phabricator.wikimedia.org/T145662) (owner: 10Jdlrobson) [17:06:52] 06Wikipedia-Android-App-Backlog, 07Technical-Debt: [Dev] Crash report description should include device locale - https://phabricator.wikimedia.org/T117380#2786297 (10Niedzielski) [17:06:53] okay I'm looking at 16:54 in the logs in this case [17:07:46] yes, I've the error: the database server didn't answer in time [17:10:09] kopiersperre: so, the database server wasn't responsive the first time when it tried to create the redirect, but finally become responsive again [17:10:27] 10MobileFrontend, 06Reading-Web-Backlog (Design): Toggling icon does not show on slow connections even when sections can be expanded - https://phabricator.wikimedia.org/T150237#2786299 (10bmansurov) @Nirzar, we implemented the solution #1 from T147338. That allows to start the page with sections collapsed. In... [17:10:28] Dereckson: Why has it happened? Is in the moment a time of maximal load? [17:11:02] (03CR) 10Ppchelko: WIP: Surface edits via kafka (031 comment) [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320628 (https://phabricator.wikimedia.org/T145553) (owner: 10Jdlrobson) [17:11:39] (03PS1) 10Bartosz Dziewoński: Revert "MediaWiki.php: Redirect non-standard title urls to canonical" [core] (REL1_27) - 10https://gerrit.wikimedia.org/r/320795 (https://phabricator.wikimedia.org/T106793) [17:11:45] (03CR) 10Bartosz Dziewoński: [C: 032] Revert "MediaWiki.php: Redirect non-standard title urls to canonical" [core] (REL1_27) - 10https://gerrit.wikimedia.org/r/320795 (https://phabricator.wikimedia.org/T106793) (owner: 10Bartosz Dziewoński) [17:13:26] (03CR) 10Mobrovac: [C: 04-1] WIP: Surface edits via kafka (036 comments) [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320628 (https://phabricator.wikimedia.org/T145553) (owner: 10Jdlrobson) [17:15:19] (03Abandoned) 10Mholloway: Hygiene: Stop sending unused data for most-read articles [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320269 (owner: 10Mholloway) [17:15:23] kopiersperre: other db stuff seems to work, our dba thinks it cold be due to a performance problem of the query [17:15:58] 10Android-app-Bugs, 06Wikipedia-Android-App-Backlog: [BUG] Explore feed scroll status is not preserved with Don't Keep Activities enabled. - https://phabricator.wikimedia.org/T146869#2786329 (10Niedzielski) This is still an issue in 7a04741abae79b23a9e590d969c1d559acf28132. The offset of the CoordinatorLayout'... [17:16:39] (03CR) 10Mobrovac: [C: 032 V: 032] Update config.yaml files [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320754 (https://phabricator.wikimedia.org/T145662) (owner: 10Jdlrobson) [17:16:57] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 07Easy, 13Patch-For-Review, 03Wikidata-Sprint-2016-11-08: [Bug] Correct language fallback rendering on Special:ListProperties - https://phabricator.wikimedia.org/T135045#2786331 (10thiemowmde) [17:19:46] kopiersperre: that appears a few times in the last 24h on de. [17:20:45] (03Merged) 10jenkins-bot: Revert "MediaWiki.php: Redirect non-standard title urls to canonical" [core] (REL1_27) - 10https://gerrit.wikimedia.org/r/320795 (https://phabricator.wikimedia.org/T106793) (owner: 10Bartosz Dziewoński) [17:21:03] (03PS6) 10DCausse: [WIP] Refactor interwiki support [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) [17:21:05] (03PS4) 10DCausse: Remove BC code after interwiki refactoring [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) [17:21:37] 10MediaWiki-General-or-Unknown, 06Discovery, 07Browser-Support-Opera, 05MW-1.28-release-notes, and 4 others: Pages with single quote in title are inaccessible by some clients (redirect loop) - https://phabricator.wikimedia.org/T106793#2786336 (10matmarex) Also backported to REL1_27. The change should be in... [17:21:56] 10MediaWiki-General-or-Unknown, 06Discovery, 07Browser-Support-Opera, 05MW-1.27-release-notes, and 4 others: Pages with single quote in title are inaccessible by some clients (redirect loop) - https://phabricator.wikimedia.org/T106793#2786337 (10matmarex) [17:23:37] 10MediaWiki-General-or-Unknown, 06Discovery, 07Browser-Support-Opera, 05MW-1.27-release-notes, and 4 others: Pages with single quote in title are inaccessible by some clients (redirect loop) - https://phabricator.wikimedia.org/T106793#2786339 (10Kghbln) @matmarex Thanks a lot. Very much appreciated! Time t... [17:28:18] 10The-Wikipedia-Library: Deal with error on Application at /admin - https://phabricator.wikimedia.org/T150452#2786345 (10ThatAndromeda) [17:28:59] 06Research-and-Data, 10Research-management: Research Offsite 16-17 planning - https://phabricator.wikimedia.org/T148453#2786363 (10aripstra) [17:29:09] 10MediaWiki-Redirects, 07Performance: WikiPage::insertRedirectEntry query could be slow or timeouts - https://phabricator.wikimedia.org/T150453#2786364 (10Dereckson) [17:29:26] (03CR) 10jenkins-bot: [V: 04-1] [WIP] Refactor interwiki support [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [17:29:30] (03CR) 10jenkins-bot: [V: 04-1] Remove BC code after interwiki refactoring [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [17:30:32] 06Research-and-Data, 10Research-management: Research Offsite 16-17 planning - https://phabricator.wikimedia.org/T148453#2723524 (10aripstra) [17:30:35] (03PS1) 10Anomie: Fix ApiSandbox [core] - 10https://gerrit.wikimedia.org/r/320800 (https://phabricator.wikimedia.org/T150454) [17:30:38] kopiersperre: I filled https://phabricator.wikimedia.org/T150453 where I identified the problematic query and added the developer who wrote it [17:30:56] (03PS4) 10Jdlrobson: WIP: Surface edits via kafka [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320628 (https://phabricator.wikimedia.org/T145553) [17:30:58] (03PS1) 10Jdlrobson: Enforce coding conventions using jscs [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320802 [17:32:36] Thanks [17:32:37] 06Research-and-Data, 10Research-management: Research Offsite 16-17 planning - https://phabricator.wikimedia.org/T148453#2786414 (10aripstra) [17:32:42] (03CR) 10jenkins-bot: [V: 04-1] Enforce coding conventions using jscs [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320802 (owner: 10Jdlrobson) [17:33:32] 10MediaWiki-extensions-ORES, 10DBA, 06Labs, 10Labs-Infrastructure, 06Revision-Scoring-As-A-Service: Replicate ores_classification and ores_model tables in labs - https://phabricator.wikimedia.org/T148561#2786420 (10Halfak) @jcrespo I see. Who should figure this out? [17:33:54] 10MediaWiki-File-management, 06Commons, 06Multimedia: Reply with HTTP 302 (temporarily moved) instead of HTTP 500 when a full-sized thumbnail is requested - https://phabricator.wikimedia.org/T75935#2786425 (10bearND) Sounds like this is an implementation proposal for T74328. [17:34:00] (03CR) 10Cindy-the-browser-test-bot: [C: 04-1] "I ran tests for your patch and there were some errors: features/combined_filters_api.feature:8:9:10 features/dump_action.feature:3 feature" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [17:34:08] (03CR) 10Cindy-the-browser-test-bot: "Phan static analysis done without errors!" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [17:34:39] 10MediaWiki-General-or-Unknown, 13Patch-For-Review, 07Regression: ApiSandbox is broken - https://phabricator.wikimedia.org/T150454#2786428 (10matmarex) This was an intentionally made breaking change, so not an #oojs-ui bug. [17:34:49] (03CR) 10jenkins-bot: [V: 04-1] WIP: Surface edits via kafka [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320628 (https://phabricator.wikimedia.org/T145553) (owner: 10Jdlrobson) [17:36:15] 10MediaWiki-File-management, 06Commons, 06Multimedia: When a larger-than-original thumbnail is requested from thumb.php, return original image instead of HTTP 500 error - https://phabricator.wikimedia.org/T74328#2786435 (10bearND) Solving this or T75935 would help the apps and Mobile Content Service users a... [17:37:48] (03PS5) 10Jdlrobson: WIP: Surface edits via kafka [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320628 (https://phabricator.wikimedia.org/T145553) [17:39:39] (03PS2) 10Anomie: Fix ApiSandbox [core] - 10https://gerrit.wikimedia.org/r/320800 (https://phabricator.wikimedia.org/T150454) [17:39:58] 10MediaWiki-extensions-ORES, 10DBA, 06Labs, 10Labs-Infrastructure, 06Revision-Scoring-As-A-Service: Replicate ores_classification and ores_model tables in labs - https://phabricator.wikimedia.org/T148561#2786440 (10jcrespo) I think labs ops will know, but they are mostly unavailable/busy this week, so I... [17:40:40] (03CR) 10jenkins-bot: [V: 04-1] WIP: Surface edits via kafka [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320628 (https://phabricator.wikimedia.org/T145553) (owner: 10Jdlrobson) [17:41:52] (03CR) 10Cicalese: [V: 032] Make comments searchable; refactor [extensions/CommentStreams] - 10https://gerrit.wikimedia.org/r/320096 (owner: 10Cicalese) [17:43:41] (03CR) 10Mholloway: WIP: Log missing @Required fields remotely when unmarshalling (031 comment) [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/319899 (https://phabricator.wikimedia.org/T145075) (owner: 10Mholloway) [17:44:19] 10MediaWiki-extensions-ORES, 10DBA, 06Labs, 10Labs-Infrastructure, 06Revision-Scoring-As-A-Service: Replicate ores_classification and ores_model tables in labs - https://phabricator.wikimedia.org/T148561#2786444 (10Ladsgroup) I do the amending. [17:44:27] (03CR) 10Mobrovac: [C: 04-1] "My comments from https://gerrit.wikimedia.org/r/#/c/320628/3/lib/edit-stream.js seem to have been ignored" [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320628 (https://phabricator.wikimedia.org/T145553) (owner: 10Jdlrobson) [17:45:17] 10Wikimedia-Site-requests, 13Patch-For-Review: Private wiki for Project Grants Committee - https://phabricator.wikimedia.org/T143138#2786445 (10Dereckson) @Mjohnson_WMF so next steps are you confirm you can log in, create an "AWang (WMF)" account, and edit the first page to explain this is the Project Grants C... [17:46:22] 10MediaWiki-extensions-LdapAuthentication, 07Wikimedia-log-errors: CAS update failed on user_touched for user ID '55' (read from replica); the version of the user to be saved is older than the current version. - https://phabricator.wikimedia.org/T150373#2786448 (10mmodell) @andrew: can you point me to steps to... [17:46:39] (03CR) 10Mobrovac: [C: 04-1] "No need to introduce grunt, mocha is perfectly capable of telling you what's wrong, cf. e.g. https://github.com/wikimedia/change-propagati" [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320802 (owner: 10Jdlrobson) [17:50:02] (03CR) 10Jdlrobson: "PS5 fixes linting and adds a MTC. Ill go about implementing that next week once Ive managed to get Kafka up and running locally. Ppchelko " [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320628 (https://phabricator.wikimedia.org/T145553) (owner: 10Jdlrobson) [17:51:39] 10MediaWiki-General-or-Unknown, 13Patch-For-Review, 07Regression: ApiSandbox is broken - https://phabricator.wikimedia.org/T150454#2786465 (10Anomie) It's a bug in the OOjs-UI merge-into-MediaWiki release process if nothing else. [17:53:47] 10Wikimedia-Developer-Summit (2017): Working with the fancy old MediaWiki API - https://phabricator.wikimedia.org/T148855#2786466 (10Qgil) [17:54:41] (03PS7) 10DCausse: [WIP] Refactor interwiki support [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) [17:54:43] (03PS5) 10DCausse: Remove BC code after interwiki refactoring [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) [17:54:54] 06Community-Liaisons (Oct-Dec-2016): Unify Module:Tech news to use it for all translated newsletters - https://phabricator.wikimedia.org/T148426#2786468 (10Elitre) I just found out about this task, and I'm not sure why you needed a new module there? What doesn't work in https://meta.wikimedia.org/wiki/Module:Ass... [17:56:26] (03CR) 10Niedzielski: [C: 04-1] "> view logged exceptions" (031 comment) [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/319899 (https://phabricator.wikimedia.org/T145075) (owner: 10Mholloway) [17:59:15] 10MobileFrontend, 06Wikipedia-Android-App-Backlog: References are truncated at screen edges - https://phabricator.wikimedia.org/T150376#2786506 (10Niedzielski) p:05Normal>03Lowest Lowering priority until this is shown to be a prevalent problem. [17:59:37] 07Accessibility: On action prompts, set focus to button - https://phabricator.wikimedia.org/T150458#2786508 (10Dispenser) [18:00:04] (03CR) 10jenkins-bot: [V: 04-1] [WIP] Refactor interwiki support [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [18:00:41] (03PS1) 10Cicalese: Make comments searchable; refactor [extensions/CommentStreams] (REL1_28) - 10https://gerrit.wikimedia.org/r/320810 [18:01:01] (03CR) 10Cicalese: [C: 032 V: 032] Make comments searchable; refactor [extensions/CommentStreams] (REL1_28) - 10https://gerrit.wikimedia.org/r/320810 (owner: 10Cicalese) [18:01:34] 10Android-app-Bugs, 06Wikipedia-Android-App-Backlog: [BUG] Loading a new page appears jumbled initially - https://phabricator.wikimedia.org/T135449#2786526 (10Niedzielski) @dbrant, moving the title and subtitle into the WebView may fix this longstanding issue. [18:01:56] (03CR) 10jenkins-bot: [V: 04-1] Remove BC code after interwiki refactoring [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [18:02:01] (03CR) 10Fjalapeno: "mholloway / niedzleski - thanks for the reviews. Going through your feedback now." [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 (owner: 10Fjalapeno) [18:03:39] (03CR) 10Niedzielski: "Cool. I guess this isn't an endpoint that's likely to be used by third parties right now so probably not a big deal as long as web doesn't" [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 (owner: 10Fjalapeno) [18:06:01] (03PS1) 10Jhobs: WIP: Reducers [extensions/Popups] (mpga) - 10https://gerrit.wikimedia.org/r/320811 [18:06:15] 10Android-app-feature-UX-Debt, 06Wikipedia-Android-App-Backlog: Move page title and description to WebView - https://phabricator.wikimedia.org/T150459#2786535 (10Dbrant) [18:06:47] 10MediaWiki-Special-pages, 07Easy: Make a special page to expose iwbacklinks - https://phabricator.wikimedia.org/T68293#708587 (10Anomie) >>! In T68293#2781565, @Quiddity wrote: > Is this feature currently working? > The example link given at: https://en.wikipedia.org/w/api.php?action=help&modules=query%2Biwba... [18:07:03] 10Android-app-feature-UX-Debt, 06Wikipedia-Android-App-Backlog: Move page title and description to WebView - https://phabricator.wikimedia.org/T150459#2786552 (10Dbrant) [18:07:05] 10Android-app-Bugs, 06Wikipedia-Android-App-Backlog: [BUG] Loading a new page appears jumbled initially - https://phabricator.wikimedia.org/T135449#2786551 (10Dbrant) [18:07:44] 10MediaWiki-extensions-LdapAuthentication, 07Wikimedia-log-errors: CAS update failed on user_touched for user ID '55' (read from replica); the version of the user to be saved is older than the current version. - https://phabricator.wikimedia.org/T150373#2786553 (10mmodell) I had a hypothesis that this was caus... [18:07:48] 06Reading-Web-Backlog, 07Epic, 10Hovercards (2016-17-Q2-Goal), 03Reading-Web-Sprint-85-💩, 07Technical-Debt (RW-Tech-Debt): Refactor Hovercards (née Popups) - https://phabricator.wikimedia.org/T149801#2786554 (10MBinder_WMF) [18:08:20] (03PS2) 10Reedy: Add ShortUrl tables to createExtensionTables.php [extensions/WikimediaMaintenance] - 10https://gerrit.wikimedia.org/r/320202 [18:08:36] (03PS8) 10DCausse: [WIP] Refactor interwiki support [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) [18:08:38] (03PS6) 10DCausse: Remove BC code after interwiki refactoring [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) [18:08:40] (03PS3) 10DCausse: Add and implement InterwikiResolver [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320757 (https://phabricator.wikimedia.org/T141033) [18:08:44] (03CR) 10Legoktm: [C: 032] "I improved the commit message" [extensions/WikimediaMaintenance] - 10https://gerrit.wikimedia.org/r/320202 (owner: 10Reedy) [18:09:06] (03CR) 10Ppchelko: WIP: Surface edits via kafka (032 comments) [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320628 (https://phabricator.wikimedia.org/T145553) (owner: 10Jdlrobson) [18:09:11] 10Android-app-Bugs, 06Wikipedia-Android-App-Backlog: Feed columns should not be double spaced - https://phabricator.wikimedia.org/T145879#2786556 (10Niedzielski) p:05Triage>03Low [18:09:23] 10Android-app-Bugs, 06Wikipedia-Android-App-Backlog: Feed columns should not be double spaced - https://phabricator.wikimedia.org/T145879#2643852 (10Niedzielski) Still present in 7a04741abae79b23a9e590d969c1d559acf28132 [18:09:33] 06Discovery, 06Discovery-Analysis (Current work): Google-referred desktop traffic decline vs overall desktop traffic decline - https://phabricator.wikimedia.org/T149355#2786560 (10HJiang-WMF) @mpopov I tried 3 times to reproduce your results with your code, but each time the drift and fit_google actually match... [18:09:50] (03Merged) 10jenkins-bot: Add ShortUrl tables to createExtensionTables.php [extensions/WikimediaMaintenance] - 10https://gerrit.wikimedia.org/r/320202 (owner: 10Reedy) [18:09:51] 10Android-app-Bugs, 10Android-app-feature-UX-Debt, 06Wikipedia-Android-App-Backlog: Feed columns should not be double spaced - https://phabricator.wikimedia.org/T145879#2786563 (10Niedzielski) [18:09:56] 10MediaWiki-extensions-LdapAuthentication, 07Wikimedia-log-errors: CAS update failed on user_touched for user ID '55' (read from replica); the version of the user to be saved is older than the current version. - https://phabricator.wikimedia.org/T150373#2786564 (10Andrew) @mmodell: What I do (which is a bit u... [18:11:09] (03PS2) 10Harjotsingh: Add class error to Warning [core] - 10https://gerrit.wikimedia.org/r/320612 (https://phabricator.wikimedia.org/T114883) [18:11:24] 10Android-app-Bugs, 10Android-app-feature-UX-Debt, 06Wikipedia-Android-App-Backlog: [BUG] [API 21+] App toolbar color is incorrect in system recents - https://phabricator.wikimedia.org/T146928#2786568 (10Niedzielski) p:05Triage>03Normal Still present in 7a04741abae79b23a9e590d969c1d559acf28132 [18:11:59] (03CR) 10Cindy-the-browser-test-bot: [C: 04-1] "I ran tests for your patch and there were some errors: features/combined_filters_api.feature:8:9:10 features/did_you_mean_api.feature:3:7:" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [18:12:39] (03CR) 10Ppchelko: "@Jdlrobson: There's some instructions to setting up kafka in https://github.com/wikimedia/change-propagation/blob/master/README.md#testing" [services/trending-edits] - 10https://gerrit.wikimedia.org/r/320628 (https://phabricator.wikimedia.org/T145553) (owner: 10Jdlrobson) [18:12:45] (03CR) 10VolkerE: [C: 04-1] "Happy to see this happen." (032 comments) [wikimedia/portals] - 10https://gerrit.wikimedia.org/r/320761 (https://phabricator.wikimedia.org/T146231) (owner: 10Jdrewniak) [18:13:23] 10MediaWiki-extensions-ORES, 10DBA, 06Labs, 10Labs-Infrastructure, and 3 others: Replicate ores_classification and ores_model tables in labs - https://phabricator.wikimedia.org/T148561#2786574 (10Halfak) a:03Ladsgroup [18:14:11] (03CR) 10Harjotsingh: "I have changed the

to

, was negligence on my part." [core] - 10https://gerrit.wikimedia.org/r/320612 (https://phabricator.wikimedia.org/T114883) (owner: 10Harjotsingh) [18:15:35] 10MediaWiki-extensions-ORES, 10DBA, 06Labs, 10Labs-Infrastructure, and 3 others: Replicate ores_classification and ores_model tables in labs - https://phabricator.wikimedia.org/T148561#2726255 (10AlexMonk-WMF) >>! In T148561#2786440, @jcrespo wrote: > @Krenair may know, but it is not something he has to do... [18:16:27] (03CR) 10jenkins-bot: [V: 04-1] [WIP] Refactor interwiki support [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [18:16:39] (03CR) 10jenkins-bot: [V: 04-1] Remove BC code after interwiki refactoring [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [18:16:46] sigh [18:19:14] (03CR) 10Cindy-the-browser-test-bot: [C: 04-1] "I ran tests for your patch and there were some errors: features/boost_template_api.feature:3:7:11:15:19:23 features/did_you_mean_api.featu" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [18:19:21] (03CR) 10Cindy-the-browser-test-bot: "Phan static analysis done without errors!" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [18:20:22] 10UI-Standardization, 10MobileFrontend, 06Reading-Web-Backlog, 13Patch-For-Review, and 2 others: Update Navigation Drawer color scheme - https://phabricator.wikimedia.org/T148108#2715163 (10MBinder_WMF) p:05Triage>03Normal [18:21:07] 10Hovercards, 06Reading-Web-Backlog: Hover card often gets stuck in "open" state - https://phabricator.wikimedia.org/T92932#2786589 (10Jdlrobson) [18:21:09] 10Hovercards: Hovercards don't disappear when mouse is moved away - https://phabricator.wikimedia.org/T150357#2786591 (10Jdlrobson) [18:21:59] 10MobileFrontend, 06Wikipedia-Android-App-Backlog: References are truncated at screen edges - https://phabricator.wikimedia.org/T150376#2786592 (10Jdlrobson) [18:23:10] 10MobileFrontend, 06Reading-Web-Backlog, 06Wikipedia-Android-App-Backlog: References are truncated at screen edges - https://phabricator.wikimedia.org/T150376#2786593 (10jhobs) p:05Lowest>03Normal [18:23:17] 10MobileFrontend, 06Reading-Web-Backlog, 06Wikipedia-Android-App-Backlog: References are truncated at screen edges - https://phabricator.wikimedia.org/T150376#2783897 (10bmansurov) Inline style of `text-indent: -3.2em;` is causing the problem. [18:23:31] 10MobileFrontend, 06Reading-Web-Backlog, 07Browser-Tests: Language browser test should be more resilient - https://phabricator.wikimedia.org/T150412#2786597 (10Jdlrobson) p:05Triage>03Normal [18:23:41] (03PS4) 10Fjalapeno: Add announcements endpoint T145830 [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 [18:24:12] 10MobileFrontend: Does not show site notice - https://phabricator.wikimedia.org/T150391#2786614 (10jhobs) [18:24:58] (03CR) 10Fjalapeno: Add announcements endpoint T145830 (0311 comments) [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 (owner: 10Fjalapeno) [18:25:45] (03CR) 10jenkins-bot: [V: 04-1] Add announcements endpoint T145830 [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 (owner: 10Fjalapeno) [18:25:59] 10MobileFrontend: Does not show site notice - https://phabricator.wikimedia.org/T150391#2784360 (10Jdlrobson) This is on purpose, wgMinervaEnableSiteNotice is false on mobile due to site notices not being mobile friendly. [18:26:01] 10Wikimedia-Developer-Summit (2017): Story Builder - https://phabricator.wikimedia.org/T150461#2786615 (10cscott) [18:26:25] 10Android-app-feature-UX-Debt, 06Wikipedia-Android-App-Backlog: Article tabs should show specific number of tabs open even when >9 - https://phabricator.wikimedia.org/T150462#2786639 (10RHo) [18:27:07] 10MobileFrontend: Does not show site notice - https://phabricator.wikimedia.org/T150391#2786651 (10ovasileva) 05Open>03declined [18:27:21] 10MediaWiki-extensions-LdapAuthentication, 07Wikimedia-log-errors: CAS update failed on user_touched for user ID '55' (read from replica); the version of the user to be saved is older than the current version. - https://phabricator.wikimedia.org/T150373#2786652 (10mmodell) That's strange, I can't find anything... [18:27:51] 07Design, 10MobileFrontend, 06Reading-Web-Backlog: 'Inside' list-style in Mobile version - https://phabricator.wikimedia.org/T150377#2786653 (10Jdlrobson) [18:28:10] (03PS9) 10DCausse: [WIP] Refactor interwiki support [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) [18:28:12] (03PS7) 10DCausse: Remove BC code after interwiki refactoring [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) [18:28:24] 10MediaWiki-File-management, 10ArchCom-RfC, 06Commons, 06Multimedia, and 14 others: Define an official thumb API - https://phabricator.wikimedia.org/T66214#2786655 (10bearND) Another idea I brought up with GWicke on IRC yesterday is to embed the original dimensions in the URL (either as query parameters or... [18:29:32] 07Design, 10MobileFrontend, 06Reading-Web-Backlog: 'Inside' list-style in Mobile version - https://phabricator.wikimedia.org/T150377#2783928 (10jhobs) It's a bit difficult to tell what you mean by your description. Can you be more specific about what you're expecting to see and what you're actually seeing? I... [18:29:47] 10MediaWiki-File-management, 10ArchCom-RfC, 06Commons, 06Multimedia, and 14 others: Define an official thumb API - https://phabricator.wikimedia.org/T66214#2786657 (10bearND) > look into which users rely on the current thumb format The apps and MCS rely on the current thumb format to resize thumbnails dow... [18:30:17] 10MediaWiki-extensions-LdapAuthentication, 07Wikimedia-log-errors: CAS update failed on user_touched for user ID '55' (read from replica); the version of the user to be saved is older than the current version. - https://phabricator.wikimedia.org/T150373#2786660 (10Andrew) It may have been happening for ages --... [18:31:14] 10MediaWiki-Search, 06Discovery, 06Discovery-Search: opensearch: Querying for "Big" or "Big!" should include "Big" or "Big!" as first suggestion - https://phabricator.wikimedia.org/T60309#2786661 (10Deskana) [18:31:22] 10MediaWiki-Search, 07Tracking: Search Suggest bugs (tracking) - https://phabricator.wikimedia.org/T29411#2786667 (10Deskana) [18:31:24] 10MediaWiki-Search, 06Discovery, 06Discovery-Search: opensearch: Querying for "Big" or "Big!" should include "Big" or "Big!" as first suggestion - https://phabricator.wikimedia.org/T60309#645679 (10Deskana) 05Open>03Resolved a:03Deskana This issue is now fixed. [18:32:28] (03PS5) 10Fjalapeno: Add announcements endpoint T145830 [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 [18:32:39] 10Wikimedia-Developer-Summit (2017): Story Builder - https://phabricator.wikimedia.org/T150461#2786680 (10cscott) Lightly edited transcript of conversation today between @TheDJ and @cscott. "Free flow thinking", not final thoughts, of course. (12:02:28 PM) thedj: i think the [story builder](https://www.mediawi... [18:32:47] James_F, https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)#Translation_of_VE_suggester_not_complete [18:32:59] 10MediaWiki-Search, 06Discovery, 06Discovery-Search: Search suggest shouldn't offer unlisted special pages - https://phabricator.wikimedia.org/T27399#2786683 (10Deskana) @Raymond Can you give an example of this? We need the search query you entered and the results that were displayed to reproduce this. [18:33:32] (03CR) 10jenkins-bot: [V: 04-1] Add announcements endpoint T145830 [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 (owner: 10Fjalapeno) [18:34:03] (03CR) 10jenkins-bot: [V: 04-1] Remove BC code after interwiki refactoring [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [18:34:46] (03CR) 10Anomie: [C: 032] "I'm going to merge this so Ia9b2a1dc can merge. The naming issues can be handled in a followup." (031 comment) [core] - 10https://gerrit.wikimedia.org/r/320563 (owner: 10Gergő Tisza) [18:36:42] 10MediaWiki-Search, 06Discovery, 06Discovery-Search: Search suggest shouldn't offer special pages with limited access to users who don't have such rights - https://phabricator.wikimedia.org/T22868#2786708 (10Deskana) It's debatable whether this is intended behaviour or not. On the one hand, the pages are re... [18:36:53] (03PS1) 10Cdentinger: update DI submodule [core] (fundraising/REL1_27) - 10https://gerrit.wikimedia.org/r/320816 [18:36:59] (03CR) 10Cindy-the-browser-test-bot: [C: 04-1] "I ran tests for your patch and there were some errors: features/combined_filters_api.feature:8:9:10 features/did_you_mean_api.feature:3:12" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [18:37:00] 10MediaWiki-File-management, 06Commons, 06Multimedia: Reply with HTTP 302 (temporarily moved) instead of HTTP 500 when a full-sized thumbnail is requested - https://phabricator.wikimedia.org/T75935#2786709 (10Tgr) The ideal solution would be to do this + cache redirects in Varnish and somehow resolve them in... [18:42:34] 10TPG-FY2016-17-Q2-Design-Collaboration, 06Community-Liaisons (Oct-Dec-2016): Seeking community liaison support for engaging WMF/broader community for validation of statement of purpose of design - https://phabricator.wikimedia.org/T144991#2786723 (10Keegan) [18:42:37] 10TPG-FY2016-17-Q2-Design-Collaboration, 06Community-Liaisons (Oct-Dec-2016), 06Team-Practices (This-Week): Email announcement to WMF and broader community about upcoming validation of design statement of purpose process - https://phabricator.wikimedia.org/T144972#2786720 (10Keegan) 05Open>03Resolved Sen... [18:42:47] (03CR) 10Legoktm: "Where is it being applied twice?" [core] - 10https://gerrit.wikimedia.org/r/320721 (https://phabricator.wikimedia.org/T130482) (owner: 10Legoktm) [18:43:19] 10MediaWiki-Internationalization, 06Community-Liaisons, 13Patch-For-Review: Remove Russian fallback for Ukrainian language - https://phabricator.wikimedia.org/T39314#414976 (10TrevorParscal) Support for 3rd party users choosing a different fallback based on configuration, rather than a live-hack, is possible... [18:44:21] (03CR) 10Legoktm: [C: 032] Convert CREDITS to single list of contributors [core] - 10https://gerrit.wikimedia.org/r/315621 (https://phabricator.wikimedia.org/T139300) (owner: 10BryanDavis) [18:45:16] (03Merged) 10jenkins-bot: Add Message test for implicit formatting [core] - 10https://gerrit.wikimedia.org/r/320563 (owner: 10Gergő Tisza) [18:45:32] (03CR) 10Legoktm: [C: 032] Convert CREDITS to list of all known git contributors [core] - 10https://gerrit.wikimedia.org/r/315607 (https://phabricator.wikimedia.org/T139300) (owner: 10BryanDavis) [18:47:20] 10MediaWiki-File-management, 06Commons, 06Multimedia: Reply with HTTP 302 (temporarily moved) instead of HTTP 500 when a full-sized thumbnail is requested - https://phabricator.wikimedia.org/T75935#2786763 (10Tgr) >>! In T75935#2786421, @bearND wrote: > Sounds like this is an implementation proposal for T743... [18:47:27] jdlrobson: I just went ahead and merged them, no one disagreed AFAIS. [18:47:46] (03Merged) 10jenkins-bot: Deprecate Message::$format (mostly) [core] - 10https://gerrit.wikimedia.org/r/320550 (https://phabricator.wikimedia.org/T146416) (owner: 10Gergő Tisza) [18:48:15] (03CR) 10Cindy-the-browser-test-bot: [C: 031] "Cindy says good job \o/. Keep it up." [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320757 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [18:48:24] (03CR) 10Cindy-the-browser-test-bot: "Phan static analysis done without errors!" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320757 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [18:48:30] (03CR) 10Cdentinger: [C: 032] update DI submodule [core] (fundraising/REL1_27) - 10https://gerrit.wikimedia.org/r/320816 (owner: 10Cdentinger) [18:49:01] (03PS6) 10Fjalapeno: Add announcements endpoint T145830 [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 [18:49:37] 10MediaWiki-extensions-CentralNotice, 10Fundraising-Backlog, 03Fundraising Sprint Unbreaking Now, 03Fundraising Sprint Value Subtracting, 07Spike: Spike: Central Notice: Consider options for monitoring versions of banners shown - https://phabricator.wikimedia.org/T148593#2786780 (10Ejegg) Were you able t... [18:52:15] (03CR) 10jenkins-bot: [V: 04-1] Add announcements endpoint T145830 [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 (owner: 10Fjalapeno) [18:53:23] (03PS10) 10DCausse: Refactor interwiki support [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) [18:54:03] 06Reading-Web-Backlog, 07Epic, 10Hovercards (2016-17-Q2-Goal), 03Reading-Web-Sprint-85-💩, 07Technical-Debt (RW-Tech-Debt): Refactor Hovercards (née Popups) - https://phabricator.wikimedia.org/T149801#2763201 (10Whatamidoing-WMF) > adding Wikidata support would be extending past feature parity, which is a... [18:54:06] (03CR) 10Mholloway: "Sorry, the expanded list in the example I gave you might be causing test failures. If a field is only present in some but not all of the " [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 (owner: 10Fjalapeno) [18:55:27] (03CR) 10Gergő Tisza: [C: 031] Add var to User class to store block type for eventlogging purposes [core] - 10https://gerrit.wikimedia.org/r/320405 (https://phabricator.wikimedia.org/T146230) (owner: 10Niharika29) [18:57:26] (03PS8) 10DCausse: Remove BC code after interwiki refactoring [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) [18:57:38] (03Merged) 10jenkins-bot: Convert CREDITS to single list of contributors [core] - 10https://gerrit.wikimedia.org/r/315621 (https://phabricator.wikimedia.org/T139300) (owner: 10BryanDavis) [18:57:42] (03Merged) 10jenkins-bot: Convert CREDITS to list of all known git contributors [core] - 10https://gerrit.wikimedia.org/r/315607 (https://phabricator.wikimedia.org/T139300) (owner: 10BryanDavis) [18:57:46] (03Merged) 10jenkins-bot: update DI submodule [core] (fundraising/REL1_27) - 10https://gerrit.wikimedia.org/r/320816 (owner: 10Cdentinger) [18:58:39] (03CR) 10jenkins-bot: [V: 04-1] Refactor interwiki support [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [18:58:55] 04(no projects): A template transclusion with an HTML comment after the template name cannot be adapted by Content Translation - https://phabricator.wikimedia.org/T150468#2786810 (10Amire80) [18:59:25] (03PS7) 10Fjalapeno: Add announcements endpoint T145830 [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 [19:00:24] 10MediaWiki-extensions-ContentTranslation, 10Parsoid, 07WorkType-NewFunctionality: A template transclusion with an HTML comment after the template name cannot be adapted by Content Translation - https://phabricator.wikimedia.org/T150468#2786822 (10Amire80) [19:01:32] 10MediaWiki-Special-pages, 13Patch-For-Review: Special:Linksearch should de/encode internationalized domain names - https://phabricator.wikimedia.org/T130482#2786827 (10Legoktm) >>! In T130482#2785360, @MER-C wrote: > * It's necessary, but not sufficient -- one could imagine someone placing a link like xn--kbe... [19:03:01] (03CR) 10Gergő Tisza: WIP: Allow querying non-free images too (032 comments) [extensions/PageImages] - 10https://gerrit.wikimedia.org/r/320703 (https://phabricator.wikimedia.org/T131105) (owner: 10Bmansurov) [19:03:49] 10MediaWiki-extensions-DonationInterface, 10Fundraising-Backlog, 03Fundraising Sprint Value Subtracting, 13Patch-For-Review, 05WMF-deploy-2016-11-15_(1.29.0-wmf.3): Autofocus on first field (First Name) on payments.wiki - https://phabricator.wikimedia.org/T149803#2763417 (10cwdent) 05Open>03Resolved... [19:03:54] (03CR) 10jenkins-bot: [V: 04-1] Remove BC code after interwiki refactoring [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [19:04:29] 10MediaWiki-extensions-ContentTranslation, 10Parsoid, 07WorkType-NewFunctionality: A template transclusion with an HTML comment after the template name cannot be adapted by Content Translation - https://phabricator.wikimedia.org/T150468#2786834 (10Amire80) [19:05:40] 10TPG-FY2016-17-Q1-Roll-Out-Engagement-Survey, 06Team-Practices (This-Week): Clarify guidelines for when to use LE Survey - https://phabricator.wikimedia.org/T150469#2786836 (10JAufrecht) [19:06:21] 07Design, 10MediaWiki-extensions-ContentTranslation, 07Category, 05Language-Engineering October-December 2016, and 2 others: Improved Content Translation template adaptation (tracking) - https://phabricator.wikimedia.org/T139332#2786851 (10Amire80) [19:06:23] 10MediaWiki-extensions-ContentTranslation, 10Parsoid, 07WorkType-NewFunctionality: A template transclusion with an HTML comment after the template name cannot be adapted by Content Translation - https://phabricator.wikimedia.org/T150468#2786810 (10Amire80) [19:06:28] 10TPG-FY2016-17-Q2-LE-Metrics, 06Team-Practices (This-Week): Clarify guidelines for when to use LE Survey - https://phabricator.wikimedia.org/T150469#2786836 (10JAufrecht) [19:07:42] (03PS11) 10DCausse: Refactor interwiki support [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) [19:07:45] (03PS9) 10DCausse: Remove BC code after interwiki refactoring [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) [19:08:49] (03PS1) 10Paladox: Fix elseif for changing nick [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/320821 [19:10:49] (03CR) 10Cindy-the-browser-test-bot: [C: 04-1] "I ran tests for your patch and there were some errors: features/commons.feature:7 features/prefix_search_api.feature:9:17:25:41:42:43:44:6" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [19:10:59] (03CR) 10Cindy-the-browser-test-bot: "Phan static analysis done without errors!" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [19:13:15] (03CR) 10jenkins-bot: [V: 04-1] Refactor interwiki support [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [19:15:58] (03CR) 10jenkins-bot: [V: 04-1] Remove BC code after interwiki refactoring [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [19:16:16] 10Android-app-feature-UX-Debt, 06Wikipedia-Android-App-Backlog: Icons on the article toolbar are hard to discern when the article's lead image is a light color - https://phabricator.wikimedia.org/T150471#2786891 (10RHo) [19:20:18] 10New-Readers, 06Reading-Web-Backlog: Test flashcard prototype with multiple devices and bad connections - https://phabricator.wikimedia.org/T148379#2786918 (10Pchelolo) [19:20:21] 10New-Readers, 06Reading-Web-Backlog: Test Wikilater prototype with multiple devices and bad connections - https://phabricator.wikimedia.org/T148371#2786919 (10Pchelolo) [19:22:55] 10Android-app-feature-UX-Debt, 06Wikipedia-Android-App-Backlog: Update the Search bar background color to white - https://phabricator.wikimedia.org/T150473#2786949 (10RHo) [19:23:21] (03CR) 10Catrope: [C: 04-1] [PoC] edit authorship RC filter (031 comment) [core] - 10https://gerrit.wikimedia.org/r/320402 (https://phabricator.wikimedia.org/T149859) (owner: 10Sbisson) [19:24:14] (03CR) 10Catrope: [C: 04-1] [PoC] 'hidemajor' RC filter (031 comment) [core] - 10https://gerrit.wikimedia.org/r/320446 (https://phabricator.wikimedia.org/T149863) (owner: 10Sbisson) [19:24:26] (03CR) 10Aaron Schulz: [C: 032] rlfeature: Remove json-support tracking [extensions/WikimediaEvents] - 10https://gerrit.wikimedia.org/r/320694 (https://phabricator.wikimedia.org/T141344) (owner: 10Krinkle) [19:24:43] (03CR) 10Catrope: "It seems this commit sabotages the hidemyself parameter without actually removing it?" [core] - 10https://gerrit.wikimedia.org/r/320402 (https://phabricator.wikimedia.org/T149859) (owner: 10Sbisson) [19:25:57] (03Merged) 10jenkins-bot: rlfeature: Remove json-support tracking [extensions/WikimediaEvents] - 10https://gerrit.wikimedia.org/r/320694 (https://phabricator.wikimedia.org/T141344) (owner: 10Krinkle) [19:26:25] (03CR) 10Aaron Schulz: [C: 032] CryptRand: remove newlines from logging message [core] - 10https://gerrit.wikimedia.org/r/320784 (owner: 10Hashar) [19:28:17] (03PS12) 10DCausse: Refactor interwiki support [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) [19:28:19] (03PS10) 10DCausse: Remove BC code after interwiki refactoring [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) [19:29:27] 04(no projects): Search placeholder overlaps magnify icon (Opera Mini) - https://phabricator.wikimedia.org/T150475#2786999 (10Krinkle) [19:29:35] 10MobileFrontend, 06Reading-Web-Backlog: Search placeholder overlaps magnify icon (Opera Mini) - https://phabricator.wikimedia.org/T150475#2787010 (10Krinkle) [19:30:59] 10MediaWiki-extensions-ContentTranslation, 10Parsoid, 07WorkType-NewFunctionality: A template transclusion with an HTML comment after the template name cannot be adapted by Content Translation - https://phabricator.wikimedia.org/T150468#2786810 (10Amire80) [19:31:32] (03PS11) 10DCausse: Remove BC code after interwiki refactoring [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) [19:31:51] 10Android-app-feature-Description-Editing, 10Android-app-goals-2016-Oct-Dec-Q2, 06Wikipedia-Android-App-Backlog: Notify a user if their edit to a wikidata description gets reverted - https://phabricator.wikimedia.org/T150477#2787033 (10RHo) [19:32:23] (03CR) 10Cindy-the-browser-test-bot: [C: 04-1] "I ran tests for your patch and there were some errors: features/boolean_operators_api.feature:9 features/commons.feature:3 features/bad_sy" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [19:32:39] (03PS2) 10Isarra: Convert CollaborationHubContentEditor from oojs ui [extensions/CollaborationKit] - 10https://gerrit.wikimedia.org/r/320692 (https://phabricator.wikimedia.org/T149018) [19:33:15] 10MediaWiki-extensions-ORES, 10DBA, 06Labs, 10Labs-Infrastructure, and 3 others: Replicate ores_classification and ores_model tables in labs - https://phabricator.wikimedia.org/T148561#2787048 (10AlexMonk-WMF) [19:35:29] 10MediaWiki-extensions-ORES, 10DBA, 06Labs, 10Labs-Infrastructure, and 3 others: Replicate ores_classification and ores_model tables in labs - https://phabricator.wikimedia.org/T148561#2787065 (10jcrespo) @AlexMonk-WMF, this is not a replication or Database issue, as I just demonstrated. [19:35:43] 10MediaWiki-extensions-ORES, 10DBA, 06Labs, 10Labs-Infrastructure, and 3 others: Replicate ores_classification and ores_model tables in labs - https://phabricator.wikimedia.org/T148561#2787066 (10jcrespo) [19:36:12] 10MediaWiki-Redirects, 07Performance: WikiPage::insertRedirectEntry query could be slow or timeouts - https://phabricator.wikimedia.org/T150453#2786364 (10Umherirrender) Maybe related: ``` [WCSnOQpAMFUAAGnTAbEAAAAE] 2016-11-10 16:58:50: Fataler Ausnahmefehler des Typs „DBQueryError“ ``` Reported at german vi... [19:37:22] (03Merged) 10jenkins-bot: CryptRand: remove newlines from logging message [core] - 10https://gerrit.wikimedia.org/r/320784 (owner: 10Hashar) [19:37:34] (03CR) 10Chad: [C: 032] Fix missing commit() flag in postgres savepoint class [core] (REL1_28) - 10https://gerrit.wikimedia.org/r/318748 (owner: 10Paladox) [19:44:29] (03CR) 10Cindy-the-browser-test-bot: [C: 04-1] "I ran tests for your patch and there were some errors: features/commons.feature:7 features/prefix_search_api.feature:17:79:89" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [19:44:36] (03CR) 10Cindy-the-browser-test-bot: "Phan static analysis done without errors!" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320625 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [19:46:12] (03Merged) 10jenkins-bot: Fix missing commit() flag in postgres savepoint class [core] (REL1_28) - 10https://gerrit.wikimedia.org/r/318748 (owner: 10Paladox) [19:48:55] (03CR) 10Jforrester: [C: 031] "Whoops, sorry, forgot to check APISandbox for this use." [core] - 10https://gerrit.wikimedia.org/r/320800 (https://phabricator.wikimedia.org/T150454) (owner: 10Anomie) [19:53:05] (03PS2) 10Jhobs: Reducers [extensions/Popups] (mpga) - 10https://gerrit.wikimedia.org/r/320811 [19:55:21] (03PS3) 10Jhobs: Reducers [extensions/Popups] (mpga) - 10https://gerrit.wikimedia.org/r/320811 [19:56:26] (03PS4) 10Jhobs: Add reducers [extensions/Popups] (mpga) - 10https://gerrit.wikimedia.org/r/320811 [19:58:05] (03CR) 10Krinkle: [C: 031] build: Replace jshint+jscs with eslint [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/320406 (owner: 10Esanders) [19:58:31] 06Discovery-Search: Generate a precision / recall curve in relevance forge - https://phabricator.wikimedia.org/T150481#2787149 (10EBernhardson) [19:58:47] 10MediaWiki-Internationalization, 07I18n: Allow users to code in localized programming languages - https://phabricator.wikimedia.org/T150417#2787161 (10Krenair) This sounds like a nightmare to maintain, especially given the general mess that are non-centrally-maintained (or otherwise forked) scripts. [19:59:52] 10MediaWiki-Internationalization, 10MediaWiki-extensions-Scribunto, 07I18n: Allow users to code in localized programming languages - https://phabricator.wikimedia.org/T150417#2787165 (10Reedy) p:05Triage>03Lowest [20:01:11] (03PS1) 10Brian Wolff: Fix js list editing in the single column case [extensions/CollaborationKit] - 10https://gerrit.wikimedia.org/r/320834 [20:01:15] 10MediaWiki-extensions-ORES, 10DBA, 06Labs, 10Labs-Infrastructure, and 3 others: Replicate ores_classification and ores_model tables in labs - https://phabricator.wikimedia.org/T148561#2787171 (10AlexMonk-WMF) >>! In T148561#2787065, @jcrespo wrote: > @AlexMonk-WMF, this is not a replication or Database is... [20:01:18] 10MediaWiki-Internationalization, 10MediaWiki-extensions-Scribunto, 07I18n: Allow users to code in localized programming languages - https://phabricator.wikimedia.org/T150417#2785269 (10Reedy) Plus we'd need some sort of "parser"/transform ontop of Scribunto/Lua to translate the various keywords, before it e... [20:01:21] 06Discovery-Search: Compare two versions of search with delta's of their calculated scores in a histogram - https://phabricator.wikimedia.org/T150482#2787174 (10EBernhardson) [20:01:29] 10MediaWiki-extensions-ORES, 10DBA, 06Labs, 10Labs-Infrastructure, and 3 others: Replicate ores_classification and ores_model tables in labs - https://phabricator.wikimedia.org/T148561#2787186 (10AlexMonk-WMF) [20:04:02] (03CR) 10Zppix: [C: 032] Fix elseif for changing nick [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/320821 (owner: 10Paladox) [20:04:28] (03Merged) 10jenkins-bot: Fix elseif for changing nick [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/320821 (owner: 10Paladox) [20:04:58] (03CR) 10Cindy-the-browser-test-bot: [C: 04-1] "I ran tests for your patch and there were some errors: features/filesearch_api.feature:12:25:35:52:54 features/commons.feature:3:7 feature" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [20:05:07] (03CR) 10Cindy-the-browser-test-bot: "Phan static analysis done without errors!" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320788 (https://phabricator.wikimedia.org/T141033) (owner: 10DCausse) [20:08:42] (03CR) 10Brian Wolff: [C: 032] Fix js list editing in the single column case [extensions/CollaborationKit] - 10https://gerrit.wikimedia.org/r/320834 (owner: 10Brian Wolff) [20:09:16] 10MediaWiki-ResourceLoader, 06Performance-Team, 07JavaScript: Remove JSON polyfill - https://phabricator.wikimedia.org/T141344#2787208 (10Krinkle) [20:09:30] 10MediaWiki-Parser, 06Performance-Team, 10PerformanceInspector: Convert NewPP report from an HTML comment to a JSON configuration object - https://phabricator.wikimedia.org/T110763#1586194 (10Krinkle) a:05aaron>03Peter [20:10:06] (03Merged) 10jenkins-bot: Fix js list editing in the single column case [extensions/CollaborationKit] - 10https://gerrit.wikimedia.org/r/320834 (owner: 10Brian Wolff) [20:15:49] (03CR) 10Legoktm: [C: 032] Revert TorBlock to manifest_version 1 [extensions/TorBlock] (REL1_28) - 10https://gerrit.wikimedia.org/r/319701 (https://phabricator.wikimedia.org/T149759) (owner: 10Reedy) [20:16:22] (03CR) 10Legoktm: [C: 032] Revert timeline to manifest_version 1 [extensions/timeline] (REL1_28) - 10https://gerrit.wikimedia.org/r/319703 (https://phabricator.wikimedia.org/T149759) (owner: 10Reedy) [20:16:49] 10MediaWiki-extensions-ContentTranslation, 10MediaWiki-extensions-Translate, 10Cite, 06Parsing-Team, and 3 others: Amazing Article Annotations - https://phabricator.wikimedia.org/T149667#2787226 (10cscott) [20:16:57] (03CR) 10Legoktm: [C: 032] Revert ZeroPortal to extension registration v1 [extensions/ZeroPortal] (REL1_28) - 10https://gerrit.wikimedia.org/r/319861 (https://phabricator.wikimedia.org/T149759) (owner: 10Reedy) [20:17:04] (03CR) 10Legoktm: [C: 032] Revert ZeroBanner to manifest_version 1 [extensions/ZeroBanner] (REL1_28) - 10https://gerrit.wikimedia.org/r/319864 (https://phabricator.wikimedia.org/T149759) (owner: 10Reedy) [20:17:12] (03Merged) 10jenkins-bot: Revert TorBlock to manifest_version 1 [extensions/TorBlock] (REL1_28) - 10https://gerrit.wikimedia.org/r/319701 (https://phabricator.wikimedia.org/T149759) (owner: 10Reedy) [20:17:43] (03Merged) 10jenkins-bot: Revert timeline to manifest_version 1 [extensions/timeline] (REL1_28) - 10https://gerrit.wikimedia.org/r/319703 (https://phabricator.wikimedia.org/T149759) (owner: 10Reedy) [20:20:28] 06Team-Practices (This-Week): Test TPG herald rule (milestone) - https://phabricator.wikimedia.org/T150485#2787247 (10MBinder_WMF) [20:21:02] 10TPG-Essential-Functions, 06Team-Practices (This-Week): Test TPG herald rule (milestone) - https://phabricator.wikimedia.org/T150485#2787262 (10MBinder_WMF) [20:21:11] 10TPG-Essential-Functions, 06Team-Practices (This-Week): Test TPG herald rule (milestone) - https://phabricator.wikimedia.org/T150485#2787247 (10MBinder_WMF) 05Open>03Resolved [20:21:36] 10MediaWiki-File-management, 10MediaWiki-General-or-Unknown, 06Commons, 10Editing-UX-Research, and 5 others: Story Builder - https://phabricator.wikimedia.org/T150461#2787266 (10cscott) [20:22:57] 10MediaWiki-extensions-ContentTranslation, 10MediaWiki-extensions-Translate, 10Cite, 06Language-Team, and 4 others: Amazing Article Annotations - https://phabricator.wikimedia.org/T149667#2787269 (10cscott) [20:23:31] 10Phabricator, 06Team-Practices (This-Week): Create Herald rule to capture straggler TPG tasks that didn't make it to the backlog - https://phabricator.wikimedia.org/T149944#2787270 (10MBinder_WMF) a:05MBinder_WMF>03JAufrecht Rule created: {H200} Tested by adding #tpg-essential-functions without #team-pr... [20:23:37] 10MediaWiki-extensions-ContentTranslation, 06Language-Team, 10Wikidata, 10Wikimedia-Developer-Summit (2017): Next steps for machine translation - https://phabricator.wikimedia.org/T149666#2787273 (10cscott) [20:27:55] (03CR) 10jenkins-bot: [V: 04-1] Revert ZeroPortal to extension registration v1 [extensions/ZeroPortal] (REL1_28) - 10https://gerrit.wikimedia.org/r/319861 (https://phabricator.wikimedia.org/T149759) (owner: 10Reedy) [20:28:27] (03CR) 10Esanders: "The valid-jsdoc rule is only temporarily disabled. I'll enable it in a follow up patch. Any changes to these rules should be proposed upst" [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/320406 (owner: 10Esanders) [20:29:02] 10MediaWiki-Parser, 06Performance-Team, 10PerformanceInspector: Include NewPP report as a JSON configuration object - https://phabricator.wikimedia.org/T110763#2787278 (10aaron) [20:30:08] 10MediaWiki-File-management, 10MediaWiki-General-or-Unknown, 06Commons, 10Editing-UX-Research, and 5 others: Story Builder - https://phabricator.wikimedia.org/T150461#2787280 (10TheDJ) Some further notes: Even as a mind exercise, thinking out something like this might be very useful. It forces and allows... [20:32:28] (03Merged) 10jenkins-bot: Revert ZeroBanner to manifest_version 1 [extensions/ZeroBanner] (REL1_28) - 10https://gerrit.wikimedia.org/r/319864 (https://phabricator.wikimedia.org/T149759) (owner: 10Reedy) [20:32:51] (03PS4) 10Anomie: Change default $wgShellLocale to C.UTF-8, and use it to set LC_ALL [core] - 10https://gerrit.wikimedia.org/r/251280 (https://phabricator.wikimedia.org/T107128) [20:33:20] (03CR) 10Reedy: "recheck" [extensions/ZeroPortal] (REL1_28) - 10https://gerrit.wikimedia.org/r/319861 (https://phabricator.wikimedia.org/T149759) (owner: 10Reedy) [20:34:25] (03CR) 10Mholloway: [C: 04-1] Add announcements endpoint T145830 (031 comment) [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 (owner: 10Fjalapeno) [20:35:37] 10MediaWiki-General-or-Unknown, 10MediaWiki-History-or-Diffs, 06Collaboration-Team-Triage, 06Editing-Department, 10Wikimedia-Developer-Summit (2017): Next steps for edit review - https://phabricator.wikimedia.org/T149664#2787295 (10cscott) [20:36:30] (03CR) 10Legoktm: [C: 032] Fix ApiSandbox [core] - 10https://gerrit.wikimedia.org/r/320800 (https://phabricator.wikimedia.org/T150454) (owner: 10Anomie) [20:39:35] 10MediaWiki-Patrolling, 06Performance-Team, 05MW-1.29-release-notes, 13Patch-For-Review, and 2 others: Make ?action=markpatrolled require POST - https://phabricator.wikimedia.org/T130946#2787301 (10Krinkle) 05Open>03Resolved [20:40:23] 10MediaWiki-Internationalization, 10MediaWiki-extensions-Scribunto, 07I18n: Allow users to code in localized programming languages - https://phabricator.wikimedia.org/T150417#2787308 (10Anomie) 05Open>03declined It would be insane trying to copy modules between wikis if this sort of thing were in use, or... [20:41:50] (03CR) 10Krinkle: [C: 032] Depedency inject remappedTableName() map via MWLBFactory [core] - 10https://gerrit.wikimedia.org/r/320722 (owner: 10Aaron Schulz) [20:42:06] 10MediaWiki-Patrolling, 06Collaboration-Team-Triage, 10Editing-UX-Research, 10Flow, and 2 others: Safe spaces - https://phabricator.wikimedia.org/T149665#2787312 (10cscott) [20:42:29] 10MediaWiki-Patrolling, 06Collaboration-Team-Triage, 10Editing-UX-Research, 10Flow, and 3 others: Safe spaces - https://phabricator.wikimedia.org/T149665#2787315 (10cscott) [20:45:05] 10The-Wikipedia-Library: Reword application data (for sending) page - https://phabricator.wikimedia.org/T150291#2787317 (10Samwalton9) >>! In T150291#2786159, @ThatAndromeda wrote: > I believe this is inaccurate: "clarifying that not all data is necessarily relevant or desired." > > TWL chooses what data to dis... [20:46:43] (03Merged) 10jenkins-bot: Fix ApiSandbox [core] - 10https://gerrit.wikimedia.org/r/320800 (https://phabricator.wikimedia.org/T150454) (owner: 10Anomie) [20:46:46] (03CR) 10Legoktm: [C: 04-2 V: 032] Validate getExamplesMessages() query strings [core] - 10https://gerrit.wikimedia.org/r/320524 (owner: 10Anomie) [20:47:06] (03CR) 10Legoktm: "Wrong button. But temporary -2 because there are a lot of extensions with api.php? in front of their examples..." [core] - 10https://gerrit.wikimedia.org/r/320524 (owner: 10Anomie) [20:48:26] (03CR) 10Legoktm: [C: 032] " legoktm: getExamples() should have "api.php?". Only getExamplesMessages() needs to lack it." [core] - 10https://gerrit.wikimedia.org/r/320524 (owner: 10Anomie) [20:48:50] (03PS9) 10Nuria: node-rdkafka event.stats callback that reports stats to statsd [node-rdkafka-statsd] - 10https://gerrit.wikimedia.org/r/319671 (https://phabricator.wikimedia.org/T145099) [20:50:17] (03Merged) 10jenkins-bot: Validate getExamplesMessages() query strings [core] - 10https://gerrit.wikimedia.org/r/320524 (owner: 10Anomie) [20:51:22] (03PS1) 10Paladox: Reduce code duplication and also reply to the command nick if the nick does not need to change [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/320841 [20:51:42] (03CR) 10Legoktm: [C: 032] "Alright." [core] - 10https://gerrit.wikimedia.org/r/320615 (https://phabricator.wikimedia.org/T150344) (owner: 10Anomie) [20:53:00] (03Draft2) 10Yaron Koren: Fixed handling for templates with all blank values in CSV import [extensions/DataTransfer] - 10https://gerrit.wikimedia.org/r/320839 [20:53:29] (03PS1) 10Catrope: Use rollbackMasterChanges instead of rollback in SubmissionHandler [extensions/Flow] - 10https://gerrit.wikimedia.org/r/320842 (https://phabricator.wikimedia.org/T150430) [20:54:25] (03PS1) 10Legoktm: Only check isInGeneratorMode() on instances of ApiQueryGeneratorBase [extensions/ORES] - 10https://gerrit.wikimedia.org/r/320843 [20:54:38] (03CR) 10Yaron Koren: [C: 032] Fixed handling for templates with all blank values in CSV import [extensions/DataTransfer] - 10https://gerrit.wikimedia.org/r/320839 (owner: 10Yaron Koren) [20:55:39] (03PS1) 1020after4: Only check isInGeneratorMode() on instances of ApiQueryGeneratorBase [extensions/ORES] (wmf/1.29.0-wmf.2) - 10https://gerrit.wikimedia.org/r/320844 [20:55:44] (03PS2) 10Paladox: Reduce code duplication and also reply to the command nick if the nick does not need to change [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/320841 [20:55:55] (03CR) 1020after4: [C: 032] Only check isInGeneratorMode() on instances of ApiQueryGeneratorBase [extensions/ORES] (wmf/1.29.0-wmf.2) - 10https://gerrit.wikimedia.org/r/320844 (owner: 1020after4) [20:56:03] 10MediaWiki-Patrolling, 06Collaboration-Team-Triage, 10Editing-UX-Research, 10Flow, and 3 others: Safe spaces - https://phabricator.wikimedia.org/T149665#2787334 (10cscott) Here's some lightly-edited IRC discussion on this topic between @TheDJ and @cscott this afternoon. Talking about "user groups" in gen... [20:56:12] (03Merged) 10jenkins-bot: Depedency inject remappedTableName() map via MWLBFactory [core] - 10https://gerrit.wikimedia.org/r/320722 (owner: 10Aaron Schulz) [20:56:27] (03CR) 1020after4: [C: 032] "Cherry-picked to 1.29.0-wmf.2" [extensions/ORES] - 10https://gerrit.wikimedia.org/r/320843 (owner: 10Legoktm) [20:56:35] (03PS1) 10Anomie: Fix getExamplesMessages() return value [extensions/ShoutWikiAPI] - 10https://gerrit.wikimedia.org/r/320845 [20:56:52] (03PS2) 10Reedy: Revert ZeroPortal to extension registration v1 [extensions/ZeroPortal] (REL1_28) - 10https://gerrit.wikimedia.org/r/319861 (https://phabricator.wikimedia.org/T149759) [20:57:37] (03CR) 10Catrope: [C: 04-1] Improve error-handling for OptInController (031 comment) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/314480 (https://phabricator.wikimedia.org/T138310) (owner: 10Mattflaschen) [20:58:40] (03PS1) 10Anomie: Fix getExamplesMessages() return value [extensions/Snippet] - 10https://gerrit.wikimedia.org/r/320846 [20:58:59] (03CR) 10Zppix: [C: 032] Reduce code duplication and also reply to the command nick if the nick does not need to change [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/320841 (owner: 10Paladox) [21:00:01] (03PS1) 10Anomie: Fix getExamplesMessages() return value [extensions/MediaWikiChat] - 10https://gerrit.wikimedia.org/r/320847 [21:00:24] 07Design, 10MediaWiki-General-or-Unknown, 06Collaboration-Team-Triage, 06Editing-Department, and 4 others: Next Steps for Real Time Collaboration - https://phabricator.wikimedia.org/T149663#2787376 (10cscott) [21:01:17] (03CR) 10jenkins-bot: [V: 04-1] Reduce code duplication and also reply to the command nick if the nick does not need to change [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/320841 (owner: 10Paladox) [21:01:19] 10MediaWiki-General-or-Unknown, 05MW-1.29-release-notes, 13Patch-For-Review, 07Regression, 05WMF-deploy-2016-11-15_(1.29.0-wmf.3): ApiSandbox is broken - https://phabricator.wikimedia.org/T150454#2787380 (10Anomie) 05Open>03Resolved [21:01:21] (03PS3) 10Paladox: Reduce code duplication and also reply to the command nick if the nick does not need to change [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/320841 [21:01:54] (03CR) 10BearND: [C: 04-1] "I second Mholloway's comments + extra comments inline" (033 comments) [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 (owner: 10Fjalapeno) [21:02:05] (03Merged) 10jenkins-bot: API: Pretty-printed responses should always use HTTP status 200 [core] - 10https://gerrit.wikimedia.org/r/320615 (https://phabricator.wikimedia.org/T150344) (owner: 10Anomie) [21:02:05] 07Design, 10MediaWiki-General-or-Unknown, 06Collaboration-Team-Triage, 06Editing-Department, and 4 others: Next Steps for Real Time Collaboration - https://phabricator.wikimedia.org/T149663#2759150 (10cscott) In [conversation with @TheDJ today](https://phabricator.wikimedia.org/T149665#2787334), his [Exper... [21:02:15] (03PS4) 10Paladox: Reduce code duplication and also reply to the command nick if the nick does not need to change [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/320841 [21:02:31] (03Draft2) 10Yaron Koren: Fix for 8fab4a28baa0 [extensions/ExternalData] - 10https://gerrit.wikimedia.org/r/320848 [21:03:04] (03PS5) 10Paladox: Reduce code duplication and also reply to the command nick if the nick does not need to change [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/320841 [21:03:31] (03CR) 10Paladox: [C: 032] "Per Zippix" [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/320841 (owner: 10Paladox) [21:03:37] (03CR) 10Paladox: "I mean Zppix" [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/320841 (owner: 10Paladox) [21:03:41] 10MediaWiki-File-management, 10ArchCom-RfC, 06Commons, 06Multimedia, and 14 others: Define an official thumb API - https://phabricator.wikimedia.org/T66214#2787386 (10GWicke) >>! In T66214#2786655, @bearND wrote: > Another idea I brought up with GWicke on IRC yesterday is to embed the original dimensions i... [21:04:22] 06Discovery, 10Wikimedia-Portals, 06Discovery-Analysis (Current work), 07Epic, 13Patch-For-Review: [EPIC] Wikipedia Portal Dashboard: expand "other" countries data display - https://phabricator.wikimedia.org/T138107#2787387 (10debt) let's add in the note about bucketing and update the 'blah blah' part. O... [21:04:24] (03PS8) 10Fjalapeno: Add announcements endpoint T145830 [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 [21:05:06] (03Merged) 10jenkins-bot: Only check isInGeneratorMode() on instances of ApiQueryGeneratorBase [extensions/ORES] (wmf/1.29.0-wmf.2) - 10https://gerrit.wikimedia.org/r/320844 (owner: 1020after4) [21:05:25] 10MediaWiki-Language-converter, 10ArchCom-RfC, 07RfC: RfC: Scoped language converter - https://phabricator.wikimedia.org/T484#2787389 (10cscott) [21:06:23] 06Research-and-Data, 10Research-management: Research Staff "VC" special edition - https://phabricator.wikimedia.org/T150488#2787393 (10DarTar) [21:06:49] 10MediaWiki-extensions-CollaborationKit: SpecialCreateHubFeature: add help notes/placeholders with examples to fields - https://phabricator.wikimedia.org/T149026#2787407 (10Harej) [21:06:55] 10MediaWiki-Language-converter, 10MediaWiki-extensions-ContentTranslation, 10ContentTranslation-CXserver, 10Parsoid, and 3 others: Glossaries, pronunciations, and dictionaries - https://phabricator.wikimedia.org/T149660#2787408 (10cscott) [21:07:04] (03CR) 10Zppix: [C: 032] Reduce code duplication and also reply to the command nick if the nick does not need to change [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/320841 (owner: 10Paladox) [21:07:29] (03Merged) 10jenkins-bot: Only check isInGeneratorMode() on instances of ApiQueryGeneratorBase [extensions/ORES] - 10https://gerrit.wikimedia.org/r/320843 (owner: 10Legoktm) [21:07:31] (03Merged) 10jenkins-bot: Reduce code duplication and also reply to the command nick if the nick does not need to change [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/320841 (owner: 10Paladox) [21:07:59] (03CR) 10Legoktm: [C: 032] Fix getExamplesMessages() return value [extensions/MediaWikiChat] - 10https://gerrit.wikimedia.org/r/320847 (owner: 10Anomie) [21:08:07] (03CR) 10Legoktm: [C: 032] Fix getExamplesMessages() return value [extensions/Snippet] - 10https://gerrit.wikimedia.org/r/320846 (owner: 10Anomie) [21:08:14] (03CR) 10Legoktm: [C: 032] Fix getExamplesMessages() return value [extensions/ShoutWikiAPI] - 10https://gerrit.wikimedia.org/r/320845 (owner: 10Anomie) [21:09:28] (03PS1) 10Tjones: Allow TextCat to use multiple language model directories [wikimedia/textcat] - 10https://gerrit.wikimedia.org/r/320852 (https://phabricator.wikimedia.org/T149316) [21:09:30] (03Merged) 10jenkins-bot: Fix getExamplesMessages() return value [extensions/MediaWikiChat] - 10https://gerrit.wikimedia.org/r/320847 (owner: 10Anomie) [21:10:18] 10MediaWiki-API, 13Patch-For-Review: ApiSandbox breaks if the module sets an HTTP status code - https://phabricator.wikimedia.org/T150344#2787423 (10Anomie) 05Open>03Resolved [21:10:31] (03Merged) 10jenkins-bot: Fix getExamplesMessages() return value [extensions/ShoutWikiAPI] - 10https://gerrit.wikimedia.org/r/320845 (owner: 10Anomie) [21:10:40] (03CR) 10Fjalapeno: Add announcements endpoint T145830 (033 comments) [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 (owner: 10Fjalapeno) [21:12:42] 10MediaWiki-extensions-LdapAuthentication, 07Wikimedia-log-errors: CAS update failed on user_touched for user ID '55' (read from replica); the version of the user to be saved is older than the current version. - https://phabricator.wikimedia.org/T150373#2787427 (10mmodell) I'm also seeing this: ``` refreshLin... [21:12:47] (03CR) 10jenkins-bot: [V: 04-1] Revert ZeroPortal to extension registration v1 [extensions/ZeroPortal] (REL1_28) - 10https://gerrit.wikimedia.org/r/319861 (https://phabricator.wikimedia.org/T149759) (owner: 10Reedy) [21:15:27] (03PS3) 10Reedy: Revert extension registration from ZeroPortal [extensions/ZeroPortal] (REL1_28) - 10https://gerrit.wikimedia.org/r/319861 (https://phabricator.wikimedia.org/T149759) [21:16:13] (03PS10) 10Fjalapeno: Add announcements endpoint [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 (https://phabricator.wikimedia.org/T145830) [21:17:15] (03CR) 10Fjalapeno: Add announcements endpoint (031 comment) [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 (https://phabricator.wikimedia.org/T145830) (owner: 10Fjalapeno) [21:17:51] 06Discovery, 06Discovery-Analysis (Current work), 07Epic: [EPIC] Detect bots from searches (and learn C++/Rcpp) - https://phabricator.wikimedia.org/T149440#2787438 (10debt) p:05Triage>03Normal [21:20:24] 06Discovery-Analysis: EventLogging DB's: add Deb - https://phabricator.wikimedia.org/T143724#2787440 (10debt) Moving to backlog... [21:20:24] (03CR) 10jenkins-bot: [V: 04-1] Add announcements endpoint [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 (https://phabricator.wikimedia.org/T145830) (owner: 10Fjalapeno) [21:20:35] (03PS1) 10Paladox: Reduce code duplication [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/320860 [21:20:53] (03CR) 10Paladox: [C: 04-2] "Haven't tested yet" [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/320860 (owner: 10Paladox) [21:21:43] 10MediaWiki-extensions-CollaborationKit: CollaborationList: Make sure all the schema items still make sense - https://phabricator.wikimedia.org/T149044#2787444 (10Bawolff) It was originally meant to trigger displaying of images (e.g. you could set mode=no-img to suppress all images in the list during transclusio... [21:22:45] 10MediaWiki-extensions-CollaborationKit: CollaborationHub: Determine whether features should necessarily be subpages - https://phabricator.wikimedia.org/T149040#2740107 (10Harej) My two big arguments that features should not necessarily be subpages: * The WikiProject X pilot projects embed "Related WikiProjects"... [21:23:21] (03PS1) 10Aaron Schulz: Include JS variable for NewPP report [core] - 10https://gerrit.wikimedia.org/r/320861 [21:23:26] (03CR) 10Legoktm: [C: 032] Revert extension registration from ZeroPortal [extensions/ZeroPortal] (REL1_28) - 10https://gerrit.wikimedia.org/r/319861 (https://phabricator.wikimedia.org/T149759) (owner: 10Reedy) [21:24:56] 10MediaWiki-extensions-CollaborationKit: CollaborationHub: Determine whether features should necessarily be subpages - https://phabricator.wikimedia.org/T149040#2740107 (10Bawolff) having full page names helps with copying and pasting (assuming you want to preserve the full page name). I think full page names ma... [21:25:18] 10MediaWiki-extensions-CollaborationKit: collaborationhub, collaboration list editors: make edit toolbars more sensible - https://phabricator.wikimedia.org/T149031#2739976 (10Harej) This is referring to the blue buttons for bold, italic, link, etc? [21:25:45] 06Discovery-Analysis: Implement the wiki/language selector in more search dashboards - https://phabricator.wikimedia.org/T150410#2787456 (10debt) p:05Triage>03Normal This might be best as a new dashboard rather than adding to the page load of the others. [21:27:21] 06Discovery, 06Discovery-Analysis: Add "well-behaved searchers" filter to dashboards - https://phabricator.wikimedia.org/T150370#2787459 (10debt) p:05Triage>03Normal [21:27:33] 10MediaWiki-extensions-LdapAuthentication, 07Wikimedia-log-errors: CAS update failed on user_touched for user ID '55' (read from replica); the version of the user to be saved is older than the current version. - https://phabricator.wikimedia.org/T150373#2787461 (10hashar) My summary is: * The issue is caused... [21:28:50] 10MediaWiki-extensions-CollaborationKit: CollaborationHub: Determine whether features should necessarily be subpages - https://phabricator.wikimedia.org/T149040#2787465 (10Isarra) My concern is mostly just moving, and indexing: the ToC only shows up on subpages, so they won't necessarily be properly indexed or s... [21:32:13] (03Merged) 10jenkins-bot: Revert extension registration from ZeroPortal [extensions/ZeroPortal] (REL1_28) - 10https://gerrit.wikimedia.org/r/319861 (https://phabricator.wikimedia.org/T149759) (owner: 10Reedy) [21:35:09] 10The-Wikipedia-Library: Change application status on comment - https://phabricator.wikimedia.org/T147437#2787469 (10Samwalton9) p:05Normal>03Low [21:35:12] (03CR) 10Yaron Koren: [C: 032] Fix for 8fab4a28baa0 [extensions/ExternalData] - 10https://gerrit.wikimedia.org/r/320848 (owner: 10Yaron Koren) [21:35:49] 10The-Wikipedia-Library: Implement minimum wikipedia account quality for account creation on TWL - https://phabricator.wikimedia.org/T147439#2787470 (10Samwalton9) p:05Normal>03Low [21:35:50] (03PS2) 10Paladox: Reduce code duplication [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/320860 [21:36:18] (03PS3) 10Reedy: Revert out Extension Registration manifest_version 2 [core] (REL1_28) - 10https://gerrit.wikimedia.org/r/319676 (https://phabricator.wikimedia.org/T149757) [21:36:41] 10MediaWiki-User-preferences, 07Availability, 05MW-1.27-release-notes, 13Patch-For-Review, 07Wikimedia-log-errors: CAS update failed on user_touched for user ID - https://phabricator.wikimedia.org/T95839#2787472 (10mmodell) [21:36:44] 10MediaWiki-extensions-LdapAuthentication, 07Wikimedia-log-errors: CAS update failed on user_touched for user ID '55' (read from replica); the version of the user to be saved is older than the current version. - https://phabricator.wikimedia.org/T150373#2787471 (10mmodell) [21:37:32] 06Community-Liaisons (Oct-Dec-2016): Planning for Community Engagement Off-site - https://phabricator.wikimedia.org/T149846#2787475 (10CKoerner_WMF) We had our second meeting today and discussed the structure of the day. We roughed-in a schedule for the event, reviewed (at a high level) the survey and discussed... [21:37:46] (03PS1) 10Aaron Schulz: Make insertRedirectEntry() use upset() to reduce contention [core] - 10https://gerrit.wikimedia.org/r/320862 (https://phabricator.wikimedia.org/T150453) [21:38:38] (03CR) 10Paladox: [C: 031] "This has been tested and works." [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/320860 (owner: 10Paladox) [21:39:19] (03CR) 10Zppix: [C: 032] Reduce code duplication [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/320860 (owner: 10Paladox) [21:40:57] (03Merged) 10jenkins-bot: Reduce code duplication [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/320860 (owner: 10Paladox) [21:41:49] 04(no projects): Some strange category on uk.wikipedia.org - https://phabricator.wikimedia.org/T150489#2787481 (10Bunyk) [21:44:18] (03PS2) 10Legoktm: Implement per-user notification blacklists [extensions/Echo] - 10https://gerrit.wikimedia.org/r/320718 (https://phabricator.wikimedia.org/T150419) [21:44:48] 10MediaWiki-File-management, 10ArchCom-RfC, 06Commons, 06Multimedia, and 14 others: Define an official thumb API - https://phabricator.wikimedia.org/T66214#2787495 (10GWicke) >>! In T66214#2786657, @bearND wrote: >> look into which users rely on the current thumb format > > The apps and MCS rely on the cu... [21:46:59] 10The-Wikipedia-Library: Add a status parameter for Partners (Available, Waitlist, Not available) - https://phabricator.wikimedia.org/T147443#2787499 (10Samwalton9) [21:48:01] 10The-Wikipedia-Library: Add a status parameter for Partners (Available, Waitlist, Not available) - https://phabricator.wikimedia.org/T147443#2692965 (10Samwalton9) [21:49:24] (03PS11) 10Fjalapeno: Add announcements endpoint [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 (https://phabricator.wikimedia.org/T145830) [21:50:50] 10The-Wikipedia-Library: Make gunicorn start automatically on boot - https://phabricator.wikimedia.org/T149738#2787510 (10Samwalton9) p:05Normal>03High @ThatAndromeda I've set this to a priority of high since if I understand, the tool could go down for a long period of time if it isn't fixed, but if not feel... [21:52:38] (03Merged) 10jenkins-bot: Revert out Extension Registration manifest_version 2 [core] (REL1_28) - 10https://gerrit.wikimedia.org/r/319676 (https://phabricator.wikimedia.org/T149757) (owner: 10Reedy) [21:55:04] 10The-Wikipedia-Library: Add tags to partners - https://phabricator.wikimedia.org/T147444#2693050 (10Samwalton9) @Ocaasi Should this be a post-immediate-bugfix priority for the near future, or later? [21:55:59] 10MediaWiki-Configuration, 10MediaWiki-extensions-General-or-Unknown, 05MW-1.28-release: Downgrade extensions that use manifest_version 2 in REL1_28 - https://phabricator.wikimedia.org/T149759#2787519 (10Reedy) [21:56:04] 10MediaWiki-Configuration, 05MW-1.28-release, 13Patch-For-Review: Remove manifest_version 2 from REL1_28 - https://phabricator.wikimedia.org/T149757#2787523 (10Reedy) [21:56:07] 10MediaWiki-Configuration, 10MediaWiki-extensions-General-or-Unknown, 05MW-1.28-release: Downgrade extensions that use manifest_version 2 in REL1_28 - https://phabricator.wikimedia.org/T149759#2761939 (10Reedy) 05Open>03Resolved a:03Reedy [21:56:23] 10MediaWiki-Configuration, 05MW-1.28-release, 13Patch-For-Review: Remove manifest_version 2 from REL1_28 - https://phabricator.wikimedia.org/T149757#2761898 (10Reedy) 05Open>03Resolved a:03Reedy [21:57:46] 10The-Wikipedia-Library: Add 403 page - https://phabricator.wikimedia.org/T147445#2787527 (10Samwalton9) p:05Normal>03Low [21:58:14] 10The-Wikipedia-Library: Add 404 page - https://phabricator.wikimedia.org/T147446#2787529 (10Samwalton9) p:05Normal>03Low [21:58:50] (03PS1) 10Aaron Schulz: Add --msleep option to purgeParserCache.php [core] - 10https://gerrit.wikimedia.org/r/320863 (https://phabricator.wikimedia.org/T150124) [21:59:44] 10The-Wikipedia-Library: Add option to email people about Terms of Use changes - https://phabricator.wikimedia.org/T147448#2787533 (10Samwalton9) p:05Normal>03Low Does this refer to per-partner ToU changes, or Library Card Platform ToU? Either way, might be best to remove that note temporarily; this doesn't... [21:59:47] 06Discovery-Analysis (Current work): From Zero To Hero 2: Electric Boogaloo - https://phabricator.wikimedia.org/T147216#2787535 (10chelsyx) You are very welcome @TJones ! :) [22:01:31] 10The-Wikipedia-Library: Allow description field to be paragraphed - https://phabricator.wikimedia.org/T149999#2787538 (10Samwalton9) p:05Normal>03Low [22:02:55] 10The-Wikipedia-Library: Improve behaviour of Special Requirements field - https://phabricator.wikimedia.org/T150006#2787539 (10Samwalton9) p:05Normal>03Low [22:04:54] 10The-Wikipedia-Library: Reword new partner message - https://phabricator.wikimedia.org/T150013#2787540 (10Samwalton9) p:05Normal>03Low [22:05:18] 10The-Wikipedia-Library: Change application status on comment - https://phabricator.wikimedia.org/T147437#2787541 (10Samwalton9) p:05Low>03Lowest [22:05:53] 10The-Wikipedia-Library: Reword new partner message - https://phabricator.wikimedia.org/T150013#2771650 (10Samwalton9) p:05Low>03Lowest [22:06:27] 10The-Wikipedia-Library: Potential issues with zoom levels - https://phabricator.wikimedia.org/T150015#2787543 (10Samwalton9) p:05Normal>03Low @Ocaasi Could you post some screenshots? [22:09:10] 10MediaWiki-File-management, 06Commons, 06Multimedia, 07Epic: allow cropping images when rendered - https://phabricator.wikimedia.org/T9757#2787546 (10Tgr) [22:09:38] 10MediaWiki-Parser, 06Parsing-Team, 10Wikimedia-Developer-Summit (2017): Grunge, or "zoom" - https://phabricator.wikimedia.org/T149659#2787549 (10cscott) [22:10:32] 10The-Wikipedia-Library: Disallow or require confirmation for duplicate applications - https://phabricator.wikimedia.org/T150322#2787555 (10Samwalton9) p:05Normal>03Low [22:12:32] 10MediaWiki-File-management, 10ArchCom-RfC, 06Commons, 06Multimedia, and 14 others: Define an official thumb API - https://phabricator.wikimedia.org/T66214#2787573 (10Tgr) >>! In T66214#2786657, @bearND wrote: > Requirements for a long term solution should include, in addition to scaling, the ability to cr... [22:13:15] 10The-Wikipedia-Library: /admin/applications/application/ gives Server Error (500) - https://phabricator.wikimedia.org/T150293#2787580 (10Samwalton9) [22:13:17] 10The-Wikipedia-Library: Deal with error on Application at /admin - https://phabricator.wikimedia.org/T150452#2787583 (10Samwalton9) [22:14:06] 10The-Wikipedia-Library: Deal with error on Application at /admin - https://phabricator.wikimedia.org/T150452#2786345 (10Samwalton9) p:05Normal>03High It could be related that filtering applications for OpenEdition results in none showing, despite plenty of applications. [22:15:11] 10The-Wikipedia-Library: Someday/maybe (bugfixes/improvements out of scope for the alpha) - https://phabricator.wikimedia.org/T147453#2787593 (10Samwalton9) [22:15:13] 10The-Wikipedia-Library: Post-alpha-one - https://phabricator.wikimedia.org/T147434#2787594 (10Samwalton9) [22:15:15] 10The-Wikipedia-Library: Autocomplete for wiki list on /oauth/login page - https://phabricator.wikimedia.org/T147454#2787592 (10Samwalton9) [22:17:07] 10The-Wikipedia-Library: Autocomplete for wiki list on /oauth/login page - https://phabricator.wikimedia.org/T147454#2693228 (10Samwalton9) p:05Normal>03Lowest [22:17:27] 10MediaWiki-Parser, 10MediaWiki-Templates, 06Parsing-Team, 10Wikimedia-Developer-Summit (2017): A new semantics for templates - https://phabricator.wikimedia.org/T149658#2787600 (10cscott) [22:17:54] 10The-Wikipedia-Library: Post-alpha-one - https://phabricator.wikimedia.org/T147434#2787609 (10Samwalton9) [22:17:56] 10The-Wikipedia-Library: Someday/maybe (bugfixes/improvements out of scope for the alpha) - https://phabricator.wikimedia.org/T147453#2787608 (10Samwalton9) [22:17:58] 10The-Wikipedia-Library: Cache metrics? - https://phabricator.wikimedia.org/T147455#2787607 (10Samwalton9) [22:18:01] 10The-Wikipedia-Library: Cache metrics? - https://phabricator.wikimedia.org/T147455#2693242 (10Samwalton9) p:05Normal>03Lowest [22:18:56] 10The-Wikipedia-Library: Someday/maybe (bugfixes/improvements out of scope for the alpha) - https://phabricator.wikimedia.org/T147453#2693212 (10Samwalton9) [22:18:58] 10The-Wikipedia-Library: Post-alpha-one - https://phabricator.wikimedia.org/T147434#2692820 (10Samwalton9) [22:19:00] 10The-Wikipedia-Library: Upgrade to Django 1.8 - https://phabricator.wikimedia.org/T147456#2787611 (10Samwalton9) [22:19:59] 10The-Wikipedia-Library: Deal with graph resizing - https://phabricator.wikimedia.org/T147458#2787627 (10Samwalton9) p:05Normal>03Low [22:20:10] 10The-Wikipedia-Library: Someday/maybe (bugfixes/improvements out of scope for the alpha) - https://phabricator.wikimedia.org/T147453#2787629 (10Samwalton9) [22:20:12] 10The-Wikipedia-Library: Post-alpha-one - https://phabricator.wikimedia.org/T147434#2787630 (10Samwalton9) [22:20:14] 10The-Wikipedia-Library: Deal with graph resizing - https://phabricator.wikimedia.org/T147458#2693306 (10Samwalton9) [22:21:19] 10The-Wikipedia-Library: Add an idea of 'interested parties' for an application - https://phabricator.wikimedia.org/T147459#2787631 (10Samwalton9) p:05Normal>03Lowest [22:21:32] 10The-Wikipedia-Library: Someday/maybe (bugfixes/improvements out of scope for the alpha) - https://phabricator.wikimedia.org/T147453#2693212 (10Samwalton9) [22:21:34] 10The-Wikipedia-Library: Post-alpha-one - https://phabricator.wikimedia.org/T147434#2692820 (10Samwalton9) [22:21:36] 10The-Wikipedia-Library: Add an idea of 'interested parties' for an application - https://phabricator.wikimedia.org/T147459#2693325 (10Samwalton9) [22:22:56] 10The-Wikipedia-Library: Someday/maybe (bugfixes/improvements out of scope for the alpha) - https://phabricator.wikimedia.org/T147453#2787636 (10Samwalton9) [22:22:58] 10The-Wikipedia-Library: Post-alpha-one - https://phabricator.wikimedia.org/T147434#2787637 (10Samwalton9) [22:23:00] 10The-Wikipedia-Library: Email editors when their application is approved - https://phabricator.wikimedia.org/T147462#2787635 (10Samwalton9) [22:24:16] 10The-Wikipedia-Library: Someday/maybe (bugfixes/improvements out of scope for the alpha) - https://phabricator.wikimedia.org/T147453#2693212 (10Samwalton9) [22:24:18] 10The-Wikipedia-Library: Post-alpha-one - https://phabricator.wikimedia.org/T147434#2692820 (10Samwalton9) [22:24:20] 10The-Wikipedia-Library: Policy on handling gender in language - https://phabricator.wikimedia.org/T147464#2787640 (10Samwalton9) [22:24:31] 10MediaWiki-extensions-Scribunto, 10ArchCom-RfC, 10Research-and-Data-VisualEditor , 10VisualEditor, and 3 others: [RFC] Visual Templates: Authoring templates with Visual Editor - https://phabricator.wikimedia.org/T114454#2787638 (10cscott) [22:25:00] 10The-Wikipedia-Library, 07I18n, 07RTL: RTL-compatible styling - https://phabricator.wikimedia.org/T147465#2693440 (10Samwalton9) @ThatAndromeda I'm not sure what priority this task should be so I'll leave it to you. [22:25:08] 10The-Wikipedia-Library: Someday/maybe (bugfixes/improvements out of scope for the alpha) - https://phabricator.wikimedia.org/T147453#2787647 (10Samwalton9) [22:25:10] 10The-Wikipedia-Library: Post-alpha-one - https://phabricator.wikimedia.org/T147434#2787648 (10Samwalton9) [22:25:13] 10The-Wikipedia-Library, 07I18n, 07RTL: RTL-compatible styling - https://phabricator.wikimedia.org/T147465#2787646 (10Samwalton9) [22:25:41] 10The-Wikipedia-Library: Someday/maybe (bugfixes/improvements out of scope for the alpha) - https://phabricator.wikimedia.org/T147453#2693212 (10Samwalton9) [22:25:43] 10The-Wikipedia-Library: Post-alpha-one - https://phabricator.wikimedia.org/T147434#2692820 (10Samwalton9) [22:25:45] 10The-Wikipedia-Library: Non-terrible email address handling - https://phabricator.wikimedia.org/T147466#2787649 (10Samwalton9) [22:26:28] (03CR) 10Subramanya Sastry: [C: 032] Disable any enclosing p-wrapper when a block element is found [services/html5depurate] - 10https://gerrit.wikimedia.org/r/320725 (https://phabricator.wikimedia.org/T150317) (owner: 10Tim Starling) [22:26:40] 10The-Wikipedia-Library: Add a welcome email - https://phabricator.wikimedia.org/T147467#2787665 (10Samwalton9) p:05Normal>03Low [22:26:49] 10The-Wikipedia-Library: Someday/maybe (bugfixes/improvements out of scope for the alpha) - https://phabricator.wikimedia.org/T147453#2693212 (10Samwalton9) [22:26:51] 10The-Wikipedia-Library: Post-alpha-one - https://phabricator.wikimedia.org/T147434#2692820 (10Samwalton9) [22:26:53] 10The-Wikipedia-Library: Add a welcome email - https://phabricator.wikimedia.org/T147467#2693498 (10Samwalton9) [22:27:25] 10The-Wikipedia-Library: UX review of filters on application list page - https://phabricator.wikimedia.org/T147468#2787671 (10Samwalton9) p:05Normal>03Low [22:27:33] 10The-Wikipedia-Library: Someday/maybe (bugfixes/improvements out of scope for the alpha) - https://phabricator.wikimedia.org/T147453#2787673 (10Samwalton9) [22:27:35] 10The-Wikipedia-Library: Post-alpha-one - https://phabricator.wikimedia.org/T147434#2787674 (10Samwalton9) [22:27:37] 10The-Wikipedia-Library: UX review of filters on application list page - https://phabricator.wikimedia.org/T147468#2693524 (10Samwalton9) [22:28:56] 10The-Wikipedia-Library: Someday/maybe (bugfixes/improvements out of scope for the alpha) - https://phabricator.wikimedia.org/T147453#2693212 (10Samwalton9) [22:28:58] 10The-Wikipedia-Library: Post-alpha-one - https://phabricator.wikimedia.org/T147434#2692820 (10Samwalton9) [22:29:00] 10The-Wikipedia-Library: Automate process of sending email to publishers - https://phabricator.wikimedia.org/T147469#2787675 (10Samwalton9) [22:29:25] 10The-Wikipedia-Library: Someday/maybe (bugfixes/improvements out of scope for the alpha) - https://phabricator.wikimedia.org/T147453#2693212 (10Samwalton9) [22:29:28] 10The-Wikipedia-Library: Post-alpha-one - https://phabricator.wikimedia.org/T147434#2692820 (10Samwalton9) [22:29:30] 10The-Wikipedia-Library: Add next parameters to ToURequired mixin - https://phabricator.wikimedia.org/T147470#2787678 (10Samwalton9) [22:30:19] 10The-Wikipedia-Library: Someday/maybe (bugfixes/improvements out of scope for the alpha) - https://phabricator.wikimedia.org/T147453#2787682 (10Samwalton9) [22:30:21] 10The-Wikipedia-Library: Post-alpha-one - https://phabricator.wikimedia.org/T147434#2787683 (10Samwalton9) [22:30:23] 10The-Wikipedia-Library: Have a Testing server - https://phabricator.wikimedia.org/T147471#2787681 (10Samwalton9) [22:30:55] (03CR) 10Paladox: "Thanks." [core] (REL1_28) - 10https://gerrit.wikimedia.org/r/318748 (owner: 10Paladox) [22:33:54] 10The-Wikipedia-Library: Add Sent Applications page? - https://phabricator.wikimedia.org/T147472#2693614 (10Samwalton9) I think this would be good to have; it's often useful to be able to look back over previous approved applications. [22:36:00] 10The-Wikipedia-Library: Someday/maybe (bugfixes/improvements out of scope for the alpha) - https://phabricator.wikimedia.org/T147453#2787689 (10Samwalton9) [22:36:03] 10The-Wikipedia-Library: Post-alpha-one - https://phabricator.wikimedia.org/T147434#2787690 (10Samwalton9) [22:36:05] 10The-Wikipedia-Library: Add Sent Applications page? - https://phabricator.wikimedia.org/T147472#2787688 (10Samwalton9) [22:36:07] 10Android-app-Bugs, 06Wikipedia-Android-App-Backlog, 03Mobile-App-Android-Sprint-95-Americium, 13Patch-For-Review: unable to edit: [Crash] alpha version 2.4.180-alpha-2016-11-03: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.S... - https://phabricator.wikimedia.org/T149921#2768963 [22:36:30] 10The-Wikipedia-Library: Handle empty datasets for metrics - https://phabricator.wikimedia.org/T147474#2787694 (10Samwalton9) p:05Normal>03Low [22:36:39] 10The-Wikipedia-Library: Someday/maybe (bugfixes/improvements out of scope for the alpha) - https://phabricator.wikimedia.org/T147453#2693212 (10Samwalton9) [22:36:41] 10The-Wikipedia-Library: Handle empty datasets for metrics - https://phabricator.wikimedia.org/T147474#2693658 (10Samwalton9) [22:36:43] 10The-Wikipedia-Library: Post-alpha-one - https://phabricator.wikimedia.org/T147434#2692820 (10Samwalton9) [22:37:05] 10The-Wikipedia-Library: Someday/maybe (bugfixes/improvements out of scope for the alpha) - https://phabricator.wikimedia.org/T147453#2693212 (10Samwalton9) [22:37:08] 10The-Wikipedia-Library: Post-alpha-one - https://phabricator.wikimedia.org/T147434#2692820 (10Samwalton9) [22:37:10] 10The-Wikipedia-Library: Add ability to sort/filter/search the Browse Partners page - https://phabricator.wikimedia.org/T150005#2787698 (10Samwalton9) [22:37:17] 10The-Wikipedia-Library: Add some kind of 'back to partners' navigational button from partner signup pages - https://phabricator.wikimedia.org/T150012#2787701 (10Samwalton9) p:05Normal>03Low [22:37:25] 10The-Wikipedia-Library: Someday/maybe (bugfixes/improvements out of scope for the alpha) - https://phabricator.wikimedia.org/T147453#2693212 (10Samwalton9) [22:37:27] 10The-Wikipedia-Library: Post-alpha-one - https://phabricator.wikimedia.org/T147434#2692820 (10Samwalton9) [22:37:29] 10The-Wikipedia-Library: Add some kind of 'back to partners' navigational button from partner signup pages - https://phabricator.wikimedia.org/T150012#2771632 (10Samwalton9) [22:38:50] 10The-Wikipedia-Library: Someday/maybe (bugfixes/improvements out of scope for the alpha) - https://phabricator.wikimedia.org/T147453#2787707 (10Samwalton9) [22:38:53] 10The-Wikipedia-Library: Post-alpha-one - https://phabricator.wikimedia.org/T147434#2787708 (10Samwalton9) [22:38:55] 10The-Wikipedia-Library: Allow ability to mark approved applications as sent individually - https://phabricator.wikimedia.org/T150298#2787706 (10Samwalton9) [22:39:31] (03CR) 10Cindy-the-browser-test-bot: "Cindy says good job \o/. Keep it up." [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320878 (owner: 10L10n-bot) [22:39:41] (03CR) 10Cindy-the-browser-test-bot: "Phan static analysis done without errors!" [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/320878 (owner: 10L10n-bot) [22:40:19] 10The-Wikipedia-Library: Wikipedia Library Card Platform - https://phabricator.wikimedia.org/T102048#2787712 (10Samwalton9) [22:40:21] 10The-Wikipedia-Library: Someday/maybe (bugfixes/improvements out of scope for the alpha) - https://phabricator.wikimedia.org/T147453#2693212 (10Samwalton9) 05Open>03Invalid @Aklapper Done! [22:42:46] 10The-Wikipedia-Library: Handle encoding issue for non-ascii names - https://phabricator.wikimedia.org/T149739#2787713 (10Samwalton9) a:03ThatAndromeda [22:43:00] 10The-Wikipedia-Library: Post-alpha-one - https://phabricator.wikimedia.org/T147434#2787715 (10Samwalton9) [22:43:02] 10The-Wikipedia-Library: Wikipedia Library Card Platform - https://phabricator.wikimedia.org/T102048#2787716 (10Samwalton9) [22:43:04] 10The-Wikipedia-Library: Handle encoding issue for non-ascii names - https://phabricator.wikimedia.org/T149739#2761187 (10Samwalton9) [22:43:14] 06Design-Research: CHI 2017 reviews - https://phabricator.wikimedia.org/T148553#2787717 (10Capt_Swing) 05Open>03Resolved [22:43:16] 06Research-and-Data, 10Research-outreach: CHI 2017 review work - https://phabricator.wikimedia.org/T148451#2787718 (10Capt_Swing) [22:44:37] 06Design-Research, 10Reading-UX-Research: Plan study for new Read More algorithm - https://phabricator.wikimedia.org/T142009#2787721 (10Capt_Swing) [22:45:03] 10The-Wikipedia-Library: Centre site Feedback button - https://phabricator.wikimedia.org/T150493#2787723 (10Samwalton9) [22:45:07] 10The-Wikipedia-Library: Centre site Feedback button - https://phabricator.wikimedia.org/T150493#2787723 (10Samwalton9) p:05Normal>03Low [22:47:54] 06Design-Research: Literature review on Participatory Design - https://phabricator.wikimedia.org/T148556#2787741 (10Capt_Swing) [22:48:33] (03CR) 10Legoktm: [C: 04-1] Support Basic Auth on outgoing HTTP (031 comment) [core] - 10https://gerrit.wikimedia.org/r/320388 (owner: 10Chrisludt) [22:49:15] 06Design-Research, 07Epic: [Epic] Wikum research study - https://phabricator.wikimedia.org/T146825#2787745 (10Capt_Swing) [22:50:17] (03PS1) 10Legoktm: Convert CREDITS to single list of contributors [core] (REL1_28) - 10https://gerrit.wikimedia.org/r/320927 (https://phabricator.wikimedia.org/T139300) [22:50:23] (03CR) 10Legoktm: [C: 032] Convert CREDITS to single list of contributors [core] (REL1_28) - 10https://gerrit.wikimedia.org/r/320927 (https://phabricator.wikimedia.org/T139300) (owner: 10Legoktm) [22:51:52] 10The-Wikipedia-Library: Conduct a general survey of users who have applied through the Library Card Platform - https://phabricator.wikimedia.org/T150494#2787752 (10Samwalton9) [22:52:18] 10The-Wikipedia-Library: Post-alpha-one - https://phabricator.wikimedia.org/T147434#2692820 (10Samwalton9) [22:52:20] 10The-Wikipedia-Library: Wikipedia Library Card Platform - https://phabricator.wikimedia.org/T102048#2787767 (10Samwalton9) [22:52:22] 10The-Wikipedia-Library: Conduct a general survey of users who have applied through the Library Card Platform - https://phabricator.wikimedia.org/T150494#2787752 (10Samwalton9) [22:53:11] 10MediaWiki-extensions-LdapAuthentication, 07Wikimedia-log-errors: CAS update failed on user_touched for user ID '55' (read from replica); the version of the user to be saved is older than the current version. - https://phabricator.wikimedia.org/T150373#2787769 (10Matanya) p:05Unbreak!>03High lowering to h... [22:58:37] (03CR) 10Krinkle: [C: 031] Add --msleep option to purgeParserCache.php [core] - 10https://gerrit.wikimedia.org/r/320863 (https://phabricator.wikimedia.org/T150124) (owner: 10Aaron Schulz) [22:59:02] 10MobileFrontend, 06Reading-Web-Backlog (Design): Toggling icon does not show on slow connections even when sections can be expanded - https://phabricator.wikimedia.org/T150237#2787772 (10Nirzar) for now... let's not fix it. but we can look into using unicode or data uri for this. we have temporary code for e... [22:59:18] (03Merged) 10jenkins-bot: Convert CREDITS to single list of contributors [core] (REL1_28) - 10https://gerrit.wikimedia.org/r/320927 (https://phabricator.wikimedia.org/T139300) (owner: 10Legoktm) [23:00:41] 10MediaWiki-extensions-CollaborationKit: CollaborationHub: Determine whether features should necessarily be subpages - https://phabricator.wikimedia.org/T149040#2787777 (10Harej) >>! In T149040#2787465, @Isarra wrote: >the ToC only shows up on subpages, so they won't necessarily be properly indexed or something.... [23:00:55] (03PS2) 10Aaron Schulz: Include JS variable for NewPP report [core] - 10https://gerrit.wikimedia.org/r/320861 (https://phabricator.wikimedia.org/T110763) [23:02:00] 10The-Wikipedia-Library: Add information on account coordinator on partner application pages - https://phabricator.wikimedia.org/T150495#2787781 (10Samwalton9) [23:02:03] 06Discovery-Search: Compare two versions of search with delta's of their calculated scores in a histogram - https://phabricator.wikimedia.org/T150482#2787796 (10Deskana) p:05Triage>03Normal Interesting, but not high priority right now. [23:02:17] 06Discovery-Search: Generate a precision / recall curve in relevance forge - https://phabricator.wikimedia.org/T150481#2787800 (10Deskana) p:05Triage>03Normal Interesting, but not high priority right now. [23:02:29] (03CR) 10Krinkle: Include JS variable for NewPP report (031 comment) [core] - 10https://gerrit.wikimedia.org/r/320861 (https://phabricator.wikimedia.org/T110763) (owner: 10Aaron Schulz) [23:03:39] 10The-Wikipedia-Library: Add support for renewing accounts - https://phabricator.wikimedia.org/T150496#2787810 (10Samwalton9) [23:04:05] (03CR) 10Krinkle: "Does this include the 'timingprofile' object that PerformanceInspector needs?" [core] - 10https://gerrit.wikimedia.org/r/320861 (https://phabricator.wikimedia.org/T110763) (owner: 10Aaron Schulz) [23:04:55] 10The-Wikipedia-Library: Add support for renewing accounts - https://phabricator.wikimedia.org/T150496#2787810 (10Samwalton9) [23:05:29] 10CirrusSearch, 06Discovery, 06Discovery-Search: CompletionSuggester prefers perfect redirect match over near-perfect target match - https://phabricator.wikimedia.org/T122932#2787828 (10Deskana) @dcausse Can you take a look at this one when you get a chance? Thanks! [23:08:02] 10CirrusSearch, 06Discovery, 06Discovery-Search, 07Epic: EPIC: CirrusSearch: various undesirables detected in Russian Wikipedia - https://phabricator.wikimedia.org/T88724#2787832 (10Deskana) 05Open>03Invalid This isn't really a task, this is just a collection of semi-related issues. Each individual iss... [23:08:33] (03CR) 10BearND: [C: 04-1] Add announcements endpoint (038 comments) [services/mobileapps] - 10https://gerrit.wikimedia.org/r/320712 (https://phabricator.wikimedia.org/T145830) (owner: 10Fjalapeno) [23:11:06] 10CirrusSearch, 06Discovery, 06Discovery-Search: "Ignoring nonexistent page" that does exist - https://phabricator.wikimedia.org/T69869#2787835 (10Deskana) 05Open>03Resolved a:03Deskana We checked https://logstash.wikimedia.org and we didn't see this error at all. We assume it has been fixed or otherwi... [23:11:13] (03PS3) 10Aaron Schulz: Include JS variable for NewPP report [core] - 10https://gerrit.wikimedia.org/r/320861 (https://phabricator.wikimedia.org/T110763) [23:14:25] (03PS1) 10Paladox: Support more approved wikimedia cloaks to run the irc commands [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/320931 [23:14:27] 10MediaWiki-Search, 07Tracking: Search Suggest bugs (tracking) - https://phabricator.wikimedia.org/T29411#2787841 (10Deskana) [23:14:29] 10MediaWiki-Search, 06Discovery, 06Discovery-Search: Search suggest shouldn't offer special pages with limited access to users who don't have such rights - https://phabricator.wikimedia.org/T22868#2787838 (10Deskana) 05Open>03declined Having thought about this more and discussed it with @EBernhardson and... [23:15:49] (03PS2) 10Bmansurov: WIP: Allow querying non-free images too [extensions/PageImages] - 10https://gerrit.wikimedia.org/r/320703 (https://phabricator.wikimedia.org/T131105) [23:17:44] 10CirrusSearch, 06Discovery-Search: List most popular queries on search page - https://phabricator.wikimedia.org/T9886#2787842 (10Deskana) 05Open>03declined In theory we could do this, but there's two problems: # Having looked at the data, we can say with absolute confidence that it is not very interesting... [23:18:04] 10MediaWiki-Search: MySQL-Search should sort results by relevance - https://phabricator.wikimedia.org/T7992#2787844 (10Deskana) [23:18:44] 10MediaWiki-Search: MySQL-Search should sort results by relevance - https://phabricator.wikimedia.org/T7992#104001 (10Deskana) Removing #discovery-search; we do not support the SQL search in core as it is not used in production on Wikimedia wikis. [23:19:18] (03CR) 10MaxSem: [C: 032] tests: stop updating the search engine [core] - 10https://gerrit.wikimedia.org/r/247560 (owner: 10Hashar) [23:24:20] (03PS1) 10Esanders: Fix MWReferenceGroupInputWidget and uses [extensions/Cite] - 10https://gerrit.wikimedia.org/r/320932 (https://phabricator.wikimedia.org/T150491) [23:24:29] 10CirrusSearch, 06Discovery, 06Discovery-Search: sidebar multimedia search - https://phabricator.wikimedia.org/T150199#2777416 (10Deskana) There's no action required here yet since we're still generating prototypes. We can pull this up once we need to. [23:25:16] (03PS1) 10Legoktm: Convert CREDITS to list of all known git contributors [core] (REL1_28) - 10https://gerrit.wikimedia.org/r/320933 (https://phabricator.wikimedia.org/T139300) [23:25:21] (03CR) 10Legoktm: [C: 032] Convert CREDITS to list of all known git contributors [core] (REL1_28) - 10https://gerrit.wikimedia.org/r/320933 (https://phabricator.wikimedia.org/T139300) (owner: 10Legoktm) [23:27:41] (03Merged) 10jenkins-bot: tests: stop updating the search engine [core] - 10https://gerrit.wikimedia.org/r/247560 (owner: 10Hashar) [23:28:05] (03CR) 10Legoktm: ""NewPP" refers to the new pre-processor which really isn't that new anymore. It should just be called the "parser limit report" or somethi" [core] - 10https://gerrit.wikimedia.org/r/320861 (https://phabricator.wikimedia.org/T110763) (owner: 10Aaron Schulz) [23:28:40] (03CR) 10Gergő Tisza: WIP: Allow querying non-free images too (034 comments) [extensions/PageImages] - 10https://gerrit.wikimedia.org/r/320703 (https://phabricator.wikimedia.org/T131105) (owner: 10Bmansurov) [23:28:49] 10MediaWiki-Parser, 10ArchCom-RfC, 07ArchCom-Has-shepherd: [RfC] Future of magic links - https://phabricator.wikimedia.org/T145604#2787867 (10JJMC89) [23:28:51] 04(no projects): Some strange category on uk.wikipedia.org - https://phabricator.wikimedia.org/T150489#2787866 (10JJMC89) [23:28:58] 10MediaWiki-File-management, 10ArchCom-RfC, 06Commons, 06Multimedia, and 14 others: Define an official thumb API - https://phabricator.wikimedia.org/T66214#2787864 (10bearND) >>! In T66214#2787573, @Tgr wrote: > Is there any situation where that information could not be easily provided alongside in a more... [23:30:31] 10MediaWiki-Parser: Some strange category on uk.wikipedia.org - https://phabricator.wikimedia.org/T150489#2787481 (10JJMC89) [23:32:07] 10MediaWiki-Parser: Some strange category on uk.wikipedia.org - https://phabricator.wikimedia.org/T150489#2787481 (10Reedy) https://en.wikipedia.org/wiki/Category:Pages_using_ISBN_magic_links is it's English version [23:32:19] 10MediaWiki-Parser, 10Wikimedia-Site-requests, 05MW-1.28-release, 05MW-1.28-release-notes, and 3 others: Disable magic link functionality by default in MediaWiki - https://phabricator.wikimedia.org/T147536#2787876 (10JJMC89) [23:32:21] 10MediaWiki-Parser: Some strange category on uk.wikipedia.org - https://phabricator.wikimedia.org/T150489#2787875 (10JJMC89) [23:32:24] 10MediaWiki-Parser, 10ArchCom-RfC, 07ArchCom-Has-shepherd: [RfC] Future of magic links - https://phabricator.wikimedia.org/T145604#2787877 (10JJMC89) [23:33:43] 10CirrusSearch, 06Discovery, 06Discovery-Search: HTML-formatted ruby searches do not consider furigana word annotations in a user-friendly way - https://phabricator.wikimedia.org/T150111#2774273 (10EBernhardson) So, this looks like what happens is you have the html structure: ``` some stuff<... [23:35:13] (03Merged) 10jenkins-bot: Convert CREDITS to list of all known git contributors [core] (REL1_28) - 10https://gerrit.wikimedia.org/r/320933 (https://phabricator.wikimedia.org/T139300) (owner: 10Legoktm) [23:35:45] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 13Patch-For-Review, 03Wikidata-Sprint-2016-11-08: add CORS to all redirecs in chain from https://www.wikidata.org/entity/{Q...} - https://phabricator.wikimedia.org/T150290#2787883 (10hoo) >>! In T150290#2785749, @daniel wrote: >> A potential solution I... [23:35:51] 10MediaWiki-Parser: Some strange category on uk.wikipedia.org - https://phabricator.wikimedia.org/T150489#2787884 (10Legoktm) See and 10MediaWiki-Parser: Some strange category on uk.wikipedia.org - https://phabricator.wikimedia.org/T150489#2787885 (10Reedy) >>! In T150489#2787884, @Legoktm wrote: > If it's not translated properly, can you please update it on translatewiki.net? It's in Russian, not Ukranian, I guess due to fallback? [23:37:48] 07Design, 06Community-Liaisons, 06Design-Research-Backlog, 10Editing-UX-Research, and 2 others: Explore a process for UX/UI discussion - https://phabricator.wikimedia.org/T121647#1884647 (10ggellerman) @Qgil Design Research is not clear on what you are asking for from us. So we are removing the Design Re... [23:37:58] 07Design, 06Community-Liaisons, 10Editing-UX-Research, 10Reading-Community-Engagement, 10WMF-Product-Development-Process: Explore a process for UX/UI discussion - https://phabricator.wikimedia.org/T121647#2787888 (10ggellerman) [23:38:05] 10MediaWiki-Parser: Some strange category on uk.wikipedia.org - https://phabricator.wikimedia.org/T150489#2787889 (10Legoktm) [23:38:07] 10MediaWiki-Parser, 10Wikimedia-Site-requests, 05MW-1.28-release, 05MW-1.28-release-notes, and 3 others: Disable magic link functionality by default in MediaWiki - https://phabricator.wikimedia.org/T147536#2787890 (10Legoktm) [23:40:44] (03PS2) 10Krinkle: resourceloader: Remove top/bottom queue distinction [core] - 10https://gerrit.wikimedia.org/r/320315 (https://phabricator.wikimedia.org/T109837) [23:40:54] (03CR) 10Legoktm: [V: 032] Fix getExamplesMessages() return value [extensions/Snippet] - 10https://gerrit.wikimedia.org/r/320846 (owner: 10Anomie) [23:41:39] 06Research-and-Data, 10Research-management: Research Staff "VC" special edition - https://phabricator.wikimedia.org/T150488#2787891 (10leila) [23:42:52] Reedy: ping [23:43:50] 10Design Research and product team collaboration, 06Design-Research, 07Epic: [Epic] New editor support strategies research - https://phabricator.wikimedia.org/T137987#2386067 (10Capt_Swing) 05Open>03Resolved [23:44:05] MtDu_: ohai [23:44:12] 10UI-Standardization, 03UI-Standardization-Kanban: Variable naming in WikimediaUI Base - https://phabricator.wikimedia.org/T147612#2787894 (10Volker_E) @Jdlrobson @Prtksxna Thanks for your feedback. Going for `-invert` instead. Jon, I understand the sentiment about using Less functions/mixins, but from a desi... [23:47:49] 06Research-and-Data, 10Research-management: Research Staff "VC" special edition - https://phabricator.wikimedia.org/T150488#2787899 (10leila) @DarTar, thanks for starting this. I made some edits in Description. A few other notes: * I think it would be good/appropriate to invite research fellows as optional. *... [23:48:21] (03CR) 10Aaron Schulz: [C: 032] resourceloader: Use cached Revision::newKnownCurrent for WikiModule [core] - 10https://gerrit.wikimedia.org/r/320307 (owner: 10Krinkle) [23:49:20] Reedy: so this change fixed a bug that I had some questions about. https://gerrit.wikimedia.org/r/320765 that function has a $status passed to it. If I have a function hook undeleteform::undelete that doesn't get status passed to it but want to do something similar to what the patch is doing with status setok and error, can I just create a status object? How [23:49:20] would I figure out if I could do that? Or is there some other way to setok and throw error? [23:49:44] 10Wikimedia-Developer-Summit, 06Developer-Relations (Oct-Dec-2016): Create a schedule table for sessions in a grid format for the developer summit - https://phabricator.wikimedia.org/T150150#2787904 (10srishakatux) [23:49:57] MtDu_: What point would the status object serve? [23:51:43] Reedy: just so I could throw an error like they do on line 204. [23:51:55] (03CR) 10BryanDavis: [C: 032] Add SiteMatrix to cirrussearch [vagrant] - 10https://gerrit.wikimedia.org/r/320769 (owner: 10DCausse) [23:52:07] Reedy: I guess setting status to ok wouldn't be needed? Just return true? [23:52:17] Yeah [23:52:33] If the status isn't being output, or passed back (note it's by reference), it serves no purpose [23:52:39] (03CR) 10Jforrester: [C: 032] Fix MWReferenceGroupInputWidget and uses [extensions/Cite] - 10https://gerrit.wikimedia.org/r/320932 (https://phabricator.wikimedia.org/T150491) (owner: 10Esanders) [23:52:43] 10Design Research and product team collaboration, 06Design-Research, 10New-Readers, 07Epic: design plan and protocol for offline concept testing - https://phabricator.wikimedia.org/T150362#2787907 (10aripstra) a:03aripstra [23:53:16] Reedy: so if I wanted to throw an error like the one one 204 what would I do? [23:53:40] 10Wikimedia-Developer-Summit, 06Developer-Relations (Oct-Dec-2016): Create a schedule table for sessions in a grid format for the developer summit - https://phabricator.wikimedia.org/T150150#2787908 (10srishakatux) @Qgil thanks for your input! @TheDJ Thank you for creating the table :) I will add more to it in... [23:53:42] MtDu_: Probably get the hook changed in core, so you can deal with a passed back status object? [23:53:54] 10Wikimedia-Developer-Summit, 06Developer-Relations (Oct-Dec-2016): Create a schedule table for sessions in a grid format for the developer summit - https://phabricator.wikimedia.org/T150150#2787909 (10srishakatux) p:05Low>03High [23:54:59] Reedy: then I could also get a $reason parameter added? Do you think I might be able to do that? With your guidance of course. :) [23:55:08] (03PS5) 10Gergő Tisza: Add API endpoints [extensions/PageViewInfo] - 10https://gerrit.wikimedia.org/r/320326 (https://phabricator.wikimedia.org/T144865) [23:55:19] I suspect so, yeah [23:55:24] Core isn't evil [23:55:24] (03CR) 10Gergő Tisza: Add API endpoints (033 comments) [extensions/PageViewInfo] - 10https://gerrit.wikimedia.org/r/320326 (https://phabricator.wikimedia.org/T144865) (owner: 10Gergő Tisza) [23:55:30] As long as you've got reason for doing it [23:55:45] Reedy: do I need to file a bug? [23:56:04] MtDu_: you don't need to, but I tend to do so, before making patches [23:56:52] (03CR) 10jenkins-bot: [V: 04-1] Add API endpoints [extensions/PageViewInfo] - 10https://gerrit.wikimedia.org/r/320326 (https://phabricator.wikimedia.org/T144865) (owner: 10Gergő Tisza) [23:57:04] You can just write a reasoned commit summary [23:57:15] But adding tasks, if it's things blocking other tasks you're working on [23:57:16] (03Merged) 10jenkins-bot: resourceloader: Use cached Revision::newKnownCurrent for WikiModule [core] - 10https://gerrit.wikimedia.org/r/320307 (owner: 10Krinkle) [23:57:20] (03Merged) 10jenkins-bot: Add SiteMatrix to cirrussearch [vagrant] - 10https://gerrit.wikimedia.org/r/320769 (owner: 10DCausse) [23:58:06] Reedy: on mobile atm. Can do when I get home. How long until you go to sleep? [23:58:19] Not long [23:58:22] Trying to get an early night [23:58:58] Reedy: yeah. I'll just talk to you tomorrow then. I'll see if I can figure out how to add a blocking task. :) [23:59:21] It's on the right hand side [23:59:37] edit related tasks