[00:00:58] (03CR) 10Aaron Schulz: [C: 032] Fix incorrect annotation [core] - 10https://gerrit.wikimedia.org/r/256135 (owner: 10Awight) [00:02:20] (03PS2) 10Catrope: Update VisualEditor for I11d37b86 and Ib9c45e60d3 [core] (wmf/1.27.0-wmf.7) - 10https://gerrit.wikimedia.org/r/256134 (owner: 10Bartosz Dziewoński) [00:02:39] 4(no projects): Add column to Engage Import: Direct Mail Appeal - https://phabricator.wikimedia.org/T119921#1839998 (10CaitVirtue) 3NEW [00:02:41] (03CR) 10Catrope: [C: 032] Update VisualEditor for I11d37b86 and Ib9c45e60d3 [core] (wmf/1.27.0-wmf.7) - 10https://gerrit.wikimedia.org/r/256134 (owner: 10Bartosz Dziewoński) [00:02:50] Whee. [00:04:24] 10Reading Web Planning, 3Reading Web Sprint 61 - Cold Hard Cache: prevent mobile user without user page from being dumped into blank screen when they click their username - https://phabricator.wikimedia.org/T119412#1840004 (10Nirzar) @Florian that is why it is a suggestive metric and it is not meant to judge e... [00:05:33] (03CR) 10BryanDavis: [C: 032] long -> int. @returns to @return [avro-php] - 10https://gerrit.wikimedia.org/r/254603 (owner: 10Reedy) [00:06:52] (03CR) 10Brian Wolff: "FWIW, this is getting fairly close now to the state where I'm going to remove the [WIP] tag. The [WIP] tag is now mostly for the things sp" [core] - 10https://gerrit.wikimedia.org/r/253969 (owner: 10Brian Wolff) [00:07:41] (03PS1) 10Aaron Schulz: Add pre-send update support to DeferredUpdates [core] - 10https://gerrit.wikimedia.org/r/256142 [00:07:43] (03PS1) 10Aaron Schulz: Add mergeable update support DeferredUpdates [core] - 10https://gerrit.wikimedia.org/r/256143 [00:07:45] (03PS1) 10Aaron Schulz: Make CDN purge calls use DeferredUpdates [core] - 10https://gerrit.wikimedia.org/r/256144 (https://phabricator.wikimedia.org/T119016) [00:11:49] (03Merged) 10jenkins-bot: mediawiki.ForeignStructuredUpload: Behave correctly when '=' appears in a description [core] (wmf/1.27.0-wmf.7) - 10https://gerrit.wikimedia.org/r/256028 (https://phabricator.wikimedia.org/T119691) (owner: 10Jforrester) [00:14:26] (03CR) 10jenkins-bot: [V: 04-1] Add pre-send update support to DeferredUpdates [core] - 10https://gerrit.wikimedia.org/r/256142 (owner: 10Aaron Schulz) [00:14:50] (03CR) 10jenkins-bot: [V: 04-1] Add mergeable update support DeferredUpdates [core] - 10https://gerrit.wikimedia.org/r/256143 (owner: 10Aaron Schulz) [00:15:33] (03CR) 10jenkins-bot: [V: 04-1] Make CDN purge calls use DeferredUpdates [core] - 10https://gerrit.wikimedia.org/r/256144 (https://phabricator.wikimedia.org/T119016) (owner: 10Aaron Schulz) [00:17:38] (03CR) 10Gergő Tisza: [C: 031] Add owner-only consumers [extensions/OAuth] - 10https://gerrit.wikimedia.org/r/255488 (https://phabricator.wikimedia.org/T87395) (owner: 10Anomie) [00:18:03] (03PS2) 10Aaron Schulz: Add pre-send update support to DeferredUpdates [core] - 10https://gerrit.wikimedia.org/r/256142 [00:18:20] 10MediaWiki-Internationalization: Lojban translations - https://phabricator.wikimedia.org/T117841#1840030 (10TTO) 5Open>3stalled [00:20:51] 10Reading Web Planning, 5Patch-For-Review, 3Reading Web Sprint 61 - Cold Hard Cache: Deploy RelatedArticles to all wikipedias - https://phabricator.wikimedia.org/T116676#1840033 (10Jdlrobson) >>! In T116676#1835908, @Florian wrote: > @JKatzWMF: If you deploy to beta I'm pretty sure, you don't need it, but th... [00:23:42] (03Merged) 10jenkins-bot: Fix incorrect annotation [core] - 10https://gerrit.wikimedia.org/r/256135 (owner: 10Awight) [00:23:46] (03Merged) 10jenkins-bot: Update VisualEditor for I11d37b86 and Ib9c45e60d3 [core] (wmf/1.27.0-wmf.7) - 10https://gerrit.wikimedia.org/r/256134 (owner: 10Bartosz Dziewoński) [00:24:03] (03Merged) 10jenkins-bot: long -> int. @returns to @return [avro-php] - 10https://gerrit.wikimedia.org/r/254603 (owner: 10Reedy) [00:25:35] 6Community-Liaison, 10WMF-Product-Strategy: Document checklist for releasing a new feature - https://phabricator.wikimedia.org/T119891#1840044 (10Keegan) @aklapper the Community Liaison team created a prototype of such a checklist at our team off-site in July. @rdicerb @Moushira @quiddity did this make it past... [00:25:57] 10Reading Web Planning, 3Reading Web Sprint 61 - Cold Hard Cache: prevent mobile user without user page from being dumped into blank screen when they click their username - https://phabricator.wikimedia.org/T119412#1840047 (10Deskana) I'd say if the biggest criticism so far is the decision to display some metr... [00:28:30] bd808: I'm starting to suspect our code to catch fatal errors doesn't work on PHP 5.3? [00:29:45] awight: no need to suspect, it won't [00:29:57] catching fatals is a HHVM trick [00:30:27] seems to work on php 5.6 as well [00:30:40] Thanks for the info, that helps me go less crazy! [00:30:47] for php 5.3 there is an extension that can help get reasonable logging -- https://github.com/wikimedia/mediawiki-extensions-ErrorHandler [00:31:01] err... that's not the one I wanted [00:31:24] https://github.com/wikimedia/mediawiki-php-wmerrors [00:32:16] K, we can't go that far out on a limb at this point cos this is paymentswiki, but excellent to at least have confirmation that the approach I'm taking won't work [00:33:02] the mwerrors extension has been used on the Wikimedia production cluster for years. I'd actually be a bit surprised if it wasn't setup for the payments system [00:35:25] The register_shutdown_function() in https://github.com/wikimedia/mediawiki/blob/master/includes/exception/MWExceptionHandler.php#L54 should catch *some* fatal errors in a normal PHP runtime but it won't get them all [00:35:40] (03CR) 10Bartosz Dziewoński: "Yes, I meant that it wouldn't work when nested (@media screen { @media print { … } }), since I think that would mean it would only apply w" [skins/Vector] - 10https://gerrit.wikimedia.org/r/254634 (owner: 10Prtksxna) [00:35:56] s/catch/log/ [00:39:33] 3Wikipedia-Android-App: Create mocks for Wiktionary popup when highlighting word(s) - https://phabricator.wikimedia.org/T114949#1840063 (10KHammerstein) Questions from @Niedzielski # Were you wanting the Wiktionary buttons to have a stock ripple effect or the translucent effect like link preview? # I forgo... [00:47:48] (03PS11) 10Mooeypoo: [wip] Add a demo special page to Echo notifications [extensions/Echo] - 10https://gerrit.wikimedia.org/r/254612 (https://phabricator.wikimedia.org/T115551) [00:47:57] (03PS2) 10Mooeypoo: [WIP] Cross-wiki notifications integration [extensions/Echo] - 10https://gerrit.wikimedia.org/r/255328 (owner: 10Catrope) [00:48:04] (03CR) 10jenkins-bot: [V: 04-1] [wip] Add a demo special page to Echo notifications [extensions/Echo] - 10https://gerrit.wikimedia.org/r/254612 (https://phabricator.wikimedia.org/T115551) (owner: 10Mooeypoo) [00:48:09] 10Reading Web Planning, 3Reading Web Sprint 61 - Cold Hard Cache: prevent mobile user without user page from being dumped into blank screen when they click their username - https://phabricator.wikimedia.org/T119412#1840074 (10JKatzWMF) @nirzar Thanks for this. I think, pending @florian's response and finali... [00:48:14] (03CR) 10jenkins-bot: [V: 04-1] [WIP] Cross-wiki notifications integration [extensions/Echo] - 10https://gerrit.wikimedia.org/r/255328 (owner: 10Catrope) [00:49:19] (03PS13) 10Mattflaschen: Fix history pagination and give user the number of entries they requested [extensions/Flow] - 10https://gerrit.wikimedia.org/r/245621 (https://phabricator.wikimedia.org/T112230) [00:49:25] 6ArchCom, 10Architecture, 10Wikimedia-Developer-Summit-2016, 7Service-Architecture: Identify and prioritize architectural challenges - https://phabricator.wikimedia.org/T96903#1840075 (10bd808) I think this session could be useful if it was scoped purely as a prioritization exercise for a reasonably sized... [00:49:37] (03CR) 10Brian Wolff: "The only remaining question is if there is a better source for passwords than "RockYou". "RockYou" seems kind of close to us in terms of t" [core] - 10https://gerrit.wikimedia.org/r/254754 (owner: 10Brian Wolff) [00:49:42] 3Wikipedia-Android-App: Create mocks for Wiktionary popup when highlighting word(s) - https://phabricator.wikimedia.org/T114949#1840076 (10KHammerstein) Screenshots from other apps . Kindle {F3035442} New York Times {F3035445} . Safari {F3035448} . Medium - Define found in more menu {F3035452} [00:49:51] (03CR) 10Mattflaschen: "Reproduced, and 13 fixes it for me." [extensions/Flow] - 10https://gerrit.wikimedia.org/r/245621 (https://phabricator.wikimedia.org/T112230) (owner: 10Mattflaschen) [00:49:58] (03CR) 10Sbisson: Allow grouping for getBundleCount() (032 comments) [extensions/Echo] - 10https://gerrit.wikimedia.org/r/256132 (owner: 10Catrope) [00:50:26] 10MediaWiki-extensions-CodeEditor, 10SyntaxHighlight, 10VisualEditor, 5Patch-For-Review, and 2 others: Can't open two code blocks in one editor session (aka Uncaught TypeError: Cannot read property 'fail' of null) - https://phabricator.wikimedia.org/T119815#1840077 (10matmarex) 5Open>3Resolved @esander... [00:50:46] 10MediaWiki-Uploading, 6Commons, 6Multimedia, 5MW-1.27-release-notes, and 2 others: Properly use language templates in cross-wiki upload - https://phabricator.wikimedia.org/T119691#1840085 (10matmarex) 5Open>3Resolved Fixed and deployed. [00:50:52] 10Reading Web Planning, 3Reading Web Sprint 61 - Cold Hard Cache: prevent mobile user without user page from being dumped into blank screen when they click their username - https://phabricator.wikimedia.org/T119412#1840089 (10JKatzWMF) @deskana (our comments crossed in the ether)--thanks for your input, partic... [00:56:25] 10MobileFrontend, 7Mobile: Add a 'contributions' tab to Mobile interface - https://phabricator.wikimedia.org/T117970#1840115 (10Jdlrobson) @Fuzheado I feel like we have got off on the wrong foot. I remember conversing with you at Wikimania back in Hong Kong and enjoying hearing your passion for the projects. I... [00:56:59] 10MediaWiki-ResourceLoader, 10Front-end-Standards-Group, 5Patch-For-Review: Standardise on how to access/register JavaScript interfaces - https://phabricator.wikimedia.org/T108655#1840119 (10matmarex) Hmm, okay, that would actually make sense. [00:58:16] (03PS1) 10Aaron Schulz: Make HTMLCacheUpdate callers use DeferredUpdates [core] - 10https://gerrit.wikimedia.org/r/256153 [01:00:00] (03CR) 10Mattflaschen: [C: 032] "The normal recommendation is to commit it ( https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file )." [extensions/Flow] - 10https://gerrit.wikimedia.org/r/256141 (owner: 10Mooeypoo) [01:00:07] (03PS2) 10Aaron Schulz: Make HTMLCacheUpdate callers more consistent [core] - 10https://gerrit.wikimedia.org/r/256153 [01:01:20] 10Reading Web Planning, 7Mobile, 5Patch-For-Review, 3Reading Web Sprint 61 - Cold Hard Cache: fix schema MobileWebSectionUsage - https://phabricator.wikimedia.org/T119146#1840182 (10Jdlrobson) [01:01:39] 10Reading Web Planning: Language button on footer - https://phabricator.wikimedia.org/T119658#1840191 (10JKatzWMF) @nirzar thanks, this addresses my concerns. > but to notify that "you can change language here" I am surprised the button isn't enough, but trust user research! [01:01:58] (03PS67) 10Mooeypoo: Add OOUI widgets for cross-wiki bundled notifications [extensions/Echo] - 10https://gerrit.wikimedia.org/r/247017 (https://phabricator.wikimedia.org/T115419) [01:03:23] (03Merged) 10jenkins-bot: Stop tracking composer.lock [extensions/Flow] - 10https://gerrit.wikimedia.org/r/256141 (owner: 10Mooeypoo) [01:04:41] (03CR) 10Jdlrobson: [C: 032] Add release notes [extensions/Cards] (dev) - 10https://gerrit.wikimedia.org/r/255974 (https://phabricator.wikimedia.org/T119867) (owner: 10Bmansurov) [01:06:16] (03CR) 10Jdlrobson: [C: 031] "Need to test but looks harmless." [core] - 10https://gerrit.wikimedia.org/r/256115 (owner: 10Ori.livneh) [01:06:47] 10Reading Web Planning: Language button on footer - https://phabricator.wikimedia.org/T119658#1840204 (10Nirzar) > I am surprised the button isn't enough, but trust user research! yeah it might be. but icon + language = zero ambiguity [01:07:52] 10MediaWiki-extensions-Cards, 10MediaWiki-extensions-RelatedArticles, 5Patch-For-Review, 3Reading Web Sprint 60 - Boom Headshot!: Design tweaks to Cards extension - https://phabricator.wikimedia.org/T116810#1840205 (10bmansurov) @Nirzar, thanks for testing. We can certainly improve the thumbnail quality. H... [01:08:31] (03Merged) 10jenkins-bot: Add release notes [extensions/Cards] (dev) - 10https://gerrit.wikimedia.org/r/255974 (https://phabricator.wikimedia.org/T119867) (owner: 10Bmansurov) [01:09:08] 3Team-Practices-This-Week: Investigate: Android team to incorporate Phragile or Phlogiston? - https://phabricator.wikimedia.org/T119131#1818910 (10MBinder_WMF) Reached out to Dmitry on Android. [01:09:27] (03CR) 10Jdlrobson: [C: 031] "I like the clean-ness of this." [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/255796 (https://phabricator.wikimedia.org/T119146) (owner: 10BryanDavis) [01:09:30] 6Editing-Analysis: Calculate monthly mobile Wikipedia edits and editors for Major Gifts report - https://phabricator.wikimedia.org/T119925#1840211 (10Neil_P._Quinn_WMF) 3NEW a:3Neil_P._Quinn_WMF [01:11:01] 7Design, 10MobileFrontend, 3Google-Code-In-2015: Talk overlay inputs don't have borders - https://phabricator.wikimedia.org/T104836#1840220 (10bmansurov) @Nirzar, those fields don't follow the living styleguide as you can see in [1]. I think we should be consistent here by adding borders. [1] http://tools.... [01:11:11] 10MediaWiki-extensions-Cards, 10MediaWiki-extensions-RelatedArticles, 5Patch-For-Review, 3Reading Web Sprint 60 - Boom Headshot!: Design tweaks to Cards extension - https://phabricator.wikimedia.org/T116810#1840221 (10Nirzar) @bmansurov sure [01:16:35] 7Design, 10MobileFrontend, 3Google-Code-In-2015: Talk overlay inputs don't have borders - https://phabricator.wikimedia.org/T104836#1840222 (10Jdlrobson) @bmansurov that is not the official styleguide though and the editor screen does not use those classes either. I'd rather not revisit these designs but it... [01:16:59] (03PS1) 10Aaron Schulz: Make HTMLCacheUpdate always use the job queue [core] - 10https://gerrit.wikimedia.org/r/256154 (https://phabricator.wikimedia.org/T95501) [01:17:18] 10MediaWiki-extensions-Cards, 10MediaWiki-extensions-RelatedArticles, 3Reading Web Sprint 60 - Boom Headshot!: Design tweaks to Cards extension - https://phabricator.wikimedia.org/T116810#1840225 (10Jdlrobson) [01:17:46] 10MediaWiki-extensions-RelatedArticles, 10Reading Web Planning, 6Reading-Admin, 10Reading-Community-Engagement, and 2 others: [EPIC] Read more related articles after end of current article - https://phabricator.wikimedia.org/T94906#1840227 (10Jdlrobson) [01:17:47] 10MediaWiki-extensions-RelatedArticles, 7Easy, 5Patch-For-Review, 3Reading Web Sprint 60 - Boom Headshot!: Remove the CustomData dependency in 30 days - https://phabricator.wikimedia.org/T115019#1840226 (10Jdlrobson) 5Open>3Resolved [01:17:53] 7Design, 10MobileFrontend, 3Google-Code-In-2015: Talk overlay inputs don't have borders - https://phabricator.wikimedia.org/T104836#1840228 (10bmansurov) OK, I just wanted to clarify the work that needs to be done so that Google Code In students can work on this task. [01:24:19] 10MediaWiki-extensions-RelatedArticles, 3Reading Web Sprint 61 - Cold Hard Cache: Regression: wgRelatedArticlesShowReadMore defaults to false on wikivoyage - https://phabricator.wikimedia.org/T119926#1840235 (10Jdlrobson) 3NEW [01:25:03] 10MediaWiki-extensions-RelatedArticles, 5Patch-For-Review, 3Reading Web Sprint 60 - Boom Headshot!: RelatedArticles feature should be available in beta features - https://phabricator.wikimedia.org/T117444#1774440 (10Jdlrobson) Has introduced T119926 [01:26:51] 10MediaWiki-extensions-RelatedArticles, 3Reading Web Sprint 61 - Cold Hard Cache: Regression: wgRelatedArticlesShowReadMore defaults to false on wikivoyage - https://phabricator.wikimedia.org/T119926#1840235 (10Jdlrobson) [01:27:11] 10Wikimedia-Developer-Summit-2016-Organization: Define the list of "must have" sessions for WikiDev '16 - https://phabricator.wikimedia.org/T119593#1840256 (10Smalyshev) I would like to see: {T113540} {T89733} {T113034} {T114803} {T114019} {T105845} {T114251} {T112987} [01:28:32] (03PS2) 10Dzahn: (WIP) initial commit for 2015 report [wikimedia/annualreport] - 10https://gerrit.wikimedia.org/r/254168 (owner: 10Stephmonette) [01:30:13] (03CR) 10Jdlrobson: "I actually would like to kill platform in favour of skin and browser width and I said this right at the beginning. The existence of platfo" [extensions/QuickSurveys] (dev) - 10https://gerrit.wikimedia.org/r/254402 (https://phabricator.wikimedia.org/T119367) (owner: 10Phuedx) [01:36:03] (03CR) 10Catrope: Allow grouping for getBundleCount() (032 comments) [extensions/Echo] - 10https://gerrit.wikimedia.org/r/256132 (owner: 10Catrope) [01:37:52] (03CR) 10Gergő Tisza: "If this gets merged https://wikitech.wikimedia.org/wiki/Password_reset / https://gerrit.wikimedia.org/r/#/c/255044/ should probably be upd" [extensions/OAuth] - 10https://gerrit.wikimedia.org/r/255488 (https://phabricator.wikimedia.org/T87395) (owner: 10Anomie) [01:40:27] 10Reading Web Planning, 3Reading Web Sprint 61 - Cold Hard Cache: prevent mobile user without user page from being dumped into blank screen when they click their username - https://phabricator.wikimedia.org/T119412#1840266 (10Nirzar) wild idea--> maybe we can use recently launched revision scoring API https://... [01:41:58] 10Wikimedia-Developer-Summit-2016-Organization: Define the list of "must have" sessions for WikiDev '16 - https://phabricator.wikimedia.org/T119593#1840269 (10bmansurov) These would be great: T114247: Data analysis with (python) MediaWiki-Utilities -- A unix philosophy-inspired collection of packages T112956: De... [01:42:36] 10MobileFrontend, 10Reading-Web, 5Patch-For-Review, 3Reading Web Sprint 60 - Boom Headshot!: Timelines break mobile skin, not taking up full viewport width - https://phabricator.wikimedia.org/T118601#1840276 (10Jdlrobson) >>! In T118601#1807080, @Florian wrote: > The mentioned example of https://en.wikiped... [01:43:03] (03CR) 10Krinkle: [C: 04-1] mediawiki.storage: provide a wrapper for sessionStorage (033 comments) [core] - 10https://gerrit.wikimedia.org/r/256115 (owner: 10Ori.livneh) [01:44:51] (03CR) 10Krinkle: getSessionId's value should only last for session duration (031 comment) [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/255796 (https://phabricator.wikimedia.org/T119146) (owner: 10BryanDavis) [01:45:10] Krinkle: I simply hadn't done an audit of mw.storage usage to ensure that it always preserved 'this' [01:46:38] 10MediaWiki-Special-pages: Ability to select log entries for pages starting with "foo" ( PrefixIndex kind log search) - https://phabricator.wikimedia.org/T22166#1840281 (10jayvdb) [01:48:24] (03CR) 10Krinkle: [C: 032] Use mediawiki.util to insert style tags [extensions/MwEmbedSupport] - 10https://gerrit.wikimedia.org/r/255804 (https://phabricator.wikimedia.org/T118792) (owner: 10TheDJ) [01:48:42] 10MediaWiki-extensions-MwEmbedSupport, 6Multimedia, 7JavaScript, 5Patch-For-Review, and 2 others: "Uncaught TypeError: Cannot read property 'insertRule' of undefined" from MwEmbedSupport/Spinner.js - https://phabricator.wikimedia.org/T118792#1840285 (10Krinkle) p:5Triage>3Normal a:3TheDJ [01:49:17] 10MediaWiki-extensions-TranslationNotifications, 5Patch-For-Review, 5WMF-deploy-2015-11-10_(1.27.0-wmf.6), 5WMF-deploy-2015-11-17_(1.27.0-wmf.7), 7Wikimedia-log-errors: Call to undefined method WikiReference::getHostname() in /srv/mediawiki/php-1.27.0-wmf... - https://phabricator.wikimedia.org/T116960#1840287 [01:49:49] (03PS5) 10Krinkle: Add a wikipage.diff hook [core] - 10https://gerrit.wikimedia.org/r/218275 (https://phabricator.wikimedia.org/T53583) (owner: 10TheDJ) [01:52:22] (03PS6) 10Krinkle: Add a wikipage.diff hook [core] - 10https://gerrit.wikimedia.org/r/218275 (https://phabricator.wikimedia.org/T53583) (owner: 10TheDJ) [01:53:47] (03CR) 10Krinkle: [C: 032] Add a wikipage.diff hook [core] - 10https://gerrit.wikimedia.org/r/218275 (https://phabricator.wikimedia.org/T53583) (owner: 10TheDJ) [01:54:37] 10MediaWiki-Interface, 7JavaScript, 5Patch-For-Review: Add more mw.hook events for wikipage: diff, categories etc. - https://phabricator.wikimedia.org/T53583#1840289 (10Krinkle) [01:54:39] (03CR) 10BryanDavis: "Krinkle has pointed out that the getSessionId() method being piddled with here is functionally the same thing as mw.user.sessionId(). Can " (031 comment) [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/255796 (https://phabricator.wikimedia.org/T119146) (owner: 10BryanDavis) [01:56:39] (03Merged) 10jenkins-bot: Use mediawiki.util to insert style tags [extensions/MwEmbedSupport] - 10https://gerrit.wikimedia.org/r/255804 (https://phabricator.wikimedia.org/T118792) (owner: 10TheDJ) [02:05:59] (03Merged) 10jenkins-bot: Add a wikipage.diff hook [core] - 10https://gerrit.wikimedia.org/r/218275 (https://phabricator.wikimedia.org/T53583) (owner: 10TheDJ) [02:11:47] 6Editing-Analysis: Calculate monthly mobile Wikipedia edits and editors for Major Gifts report - https://phabricator.wikimedia.org/T119925#1840306 (10Neil_P._Quinn_WMF) =Mobile web edits= ``` SELECT LEFT(timestamp, 6) as "month", COUNT(*) as "mobile web edits" FROM log.MobileWebEditing_8599025 WHERE event_ac... [02:12:01] 6Revscoring: Add support for Uzbek (https://uz.wikipedia.org) - https://phabricator.wikimedia.org/T119928#1840307 (10bmansurov) 3NEW [02:16:19] 6Community-Liaison, 10WMF-Product-Strategy: Document checklist for releasing a new feature - https://phabricator.wikimedia.org/T119891#1840315 (10Quiddity) @Keegan our notes/docs should all be linked at the bottom of https://office.wikimedia.org/wiki/Community_Engagement_%28Product%29/Mexico/Off-site but I don... [02:20:37] 6Revscoring, 10ores, 5Patch-For-Review: Setup paging for ORES - https://phabricator.wikimedia.org/T119340#1840318 (10Dzahn) @Yuvipanda just noticed the "non 503" part above. so far we don't exclude that or check for specific status codes. check_http can with -e but we have to list the expected code. not sur... [02:24:05] (03PS2) 10Catrope: Allow grouping for getBundleCount() [extensions/Echo] - 10https://gerrit.wikimedia.org/r/256132 [02:24:08] (03PS12) 10Catrope: Presentation model for edit-user-talk [extensions/Echo] - 10https://gerrit.wikimedia.org/r/253599 (https://phabricator.wikimedia.org/T116843) (owner: 10Sbisson) [02:25:16] (03CR) 10Catrope: Allow grouping for getBundleCount() (032 comments) [extensions/Echo] - 10https://gerrit.wikimedia.org/r/256132 (owner: 10Catrope) [02:53:57] 6Revscoring, 10ores, 5Patch-For-Review: Setup paging for ORES - https://phabricator.wikimedia.org/T119340#1840354 (10Dzahn) follow-up fixes: 1) https://gerrit.wikimedia.org/r/#/c/256160/ 2) https://gerrit.wikimedia.org/r/#/c/256161/ fixed puppet run here: < icinga-wm> RECOVERY - puppet last run on labcont... [02:59:26] 10MediaWiki-extensions-Translate: Section editing: Off-by-one error and "empty translation unit" - https://phabricator.wikimedia.org/T58838#1840356 (10kaldari) [02:59:28] 10MediaWiki-extensions-Translate, 10Parsoid, 7Blocked-on-Parsoid: Parsoid should support and natively as they are not normal parser tags - https://phabricator.wikimedia.org/T50891#1840357 (10kaldari) [03:14:38] 10Commons-App-Android-Upload, 3Outreachy-Round-11: Community bonding evaluation for Easier categorization of pictures in Upload to Commons Android app - https://phabricator.wikimedia.org/T119874#1840363 (10josephine_l) @01tonythomas - I'm a bit confused, should I create a subtask to this task with the task nam... [03:22:06] 10MediaWiki-extensions-Translate, 10Parsoid, 7Blocked-on-Parsoid: Parsoid should support and natively as they are not normal parser tags - https://phabricator.wikimedia.org/T50891#1840365 (10kaldari) Any update on this? [03:27:19] (03PS1) 10Andrew Bogott: wikistatus: Handle failure to resolve image_ref [openstack-wikistatus] - 10https://gerrit.wikimedia.org/r/256164 [03:28:02] (03CR) 10Andrew Bogott: [C: 032 V: 032] wikistatus: Handle failure to resolve image_ref [openstack-wikistatus] - 10https://gerrit.wikimedia.org/r/256164 (owner: 10Andrew Bogott) [03:28:30] 10Commons-App-Android-Upload, 3Outreachy-Round-11: Community bonding evaluation for Easier categorization of pictures in Upload to Commons Android app - https://phabricator.wikimedia.org/T119874#1840370 (10Nicolas_Raoul) a:5Nicolas_Raoul>3Niedzielski [03:45:06] 6Revscoring, 10ores, 5Patch-For-Review: Setup paging for ORES - https://phabricator.wikimedia.org/T119340#1840375 (10Dzahn) nope.. virtual host does not get created and i do not see why.. we do the exact same thing elsewhere. disabled temp. for now https://gerrit.wikimedia.org/r/#/c/256165/ to make sure Ic... [03:46:35] 10MediaWiki-extensions-RelatedArticles, 3Reading Web Sprint 61 - Cold Hard Cache: Regression: wgRelatedArticlesShowReadMore defaults to false on wikivoyage - https://phabricator.wikimedia.org/T119926#1840377 (10bmansurov) > The historical menu item should be determined by a separate configuration variable and... [03:48:09] (03PS1) 10Bmansurov: Correctly show related articles on desktop [extensions/RelatedArticles] (dev) - 10https://gerrit.wikimedia.org/r/256166 (https://phabricator.wikimedia.org/T119926) [03:48:13] (03PS1) 10EBernhardson: Initial popularity score calculator [wikimedia/discovery/analytics] - 10https://gerrit.wikimedia.org/r/256167 [03:48:51] (03CR) 10jenkins-bot: [V: 04-1] Correctly show related articles on desktop [extensions/RelatedArticles] (dev) - 10https://gerrit.wikimedia.org/r/256166 (https://phabricator.wikimedia.org/T119926) (owner: 10Bmansurov) [03:50:01] (03PS2) 10EBernhardson: Initial popularity score calculator [wikimedia/discovery/analytics] - 10https://gerrit.wikimedia.org/r/256167 [03:57:33] 10Commons-App-Android-Upload, 3Outreachy-Round-11: Community bonding evaluation for Easier categorization of pictures in Upload to Commons Android app - https://phabricator.wikimedia.org/T119874#1840383 (10NiharikaKohli) [04:00:05] 10Improving access, 6Research-and-Data: Make a gadget for hyperlink recommendation - https://phabricator.wikimedia.org/T119477#1840384 (10Ashwinpp) @Esanders, sorry for the late reply. You are right, it was returning 500 errors because of the db cursor not being emptied upon an incorrect query. I've removed th... [04:00:13] 10Commons-App-Android-Upload, 3Outreachy-Round-11: Community bonding evaluation for Easier categorization of pictures in Upload to Commons Android app - https://phabricator.wikimedia.org/T119874#1840385 (10NiharikaKohli) @josephine_l, You only need to add your report as a blocker for this task and fill in the... [04:02:25] 10Commons-App-Android-Upload, 3Outreachy-Round-11: Community bonding evaluation for Easier categorization of pictures in Upload to Commons Android app - https://phabricator.wikimedia.org/T119874#1840387 (10josephine_l) [04:02:27] 10Commons-App-Android-Upload: Community bonding report - https://phabricator.wikimedia.org/T119317#1840388 (10josephine_l) [04:04:23] 10Commons-App-Android-Upload, 3Outreachy-Round-11: Community bonding evaluation for Easier categorization of pictures in Upload to Commons Android app - https://phabricator.wikimedia.org/T119874#1838176 (10josephine_l) [04:06:09] 10Commons-App-Android-Upload, 3Outreachy-Round-11: Community bonding evaluation for Easier categorization of pictures in Upload to Commons Android app - https://phabricator.wikimedia.org/T119874#1840390 (10josephine_l) Thanks. :) Hope I've done everything correctly? [04:15:16] (03PS1) 10BryanDavis: Improve output of findMissingQqq.sh [wikimedia/wikimania-scholarships] - 10https://gerrit.wikimedia.org/r/256169 [04:23:00] (03Abandoned) 10Nuria: [WIP] Testing tornado EventBus API methods [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/250871 (owner: 10Nuria) [04:32:58] 10MediaWiki-extensions-ContentTranslation, 6Labs, 7Database, 5Patch-For-Review, 7WorkType-NewFunctionality: Replicate ContentTranslation databases on Labs - https://phabricator.wikimedia.org/T119847#1840417 (10KartikMistry) @jcrespo yes. cx_translations is on extension1 cluster. [04:35:55] 10Commons-App-Android-Upload, 3Outreachy-Round-11: Community bonding evaluation for Easier categorization of pictures in Upload to Commons Android app - https://phabricator.wikimedia.org/T119874#1840418 (10NiharikaKohli) [04:36:04] 10Commons-App-Android-Upload, 3Outreachy-Round-11: Community bonding evaluation for Easier categorization of pictures in Upload to Commons Android app - https://phabricator.wikimedia.org/T119874#1838176 (10NiharikaKohli) Looks good! [04:36:50] 10Commons-App-Android-Upload, 3Outreachy-Round-11: Community bonding evaluation for Easier categorization of pictures in Upload to Commons Android app - https://phabricator.wikimedia.org/T119874#1840420 (10NiharikaKohli) [04:41:30] (03PS7) 10Nuria: Add support for batch production in eventlogging-service [eventlogging] (service) - 10https://gerrit.wikimedia.org/r/255188 (owner: 10Ottomata) [04:43:25] (03CR) 10Nuria: "See comment about logging. Other than that I think this can be merged." (032 comments) [eventlogging] (service) - 10https://gerrit.wikimedia.org/r/255188 (owner: 10Ottomata) [04:56:31] 10PAWS: Make PAWS use a ServiceAccount for authorization - https://phabricator.wikimedia.org/T119933#1840426 (10yuvipanda) 3NEW [05:01:07] (03CR) 10Mattflaschen: [C: 04-1] "> @Mattflaschen I am not sure how to fix those issues." (033 comments) [extensions/Echo] - 10https://gerrit.wikimedia.org/r/243503 (owner: 10Paladox) [05:04:14] 10Commons-App-Android-Upload, 3Outreachy-Round-11: Community bonding evaluation for Easier categorization of pictures in Upload to Commons Android app - https://phabricator.wikimedia.org/T119874#1840433 (10josephine_l) Thanks @NiharikaKohli ! (Just realized I have been linking tasks the wrong way, oops. :)) [05:07:11] 10MediaWiki-extensions-Translate, 10Parsoid, 7Blocked-on-Parsoid: Parsoid should support and natively as they are not normal parser tags - https://phabricator.wikimedia.org/T50891#1840434 (10Arlolra) [05:23:22] (03PS2) 10Physikerwelt: Use RestBase to check input tex rather than texvccheck [extensions/Math] - 10https://gerrit.wikimedia.org/r/255950 [05:38:55] 10Commons-App-Android-Upload: Identify the best strategy/APIs to find Commons categories that are within a certain radius of the specified GPS coordinates - https://phabricator.wikimedia.org/T119278#1840440 (10josephine_l) I've been tinkering with running WikiData queries using an example query ``` claim[373] A... [05:49:47] 10Commons-App-Android-Upload: Identify the best strategy/APIs to find Commons categories that are within a certain radius of the specified GPS coordinates - https://phabricator.wikimedia.org/T119278#1840462 (10Nicolas_Raoul) I think we should use decimal everywhere, and convert any other notations we may receive... [05:57:40] 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release7, 7WorkType-NewFunctionality: Create a backend loaded campaign for Category:RTT between English and Persian - https://phabricator.wikimedia.org/T117920#1840466 (10santhosh) This might get delayed since we are not deploying code till dec s... [06:17:11] 10Reading Web Planning, 3Reading Web Sprint 61 - Cold Hard Cache: prevent mobile user without user page from being dumped into blank screen when they click their username - https://phabricator.wikimedia.org/T119412#1840474 (10MZMcBride) >>! In T119412#1840074, @JKatzWMF wrote: > At worst, this is an improvemen... [06:30:59] 6Reading-Admin, 10Wikimedia-Developer-Summit-2016-Organization: WikiDev 16 working area: Content format - https://phabricator.wikimedia.org/T119022#1840476 (10tstarling) There are balance considerations. The authors break down as follows: * cscott: 10 proposals * gwicke: 4 proposals * isarra: 3 proposals * da... [06:48:45] 10Commons-App-Android-Upload: Identify the best strategy/APIs to find Commons categories that are within a certain radius of the specified GPS coordinates - https://phabricator.wikimedia.org/T119278#1840480 (10josephine_l) Thanks Nicolas! I'll convert the camera location for the test pics on our wiki to decimal... [06:52:40] 10MediaWiki-extensions-ContentTranslation, 3LE-CX7-Sprint 3, 5Patch-For-Review, 5WMF-deploy-2015-11-10_(1.27.0-wmf.6), 7WorkType-Maintenance: Visually separate personal collection and suggestions - https://phabricator.wikimedia.org/T117624#1840481 (10Arrbee) 5Open>3Resolved [06:52:45] 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release7, 3LE-CX7-Sprint 3, 5Patch-For-Review, and 2 others: Starred suggestions shows at bottom instead of top - https://phabricator.wikimedia.org/T119504#1840482 (10Arrbee) 5Open>3Resolved [06:52:56] 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release7, 3LE-CX7-Sprint 3, 5Patch-For-Review, and 2 others: Integrate the personalised algorithm for translation suggestions - https://phabricator.wikimedia.org/T111028#1840483 (10Arrbee) 5Open>3Resolved [06:53:00] 7Design, 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release6, 5ContentTranslation-Release7, 7WorkType-NewFunctionality: Suggest articles to translate from the dashboard - https://phabricator.wikimedia.org/T87439#1840484 (10Arrbee) [06:53:25] 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release7, 3LE-CX7-Sprint 3, 5Patch-For-Review, and 2 others: ApiQueryContentTranslation does not respect from and to params if sourcetitle param not present - https://phabricator.wikimedia.org/T117649#1840485 (10Arrbee) 5Open>3Resolved [06:53:28] 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release7, 3LE-CX7-Sprint 3, 5Patch-For-Review, and 2 others: Integrate the personalised algorithm for translation suggestions - https://phabricator.wikimedia.org/T111028#1592322 (10Arrbee) [07:03:20] 10MediaWiki-extensions-ContentTranslation, 10ContentTranslation-Deployments, 10ContentTranslation-cxserver, 6Services, and 7 others: Standardise CXServer deployment - https://phabricator.wikimedia.org/T101272#1840488 (10Arrbee) [07:03:31] 10MediaWiki-extensions-ContentTranslation, 10ContentTranslation-Deployments, 5ContentTranslation-Release7, 3LE-CX7-Sprint 4, and 3 others: CX should default to using restbase, not parsoid-lb - https://phabricator.wikimedia.org/T111562#1840489 (10Arrbee) [07:04:58] 10MediaWiki-RfCs, 6Services, 10Wikimedia-Developer-Summit-2016, 7Service-Architecture: Service-Oriented Architecture, quo vadis? - https://phabricator.wikimedia.org/T114803#1840492 (10Ricordisamoa) By chance I was just going to create a similar task named "unveil Gabriel Wicke's covert plans for world domi... [07:11:41] 10Gather, 7I18n, 5Patch-For-Review: Release Gather 0.6.0 with i18n messages - https://phabricator.wikimedia.org/T119085#1840494 (10Nemo_bis) Your release process cannot apply to i18n. Translators need their translations immediately. [07:13:48] 10MediaWiki-extensions-CodeEditor: Scroll page to keep cursor in visible scroll area - https://phabricator.wikimedia.org/T119937#1840495 (10Fomafix) 3NEW [07:20:49] 10Wikimedia-Developer-Summit-2016-Organization, 3DevRel-December-2015, 3DevRel-November-2015: WikiDev16 program - https://phabricator.wikimedia.org/T116024#1840502 (10RobLa-WMF) I'm going to repeat what I wrote in {T119018}. I think the owners of each of the subtasks there are doing a good job of figuring o... [07:24:44] 10MediaWiki-extensions-WikibaseClient, 10Wikidata, 7Need-volunteer: wdbytitle interwiki prefix - https://phabricator.wikimedia.org/T49124#1840512 (10Ricordisamoa) `[[wdbytitle:Barack Obama]]` = syntactic sugar for `[[d:Special:ItemByTitle/{{DBNAME}}/Barack Obama]]` [07:25:22] 6Community-Liaison, 10WMF-Product-Strategy: Document checklist for releasing a new feature - https://phabricator.wikimedia.org/T119891#1840513 (10Qgil) In terms of [[ https://www.mediawiki.org/wiki/WMF_product_development_process | WMF product development process ]], I would focus this task on the checklist fo... [07:25:24] 10ContentTranslation-Deployments, 10ContentTranslation-cxserver, 5ContentTranslation-Release7, 3LE-CX7-Sprint 4, 5Patch-For-Review: Update cxserver Puppet config for service-runner migration - https://phabricator.wikimedia.org/T117657#1840515 (10Arrbee) [07:26:21] 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release7, 3LE-CX7-Sprint 4, 7WorkType-NewFunctionality: [Tracker] Design the technical infrastructure for parallel corpora storage and api - https://phabricator.wikimedia.org/T111905#1840517 (10Arrbee) [07:29:25] 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release7, 3LE-CX7-Sprint 4, 5Patch-For-Review, and 3 others: Investigate CX saving/recovery failures - https://phabricator.wikimedia.org/T116908#1840519 (10Arrbee) [07:30:22] 6Community-Liaison, 10WMF-Product-Strategy: Create Design/Development Principles - https://phabricator.wikimedia.org/T114321#1840520 (10Qgil) [07:31:22] 6Community-Liaison, 10WMF-Product-Strategy, 10Wikimedia-Developer-Summit-2016: 10 tips for communicating with communities when developing software - https://phabricator.wikimedia.org/T113490#1840521 (10Qgil) [07:31:33] 7Design, 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release7, 7WorkType-Maintenance: Get ContentTranslation to anticipate and handle AbuseFilter warnings and blocks - https://phabricator.wikimedia.org/T114621#1840522 (10Arrbee) [07:36:55] 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release7, 7Easy, 7I18n, and 2 others: Correct direction must be applied to the ContentTranslation language selector in the dashboard after selection - https://phabricator.wikimedia.org/T116357#1840525 (10Arrbee) [07:37:02] 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release7, 7Easy, 7I18n, and 2 others: In RTL UI, language filter ULS is not aligned correctly on the ContentTranslation dashboard - https://phabricator.wikimedia.org/T114097#1840526 (10Arrbee) [07:41:27] 6Community-Liaison, 6Developer-Relations: A guide for WMF Engineering teams to prevent known problems with volunteers - https://phabricator.wikimedia.org/T116294#1840530 (10Qgil) [07:41:28] 6Community-Liaison, 10WMF-Product-Strategy: Document checklist for releasing a new feature - https://phabricator.wikimedia.org/T119891#1840531 (10Qgil) [07:43:52] 10MediaWiki-Database, 10MediaWiki-Page-editing, 6Performance-Team, 5MW-1.27-release-notes, and 2 others: Links tables are sometimes not being populated - https://phabricator.wikimedia.org/T117332#1840532 (10Ankry) It seems to me that the code fix will solve the problem partially only. But unsure if this bu... [07:44:37] 6Community-Liaison, 10WMF-Product-Strategy: Finalize CL toolkit within Product development - https://phabricator.wikimedia.org/T114324#1840534 (10Qgil) Is there more information about this task? Like a definition of the CL toolkit, the problems it aims to solve, and the current status of this work. [07:47:39] 10MediaWiki-General-or-Unknown, 6Community-Liaison: Use structured feedback for MediaWiki core's feedback tool - https://phabricator.wikimedia.org/T86956#1840537 (10Qgil) >>! In T86956#1653185, @Elitre wrote: > This is being discussed elsewhere, https://phabricator.wikimedia.org/T100011#1618998 / M80. Is this... [07:56:14] 6Community-Liaison, 10WMF-Product-Strategy, 3DevRel-December-2015: Provide a reply to Letter to Wikimedia Foundation: Superprotect and Media Viewer - https://phabricator.wikimedia.org/T119595#1840543 (10Qgil) [07:57:05] 10MediaWiki-General-or-Unknown, 6Community-Liaison: Use structured feedback for MediaWiki core's feedback tool - https://phabricator.wikimedia.org/T86956#1840545 (10Whatamidoing-WMF) No, this task isn't blocked by T100011. That discussion is about fixing a specific confusing thing in the existing system (the... [07:58:42] (03PS2) 10Niharika29: Add column for active users to Special:GadgetUsage [extensions/Gadgets] - 10https://gerrit.wikimedia.org/r/256021 (https://phabricator.wikimedia.org/T116894) [07:59:00] 10MediaWiki-extensions-LocalisationUpdate, 10Deployment-Systems, 7I18n, 7Wikimedia-log-errors: l10n-update not updating Vector and extensions - https://phabricator.wikimedia.org/T103879#1840546 (10Nemo_bis) Cc Milićević https://translatewiki.net/wiki/Thread:Support/ConfirmEdit_Fancy_Captcha_translations_no... [08:07:49] 10MediaWiki-ResourceLoader, 10MediaWiki-extensions-Translate, 7JavaScript, 5MW-1.26-release: Unstable interface bug in the Translate form - https://phabricator.wikimedia.org/T111685#1840550 (10Nikerabbit) My worry is that if we implement your proposed fix (adding more specificity to the CSS rules), it will... [08:08:53] 10MediaWiki-RfCs: RfC: Raise MediaWiki's PHP version requirement and update coding standards - https://phabricator.wikimedia.org/T118932#1840551 (10Nemo_bis) > decisions are made in irc meetings, with little to no public discussion What's worse, the rationale behind those decisions is never or rarely known, esp... [08:10:45] 10MediaWiki-extensions-AbuseFilter, 10MediaWiki-extensions-ContentTranslation, 10MediaWiki-extensions-TitleBlacklist, 7Tracking: ContentTranslation publishing failures because of content filtering (tracking) - https://phabricator.wikimedia.org/T115375#1840552 (10Nikerabbit) >>! In T115375#1838090, @Nemo_bi... [08:12:57] (03PS1) 10Matthias Mullie: Minor importer fixes [extensions/Flow] - 10https://gerrit.wikimedia.org/r/256172 [08:16:52] 10MediaWiki-General-or-Unknown, 6Community-Liaison: Use structured feedback for MediaWiki core's feedback tool - https://phabricator.wikimedia.org/T86956#1840554 (10Qgil) Thank you, this is useful. Then... it seems like there is a lot of overlap between this task and {T29852} ? [08:19:12] 6Community-Advocacy, 6Community-Liaison, 6Developer-Relations, 10Wikimedia-General-or-Unknown: Wikimedia wikis need better issue reporting system - https://phabricator.wikimedia.org/T29852#1840556 (10Qgil) [08:22:52] 4(no projects): Main page tab is not translated - https://phabricator.wikimedia.org/T119938#1840560 (10Openchronicle) 3NEW [08:28:45] 7Design, 10MediaWiki-extensions-ContentTranslation, 6Collaboration-Team-Backlog, 10Echo, and 2 others: Notify translators about new personalised suggestions being available based on their recently published translation - https://phabricator.wikimedia.org/T119939#1840569 (10Pginer-WMF) 3NEW [08:37:02] 6Community-Liaison, 10WMF-Product-Strategy, 3DevRel-December-2015: Provide a reply to Letter to Wikimedia Foundation: Superprotect and Media Viewer - https://phabricator.wikimedia.org/T119595#1840581 (10Qgil) [08:44:29] (03PS5) 10Aaron Schulz: Add $wgMaxUserDBWriteDuration to limit user-generated transactions [core] - 10https://gerrit.wikimedia.org/r/248642 (https://phabricator.wikimedia.org/T95501) [08:48:57] (03CR) 10jenkins-bot: [V: 04-1] Add $wgMaxUserDBWriteDuration to limit user-generated transactions [core] - 10https://gerrit.wikimedia.org/r/248642 (https://phabricator.wikimedia.org/T95501) (owner: 10Aaron Schulz) [08:49:07] (03PS2) 10Aaron Schulz: Add mergeable update support DeferredUpdates [core] - 10https://gerrit.wikimedia.org/r/256143 [08:51:39] 7Design, 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release7, 7WorkType-Maintenance: Get ContentTranslation to anticipate and handle AbuseFilter warnings and blocks - https://phabricator.wikimedia.org/T114621#1840597 (10Nikerabbit) @Trondtr in your case there seems to be a specific issu... [08:52:48] 6Community-Liaison, 10WMF-Product-Strategy: Document checklist for releasing a new feature - https://phabricator.wikimedia.org/T119891#1840598 (10Qgil) There is a [[ https://www.mediawiki.org/w/index.php?title=Topic:Ss554g945t3e0c6c&topic_showPostId=ssjpc34fkhyrha86#flow-post-ssjpc34fkhyrha86 | related topic ]... [08:55:43] (03PS6) 10Aaron Schulz: Add $wgMaxUserDBWriteDuration to limit user-generated transactions [core] - 10https://gerrit.wikimedia.org/r/248642 (https://phabricator.wikimedia.org/T95501) [08:59:40] 10MediaWiki-extensions-GlobalBlocking: disabling global block locally on wiki does not work - https://phabricator.wikimedia.org/T119758#1840601 (10Ankry) @Aklapper, My first project shoot was "Mediawiki-General-or-Unknown". Unfotrunately after typing "Mediawiki-G" the choice list pointed only some "Mediawiki-ext... [09:03:35] 7Design, 10MediaWiki-extensions-ContentTranslation, 6Collaboration-Team-Backlog, 10Echo, and 2 others: Notify translators about new personalised suggestions being available based on their recently published translation - https://phabricator.wikimedia.org/T119939#1840602 (10Pginer-WMF) [09:06:35] 6Community-Liaison, 10WMF-Product-Strategy, 3DevRel-December-2015: Provide a reply to Letter to Wikimedia Foundation: Superprotect and Media Viewer - https://phabricator.wikimedia.org/T119595#1840608 (10Qgil) [09:16:15] (03PS2) 10Aaron Schulz: Make CDN purge calls use DeferredUpdates [core] - 10https://gerrit.wikimedia.org/r/256144 (https://phabricator.wikimedia.org/T119016) [09:18:04] 10MediaWiki-extensions-WikibaseRepository, 10MediaWiki-extensions-WikibaseView, 10Wikidata, 3Wikidata-Sprint-2015-11-17: [Story] Put identifiers into separate section in the UI - https://phabricator.wikimedia.org/T117421#1840620 (10adrianheine) Discussion between @Jonas and me led to taking another approac... [09:18:58] (03Abandoned) 10Hashar: Refresh composer.lock [extensions/Flow] - 10https://gerrit.wikimedia.org/r/255561 (owner: 10Hashar) [09:19:31] (03CR) 10Hashar: "Change got abandoned, the /composer.lock file has been removed from the repository with https://gerrit.wikimedia.org/r/#/c/256141/ . Will " [extensions/Flow] - 10https://gerrit.wikimedia.org/r/246424 (owner: 10Paladox) [09:20:04] 10MediaWiki-File-management, 10MediaWiki-extensions-MultimediaViewer, 6Commons, 6Multimedia: MediaViewer intermittent image loading errors (2015 Oct-Dec) - https://phabricator.wikimedia.org/T115563#1840626 (10Nickispeaki) Thanks, Aklapper! [09:23:12] 10MediaWiki-Parser, 10MediaWiki-RfCs: [RFC] Use
for media - https://phabricator.wikimedia.org/T118517#1840634 (10TheDJ) I'm missing details and discussion on the various forms of thumbnailing and file formats that we currently support and how this would or should impact these forms (or not) and in as... [09:23:25] (03PS12) 10Hashar: Add composer test with just php-parallel-lint [extensions/Flow] - 10https://gerrit.wikimedia.org/r/246424 (owner: 10Paladox) [09:24:07] (03CR) 10Hashar: [C: 031] "Rebased to no more alter /composer.lock which has been removed from the repository." [extensions/Flow] - 10https://gerrit.wikimedia.org/r/246424 (owner: 10Paladox) [09:25:07] 6Community-Liaison, 10WMF-Product-Strategy: Document checklist for releasing a new feature - https://phabricator.wikimedia.org/T119891#1840635 (10Qgil) [09:25:20] (03CR) 10Phuedx: "Nice approach. Two very minor points inline." (032 comments) [core] - 10https://gerrit.wikimedia.org/r/256115 (owner: 10Ori.livneh) [09:33:30] 10MediaWiki-ResourceLoader, 10MediaWiki-extensions-Translate, 7JavaScript: Special:ManageTranslatorSandbox fails to finish loading - https://phabricator.wikimedia.org/T112047#1840644 (10Nikerabbit) Oh thanks for spotting this. [09:33:58] 10MediaWiki-Documentation, 6Developer-Relations, 7Documentation, 3Google-Code-In-2015: Improve the generated PHPdoc - https://phabricator.wikimedia.org/T117526#1840645 (10Qgil) [09:34:35] 6Community-Liaison: Decide when to use mediawiki.org, Meta, etc, for software product related discussions - https://phabricator.wikimedia.org/T117541#1840647 (10Qgil) [09:34:37] 6Community-Liaison, 10WMF-Product-Strategy: Document checklist for releasing a new feature - https://phabricator.wikimedia.org/T119891#1840646 (10Qgil) [09:35:21] 6Community-Liaison, 10WMF-Product-Strategy: Decide when to use mediawiki.org, Meta, etc, for software product related discussions - https://phabricator.wikimedia.org/T117541#1777102 (10Qgil) [09:40:09] 6Community-Liaison, 10WMF-Product-Strategy: Document checklist for releasing a new feature - https://phabricator.wikimedia.org/T119891#1840680 (10Qgil) [09:42:16] 6Community-Liaison, 10WMF-Product-Strategy, 7Documentation: Improve glossaries to better help Wikimedia editors understand technical terms - https://phabricator.wikimedia.org/T90263#1840681 (10Qgil) [09:43:55] (03PS2) 10Gergő Tisza: [WIP] Update request handling for linking providers [core] - 10https://gerrit.wikimedia.org/r/255983 [09:43:57] (03PS12) 10Gergő Tisza: [WIP] Use AuthManager on Special:Userlogin [core] - 10https://gerrit.wikimedia.org/r/240052 (https://phabricator.wikimedia.org/T110277) [09:45:18] 10MediaWiki-Page-deletion: WikiPage->getLastNAuthors( ) gives me error on a deleted file - https://phabricator.wikimedia.org/T119942#1840682 (10Schreibhan) 3NEW [09:46:30] 10BetaFeatures, 6Community-Liaison, 10WMF-Product-Strategy: Notify users when a new Beta Feature is available for testing - https://phabricator.wikimedia.org/T77347#1840690 (10Qgil) [09:47:17] 6Community-Liaison, 6Developer-Relations, 10WMF-Product-Strategy, 10Wikimedia-Blog, 7Epic: mediawiki.org news distributed to social media and Wikimedia tech blog - https://phabricator.wikimedia.org/T86437#1840692 (10Qgil) [09:50:12] (03CR) 10jenkins-bot: [V: 04-1] [WIP] Use AuthManager on Special:Userlogin [core] - 10https://gerrit.wikimedia.org/r/240052 (https://phabricator.wikimedia.org/T110277) (owner: 10Gergő Tisza) [09:51:16] (03CR) 10jenkins-bot: [V: 04-1] [WIP] Update request handling for linking providers [core] - 10https://gerrit.wikimedia.org/r/255983 (owner: 10Gergő Tisza) [09:55:04] 6Phabricator: Please disable a Two-factor auth for "rxy" in WMF phabricator - https://phabricator.wikimedia.org/T119916#1840696 (10Aklapper) What does "disable" mean exactly? Remove/reset? [09:56:03] 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release7, 3LE-CX7-Sprint 4, 5Patch-For-Review, and 3 others: Investigate CX saving/recovery failures - https://phabricator.wikimedia.org/T116908#1840698 (10Nikerabbit) We have spotted some new issues: - Trying to insert a duplicate row (cause... [09:58:00] 6Developer-Relations, 3DevRel-November-2015: Goal: Clarify the bugwrangler's areas of triage and involvement across dev teams - https://phabricator.wikimedia.org/T102612#1840700 (10Aklapper) p:5Low>3Lowest [09:58:24] 10MediaWiki-ResourceLoader, 10MediaWiki-extensions-Translate, 7JavaScript, 5Patch-For-Review: Special:ManageTranslatorSandbox fails to finish loading - https://phabricator.wikimedia.org/T112047#1840701 (10Nikerabbit) a:3Nikerabbit [09:59:18] (03PS1) 10Aaron Schulz: Remove unused WikiPage::getLastNAuthors() method [core] - 10https://gerrit.wikimedia.org/r/256180 [10:00:51] 3Wikidata-Sprint-2015-11-17: [Bug] Anonymous edit warning shown multiple times - https://phabricator.wikimedia.org/T119943#1840705 (10Jonas) 3NEW [10:01:06] 6Community-Liaison, 6Developer-Relations, 3DevRel-December-2015, 3DevRel-November-2015: Goal: Align Community Liaison and Developer Relations project management practices - https://phabricator.wikimedia.org/T116025#1840713 (10Qgil) Alignment at the quarterly goals level is happening via {T119387} and T1141... [10:01:14] (03PS3) 10Nikerabbit: Release 0.6.0 [extensions/Gather] - 10https://gerrit.wikimedia.org/r/256061 (owner: 10Jdlrobson) [10:01:14] 3Wikidata-Sprint-2015-11-17: [Bug] Anonymous edit warning shown multiple times - https://phabricator.wikimedia.org/T119943#1840720 (10Jonas) a:3Jonas [10:01:46] (03CR) 10Nikerabbit: [C: 032] "Confusing when I don't see the actual changes here, but let's try." [extensions/Gather] - 10https://gerrit.wikimedia.org/r/256061 (owner: 10Jdlrobson) [10:02:29] 10MediaWiki-extensions-RelatedArticles, 5Patch-For-Review, 3Reading Web Sprint 61 - Cold Hard Cache: Regression: wgRelatedArticlesShowReadMore defaults to false on wikivoyage - https://phabricator.wikimedia.org/T119926#1840725 (10bmansurov) a:3bmansurov [10:06:40] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 5Patch-For-Review, 3Wikidata-Sprint-2015-11-17, 3Wikidata-Sprint-2015-12-01: [Task] Remove formatter failback form OutputFormatValueFormatterFactory - https://phabricator.wikimedia.org/T119877#1840737 (10Lydia_Pintscher) [10:06:48] 10MediaWiki-extensions-WikibaseRepository, 10MediaWiki-extensions-WikibaseView, 10Wikibase-DataModel-Services, 10Wikidata, and 3 others: [Task] Introduce StatementGrouper and StatementFilter - https://phabricator.wikimedia.org/T118950#1840739 (10Lydia_Pintscher) [10:06:49] (03Merged) 10jenkins-bot: Release 0.6.0 [extensions/Gather] - 10https://gerrit.wikimedia.org/r/256061 (owner: 10Jdlrobson) [10:07:05] 10MediaWiki-extensions-WikibaseClient, 10ArticlePlaceholder, 10Wikidata, 7Story, and 2 others: [Story] default display for article placeholder - https://phabricator.wikimedia.org/T109447#1840740 (10Lydia_Pintscher) [10:07:24] 10MediaWiki-extensions-WikibaseRepository, 10MediaWiki-extensions-WikibaseView, 10Wikidata, 5Patch-For-Review, and 2 others: Use trivial StatementGrouper in StatementSectionsView - https://phabricator.wikimedia.org/T119596#1840742 (10Lydia_Pintscher) [10:08:59] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 5Patch-For-Review, 3Wikidata-Sprint-2015-11-17, 3Wikidata-Sprint-2015-12-01: [Task] Add support for SnakFormatter factory callbacks to DataTypeDefinitions - https://phabricator.wikimedia.org/T112755#1840753 (10Lydia_Pintscher) [10:09:10] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 3Wikidata-Sprint-2015-11-17, 3Wikidata-Sprint-2015-12-01: [Task] Define RDF mappings per value type - https://phabricator.wikimedia.org/T118499#1840754 (10Lydia_Pintscher) [10:09:12] 10MediaWiki-extensions-General-or-Unknown: Remove GoogleAPIClient as extension - https://phabricator.wikimedia.org/T119905#1840757 (10Florian) [10:09:14] 10MediaWiki-extensions-General-or-Unknown: Remove GoogleAPIClient extension dependency from GooglePlaces - https://phabricator.wikimedia.org/T119907#1840755 (10Florian) 5Open>3Resolved Thanks for your clarification :) [10:09:18] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 5Patch-For-Review, 3Wikidata-Sprint-2015-11-17, 3Wikidata-Sprint-2015-12-01: [Task] Use DataTypeDefinitions in OutputFormatSnakFormatterFactory - https://phabricator.wikimedia.org/T112754#1840758 (10Lydia_Pintscher) [10:09:32] 6Phabricator: Please disable a Two-factor auth for "rxy" in WMF phabricator - https://phabricator.wikimedia.org/T119916#1840759 (10SnowDragon) Please remove that. Thanks. [10:09:35] 10MediaWiki-extensions-WikibaseRepository, 10MediaWiki-extensions-WikibaseView, 10Wikibase-DataModel-Services, 10Wikidata, and 3 others: [Task] Implement ByMainSnakPropertyDataTypeStatementFilter - https://phabricator.wikimedia.org/T118951#1840760 (10Lydia_Pintscher) [10:10:09] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 5Patch-For-Review, 3Wikidata-Sprint-2015-11-17, 3Wikidata-Sprint-2015-12-01: [Task] Introduce a lookup service for formatter URLs based on a given property ID - https://phabricator.wikimedia.org/T112762#1840772 (10Lydia_Pintscher) [10:10:17] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 3Wikidata-Sprint-2015-11-17, 3Wikidata-Sprint-2015-12-01: [Task] Spec out how to add extra Wikibase-specific fields in Cirrus / elastic search - https://phabricator.wikimedia.org/T117548#1840773 (10Lydia_Pintscher) [10:10:29] 10Reading Web Planning, 5Patch-For-Review, 3Reading Web Sprint 61 - Cold Hard Cache: Deploy RelatedArticles to all wikipedias - https://phabricator.wikimedia.org/T116676#1840775 (10Florian) Like I said, from the description I thought, that it will be deployed to all wikipedias with "enabled" by default :) [10:10:35] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 5Patch-For-Review, 7Story, and 2 others: [Story] Add icons to text in toolbars - https://phabricator.wikimedia.org/T87757#1840776 (10Lydia_Pintscher) [10:13:14] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 7Story, 3Wikidata-Sprint-2015-11-17, 3Wikidata-Sprint-2015-12-01: [Story] allow editing of more languages in the in other languages box than the ones defined via babel boxes - https://phabricator.wikimedia.org/T92759#1840796 (10Lydia_Pintscher) [10:13:19] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 3Wikidata-Sprint-2015-11-17, 3Wikidata-Sprint-2015-12-01: Add sitelink count to search index for Wikidata - https://phabricator.wikimedia.org/T119066#1840797 (10Lydia_Pintscher) [10:13:28] 10MediaWiki-RfCs, 10Wikidata, 10Wikimedia-Developer-Summit-2016, 3Wikidata-Sprint-2015-11-17, 3Wikidata-Sprint-2015-12-01: [RFC] Multi-Content Revisions - https://phabricator.wikimedia.org/T107595#1840798 (10Lydia_Pintscher) [10:13:59] (03PS2) 10Bmansurov: Correctly show related articles on desktop [extensions/RelatedArticles] (dev) - 10https://gerrit.wikimedia.org/r/256166 (https://phabricator.wikimedia.org/T119926) [10:14:10] 10MediaWiki-extensions-WikibaseRepository, 10MediaWiki-extensions-WikibaseView, 10Wikidata, 3Wikidata-Sprint-2015-11-17, 3Wikidata-Sprint-2015-12-01: [Story] Put identifiers into separate section in the UI - https://phabricator.wikimedia.org/T117421#1840806 (10Lydia_Pintscher) [10:14:19] 10MediaWiki-extensions-WikibaseClient, 10ArticlePlaceholder, 10Wikidata, 7RfC, and 2 others: [RfC] Ordering of statement groups - https://phabricator.wikimedia.org/T117681#1840807 (10Lydia_Pintscher) [10:14:27] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 7Story, 3Wikidata-Sprint-2015-11-17, 3Wikidata-Sprint-2015-12-01: [Story] Format identifiers as Links - https://phabricator.wikimedia.org/T95684#1840808 (10Lydia_Pintscher) [10:14:31] 10MediaWiki-extensions-UniversalLanguageSelector, 10MediaWiki-extensions-WikibaseView, 10Wikidata, 3Wikidata-Sprint-2015-11-17, 3Wikidata-Sprint-2015-12-01: don't fail when running job mediawiki-extensions-qunit with Wikidata - https://phabricator.wikimedia.org/T117886#1840809 (10Lydia_Pintscher) [10:15:15] 10MediaWiki-Search, 10MediaWiki-extensions-WikibaseRepository, 6Discovery, 6Security, and 5 others: [Story] Search for Wikidata should give meaningful results on mobile as well - https://phabricator.wikimedia.org/T85368#1840814 (10Lydia_Pintscher) [10:16:01] 10MediaWiki-extensions-WikibaseClient, 10Wikidata, 3Wikidata-Sprint-2015-11-17, 3Wikidata-Sprint-2015-12-01: [Task] Use rc_source for filtering Wikibase recent changes and watchlist entries in the client - https://phabricator.wikimedia.org/T44289#1840817 (10Lydia_Pintscher) [10:16:04] 10MediaWiki-extensions-Newsletter: Internal error when creating new user in newsletter-test.wmflabs.org - https://phabricator.wikimedia.org/T119945#1840818 (10Qgil) 3NEW [10:16:24] 10MediaWiki-extensions-Newsletter: Internal error when creating new user in newsletter-test.wmflabs.org - https://phabricator.wikimedia.org/T119945#1840825 (10Qgil) [10:16:26] 10MediaWiki-Vagrant, 10MediaWiki-extensions-Newsletter: Redis server error: Could not insert 1 EchoNotificationDeleteJob job(s) - https://phabricator.wikimedia.org/T119799#1840826 (10Qgil) [10:16:46] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 3Wikidata-Sprint-2015-11-17, 3Wikidata-Sprint-2015-12-01: [Task] Add property ID parameter to the wbformatvalue API - https://phabricator.wikimedia.org/T112756#1840827 (10Lydia_Pintscher) [10:16:58] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 7Story, 3Wikidata-Sprint-2015-11-17, 3Wikidata-Sprint-2015-12-01: [Task] Register formatter identfiers - https://phabricator.wikimedia.org/T119402#1840828 (10Lydia_Pintscher) [10:17:54] 3Outreachy-Round-11: Complete "Life of a successful project" doc - https://phabricator.wikimedia.org/T112616#1840835 (10Aklapper) [10:17:56] 3Outreachy-Round-11: Merge 'Possible-Mentors' with 'Life of a successful project' doc - https://phabricator.wikimedia.org/T116731#1840833 (10Aklapper) 5Open>3Resolved Thanks. Looks good to me; closing. [10:17:59] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 5Patch-For-Review, 3Wikidata-Sprint-2015-11-17, 3Wikidata-Sprint-2015-12-01: [Task] Implement snakformatter for identifiers - https://phabricator.wikimedia.org/T112760#1840836 (10Lydia_Pintscher) [10:18:57] 10MediaWiki-extensions-WikibaseRepository, 10Wikibase-Quality, 10Wikidata, 3Wikidata-Sprint-2015-11-17, 3Wikidata-Sprint-2015-12-01: [Task] Investigation: Find a good place where to put icons for violation indication - https://phabricator.wikimedia.org/T95403#1840838 (10Lydia_Pintscher) [10:19:20] (03CR) 10Filippo Giunchedi: "what's the best way to get this deployed in production too?" [core] - 10https://gerrit.wikimedia.org/r/255720 (https://phabricator.wikimedia.org/T116031) (owner: 10Addshore) [10:19:27] 10MediaWiki-ContentHandler, 10MediaWiki-Search, 10CirrusSearch, 6Discovery, and 2 others: Introduce getFieldsForSearchIndex, to supersede getTextForSearchIndex. - https://phabricator.wikimedia.org/T78011#1840839 (10Lydia_Pintscher) [10:19:49] 10MediaWiki-extensions-WikibaseClient, 10ArticlePlaceholder, 10Wikidata, 5Patch-For-Review, and 2 others: [Story] Handling of identifier in the article placeholder - https://phabricator.wikimedia.org/T118694#1840840 (10Lydia_Pintscher) [10:21:37] (03CR) 10Addshore: "It will be deployed with the next train right now." [core] - 10https://gerrit.wikimedia.org/r/255720 (https://phabricator.wikimedia.org/T116031) (owner: 10Addshore) [10:22:34] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 3Wikidata-Sprint-2015-12-01: Do not apply rounding when formatting Quantities (unless unit conversion was applied) - https://phabricator.wikimedia.org/T117457#1840843 (10Lydia_Pintscher) [10:22:56] 10MediaWiki-extensions-WikibaseView, 10Wikidata, 3Wikidata-Sprint-2015-12-01: [Task] Make JS view code independent of ordering and grouping of statements in HTML - https://phabricator.wikimedia.org/T119946#1840844 (10adrianheine) 3NEW a:3adrianheine [10:26:21] (03PS2) 10Jonas Kress (WMDE): Explore panel [wikidata/query/rdf] - 10https://gerrit.wikimedia.org/r/255990 [10:26:30] 10MediaWiki-extensions-WikibaseClient, 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 7RfC, and 2 others: [RfC] PageTerms API module should work on entity pages and connected pages on a wiki with repo and client functionality enabled. - https://phabricator.wikimedia.org/T115117#1840857 (10Lydia_Pint... [10:26:37] (03CR) 10jenkins-bot: [V: 04-1] Explore panel [wikidata/query/rdf] - 10https://gerrit.wikimedia.org/r/255990 (owner: 10Jonas Kress (WMDE)) [10:27:39] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 7Performance, 3Wikidata-Sprint-2015-12-01: [Task] Investigate if removing of events improves loading times - https://phabricator.wikimedia.org/T118968#1840860 (10Lydia_Pintscher) [10:31:26] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 3Wikidata-Sprint-2015-11-17, 3Wikidata-Sprint-2015-12-01: [Task] Spec out how to add extra Wikibase-specific fields in Cirrus / elastic search - https://phabricator.wikimedia.org/T117548#1840869 (10aude) [10:32:07] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 7Performance, 7Tracking, 3Wikidata-Sprint-2015-12-01: [Task] Move wbentity JSON to the end of the HTML - https://phabricator.wikimedia.org/T119078#1840870 (10Lydia_Pintscher) [10:32:27] (03CR) 10Phuedx: [C: 04-1] "Two minors inline." (032 comments) [extensions/RelatedArticles] (dev) - 10https://gerrit.wikimedia.org/r/256166 (https://phabricator.wikimedia.org/T119926) (owner: 10Bmansurov) [10:32:53] (03CR) 10Phuedx: Correctly show related articles on desktop (031 comment) [extensions/RelatedArticles] (dev) - 10https://gerrit.wikimedia.org/r/256166 (https://phabricator.wikimedia.org/T119926) (owner: 10Bmansurov) [10:33:26] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 3Wikidata-Sprint-2015-11-17, 3Wikidata-Sprint-2015-12-01: [Task] Spec out how to add extra Wikibase-specific fields in Cirrus / elastic search - https://phabricator.wikimedia.org/T117548#1777252 (10aude) [10:37:04] 10CirrusSearch, 6Discovery: Unicode digits are unsearchable - https://phabricator.wikimedia.org/T119806#1840881 (10Cpiral) [10:38:00] 10MediaWiki-extensions-RelatedArticles, 5Patch-For-Review, 3Reading Web Sprint 61 - Cold Hard Cache: Regression: wgRelatedArticlesShowReadMore defaults to false on wikivoyage - https://phabricator.wikimedia.org/T119926#1840884 (10phuedx) > The historical menu item should be determined by a separate configura... [10:38:16] 3Reading Web Sprint 61 - Cold Hard Cache: Loot: Service worker caching - https://phabricator.wikimedia.org/T118879#1840886 (10phuedx) a:3Jhernandez [10:38:19] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 7Performance, 7Tracking, 3Wikidata-Sprint-2015-12-01: [Task] Add another item to browsertest that measures performance - https://phabricator.wikimedia.org/T119079#1840887 (10Lydia_Pintscher) [10:39:26] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 3Wikidata-Sprint-2015-11-17, 3Wikidata-Sprint-2015-12-01: [Task] Spec out how to add extra Wikibase-specific fields in Cirrus / elastic search - https://phabricator.wikimedia.org/T117548#1840888 (10aude) >>! In T117548#1831675, @daniel wrote: > @aude F... [10:39:48] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 7Story: [Story] Section edit mode for statement groups - https://phabricator.wikimedia.org/T87322#1840891 (10Lydia_Pintscher) [10:39:51] 10MediaWiki-extensions-WikibaseView, 10Wikidata, 7Story: [Story] Allow simultaneous editing of mainsnak and references - https://phabricator.wikimedia.org/T87759#1840889 (10Lydia_Pintscher) 5Open>3Resolved a:3Lydia_Pintscher [10:39:54] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 7Story: [Story] Redesign statement section - https://phabricator.wikimedia.org/T87316#1840892 (10Lydia_Pintscher) [10:48:24] (03CR) 10Paladox: "check experimental" [extensions/Flow] - 10https://gerrit.wikimedia.org/r/246424 (owner: 10Paladox) [10:48:34] (03CR) 10Paladox: "Thanks." [extensions/Flow] - 10https://gerrit.wikimedia.org/r/246424 (owner: 10Paladox) [10:50:07] (03CR) 10Paladox: "recheck" [extensions/BlueSpiceFoundation] - 10https://gerrit.wikimedia.org/r/255446 (owner: 10Paladox) [10:50:19] (03CR) 10Paladox: "check experimental" [extensions/BlueSpiceFoundation] - 10https://gerrit.wikimedia.org/r/255446 (owner: 10Paladox) [10:53:19] 10DevRel-November-2015, 10DevRel-October-2015: Blog (reach out to other projects) about misc questions in WM/FOSS software development - https://phabricator.wikimedia.org/T115004#1840895 (10Aklapper) 5Open>3Resolved https://blogs.gnome.org/aklapper/2015/12/01/volunteer-contributions/ [10:53:40] 10MediaWiki-extensions-DonationInterface, 10Fundraising-Backlog, 3Fundraising Sprint Yo La Tengo: Remove "whitebox" template from payments forms - https://phabricator.wikimedia.org/T119586#1840897 (10Pcoombe) 5Open>3Resolved a:3Pcoombe Thanks! [10:56:03] 10MediaWiki-Special-pages: Pages linking to disambiguation pages with "Template:Other uses" should not listed in Special:DisambiguationPageLinks - https://phabricator.wikimedia.org/T119947#1840900 (10Ashot1997) 3NEW [10:56:19] (03PS3) 10Bmansurov: Correctly show related articles on desktop [extensions/RelatedArticles] (dev) - 10https://gerrit.wikimedia.org/r/256166 (https://phabricator.wikimedia.org/T119926) [10:56:23] 10MediaWiki-Special-pages: Pages linking to disambiguation pages with "Template:Other uses" should not listed in Special:DisambiguationPageLinks - https://phabricator.wikimedia.org/T119948#1840907 (10Ashot1997) 3NEW [10:57:22] 10Wikimedia-General-or-Unknown, 3Google-Code-In-2015: [transparency microsite] "Not a WMF" block not grouped in the page - https://phabricator.wikimedia.org/T119450#1840914 (10Prtksxna) The codebase is here https://gerrit.wikimedia.org/r/#/admin/projects/wikimedia/TransparencyReport, but the site doesn't have... [10:59:51] (03PS4) 10Hashar: tests: stop updating the search engine [core] - 10https://gerrit.wikimedia.org/r/247560 [11:00:09] (03CR) 10Hashar: "Changed multiline comment to use /* */" [core] - 10https://gerrit.wikimedia.org/r/247560 (owner: 10Hashar) [11:00:19] (03PS5) 10Hashar: tests: stop updating the search engine [core] - 10https://gerrit.wikimedia.org/r/247560 [11:01:00] (03PS54) 10TheDJ: [WIP] Using VideoJS instead of Kaltura player [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/212981 (https://phabricator.wikimedia.org/T100106) [11:02:13] (03PS1) 10Jonas Kress (WMDE): [WIP] Query Example Dialog [wikidata/query/rdf] - 10https://gerrit.wikimedia.org/r/256198 [11:03:11] (03PS55) 10TheDJ: [WIP] Using VideoJS instead of Kaltura player [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/212981 (https://phabricator.wikimedia.org/T100106) [11:05:39] 10MediaWiki-Special-pages: Pages linking to disambiguation pages with "Template:Other uses" should not listed in Special:DisambiguationPageLinks - https://phabricator.wikimedia.org/T119948#1840927 (10Ashot1997) [11:05:56] (03CR) 10jenkins-bot: [V: 04-1] [WIP] Using VideoJS instead of Kaltura player [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/212981 (https://phabricator.wikimedia.org/T100106) (owner: 10TheDJ) [11:06:42] 10Wikimedia-Developer-Summit-2016-Organization: Tech Talk: Wikimedia Developer Summit 2016 update and Q&A - https://phabricator.wikimedia.org/T117699#1840929 (10Rfarrand) p:5High>3Normal [11:08:52] (03PS53) 10Qdinar: Add Tatar LanguageConverter [core] - 10https://gerrit.wikimedia.org/r/164049 (https://phabricator.wikimedia.org/T27537) [11:09:41] (03CR) 10Qdinar: "cyrl to lat tests are done, passed" [core] - 10https://gerrit.wikimedia.org/r/164049 (https://phabricator.wikimedia.org/T27537) (owner: 10Qdinar) [11:10:43] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 5Patch-For-Review, 3Wikidata-Sprint-2015-11-17, 3Wikidata-Sprint-2015-12-01: [Task] Define RDF mappings per value type - https://phabricator.wikimedia.org/T118499#1840940 (10daniel) Patch: https://gerrit.wikimedia.org/r/#/c/253321/ [11:17:49] 6Developer-Relations, 10Wikimedia-Hackathon-2016-Organization, 3DevRel-February-2016: Improve momentum of Hackathon projects - https://phabricator.wikimedia.org/T119862#1840958 (10Aklapper) [11:19:44] 6Developer-Relations, 3DevRel-December-2015: Tech Talk: Graphite and Grafana - https://phabricator.wikimedia.org/T119951#1840960 (10Rfarrand) 3NEW a:3Rfarrand [11:21:22] 10MediaWiki-Special-pages: Pages linking to disambiguation pages with "Template:Other uses" should not listed in Special:DisambiguationPageLinks - https://phabricator.wikimedia.org/T119947#1840969 (10Aklapper) [11:21:24] 10MediaWiki-Special-pages: Pages linking to disambiguation pages with "Template:Other uses" should not listed in Special:DisambiguationPageLinks - https://phabricator.wikimedia.org/T119948#1840970 (10Aklapper) [11:21:30] 10Wikimedia-Developer-Summit-2016-Organization: Tech Talk: Wikimedia Developer Summit 2016 update and Q&A - https://phabricator.wikimedia.org/T117699#1840971 (10Qgil) This Tech Talk needs to happen in the next 2 weeks, otherwise it will be too late... [11:22:24] 10MediaWiki-Special-pages: Pages linking to disambiguation pages with "Template:Other uses" should not listed in Special:DisambiguationPageLinks - https://phabricator.wikimedia.org/T119948#1840907 (10Aklapper) Hi @Ashot1997, thanks for taking the time to report this! Unfortunately this report lacks some informat... [11:22:57] 6Developer-Relations, 3DevRel-December-2015, 3DevRel-January-2016: Tech Talk: Hacking VisualEditor - https://phabricator.wikimedia.org/T119952#1840973 (10Rfarrand) 3NEW a:3Rfarrand [11:23:29] 10MediaWiki-extensions-RelatedArticles, 5Patch-For-Review, 3Reading Web Sprint 61 - Cold Hard Cache, 7Regression: Regression: wgRelatedArticlesShowReadMore defaults to false on wikivoyage - https://phabricator.wikimedia.org/T119926#1840981 (10Aklapper) [11:25:12] 6Phabricator: Please disable a Two-factor auth for "rxy" in WMF phabricator - https://phabricator.wikimedia.org/T119916#1840986 (10Aklapper) To manage authentication factors for your account, go to Settings > Multi-Factor Auth. You can use this control panel to add or remove authentication factors from your acco... [11:27:49] 10MediaWiki-Page-deletion: WikiPage->getLastNAuthors( ) gives me error on a deleted file - https://phabricator.wikimedia.org/T119942#1840996 (10Aklapper) p:5Low>3Triage Hi @Schreibhan, thanks for taking the time to report this! Is this really MediaWiki 1.24.0 (which is an [[ https://www.mediawiki.org/wiki/Do... [11:28:24] 6Developer-Relations, 3DevRel-December-2015: Tech Talk: incident response practices - https://phabricator.wikimedia.org/T119954#1841002 (10Rfarrand) 3NEW a:3Rfarrand [11:29:11] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 7Story, 3Wikidata-Sprint-2015-11-17, 3Wikidata-Sprint-2015-12-01: [Story] Format identifiers as Links - https://phabricator.wikimedia.org/T95684#1841012 (10adrianheine) >>! In T95684#1833648, @daniel wrote: > I don't see why we would have to purge. J... [11:30:28] 6Developer-Relations, 3DevRel-December-2015: Tech Talk: Secure Coding For MediaWiki Developers - https://phabricator.wikimedia.org/T119955#1841015 (10Rfarrand) 3NEW a:3Rfarrand [11:30:38] 6Developer-Relations, 3DevRel-December-2015: Tech Talk: Secure Coding For MediaWiki Developers - https://phabricator.wikimedia.org/T119955#1841023 (10Rfarrand) I will announce this talk today [11:31:18] 10MediaWiki-Internationalization: Main page tab is not translated - https://phabricator.wikimedia.org/T119938#1841025 (10Aklapper) Hi @Openchronicle, thanks for taking the time to report this! Is this a public wiki that you could link to? Is it only that tab, or also other places? Has this been brought up alread... [11:32:21] 6Developer-Relations, 3DevRel-December-2015: Tech Talk: Operational security for everyone - https://phabricator.wikimedia.org/T119956#1841036 (10Rfarrand) 3NEW a:3Rfarrand [11:35:53] (03CR) 10Fomafix: Add a wikipage.diff hook (031 comment) [core] - 10https://gerrit.wikimedia.org/r/218275 (https://phabricator.wikimedia.org/T53583) (owner: 10TheDJ) [11:37:50] 10MediaWiki-General-or-Unknown, 10Vector: MW 1.26.0: Vector not displaying but other skins load correctly - https://phabricator.wikimedia.org/T119934#1841062 (10Aklapper) [11:37:52] 6Developer-Relations, 3DevRel-December-2015, 3DevRel-January-2016: Tech Talk: Weekly Reader Mertrics Report - https://phabricator.wikimedia.org/T119957#1841065 (10Rfarrand) 3NEW a:3Rfarrand [11:38:24] 6Developer-Relations, 3DevRel-December-2015, 3DevRel-January-2016: Tech Talk: Weekly Reader Mertrics Report - https://phabricator.wikimedia.org/T119957#1841073 (10Rfarrand) @Tbayer: after we work out a specific date (see email) can you please provide a title and summary for this talk? [11:42:00] 6Developer-Relations, 3DevRel-December-2015: Tech Talk: how to integrate user behavior to get better designs - https://phabricator.wikimedia.org/T119958#1841077 (10Rfarrand) 3NEW a:3Rfarrand [11:42:04] 6Developer-Relations, 3DevRel-December-2015: Tech Talk: how to integrate user behavior to get better designs - https://phabricator.wikimedia.org/T119958#1841085 (10Rfarrand) @Pginer: can you provide a title and summary for this talk? [11:42:34] 6Phabricator: Refreshing an "open tasks" query results into "unknown object" - https://phabricator.wikimedia.org/T109258#1841086 (10Aklapper) 5Open>3stalled I cannot reproduce the problem in Firefox 42 when reloading the page (and bypassing browser cache) but I don't have NoScript installed. Setting status t... [11:43:11] 10Reading Web Planning, 3Reading Web Sprint 61 - Cold Hard Cache: prevent mobile user without user page from being dumped into blank screen when they click their username - https://phabricator.wikimedia.org/T119412#1841088 (10Florian) Any stat you will get from edit count is pretty useless. The reason is, that... [11:45:18] 10Phabricator-Upstream: Proposals for expanding advanced search options in Phabricator - https://phabricator.wikimedia.org/T104617#1841091 (10Aklapper) @DStrine: Any news here? If there are specific functionality wishes please list them. Currently this task is not actionable. [11:46:28] 10MediaWiki-extensions-GlobalBlocking: disabling global block locally on wiki does not work - https://phabricator.wikimedia.org/T119758#1841095 (10Aklapper) >>! In T119758#1840601, @Ankry wrote: > @Aklapper, My first project shoot was "Mediawiki-General-or-Unknown". Unfotrunately after typing "Mediawiki-G" the c... [11:48:22] 7Design, 10MediaWiki-General-or-Unknown, 6Multimedia, 5Patch-For-Review: Show image thumbnail in both steps of mw.ForeignStructuredUpload.BookletLayout - https://phabricator.wikimedia.org/T115860#1841102 (10Pginer-WMF) >>! In T115860#1788142, @Prtksxna wrote: > For just the design of the `SelectFileWidget`... [12:01:30] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 5Patch-For-Review, 7Technical-Debt: [Task] Allow RDF bindings for different data types to be registered dynamically. - https://phabricator.wikimedia.org/T112083#1841118 (10Lydia_Pintscher) 5Open>3Resolved [12:01:33] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 3Wikidata-Sprint-2015-11-17: [Task] Manage RDF mapping of data values based on central DataType registry - https://phabricator.wikimedia.org/T110214#1841119 (10Lydia_Pintscher) [12:03:23] 10MediaWiki-extensions-WikibaseRepository, 10ValueView, 10Wikidata, 7Story, 3Wikidata-Sprint-2015-12-01: [Story] Determine list of available languages in a uniform way - https://phabricator.wikimedia.org/T78006#1841121 (10Lydia_Pintscher) [12:04:18] 10MediaWiki-extensions-General-or-Unknown: Remove GoogleAPIClient as extension - https://phabricator.wikimedia.org/T119905#1841125 (10Aklapper) Remove GoogleAPIClient as extension from what exactly? :) [12:06:40] 6Developer-Relations, 3DevRel-December-2015: Recommendations for hackathon projects in 2016 events based on the lessons learned in 2015 - https://phabricator.wikimedia.org/T117563#1841134 (10Aklapper) [12:06:41] 6Developer-Relations, 10Wikimedia-Hackathon-2016-Organization, 3DevRel-February-2016: Improve momentum of Hackathon projects - https://phabricator.wikimedia.org/T119862#1841133 (10Aklapper) [12:10:34] 10MediaWiki-ResourceLoader, 10MediaWiki-extensions-Translate, 7JavaScript, 5Patch-For-Review, 5WMF-deploy-2015-12-08_(1.27.0-wmf.8): Special:ManageTranslatorSandbox fails to finish loading - https://phabricator.wikimedia.org/T112047#1841137 (10Nemo_bis) 5Open>3Resolved > The document.ready's should b... [12:15:34] 10MediaWiki-Search, 6Discovery: Search result columns in 1.26.0 not correctly display when using both title and text scope - https://phabricator.wikimedia.org/T119879#1841139 (10Aklapper) [12:21:34] 10TimedMediaHandler, 10TimedMediaHandler-Player: Prototype a Video.JS audio skin and mini (badge) player - https://phabricator.wikimedia.org/T119049#1841145 (10TheDJ) In my latest version of the patch, I have a simple audio player working. But it still requires more work for small width versions and spoken art... [12:26:13] (03PS3) 10Hashar: tests: let us select/exclude ParserTests [core] - 10https://gerrit.wikimedia.org/r/255569 (https://phabricator.wikimedia.org/T114314) [12:26:55] 10MediaWiki-extensions-ParserFunctions: #time parser function localization issue with Greek (el) - https://phabricator.wikimedia.org/T119962#1841170 (10protonotarios) 3NEW [12:39:37] 10MediaWiki-extensions-WikibaseClient, 10ArticlePlaceholder, 10Wikidata, 7Story, and 2 others: [Story] default display for article placeholder - https://phabricator.wikimedia.org/T109447#1841196 (10Lucie) https://gerrit.wikimedia.org/r/#/c/253150/ [12:40:07] 10TimedMediaHandler, 10TimedMediaHandler-TimedText, 5Patch-For-Review: Create an API to serve subtitles - https://phabricator.wikimedia.org/T111552#1841202 (10TheDJ) Outstanding upstream issues in the SRT/WebVTT converters: https://github.com/captioning/captioning/issues/22 https://github.com/captioning/capt... [12:40:16] 6Developer-Relations, 10Wikimedia-Hackathon-2016-Organization, 3DevRel-February-2016: Improve momentum of Hackathon projects - https://phabricator.wikimedia.org/T119862#1841203 (10Aklapper) [12:48:00] 10MediaWiki-ResourceLoader, 10MediaWiki-extensions-Translate, 7JavaScript, 5Patch-For-Review, 5WMF-deploy-2015-12-08_(1.27.0-wmf.8): Special:ManageTranslatorSandbox fails to finish loading - https://phabricator.wikimedia.org/T112047#1841214 (10TheDJ) >>! In T112047#1841137, @Nemo_bis wrote: >> The docume... [12:50:18] 10MediaWiki-Extension-Requests, 10WikiProject-X, 10WikiProject-tools, 3Community-Tech-Sprint: Create an extension for storing WikiProject article assessment metadata in a database table via a parser function - https://phabricator.wikimedia.org/T117142#1841219 (10NiharikaKohli) @harej, I got the basic exten... [12:53:03] (03CR) 10Hashar: [C: 032] tests: let us select/exclude ParserTests [core] - 10https://gerrit.wikimedia.org/r/255569 (https://phabricator.wikimedia.org/T114314) (owner: 10Hashar) [12:59:42] 3DevRel-December-2015: Evaluate existing Phabricator projects for Wikimedia projects to decide on projects for sites in specific languages - https://phabricator.wikimedia.org/T111046#1841238 (10Aklapper) [13:00:07] 6Developer-Relations, 3DevRel-December-2015: Recommendations for hackathon projects in 2016 events based on the lessons learned in 2015 - https://phabricator.wikimedia.org/T117563#1841241 (10Qgil) [13:01:17] 10Reading-Web, 3Wikipedia-Android-App, 7WorkType-Maintenance: Images in tables are too small - https://phabricator.wikimedia.org/T116318#1841245 (10TheDJ) It's due to "max-width: 100% !important;" on the image. [13:04:11] (03Merged) 10jenkins-bot: tests: let us select/exclude ParserTests [core] - 10https://gerrit.wikimedia.org/r/255569 (https://phabricator.wikimedia.org/T114314) (owner: 10Hashar) [13:06:53] 10Wikimedia-Developer-Summit-2016-Organization, 3DevRel-December-2015: Tech Talk: Wikimedia Developer Summit 2016 update and Q&A - https://phabricator.wikimedia.org/T117699#1841251 (10Rfarrand) [13:07:38] 6Developer-Relations, 3DevRel-December-2015: Organize MediaWiki / Wikimedia stand in FOSDEM 2016 - https://phabricator.wikimedia.org/T106560#1841257 (10Qgil) [13:08:25] 6Developer-Relations, 3DevRel-December-2015: Organize Wikimedia activities at FOSDEM 2016 - https://phabricator.wikimedia.org/T88414#1841266 (10Qgil) [13:10:34] 7Design, 6Collaboration-Team-Backlog, 10Echo: Notification panel: Control notification volume - https://phabricator.wikimedia.org/T115264#1841269 (10Pginer-WMF) [13:18:07] 10MediaWiki-Internationalization: Main page tab is not translated - https://phabricator.wikimedia.org/T119938#1841277 (10Openchronicle) Unfortunately, this concerns a private wiki. That problem isn't brought up on the support desk. Beside the ParserFunction extension there are no other extensions in use. Namespa... [13:29:29] 6WMF-NDA-Requests, 3DevRel-December-2015, 7Documentation: Document better the Volunteer NDA process - https://phabricator.wikimedia.org/T118444#1841282 (10Qgil) a:3Qgil [13:33:01] 10MediaWiki-Internationalization: Main page tab is not translated - https://phabricator.wikimedia.org/T119938#1841294 (10Openchronicle) Made a fresh installation of MediaWiki 1.26.0 some minutes ago. Same here: the main page tab is not translated. [13:42:26] 10MediaWiki-extensions-ContentTranslation: Update wikidata item lablel after publishing based on translated title - https://phabricator.wikimedia.org/T119964#1841312 (10santhosh) 3NEW [13:44:16] 3Discovery-Analysis-Sprint: Validate bucketing used for backend tests which report to CirrusSearchUserTesting log - https://phabricator.wikimedia.org/T119639#1841320 (10mpopov) Awesome, thanks! :D [13:49:36] 10MediaWiki-extensions-General-or-Unknown: Remove GoogleAPIClient as extension - https://phabricator.wikimedia.org/T119905#1841322 (10Florian) From gerrit, zuul and mediawiki (I don't plan to support it anymore, and there are other, nicer ways to get the library, like I said, using composer) :) Sorry for the con... [13:50:03] 10MediaWiki-RfCs, 10Wikidata, 10Wikimedia-Developer-Summit-2016, 3Wikidata-Sprint-2015-11-17: [RFC] Multi-Content Revisions - https://phabricator.wikimedia.org/T107595#1841323 (10Lydia_Pintscher) [13:52:37] (03CR) 10Phuedx: [C: 031] Correctly show related articles on desktop [extensions/RelatedArticles] (dev) - 10https://gerrit.wikimedia.org/r/256166 (https://phabricator.wikimedia.org/T119926) (owner: 10Bmansurov) [13:54:02] 10MediaWiki-extensions-WikibaseClient, 10ArticlePlaceholder, 10Wikidata, 7RfC, and 2 others: [RfC] Ordering of statement groups in ArticlePlaceholder - https://phabricator.wikimedia.org/T117681#1841342 (10Lydia_Pintscher) [13:55:12] 10MediaWiki-extensions-RelatedArticles, 5Patch-For-Review, 3Reading Web Sprint 61 - Cold Hard Cache, 7Regression: Regression: wgRelatedArticlesShowReadMore defaults to false on wikivoyage - https://phabricator.wikimedia.org/T119926#1841345 (10phuedx) Seeking another reviewer /cc @Jdlrobson @jhobs [14:01:21] 10MediaWiki-Page-deletion: WikiPage->getLastNAuthors( ) gives me error on a deleted file - https://phabricator.wikimedia.org/T119942#1841357 (10Schreibhan) [14:01:37] 10MediaWiki-Page-deletion: WikiPage->getLastNAuthors( ) gives me error on a deleted file - https://phabricator.wikimedia.org/T119942#1840682 (10Schreibhan) We checked and the same code is in master. [14:03:54] 10MobileFrontend, 7Easy, 3Google-Code-In-2015: Use CSS to create mw-ui-icon-arrow-down from mw-ui-icon-arrow-up - https://phabricator.wikimedia.org/T102154#1841367 (10Aklapper) https://codein.withgoogle.com/dashboard/tasks/4905736475770880/ [14:04:49] 10MobileFrontend, 3Google-Code-In-2015, 7Performance: RSS feeds should not be in head for mobile - https://phabricator.wikimedia.org/T100377#1841369 (10Aklapper) https://codein.withgoogle.com/dashboard/tasks/4908067837706240/ [14:10:13] 10MediaWiki-ContentHandler, 10MediaWiki-Search, 10CirrusSearch, 6Discovery, 3Wikidata-Sprint-2015-11-17: Introduce getFieldsForSearchIndex, to supersede getTextForSearchIndex. - https://phabricator.wikimedia.org/T78011#1841376 (10Lydia_Pintscher) [14:12:54] 7Design, 10MobileFrontend, 3Google-Code-In-2015: Talk overlay inputs don't have borders - https://phabricator.wikimedia.org/T104836#1429143 (10Aklapper) https://codein.withgoogle.com/dashboard/tasks/5172570915602432/ [14:13:30] 10MediaWiki-User-blocking: Allow blocking users only for specific pages - https://phabricator.wikimedia.org/T116653#1841385 (10MGChecker) [14:13:32] 10MediaWiki-Extension-Requests: Allow users to be blocked from editing a specific article - https://phabricator.wikimedia.org/T2674#1841386 (10MGChecker) [14:13:54] 10MediaWiki-User-blocking: Allow blocking users only for specific pages - https://phabricator.wikimedia.org/T116653#1754795 (10MGChecker) Thanks, I have merged them. [14:16:00] (03CR) 10Sbisson: [C: 032] Fix history pagination and give user the number of entries they requested [extensions/Flow] - 10https://gerrit.wikimedia.org/r/245621 (https://phabricator.wikimedia.org/T112230) (owner: 10Mattflaschen) [14:18:56] (03PS1) 10Bhofmann: New stable release [skins/BlueSpiceSkin] (REL1_23) - 10https://gerrit.wikimedia.org/r/256217 [14:19:24] 10MediaWiki-General-or-Unknown, 10Vector: MW 1.26.0: Vector not displaying but other skins load correctly - https://phabricator.wikimedia.org/T119934#1841409 (10Ryan7273) It looks like it or a similar problem has been posted there since I posted this. They don't seem to have made it very far in regards to iden... [14:19:38] (03Merged) 10jenkins-bot: Fix history pagination and give user the number of entries they requested [extensions/Flow] - 10https://gerrit.wikimedia.org/r/245621 (https://phabricator.wikimedia.org/T112230) (owner: 10Mattflaschen) [14:20:01] 10MediaWiki-Documentation, 10MediaWiki-extensions-Examples, 7Documentation, 7Easy, 3Google-Code-In-2015: Example extension has minor differences with BoilerPlate - https://phabricator.wikimedia.org/T92362#1107703 (10Aklapper) https://codein.withgoogle.com/dashboard/tasks/5162536462712832/ [14:20:10] (03CR) 10Hashar: "recheck" [core] - 10https://gerrit.wikimedia.org/r/255569 (https://phabricator.wikimedia.org/T114314) (owner: 10Hashar) [14:20:22] 7Design, 10VisualEditor, 10VisualEditor-MediaWiki, 10VisualEditor-MediaWiki-Templates, and 2 others: Consider removing the extra asterisk for the required parameters inside the template dialog - https://phabricator.wikimedia.org/T107544#1497477 (10Aklapper) https://codein.withgoogle.com/dashboard/tasks/540... [14:22:05] 10MediaWiki-extensions-SmiteSpam, 7Easy, 3Google-Code-In-2015: Fix SmiteSpam's extension name - https://phabricator.wikimedia.org/T119565#1829795 (10Aklapper) https://codein.withgoogle.com/dashboard/tasks/5364546357166080/ [14:22:46] 10MediaWiki-extensions-SmiteSpam, 7Easy, 3Google-Code-In-2015: Add link to SmiteSpam wiki page in Special:Version - https://phabricator.wikimedia.org/T119564#1829771 (10Aklapper) https://codein.withgoogle.com/dashboard/tasks/6240873901719552/ [14:24:49] 10MediaWiki-extensions-Newsletter, 7Easy, 3Google-Code-In-2015: Confirmation box before removing a publisher - https://phabricator.wikimedia.org/T108937#1534663 (10Aklapper) https://codein.withgoogle.com/dashboard/tasks/4870606998732800/ [14:34:21] (03PS1) 10Bhofmann: New stable release [extensions/BlueSpiceExtensions] (REL1_23) - 10https://gerrit.wikimedia.org/r/256219 [14:34:31] 10MediaWiki-General-or-Unknown, 10Vector: MW 1.26.0: Vector not displaying but other skins load correctly - https://phabricator.wikimedia.org/T119934#1841436 (10Ryan7273) As suggested by the Support Desk thread, I looked at https://www.mediawiki.org/wiki/Manual:Errors_and_symptoms#The_wiki_appears_without_styl... [14:35:23] 6Phabricator: Please disable a Two-factor auth for "rxy" in WMF phabricator - https://phabricator.wikimedia.org/T119916#1841437 (10SnowDragon) I can't logged in to my phabricator account "@rxy", Because I lost my mobile phone. [14:37:09] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 7Story: Hide deprecated statements by default - https://phabricator.wikimedia.org/T115112#1841440 (10Izno) I would tend to agree that the current best-known ID of an external identifying page should be set as preferred. Maybe this points to the need for... [14:37:18] (03PS1) 10Bhofmann: New stable release [extensions/BlueSpiceFoundation] (REL1_23) - 10https://gerrit.wikimedia.org/r/256220 [14:37:21] 6Phabricator: Rest Two-factor auth for "rxy" in Phabricator - https://phabricator.wikimedia.org/T119916#1841441 (10Aklapper) [14:38:39] 10MediaWiki-Interface, 3Google-Code-In-2015, 7Voice & Tone: System messages shouldn't use "administrator" to mean DBA - https://phabricator.wikimedia.org/T103884#1841445 (10Petrb) I can also mentor this but from comments it doesn't even look like it's actually wanted. @Purodha has serious objections to this... [14:42:20] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 5Patch-For-Review, 7Story, and 2 others: [Story] Add icons to text in toolbars - https://phabricator.wikimedia.org/T87757#1841450 (10Bene) At least two gadgets (written by me) add custom edit links to the ui. They are called the [[ https://www.wikidat... [14:44:16] (03PS1) 10Ottomata: Some small fixes (comments, error message) [eventlogging] (service) - 10https://gerrit.wikimedia.org/r/256221 [14:44:30] Krinkle: this would just work right? :) https://gerrit.wikimedia.org/r/#/c/256188/ [14:45:49] addshore: I think so, yes. [14:46:08] addshore: Note that it's also easy to run locally. Only requires phantomjs installed. Then $ phantomjs asset-check.js and pass the url [14:46:29] To verify what kind of numbers it produces [14:46:57] from the webperf directory [14:51:42] okay! [14:53:31] Krinkle: what is the deal with ?mainpage there? [14:54:09] addshore: Avoids a redirect because main page is project and language dependent [14:54:14] also avoids pageview count [14:54:30] ahh okay! [14:54:58] MediaWiki normalises page view url if there are no query parameters besides 'title' and 'action' [14:55:07] in this case there is mainpage='' effectively, so it doesn't redirect [14:55:14] but does trigger the default title (main page) [14:55:18] it's a bit of a hack :) [14:55:35] I would like to move us towards / for main page eventually [14:55:50] I helped translatewiki with this already. It's quite simple. [14:56:01] (03CR) 10Hashar: "recheck" [core] - 10https://gerrit.wikimedia.org/r/255569 (https://phabricator.wikimedia.org/T114314) (owner: 10Hashar) [14:56:04] that would be rather nice :) [14:56:39] 10Dumps-Generation: Explore the possibility of splitting dewiki and frwiki into smaller chunks - https://phabricator.wikimedia.org/T116907#1841456 (10ArielGlenn) I have sent an explanatory email to the xmldatadumps list, taking the decision as a given. If we hear strong reasoned objections we can move the deadl... [14:58:00] 10Dumps-Generation: Be able to detect and fix up broken en wiki full history dumps - https://phabricator.wikimedia.org/T118153#1841458 (10ArielGlenn) The monthly run is off now, so around Dec 22nd or 23rd we'll have the results of the run. [14:59:19] 7Design, 10VisualEditor, 10VisualEditor-MediaWiki, 7Epic, 5Patch-For-Review: Change VE integration to only use one edit tab, to avoid user choice paralysis - https://phabricator.wikimedia.org/T58337#1841462 (10Krinkle) [14:59:23] 7Design, 10VisualEditor, 10VisualEditor-MediaWiki, 7Epic: VisualEditor: Where VisualEditor is the primary editor, redlinks in read mode should open VE (not wikitext editor) - https://phabricator.wikimedia.org/T55441#1841460 (10Krinkle) [14:59:33] 10MediaWiki-extensions-WikibaseView, 10Wikidata: [Story] When clicking on edit, the sitelinks should be expanded - https://phabricator.wikimedia.org/T119968#1841463 (10Bene) 3NEW [14:59:53] 7Design, 10VisualEditor, 10VisualEditor-MediaWiki, 7Epic, 5Patch-For-Review: Change VE integration to only use one edit tab, to avoid user choice paralysis - https://phabricator.wikimedia.org/T58337#604549 (10Krinkle) [15:00:04] (03PS1) 10Yaron Koren: Fix for blank function names error [extensions/Cargo] - 10https://gerrit.wikimedia.org/r/256223 [15:00:40] 10MediaWiki-General-or-Unknown, 10Vector: MW 1.26.0: Vector not displaying but other skins load correctly - https://phabricator.wikimedia.org/T119934#1841477 (10Ryan7273) Following the next bit of advice in the thread, I looked at URLs containing "only=styles" and did see errors. ``` Less_Exception_Parser: Le... [15:02:47] (03CR) 10Yaron Koren: [C: 032 V: 031] Fix for blank function names error [extensions/Cargo] - 10https://gerrit.wikimedia.org/r/256223 (owner: 10Yaron Koren) [15:02:49] (03CR) 10Robert Vogel: [C: 032] New stable release [extensions/BlueSpiceFoundation] (REL1_23) - 10https://gerrit.wikimedia.org/r/256220 (owner: 10Bhofmann) [15:03:06] (03CR) 10Robert Vogel: [V: 032] New stable release [extensions/BlueSpiceExtensions] (REL1_23) - 10https://gerrit.wikimedia.org/r/256219 (owner: 10Bhofmann) [15:03:14] (03CR) 10Robert Vogel: [C: 032] New stable release [extensions/BlueSpiceExtensions] (REL1_23) - 10https://gerrit.wikimedia.org/r/256219 (owner: 10Bhofmann) [15:03:32] (03CR) 10Robert Vogel: [C: 032] New stable release [skins/BlueSpiceSkin] (REL1_23) - 10https://gerrit.wikimedia.org/r/256217 (owner: 10Bhofmann) [15:03:46] 10MediaWiki-extensions-MultimediaViewer: Only last uploader's name is shown in MultimediaViewer - https://phabricator.wikimedia.org/T59308#1841479 (10Jkadavoor) I fully agree with Pete F here; there is no need to mention first, last or any intermediate uploader in Media Viewer. Earlier some bots mentioned uploa... [15:03:54] (03Merged) 10jenkins-bot: New stable release [extensions/BlueSpiceFoundation] (REL1_23) - 10https://gerrit.wikimedia.org/r/256220 (owner: 10Bhofmann) [15:04:13] (03Merged) 10jenkins-bot: New stable release [skins/BlueSpiceSkin] (REL1_23) - 10https://gerrit.wikimedia.org/r/256217 (owner: 10Bhofmann) [15:07:32] 10MediaWiki-General-or-Unknown, 10Vector: MW 1.26.0: Vector not displaying but other skins load correctly - https://phabricator.wikimedia.org/T119934#1841485 (10Krinkle) >>! In T119934#1841477, @Ryan7273 wrote: > ``` > Less_Exception_Parser: Less.php cache directory couldn't be created: /tmp in ..../vendor/oye... [15:09:04] 10MediaWiki-extensions-WikibaseView, 10Wikidata: [Bug] Sitelinks not shown on right side of screen in Firefox - https://phabricator.wikimedia.org/T119969#1841486 (10Bene) 3NEW [15:09:34] (03CR) 10Hashar: "recheck" [core] - 10https://gerrit.wikimedia.org/r/255569 (https://phabricator.wikimedia.org/T114314) (owner: 10Hashar) [15:09:38] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 5Patch-For-Review, 3Wikidata-Sprint-2015-11-17, 3Wikidata-Sprint-2015-12-01: [Task] Remove formatter fallback from OutputFormatValueFormatterFactory - https://phabricator.wikimedia.org/T119877#1841496 (10Jonas) [15:10:57] bah Krinkle something is not right with it for me, it always times out (even on the mainpage) [15:11:00] (03CR) 10Anomie: [WIP] Initial support for CSP in core (032 comments) [core] - 10https://gerrit.wikimedia.org/r/253969 (owner: 10Brian Wolff) [15:11:18] addshore: See asset-check.py, did you pass the ssl option? [15:11:34] ahhh, yes, typo, I just switch http to https and it works fine! :) [15:11:38] awesome! [15:13:26] (03CR) 10Jforrester: [C: 031] "Good to go once the composer-test job is live." [extensions/Flow] - 10https://gerrit.wikimedia.org/r/246424 (owner: 10Paladox) [15:14:30] 10MediaWiki-Uploading, 6Multimedia, 5Patch-For-Review: Drag and drop uploading - https://phabricator.wikimedia.org/T11133#1841502 (10MarkTraceur) I'm not currently sure how I want to approach this particular bug. The patch that I just abandoned was old, crusty, and frankly a little lackluster. With the Upl... [15:14:56] 4(no projects): Cannot create a page for "𛀁" - https://phabricator.wikimedia.org/T119970#1841503 (10Matyapiro31) 3NEW a:3Matyapiro31 [15:17:41] 10Dumps-Generation: adds-changed dumps should be able to skip specified wikis - https://phabricator.wikimedia.org/T116564#1841510 (10ArielGlenn) https://gerrit.wikimedia.org/r/#/c/256226/ There's the deploying change to the config. Merged, so I can check on this tomorrow afternoon and see if all went according... [15:18:02] Krinkle: interesting how the combined bytes count seems to fluctuate randomly betweeen requests [15:18:49] 10Dumps-Generation, 10Wikimedia-Developer-Summit-2016: Dumps 2.0 for realz (planning/architecture session) - https://phabricator.wikimedia.org/T114019#1841512 (10ArielGlenn) I'm about to send a reminder email to the xmldatadumps mailing list; please forward it on anywhere useful. Guess I'll send it to wikite... [15:21:26] 10TimedMediaHandler: Rewrite $wgEnabledTranscodeSet and $wgEnabledAudioTranscodeSet settings in preparation for extension.json - https://phabricator.wikimedia.org/T118080#1841513 (10Paladox) [15:21:51] 10MediaWiki-General-or-Unknown, 10Vector: MW 1.26.0: Vector not displaying but other skins load correctly - https://phabricator.wikimedia.org/T119934#1841514 (10Ryan7273) That was the error I received before setting $wgTmpDirectory. Afterwards, it changed to ``` Less_Exception_Parser: Less.php cache directory... [15:25:17] addshore: https://grafana.wikimedia.org/dashboard/db/asset-check [15:25:18] Yeah [15:28:37] but, that doesn't make much sense right? O_o [15:29:54] (03CR) 10Hashar: "check zend" [core] - 10https://gerrit.wikimedia.org/r/255569 (https://phabricator.wikimedia.org/T114314) (owner: 10Hashar) [15:32:17] 4(no projects): Cannot create a page for "𛀁" - https://phabricator.wikimedia.org/T119970#1841525 (10Aklapper) 5Open>3stalled Hi @Matyapiro31, thanks for taking the time to report this! I went to https://test2.wikipedia.org/w/index.php?title=%F0%9B%80%81&action=edit and the page was successfully created: ht... [15:32:38] 10MediaWiki-General-or-Unknown: Cannot create a page for "𛀁" - https://phabricator.wikimedia.org/T119970#1841527 (10Aklapper) a:5Matyapiro31>3None [15:32:47] 10MediaWiki-General-or-Unknown: Cannot create a page for "𛀁" - https://phabricator.wikimedia.org/T119970#1841531 (10Aklapper) p:5Normal>3Triage [15:40:16] (03CR) 10Dbrant: [C: 032] Hygiene: update missing-qq script to Python 3 [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/256034 (owner: 10Niedzielski) [15:41:08] Does anyone know if Yuvi's github<-->gerrit bridge is still alive? [15:41:13] For pull requests [15:47:45] (03Merged) 10jenkins-bot: Hygiene: update missing-qq script to Python 3 [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/256034 (owner: 10Niedzielski) [15:49:54] 10MobileFrontend, 3Google-Code-In-2015: Bug: Lead image shows and then immediately hides when there's no image to display - https://phabricator.wikimedia.org/T103967#1841540 (10phuedx) >>! In T103967#1841396, @Aklapper wrote: > https://codein.withgoogle.com/dashboard/tasks/6583793351655424/ \o/ [15:50:26] 3Discovery-Analysis-Sprint: Analyse results of language switching test on or after 2015-11-11 - https://phabricator.wikimedia.org/T117914#1841542 (10Ironholds) Final version now available! [15:54:11] 3Discovery-Analysis-Sprint: Analyse results of A/B test for the "fewer than 3 results" test on or after 2015-11-27 - https://phabricator.wikimedia.org/T118295#1841549 (10Ironholds) a:3Ironholds [15:57:17] 6Phabricator: Refreshing an "open tasks" query results into "unknown object" - https://phabricator.wikimedia.org/T109258#1841562 (10mmodell) I am also unable to reproduce this (with google chrome). Propose to close this as invalid since it appears to be caused by `noscript`/`some other browser extension`/`non-st... [16:01:29] 10MediaWiki-extensions-OAuth, 6Phabricator: Persistent 503 (Service Unavailable) when trying to log in to Phabricator using mediawiki.org OAuth using Firefox Dev Edition 40.0a2 - https://phabricator.wikimedia.org/T100874#1841575 (10mmodell) @aklapper: So should this be marked resolved or invalid then? [16:09:28] 10MediaWiki-General-or-Unknown, 10Analytics, 6Discovery, 10EventBus, and 7 others: Define edit related events for change propagation - https://phabricator.wikimedia.org/T116247#1841584 (10Eevans) >>! In T116247#1839888, @Ottomata wrote: > @gwicke and I discussed the schema/revision in meta issue in IRC tod... [16:09:45] (03CR) 10Hashar: "check zend" [core] - 10https://gerrit.wikimedia.org/r/255569 (https://phabricator.wikimedia.org/T114314) (owner: 10Hashar) [16:11:01] (03PS1) 10Hashar: tests: let us select/exclude ParserTests [core] (wmf/1.27.0-wmf.7) - 10https://gerrit.wikimedia.org/r/256233 (https://phabricator.wikimedia.org/T114314) [16:11:25] (03PS1) 10Hashar: tests: let us select/exclude ParserTests [core] (REL1_26) - 10https://gerrit.wikimedia.org/r/256234 (https://phabricator.wikimedia.org/T114314) [16:17:57] (03PS1) 10Kghbln: Migrate to wfMessage [extensions/MediaFunctions] - 10https://gerrit.wikimedia.org/r/256237 (https://phabricator.wikimedia.org/T70750) [16:18:27] (03CR) 10jenkins-bot: [V: 04-1] Migrate to wfMessage [extensions/MediaFunctions] - 10https://gerrit.wikimedia.org/r/256237 (https://phabricator.wikimedia.org/T70750) (owner: 10Kghbln) [16:20:16] (03Abandoned) 10Kghbln: Migrate to wfMessage [extensions/MediaFunctions] - 10https://gerrit.wikimedia.org/r/256237 (https://phabricator.wikimedia.org/T70750) (owner: 10Kghbln) [16:20:57] 10Commons-App-Android-Upload: Identify the best strategy/APIs to find Commons categories that are within a certain radius of the specified GPS coordinates - https://phabricator.wikimedia.org/T119278#1841620 (10Niedzielski) For reference, I think I mentioned that the Wikipedia app uses geosearch[0][1] but I don't... [16:25:29] 10MediaWiki-ResourceLoader, 10MediaWiki-extensions-Translate, 7JavaScript, 5Patch-For-Review, 5WMF-deploy-2015-12-08_(1.27.0-wmf.8): Special:ManageTranslatorSandbox fails to finish loading - https://phabricator.wikimedia.org/T112047#1841640 (10Nemo_bis) Ok, I can't reproduce the bug any longer despite se... [16:25:45] 10Wikimedia-Developer-Summit-2016-Organization: Define the list of "must have" sessions for WikiDev '16 - https://phabricator.wikimedia.org/T119593#1841643 (10Mholloway) My top 5: {T114803} {T105845} {T114542} {T114065} {T113490} [16:27:05] (03CR) 10Anomie: [WIP] Initial support for CSP in core (039 comments) [core] - 10https://gerrit.wikimedia.org/r/253969 (owner: 10Brian Wolff) [16:31:19] (03PS1) 10Nikerabbit: mediawiki.api: fix badtoken handling with legacy token types [core] - 10https://gerrit.wikimedia.org/r/256240 [16:34:18] (03CR) 10Mattflaschen: [C: 032] Minor importer fixes [extensions/Flow] - 10https://gerrit.wikimedia.org/r/256172 (owner: 10Matthias Mullie) [16:35:02] (03CR) 10jenkins-bot: [V: 04-1] mediawiki.api: fix badtoken handling with legacy token types [core] - 10https://gerrit.wikimedia.org/r/256240 (owner: 10Nikerabbit) [16:37:11] (03Merged) 10jenkins-bot: Minor importer fixes [extensions/Flow] - 10https://gerrit.wikimedia.org/r/256172 (owner: 10Matthias Mullie) [16:38:40] (03CR) 10Hashar: "check zend" [core] - 10https://gerrit.wikimedia.org/r/255569 (https://phabricator.wikimedia.org/T114314) (owner: 10Hashar) [16:41:36] (03CR) 10Nemo bis: "The change is actually good, just a typo" (031 comment) [extensions/MediaFunctions] - 10https://gerrit.wikimedia.org/r/256237 (https://phabricator.wikimedia.org/T70750) (owner: 10Kghbln) [16:43:05] (03PS2) 10Nikerabbit: mediawiki.api: fix badtoken handling with legacy token types [core] - 10https://gerrit.wikimedia.org/r/256240 [16:43:26] 10Commons-App-Android-Upload: Phase 1: Display nearby categories when user uploads a photo - https://phabricator.wikimedia.org/T119163#1841735 (10Niedzielski) @josephine_l, I think the board looks great! Consider adding a "doing" column. Work currently in progress would move to this column. Once complete, it wou... [16:44:13] (03CR) 10Nikerabbit: "Can someone please take care of the failures caused by test cases not being independent of each another!" [core] - 10https://gerrit.wikimedia.org/r/256240 (owner: 10Nikerabbit) [16:46:17] (03Restored) 10Kghbln: Migrate to wfMessage [extensions/MediaFunctions] - 10https://gerrit.wikimedia.org/r/256237 (https://phabricator.wikimedia.org/T70750) (owner: 10Kghbln) [16:46:43] (03CR) 10Kghbln: [C: 04-1] "Will fiddle with it." (031 comment) [extensions/MediaFunctions] - 10https://gerrit.wikimedia.org/r/256237 (https://phabricator.wikimedia.org/T70750) (owner: 10Kghbln) [16:46:56] (03CR) 10Hashar: "check zend" [core] (REL1_26) - 10https://gerrit.wikimedia.org/r/256234 (https://phabricator.wikimedia.org/T114314) (owner: 10Hashar) [16:47:01] (03CR) 10Hashar: "check zend" [core] (wmf/1.27.0-wmf.7) - 10https://gerrit.wikimedia.org/r/256233 (https://phabricator.wikimedia.org/T114314) (owner: 10Hashar) [16:47:42] 10Wikimedia-Site-Requests: Delete all redundant "MediaWiki" pages for system messages - https://phabricator.wikimedia.org/T45917#1841781 (10Jdforrester-WMF) What is left to do here? [16:48:10] (03CR) 10MaxSem: [C: 032] TextExtracts do not crop after initials [extensions/TextExtracts] - 10https://gerrit.wikimedia.org/r/255959 (https://phabricator.wikimedia.org/T115795) (owner: 10Sumit) [16:49:39] (03CR) 10jenkins-bot: [V: 04-1] mediawiki.api: fix badtoken handling with legacy token types [core] - 10https://gerrit.wikimedia.org/r/256240 (owner: 10Nikerabbit) [16:50:50] 10MediaWiki-extensions-Scribunto: Get the own module name and last record date-time from each module - https://phabricator.wikimedia.org/T119978#1841795 (10Rical) 3NEW [16:51:10] (03PS1) 10Physikerwelt: Don't overwrite default math rendering mode [vagrant] - 10https://gerrit.wikimedia.org/r/256248 [16:51:41] (03PS2) 10Physikerwelt: Don't overwrite default math rendering mode [vagrant] - 10https://gerrit.wikimedia.org/r/256248 [16:54:26] (03PS1) 10Hashar: tests: let us select/exclude ParserTests [core] (REL1_25) - 10https://gerrit.wikimedia.org/r/256249 (https://phabricator.wikimedia.org/T114314) [16:54:31] (03CR) 10MaxSem: [C: 04-1] "Actually, wait. What about languages other than English - use \pLu instead of [A-Z]? See http://php.net/manual/en/regexp.reference.unicode" [extensions/TextExtracts] - 10https://gerrit.wikimedia.org/r/255959 (https://phabricator.wikimedia.org/T115795) (owner: 10Sumit) [16:54:37] (03CR) 10Hashar: "check zend" [core] (REL1_25) - 10https://gerrit.wikimedia.org/r/256249 (https://phabricator.wikimedia.org/T114314) (owner: 10Hashar) [16:54:46] 10Commons-App-Android-Upload: Find a library to extract GPS coordinates info from a picture, and implement its use - https://phabricator.wikimedia.org/T119279#1841811 (10Niedzielski) @josephine_l, I think the functionality for this task would be a pretty good candidate for unit testing which could replace some o... [16:56:09] (03PS1) 10Hashar: tests: let us select/exclude ParserTests [core] (REL1_24) - 10https://gerrit.wikimedia.org/r/256250 (https://phabricator.wikimedia.org/T114314) [16:56:24] (03CR) 10Hashar: "check zend" [core] (REL1_24) - 10https://gerrit.wikimedia.org/r/256250 (https://phabricator.wikimedia.org/T114314) (owner: 10Hashar) [16:56:30] (03PS1) 10Dbrant: Add thumbnail to link preview. [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/256251 (https://phabricator.wikimedia.org/T119214) [16:56:47] (03CR) 10BryanDavis: [C: 032] Don't overwrite default math rendering mode [vagrant] - 10https://gerrit.wikimedia.org/r/256248 (owner: 10Physikerwelt) [16:57:02] 3Mobile-App-Android-Sprint-71-Lutetium, 3Wikipedia-Android-App, 7WorkType-NewFunctionality: Make link preview geolocation-aware. - https://phabricator.wikimedia.org/T119215#1841831 (10Dbrant) a:3Dbrant [16:57:38] (03PS2) 10Kghbln: Migrate to wfMessage [extensions/MediaFunctions] - 10https://gerrit.wikimedia.org/r/256237 (https://phabricator.wikimedia.org/T70750) [16:58:21] (03PS1) 10Hashar: tests: let us select/exclude ParserTests [core] (REL1_23) - 10https://gerrit.wikimedia.org/r/256252 (https://phabricator.wikimedia.org/T114314) [16:58:33] (03CR) 10Hashar: "check zend" [core] (REL1_23) - 10https://gerrit.wikimedia.org/r/256252 (https://phabricator.wikimedia.org/T114314) (owner: 10Hashar) [16:59:07] (03CR) 10Kghbln: [C: 031] "Keeping fingers crossed that we are cool here." [extensions/MediaFunctions] - 10https://gerrit.wikimedia.org/r/256237 (https://phabricator.wikimedia.org/T70750) (owner: 10Kghbln) [16:59:53] (03Merged) 10jenkins-bot: Don't overwrite default math rendering mode [vagrant] - 10https://gerrit.wikimedia.org/r/256248 (owner: 10Physikerwelt) [17:03:16] (03CR) 10Hashar: [C: 032] tests: let us select/exclude ParserTests [core] (wmf/1.27.0-wmf.7) - 10https://gerrit.wikimedia.org/r/256233 (https://phabricator.wikimedia.org/T114314) (owner: 10Hashar) [17:03:23] (03CR) 10Hashar: [C: 032] tests: let us select/exclude ParserTests [core] (REL1_26) - 10https://gerrit.wikimedia.org/r/256234 (https://phabricator.wikimedia.org/T114314) (owner: 10Hashar) [17:03:29] (03CR) 10Hashar: [C: 032] tests: let us select/exclude ParserTests [core] (REL1_25) - 10https://gerrit.wikimedia.org/r/256249 (https://phabricator.wikimedia.org/T114314) (owner: 10Hashar) [17:03:41] (03CR) 10Hashar: [C: 032] tests: let us select/exclude ParserTests [core] (REL1_24) - 10https://gerrit.wikimedia.org/r/256250 (https://phabricator.wikimedia.org/T114314) (owner: 10Hashar) [17:03:51] (03CR) 10Hashar: [C: 032] tests: let us select/exclude ParserTests [core] (REL1_23) - 10https://gerrit.wikimedia.org/r/256252 (https://phabricator.wikimedia.org/T114314) (owner: 10Hashar) [17:05:50] 6Developer-Relations, 3DevRel-December-2015: Organize MediaWiki / Wikimedia stand in FOSDEM 2016 - https://phabricator.wikimedia.org/T106560#1841861 (10Mattflaschen) I also proposed a lightning talk for LiquidThreads->Flow conversion. It's called: Converting LiquidThreads to Flow: Or, how I learned to stop w... [17:05:55] 10MediaWiki-extensions-Poem, 6Wikisource: Add automatic line numbering capability to tag - https://phabricator.wikimedia.org/T15644#1841863 (10M0tty) [17:07:04] 10MediaWiki-Unit-tests, 10Continuous-Integration-Infrastructure, 10Parsoid, 5MW-1.27-release-notes, and 2 others: Speed up mediawiki-phpunit-hhvm and mediawiki-phpunit-zend Jenkins jobs - https://phabricator.wikimedia.org/T114314#1841867 (10hashar) The MediaWiki PHPUnit test suite is run for Zend with two... [17:07:10] 10MediaWiki-Interface, 10UI-Standardization, 10OOjs-UI, 7Performance: Split oojs-ui module into smaller ones for individual widgets - https://phabricator.wikimedia.org/T113681#1841868 (10matmarex) [17:07:14] 10MediaWiki-Unit-tests, 10Continuous-Integration-Infrastructure, 10Parsoid, 5MW-1.27-release-notes, and 2 others: Speed up mediawiki-phpunit-hhvm and mediawiki-phpunit-zend Jenkins jobs (parsertests are slow) - https://phabricator.wikimedia.org/T114314#1841870 (10hashar) [17:07:56] 6Developer-Relations, 3DevRel-December-2015: Organize Wikimedia activities at FOSDEM 2016 - https://phabricator.wikimedia.org/T88414#1841874 (10Mattflaschen) I also proposed a lightning talk for LiquidThreads->Flow conversion. It's called: Converting LiquidThreads to Flow: Or, how I learned to stop worrying a... [17:08:00] 10CirrusSearch, 6Discovery, 3Discovery-Cirrus-Sprint: Write Completion Suggester Beta Feature documentation - https://phabricator.wikimedia.org/T119889#1841875 (10Deskana) p:5Triage>3Normal [17:10:05] 10MediaWiki-Internationalization: Main page tab is not translated - https://phabricator.wikimedia.org/T119938#1841881 (10Krinkle) I can't reproduce this. The tab is rendered by interface message `mainpage-nstab`. Viewing my localhost/wiki/Main_Page?uselang=de shows "Hauptseite" instead of "Main Page", as expect... [17:11:30] (03Merged) 10jenkins-bot: tests: let us select/exclude ParserTests [core] (wmf/1.27.0-wmf.7) - 10https://gerrit.wikimedia.org/r/256233 (https://phabricator.wikimedia.org/T114314) (owner: 10Hashar) [17:13:16] 10MediaWiki-Unit-tests, 10Continuous-Integration-Infrastructure, 10Parsoid, 5MW-1.27-release-notes, and 2 others: Speed up mediawiki-phpunit-hhvm and mediawiki-phpunit-zend Jenkins jobs (parsertests are slow) - https://phabricator.wikimedia.org/T114314#1841885 (10hashar) 5Open>3Resolved Splitting the p... [17:13:41] 10MediaWiki-extensions-Translate: Incomplete setup of translatable pages: FuzzyBot fails to generate /en subpage etc. - https://phabricator.wikimedia.org/T56579#1841888 (10kaldari) What is the workaround for this bug in the meantime? Are you supposed to manually create the /en page? [17:15:29] 10MobileFrontend, 7Mobile: Add a 'contributions' tab to Mobile interface - https://phabricator.wikimedia.org/T117970#1841890 (10Wittylama) >>! In T117970#1840115, @Jdlrobson wrote: >>>! In T117970#1793588, @Fuzheado wrote: >> I recall once finding that "feature" by accident (clicking on one's edit-count), but... [17:15:51] (03Merged) 10jenkins-bot: tests: let us select/exclude ParserTests [core] (REL1_26) - 10https://gerrit.wikimedia.org/r/256234 (https://phabricator.wikimedia.org/T114314) (owner: 10Hashar) [17:15:54] (03Merged) 10jenkins-bot: tests: let us select/exclude ParserTests [core] (REL1_25) - 10https://gerrit.wikimedia.org/r/256249 (https://phabricator.wikimedia.org/T114314) (owner: 10Hashar) [17:15:58] (03Merged) 10jenkins-bot: tests: let us select/exclude ParserTests [core] (REL1_24) - 10https://gerrit.wikimedia.org/r/256250 (https://phabricator.wikimedia.org/T114314) (owner: 10Hashar) [17:16:01] (03Merged) 10jenkins-bot: tests: let us select/exclude ParserTests [core] (REL1_23) - 10https://gerrit.wikimedia.org/r/256252 (https://phabricator.wikimedia.org/T114314) (owner: 10Hashar) [17:22:38] 10Commons-App-Android-Upload, 3Outreachy-Round-11: Community bonding evaluation for Easier categorization of pictures in Upload to Commons Android app - https://phabricator.wikimedia.org/T119874#1841909 (10Niedzielski) [17:22:55] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata: [Bug] When entering an invalid value then cancelling, the property background remains orange - https://phabricator.wikimedia.org/T119982#1841914 (10aude) 3NEW [17:24:38] 10MediaWiki-extensions-Translate: Incomplete setup of translatable pages: FuzzyBot fails to generate /en subpage etc. - https://phabricator.wikimedia.org/T56579#1841924 (10Nemo_bis) [17:24:46] 10Commons-App-Android-Upload, 3Outreachy-Round-11: Community bonding evaluation for Easier categorization of pictures in Upload to Commons Android app - https://phabricator.wikimedia.org/T119874#1841926 (10Niedzielski) [17:24:55] 10Commons-App-Android-Upload, 3Outreachy-Round-11: Community bonding evaluation for Easier categorization of pictures in Upload to Commons Android app - https://phabricator.wikimedia.org/T119874#1838176 (10Niedzielski) @josephine_l, keep up the good work! [17:25:49] (03CR) 10Mobrovac: [C: 04-1] Add Restbase interface (032 comments) [extensions/Math] - 10https://gerrit.wikimedia.org/r/255562 (owner: 10Physikerwelt) [17:29:51] (03CR) 10Krinkle: "It causes mediawiki.api.options.test to break because it populates the 'options' token cache with a value that that test is not expecting." [core] - 10https://gerrit.wikimedia.org/r/256240 (owner: 10Nikerabbit) [17:30:00] 10BetaFeatures, 10WMF-Product-Strategy: Allow users to provide quick feedback on beta features - https://phabricator.wikimedia.org/T76573#1841928 (10Wittylama) Probably pertinent to this discussion is the fact that a user who has opted in to the " Automatically enable all new beta features" mode will not know... [17:30:12] 10MediaWiki-extensions-Scribunto: Get the user language to help admins to maintain a module or a template - https://phabricator.wikimedia.org/T68051#1841929 (10Rical) [17:35:51] 3Wikipedia-Android-App: Create mocks for Wiktionary popup when highlighting word(s) - https://phabricator.wikimedia.org/T114949#1841953 (10Niedzielski) Maybe the highlight will be sufficient context, but I think that having the word in the title would be even clearer. Either way it should be trivial to change th... [17:36:16] 6Discovery, 3Discovery-Cirrus-Sprint: Write A/B test for accept-language header, where the user is shown results from other wikis if they get nothing on their primary wiki - https://phabricator.wikimedia.org/T119527#1841954 (10Deskana) a:3EBernhardson [17:36:28] 6Discovery, 3Discovery-Cirrus-Sprint: Turn on A/B test for the accept-language test on or after 2015-12-07 - https://phabricator.wikimedia.org/T119528#1841955 (10Deskana) a:3EBernhardson [17:37:18] 6Discovery, 3Discovery-Analysis-Sprint: Verify data pipeline for accept-language test on or after 2015-11-20 - https://phabricator.wikimedia.org/T119530#1841956 (10ksmith) [17:37:21] 6Discovery, 3Discovery-Cirrus-Sprint: Turn off A/B test for the accept-language test on or after 2015-12-14 - https://phabricator.wikimedia.org/T119529#1841959 (10Deskana) [17:37:22] 6Discovery, 3Discovery-Cirrus-Sprint: Turn on A/B test for the accept-language test on or after 2015-12-07 - https://phabricator.wikimedia.org/T119528#1841957 (10Deskana) 5Open>3Resolved [17:37:24] 6Discovery, 3Discovery-Analysis-Sprint: Verify data pipeline for accept-language test on or after 2015-11-20 - https://phabricator.wikimedia.org/T119530#1841958 (10Deskana) [17:37:26] 6Discovery, 3Discovery-Cirrus-Sprint: Turn on A/B test for the accept-language test on or after 2015-12-07 - https://phabricator.wikimedia.org/T119528#1828541 (10Deskana) [17:37:28] 6Discovery, 3Discovery-Cirrus-Sprint: Write A/B test for accept-language header, where the user is shown results from other wikis if they get nothing on their primary wiki - https://phabricator.wikimedia.org/T119527#1841960 (10Deskana) 5Open>3Resolved [17:37:35] 10Wikimedia-General-or-Unknown: Conflicting edition did not create a conflict - https://phabricator.wikimedia.org/T119985#1841962 (10jcrespo) 3NEW [17:38:33] (03PS3) 10EBernhardson: Initial popularity score calculator [wikimedia/discovery/analytics] - 10https://gerrit.wikimedia.org/r/256167 (https://phabricator.wikimedia.org/T116055) [17:39:30] 6Discovery, 3Discovery-Analysis-Sprint: Analyse results of accept-language header test on or after 2015-12-14 - https://phabricator.wikimedia.org/T119531#1841977 (10Deskana) [17:39:31] 6Discovery, 3Discovery-Analysis-Sprint: Verify data pipeline for accept-language test on or after 2015-11-20 - https://phabricator.wikimedia.org/T119530#1841974 (10Deskana) 5Open>3Invalid a:3Deskana The test was turned on and turned off before this task could be done, so there is nothing to verify. I am... [17:40:26] 6Discovery, 3Discovery-Cirrus-Sprint: Turn off A/B test for the accept-language test on or after 2015-12-07 - https://phabricator.wikimedia.org/T119529#1841987 (10Deskana) [17:41:44] 10Wikimedia-Developer-Summit-2016-Organization: Define the list of "must have" sessions for WikiDev '16 - https://phabricator.wikimedia.org/T119593#1841991 (10Krenair) In no particular order, I am interested in these: {T114045} {T115762} {T89733} {T113034} {T114065} [17:42:22] 10CirrusSearch, 6Discovery, 3Discovery-Cirrus-Sprint, 7WorkType-NewFunctionality: build out infra to be able to take data calculated in hadoop and import it to the elasticsearch cluster on a weekly basis - https://phabricator.wikimedia.org/T113440#1841995 (10EBernhardson) data files now available (for now)... [17:42:25] 6Discovery, 3Discovery-Cirrus-Sprint: Turn off A/B test for the accept-language test on or after 2015-12-07 - https://phabricator.wikimedia.org/T119529#1828549 (10Deskana) We have enough data for this test as it's been running long enough. That said, it's the big fundraising week, and although the risk of some... [17:43:05] 6Discovery, 3Discovery-Analysis-Sprint: Analyse results of accept-language header test on or after 2015-12-01 - https://phabricator.wikimedia.org/T119531#1842002 (10ksmith) [17:44:01] 6Discovery, 3Discovery-Analysis-Sprint: Analyse results of accept-language header test on or after 2015-12-01 - https://phabricator.wikimedia.org/T119531#1828564 (10ksmith) The test was actually turned on in November, so as of Dec 1 we have enough data to analyze. We would like to do at least an initial verifi... [17:45:17] 10Improving access, 6Research-and-Data: Make a gadget for hyperlink recommendation - https://phabricator.wikimedia.org/T119477#1842016 (10Esanders) What about my first question? It looks like none of the suggestions appear as plain text in the article. [17:45:37] 10Wikimedia-General-or-Unknown: Conflicting edition did not create a conflict - https://phabricator.wikimedia.org/T119985#1842017 (10jcrespo) I am suspecting it could be related to editing a section on a sectionless page? [17:46:10] (03PS16) 10Eevans: [WIP] hooks-based event production extension [extensions/EventBus] - 10https://gerrit.wikimedia.org/r/254086 (https://phabricator.wikimedia.org/T116786) [17:46:38] (03CR) 10jenkins-bot: [V: 04-1] [WIP] hooks-based event production extension [extensions/EventBus] - 10https://gerrit.wikimedia.org/r/254086 (https://phabricator.wikimedia.org/T116786) (owner: 10Eevans) [17:47:42] (03CR) 10Physikerwelt: Add Restbase interface (031 comment) [extensions/Math] - 10https://gerrit.wikimedia.org/r/255562 (owner: 10Physikerwelt) [17:50:46] 6Discovery, 3Discovery-Cirrus-Sprint: Turn on completion suggester API beta feature - https://phabricator.wikimedia.org/T119989#1842030 (10Deskana) 3NEW [17:51:07] 6Discovery, 3Discovery-Cirrus-Sprint: Turn on completion suggester beta feature on all Wikimedia wikis - https://phabricator.wikimedia.org/T119989#1842039 (10Deskana) [17:51:24] 10Improving access, 6Research-and-Data: Make a gadget for hyperlink recommendation - https://phabricator.wikimedia.org/T119477#1842042 (10Esanders) Also because the API is on a separate domain you will need to provide a JSONP endpoint. [17:51:35] 6Discovery, 3Discovery-Cirrus-Sprint: Turn on completion suggester beta feature on all Wikimedia wikis - https://phabricator.wikimedia.org/T119989#1842030 (10Deskana) [17:51:36] 10CirrusSearch, 6Discovery, 3Discovery-Cirrus-Sprint: Write Completion Suggester Beta Feature documentation - https://phabricator.wikimedia.org/T119889#1842044 (10Deskana) [17:51:38] 10CirrusSearch, 6Discovery, 3Discovery-Cirrus-Sprint, 5Patch-For-Review, 7WorkType-NewFunctionality: Add an internal completion or suggestions API to core SearchEngine - https://phabricator.wikimedia.org/T112028#1842045 (10Deskana) [17:52:26] 10Research collaborations, 6Research-and-Data: December 2015 research showcase - https://phabricator.wikimedia.org/T115674#1842046 (10Capt_Swing) @leila: @Halfak and/or I can definitely present something. Won't take up the whole hour, though. We talked about at least running some short term retention stats wit... [17:53:25] 10MediaWiki-Vagrant: LXC containers in labs need access to the host computer's hostname for wikifarm configuration - https://phabricator.wikimedia.org/T119990#1842047 (10bd808) 3NEW [17:53:41] 10MediaWiki-Vagrant, 15User-bd808: LXC containers in labs need access to the host computer's hostname for wikifarm configuration - https://phabricator.wikimedia.org/T119990#1842054 (10bd808) a:3bd808 [17:53:51] 10MediaWiki-Vagrant, 15User-bd808: LXC containers in labs need access to the host computer's hostname for wikifarm configuration - https://phabricator.wikimedia.org/T119990#1842056 (10bd808) p:5Triage>3Normal [17:55:32] 6Discovery, 3Discovery-UX-Sprint: Define logo and prose for completion suggester beta feature - https://phabricator.wikimedia.org/T119991#1842057 (10Deskana) 3NEW [17:56:51] 10MediaWiki-Database, 10MediaWiki-Page-editing, 6Performance-Team, 5MW-1.27-release-notes, and 2 others: Links tables are sometimes not being populated - https://phabricator.wikimedia.org/T117332#1842064 (10Ankry) 5Resolved>3Open [17:57:15] (03CR) 10Anomie: [C: 04-1] "You need a s/@param AuthenticationRequest[] $reqs Keys are class names/@param AuthenticationRequest[] $reqs/ in several files, since the k" (0322 comments) [core] - 10https://gerrit.wikimedia.org/r/255983 (owner: 10Gergő Tisza) [18:02:08] 6Discovery, 3Discovery-Cirrus-Sprint: Turn on A/B test for the accept-language test on or after 2015-12-07 - https://phabricator.wikimedia.org/T119528#1842077 (10Deskana) [18:02:09] 6Discovery, 3Discovery-Cirrus-Sprint: Write A/B test for accept-language header, where the user is shown results from other wikis if they get nothing on their primary wiki - https://phabricator.wikimedia.org/T119527#1842075 (10Deskana) 5Resolved>3Open There was a mix-up; this test is not currently running... [18:02:17] 6Discovery, 3Discovery-Cirrus-Sprint: Write A/B test for accept-language header, where the user is shown results from other wikis if they get nothing on their primary wiki - https://phabricator.wikimedia.org/T119527#1842080 (10Deskana) a:5EBernhardson>3None [18:02:30] 6Discovery, 3Discovery-Cirrus-Sprint: Turn off A/B test for the accept-language test on or after 2015-12-07 - https://phabricator.wikimedia.org/T119529#1842085 (10Deskana) [18:02:31] 6Discovery, 3Discovery-Cirrus-Sprint: Turn on A/B test for the accept-language test on or after 2015-12-07 - https://phabricator.wikimedia.org/T119528#1842082 (10Deskana) 5Resolved>3Open There was a mix-up; this test is not currently running like was thought when this tasks was closed. Reopening and placin... [18:02:37] 6Discovery, 3Discovery-Cirrus-Sprint: Turn on A/B test for the accept-language test on or after 2015-12-07 - https://phabricator.wikimedia.org/T119528#1842086 (10Deskana) a:5EBernhardson>3None [18:02:59] 6Discovery, 3Discovery-Analysis-Sprint: Verify data pipeline for accept-language test on or after 2015-11-20 - https://phabricator.wikimedia.org/T119530#1842089 (10Deskana) 5Invalid>3Open There was a mix-up; this test is not currently running like was thought when this tasks was closed. Reopening and placi... [18:03:00] 6Discovery, 3Discovery-Analysis-Sprint: Analyse results of accept-language header test on or after 2015-12-01 - https://phabricator.wikimedia.org/T119531#1842091 (10Deskana) [18:03:51] 6Discovery, 3Discovery-Cirrus-Sprint: Turn off A/B test for the accept-language test on or after 2015-12-14 - https://phabricator.wikimedia.org/T119529#1842096 (10Deskana) [18:03:59] 6Discovery, 3Discovery-Cirrus-Sprint: Turn off A/B test for the accept-language test on or after 2015-12-14 - https://phabricator.wikimedia.org/T119529#1828549 (10Deskana) There was a mix-up; this test is not currently running like was thought when this tasks was closed. Reopening and placing back into the bac... [18:04:36] 6Discovery, 3Discovery-Analysis-Sprint: Verify data pipeline for accept-language test on or after 2015-11-08 - https://phabricator.wikimedia.org/T119530#1842101 (10Deskana) [18:04:49] 6Discovery, 3Discovery-Analysis-Sprint: Verify data pipeline for accept-language test on or after 2015-12-08 - https://phabricator.wikimedia.org/T119530#1828556 (10Deskana) [18:05:22] 6Discovery, 3Discovery-Analysis-Sprint: Analyse results of accept-language header test on or after 2015-12-01 - https://phabricator.wikimedia.org/T119531#1842108 (10Deskana) There was a mix-up; this test is not currently running like was thought when this tasks was closed. Altering dates back accordingly. [18:05:32] 6Discovery, 3Discovery-Analysis-Sprint: Analyse results of accept-language header test on or after 2015-12-14 - https://phabricator.wikimedia.org/T119531#1842109 (10Deskana) [18:10:32] 10MediaWiki-extensions-Translate: Incomplete setup of translatable pages: FuzzyBot fails to generate /en subpage etc. - https://phabricator.wikimedia.org/T56579#1842127 (10Base) @kaldari now you need to mark the page for translation, then do a useless dummy edit (common thing is adding/removing space inside ` 10Reading Web Planning, 3Reading Web Sprint 61 - Cold Hard Cache: provide contribs link and prevent mobile user without user page from being dumped into blank screen when they click their username - https://phabricator.wikimedia.org/T119412#1842131 (10JKatzWMF) [18:14:03] (03PS11) 10Zfilipin: [WIP] Experimenting with JS end-to-end tests [core] - 10https://gerrit.wikimedia.org/r/255419 (https://phabricator.wikimedia.org/T108874) (owner: 10Dduvall) [18:15:40] 10Reading Web Planning, 3Reading Web Sprint 61 - Cold Hard Cache: provide contribs link and prevent mobile user without user page from being dumped into blank screen when they click their username - https://phabricator.wikimedia.org/T119412#1842142 (10JKatzWMF) @florian and @mzmcbride I hear you loud and clea... [18:16:12] 3Wikipedia-Android-App: Create mocks for Wiktionary popup when highlighting word(s) - https://phabricator.wikimedia.org/T114949#1842145 (10Mholloway) I agree with @Niedzielski that the word for which we're fetching definitions should be the dialog title. Further thoughts on "Questions from @Niedzielski" above... [18:20:55] (03CR) 10jenkins-bot: [V: 04-1] [WIP] Experimenting with JS end-to-end tests [core] - 10https://gerrit.wikimedia.org/r/255419 (https://phabricator.wikimedia.org/T108874) (owner: 10Dduvall) [18:22:09] 6Developer-Relations, 3DevRel-January-2016: Tech Talk: Weekly Reader Mertrics Report - https://phabricator.wikimedia.org/T119957#1842174 (10Rfarrand) [18:24:23] 6Repository-Admins: Duplicate repositories: rESMI and rSSPM - https://phabricator.wikimedia.org/T118689#1842192 (10demon) 5Open>3Resolved a:3demon rSSPM destroyed. [18:24:49] 10Wikimedia-Developer-Summit-2016-Organization, 3DevRel-December-2015: Name badges for Wikimedia Developer Summit - https://phabricator.wikimedia.org/T112562#1842203 (10Rfarrand) [18:25:10] 10Wikimedia-Developer-Summit-2016-Organization, 3DevRel-December-2015: Walk/share taxi meeting points and spreadsheets - https://phabricator.wikimedia.org/T111812#1842205 (10Rfarrand) [18:27:27] 10Reading Web Planning, 3Reading Web Sprint 61 - Cold Hard Cache: provide contribs link and prevent mobile user without user page from being dumped into blank screen when they click their username - https://phabricator.wikimedia.org/T119412#1842212 (10Florian) >>! In T119412#1842142, @JKatzWMF wrote: > @floria... [18:32:39] 10MediaWiki-Database, 10MediaWiki-Page-editing, 6Performance-Team, 5MW-1.27-release-notes, and 2 others: Links tables are sometimes not being populated - https://phabricator.wikimedia.org/T117332#1842238 (10Reedy) Things like this aren't always easy to test in development. People make "best effort" towards... [18:32:43] 3Mobile-App-Android-Sprint-71-Lutetium, 3Wikipedia-Android-App, 7WorkType-NewFunctionality: [Wiktionary] Retrieve the "current" text highlight from the WebView while the Wiktionary window is displayed. - https://phabricator.wikimedia.org/T118735#1842239 (10Mholloway) a:3Mholloway [18:33:50] 3Mobile-App-Android-Sprint-71-Lutetium, 3Wikipedia-Android-App, 7WorkType-NewFunctionality: [Wiktionary] Show a non-modal floating window upon highlighting text. - https://phabricator.wikimedia.org/T118733#1842250 (10Mholloway) a:3Mholloway [18:34:05] 3Mobile-App-Android-Sprint-71-Lutetium, 3Wikipedia-Android-App, 7WorkType-NewFunctionality: [Wiktionary] Retrieve the "current" text highlight from the WebView while the Wiktionary window is displayed. - https://phabricator.wikimedia.org/T118735#1807868 (10Mholloway) a:5Mholloway>3None [18:35:03] 10Mobile-App-Goals, 6Reading-Admin, 7Epic: Simplify iOS App navigation - https://phabricator.wikimedia.org/T104510#1842256 (10JMinor) [18:39:22] 10MobileFrontend, 3Google-Code-In-2015, 7Performance: RSS feeds should not be in head for mobile - https://phabricator.wikimedia.org/T100377#1842290 (10Volker_E) @Aklapper Your link gives me a 403. [18:40:34] 10Wikimedia-Site-Requests: Re-enable uploads in no.wikimedia.org - https://phabricator.wikimedia.org/T119998#1842292 (10jhsoby) 3NEW [18:42:02] (03PS1) 10Dbrant: WIP: Location-aware link previews. [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/256266 (https://phabricator.wikimedia.org/T119215) [18:42:04] (03CR) 10Jdlrobson: [C: 032] Fix RelatedPagesGateway unit test failures [extensions/RelatedArticles] (dev) - 10https://gerrit.wikimedia.org/r/255386 (owner: 10Phuedx) [18:43:33] (03Merged) 10jenkins-bot: Fix RelatedPagesGateway unit test failures [extensions/RelatedArticles] (dev) - 10https://gerrit.wikimedia.org/r/255386 (owner: 10Phuedx) [18:44:25] 10Gather, 7I18n, 5Patch-For-Review: Release Gather 0.6.0 with i18n messages - https://phabricator.wikimedia.org/T119085#1842316 (10Jdlrobson) 5Open>3Resolved a:3Jdlrobson [18:44:54] (03PS10) 10Jdlrobson: Improved personal toolbar for logged-out users [core] - 10https://gerrit.wikimedia.org/r/239649 (https://phabricator.wikimedia.org/T112724) (owner: 10TTO) [18:45:48] 10MediaWiki-extensions-MultimediaViewer: Only last uploader's name is shown in MultimediaViewer - https://phabricator.wikimedia.org/T59308#1842338 (10Peteforsyth) Funny thing -- the exact same thing happened to me last night. I was even fooled about the photo -- my memory played a trick on me, and I initially be... [18:46:03] 10MediaWiki-Extension-Requests, 10WikiProject-X, 10WikiProject-tools, 3Community-Tech-Sprint: Create an extension for storing WikiProject article assessment metadata in a database table via a parser function - https://phabricator.wikimedia.org/T117142#1842343 (10DannyH) [18:46:23] (03CR) 10Jdlrobson: [C: 032] "great stuff" [core] - 10https://gerrit.wikimedia.org/r/239649 (https://phabricator.wikimedia.org/T112724) (owner: 10TTO) [18:46:35] 10MediaWiki-Special-pages: Pages linking to disambiguation pages with "Template:Other uses" should not listed in Special:DisambiguationPageLinks - https://phabricator.wikimedia.org/T119948#1842353 (10Ashot1997) [18:47:52] 10MediaWiki-Special-pages: Pages linking to disambiguation pages with "Template:Other uses" should not listed in Special:DisambiguationPageLinks - https://phabricator.wikimedia.org/T119948#1840907 (10Ashot1997) [18:48:00] (03CR) 10Jdlrobson: Add optional sessionId param to QuickSurveysResponses (031 comment) [extensions/QuickSurveys] (dev) - 10https://gerrit.wikimedia.org/r/254596 (https://phabricator.wikimedia.org/T119153) (owner: 10JGirault) [18:48:57] (03CR) 10Jdlrobson: [C: 032] Update packages [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/251817 (owner: 10Paladox) [18:49:33] (03CR) 10jenkins-bot: [V: 04-1] Improved personal toolbar for logged-out users [core] - 10https://gerrit.wikimedia.org/r/239649 (https://phabricator.wikimedia.org/T112724) (owner: 10TTO) [18:50:42] 10MediaWiki-Vagrant, 6Collaboration-Team-Backlog, 10Echo: Setup cross-wiki notifications in MediaWiki-Vagrant - https://phabricator.wikimedia.org/T119999#1842363 (10Mattflaschen) 3NEW [18:51:11] (03CR) 10Jdlrobson: [C: 032] "ve.dm.MWTransclusionNode getWikitext FAILED" [core] - 10https://gerrit.wikimedia.org/r/239649 (https://phabricator.wikimedia.org/T112724) (owner: 10TTO) [18:51:19] 10MediaWiki-Vagrant, 6Collaboration-Team-Backlog, 10Echo: Setup cross-wiki notifications in MediaWiki-Vagrant - https://phabricator.wikimedia.org/T119999#1842372 (10Mattflaschen) [18:51:30] 6Phabricator, 5Gerrit-Migration: Disable policies on Differential - https://phabricator.wikimedia.org/T118669#1842374 (10mmodell) Phabricator doesn't have the same policy controls on differential that it has on maniphest, so there is not currently any way to implement this change. [18:51:45] 6Phabricator, 5Gerrit-Migration: Disable policies on Differential - https://phabricator.wikimedia.org/T118669#1842375 (10mmodell) 5Open>3stalled [18:52:03] 6Phabricator, 5Gerrit-Migration: Disable policies on Differential - https://phabricator.wikimedia.org/T118669#1806107 (10mmodell) p:5Normal>3Low wishlist. [18:52:37] 6Phabricator, 10Phabricator-Upstream, 5Gerrit-Migration: Disable policies on Differential - https://phabricator.wikimedia.org/T118669#1842380 (10mmodell) [18:53:11] 3Wikipedia-Android-App: Create mocks for Wiktionary popup when highlighting word(s) - https://phabricator.wikimedia.org/T114949#1842384 (10KHammerstein) [18:53:22] (03CR) 10Jdlrobson: "recheck" [core] - 10https://gerrit.wikimedia.org/r/239649 (https://phabricator.wikimedia.org/T112724) (owner: 10TTO) [18:53:41] (03CR) 10Jdlrobson: [C: 032] Improved personal toolbar for logged-out users [core] - 10https://gerrit.wikimedia.org/r/239649 (https://phabricator.wikimedia.org/T112724) (owner: 10TTO) [18:54:37] (03Merged) 10jenkins-bot: Improved personal toolbar for logged-out users [core] - 10https://gerrit.wikimedia.org/r/239649 (https://phabricator.wikimedia.org/T112724) (owner: 10TTO) [18:54:42] (03Merged) 10jenkins-bot: Update packages [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/251817 (owner: 10Paladox) [18:55:24] (03PS2) 10Sumit: TextExtracts do not crop after initials [extensions/TextExtracts] - 10https://gerrit.wikimedia.org/r/255959 (https://phabricator.wikimedia.org/T115795) [18:56:07] 10MediaWiki-Database, 10MediaWiki-Page-editing, 6Performance-Team, 5MW-1.27-release-notes, and 2 others: Links tables are sometimes not being populated - https://phabricator.wikimedia.org/T117332#1842392 (10matmarex) Note that this is not even deployed yet… [18:56:09] 6Education-Collab: Facilitate a hangout about a wiki MOOC - https://phabricator.wikimedia.org/T119089#1842393 (10Esh77) Postponed to Thursday, Dec. 10th, 17:30 UTC, so that Sara can join us. The link remains the same. :) [18:58:50] (03CR) 10Jdlrobson: [C: 04-1] "The function isAbleToShowRelatedPages is confusing. Can we rename to isInSidebar or something?" [extensions/RelatedArticles] (dev) - 10https://gerrit.wikimedia.org/r/256166 (https://phabricator.wikimedia.org/T119926) (owner: 10Bmansurov) [18:59:01] (03CR) 10Jdlrobson: "The function isAbleToShowRelatedPages is confusing. Can we rename to isInSidebar or something?" [extensions/RelatedArticles] (dev) - 10https://gerrit.wikimedia.org/r/256166 (https://phabricator.wikimedia.org/T119926) (owner: 10Bmansurov) [19:00:39] 6Phabricator, 5Patch-For-Review: Convert Bugzilla's "Bug NNNNN" links to "TNNNNN" links in Phabricator - https://phabricator.wikimedia.org/T687#1842409 (10chasemp) I wish I had the time to look at this, I'm going to keep in mind for a hackathon since it seems to still be a pain point. I would also direct anyo... [19:01:08] (03PS1) 10Reedy: Race condition fixes for refreshLinks jobs [core] (wmf/1.27.0-wmf.7) - 10https://gerrit.wikimedia.org/r/256269 (https://phabricator.wikimedia.org/T117332) [19:01:46] MatmaRex: looks like it'll backport easeh [19:02:11] see, i should have just asked Reedy to get it done [19:02:36] * Reedy makes a "Will it deploy? YouTube channel" [19:02:57] What's the deploy situation this week? [19:03:28] * Reedy asks in the correct place [19:03:55] 6Phabricator, 5Patch-For-Review: Convert Bugzilla's "Bug NNNNN" links to "TNNNNN" links in Phabricator - https://phabricator.wikimedia.org/T687#1842416 (10Bawolff) >>! In T687#1832626, @Quiddity wrote: > I still update `bug NNN` whenever I see them in task descriptions. > If I'm reading old comments, looking... [19:04:55] 10MediaWiki-API, 7Technical-Debt: ApiQueryImageInfo is crufty, needs rewrite - https://phabricator.wikimedia.org/T89971#1842420 (10Anomie) [19:04:57] 10MediaWiki-File-management, 6Commons, 6Multimedia, 10Parsoid, and 4 others: Use content hash based image / thumb URLs - https://phabricator.wikimedia.org/T66214#1842421 (10Anomie) [19:07:13] (03PS54) 10Qdinar: Add Tatar LanguageConverter [core] - 10https://gerrit.wikimedia.org/r/164049 (https://phabricator.wikimedia.org/T27537) [19:09:10] 6Discovery, 3Discovery-UX-Sprint: Define logo and prose for completion suggester beta feature - https://phabricator.wikimedia.org/T119991#1842435 (10Deskana) p:5Triage>3Normal [19:11:08] 10MediaWiki-API, 7Technical-Debt: ApiQueryImageInfo is crufty, needs rewrite - https://phabricator.wikimedia.org/T89971#1842436 (10Anomie) T66214 doesn't really **block** this, but if the sort of thing being discussed there happens then one of the more nebulous bits of this (fixing iiurlwidth/iiurlheight/iiurl... [19:11:15] 10MediaWiki-File-management, 6Commons, 6Multimedia, 10Parsoid, and 4 others: Use content hash based image / thumb URLs - https://phabricator.wikimedia.org/T66214#1842439 (10Anomie) This doesn't really **block** T89971, but if the sort of thing being discussed here happens then one of the more nebulous bits... [19:12:42] (03CR) 10Paladox: "Thanks." [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/251817 (owner: 10Paladox) [19:17:19] 10MediaWiki-General-or-Unknown, 6Editing-Department, 10VisualEditor, 10VisualEditor-MediaWiki: "Select a file" and "No file is selected" are not translated in the Uploading dialog in the wikitext editor - https://phabricator.wikimedia.org/T119984#1842471 (10matmarex) [19:17:37] 10MediaWiki-General-or-Unknown, 6Editing-Department, 10VisualEditor, 10VisualEditor-MediaWiki: "Select a file" and "No file is selected" are not translated in the Uploading dialog in the wikitext editor - https://phabricator.wikimedia.org/T119984#1842473 (10matmarex) a:3matmarex [19:18:09] 4(no projects): Feature request: show user activity history - https://phabricator.wikimedia.org/T120005#1842474 (10benknight) 3NEW [19:19:17] 6Phabricator, 6Release-Engineering-Team, 7Puppet: phabricator at labs is not up to date - https://phabricator.wikimedia.org/T117441#1842484 (10mmodell) Clone {rPHDEP} (master) into `/srv/phab/`, then run `git submodule update` and that's it! For example: ```lang=bash sudo git clone https://gerrit.wikimedi... [19:20:19] 10MediaWiki-extensions-General-or-Unknown, 7Privacy: Feature request: show user activity history - https://phabricator.wikimedia.org/T120005#1842496 (10Krenair) Storing viewing history against accounts like this indefinitely is a huge risk and terrible idea imo [19:23:18] 6Editing-Analysis: Calculate monthly mobile Wikipedia edits and editors for Major Gifts report - https://phabricator.wikimedia.org/T119925#1842510 (10Neil_P._Quinn_WMF) [19:23:24] (03CR) 10Dbrant: [C: 04-1] "Would it make more sense to use android.location.Location instead of mapboxsdk.LatLng for all of the serializing/deserializing? This feels" [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/256029 (https://phabricator.wikimedia.org/T114523) (owner: 10Niedzielski) [19:26:07] 6Phabricator, 5Patch-For-Review: Convert Bugzilla's "Bug NNNNN" links to "TNNNNN" links in Phabricator - https://phabricator.wikimedia.org/T687#1842532 (10mmodell) >>! In T687#1842416, @Bawolff wrote: > I go to https://bugzilla.wikimedia.org/, and let my browser redirect me {icon thumbs-o-up... [19:26:23] (03PS1) 10Paladox: Update Jenkins tests [extensions/ZeroPortal] - 10https://gerrit.wikimedia.org/r/256274 [19:27:05] 7Design, 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release7, 7WorkType-Maintenance: Get ContentTranslation to anticipate and handle AbuseFilter warnings and blocks - https://phabricator.wikimedia.org/T114621#1842535 (10Trondtr) As far as I have seen, it is a 1-1 relation between the "P... [19:27:12] 10UI-Standardization, 6Design-Research, 5Design Research and product team collaboration, 5Non-design researcher mentoring: Discussion group with designers and prototypers - https://phabricator.wikimedia.org/T117595#1842537 (10Capt_Swing) [19:27:15] 10Living-Style-Guide, 10UI-Standardization, 6Design Research Backlog: Understand what non-technical contributors needs are in their work - https://phabricator.wikimedia.org/T119034#1842538 (10Capt_Swing) [19:27:33] 10MediaWiki-extensions-General-or-Unknown, 7Privacy: Feature request: show user activity history - https://phabricator.wikimedia.org/T120005#1842539 (10benknight) Just flat out a "terrible idea" huh? Thanks for giving it some thought. [19:27:44] (03CR) 10Paladox: "check experimental" [extensions/ZeroPortal] - 10https://gerrit.wikimedia.org/r/256274 (owner: 10Paladox) [19:27:55] (03CR) 10Niedzielski: [C: 04-1] "I thought about this and agree it's a tradeoff. At my last gig, we had something like four different data types for holding a Latitude / L" [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/256029 (https://phabricator.wikimedia.org/T114523) (owner: 10Niedzielski) [19:28:05] 10Living-Style-Guide, 10UI-Standardization, 6Design-Research: Understand what non-technical contributors needs are in their work - https://phabricator.wikimedia.org/T119034#1842541 (10Capt_Swing) a:3Capt_Swing [19:28:57] 10Reading Web Planning, 3Reading Web Sprint 62 - D________________: provide contribs link and prevent mobile user without user page from being dumped into blank screen when they click their username - https://phabricator.wikimedia.org/T119412#1842544 (10Jdlrobson) [19:29:19] 10MediaWiki-Extension-Requests, 10MediaWiki-Special-pages, 10MobileFrontend, 10Reading Web Planning, and 3 others: Kill SpecialUserProfile or Move MobileFrontend extension's Special:UserProfile.php and related code to a separate MediaWiki extension - https://phabricator.wikimedia.org/T85929#1842545 (10Jdlro... [19:29:26] 10MediaWiki-extensions-General-or-Unknown, 7Privacy: Feature request: record and show user activity history - https://phabricator.wikimedia.org/T120005#1842546 (10Krenair) [19:30:26] (03PS56) 10TheDJ: [WIP] Using VideoJS instead of Kaltura player [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/212981 (https://phabricator.wikimedia.org/T100106) [19:33:02] 10MediaWiki-extensions-RelatedArticles, 10Reading-Community-Engagement, 3Reading Web Sprint 62 - D________________: Only load related articles when the user has scrolled to halfway mark of article - https://phabricator.wikimedia.org/T116838#1842555 (10Jdlrobson) [19:33:31] 7Design, 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release7, 7WorkType-Maintenance: Get ContentTranslation to anticipate and handle AbuseFilter warnings and blocks - https://phabricator.wikimedia.org/T114621#1842557 (10Trondtr) Ok, Show JavaScript -- ... I notice this line: var d =... [19:33:35] 7Design, 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release7, 7WorkType-Maintenance: Get ContentTranslation to anticipate and handle AbuseFilter warnings and blocks - https://phabricator.wikimedia.org/T114621#1842558 (10Trondtr) Ok, Show JavaScript -- ... I notice this line: var d =... [19:34:43] (03CR) 10jenkins-bot: [V: 04-1] [WIP] Using VideoJS instead of Kaltura player [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/212981 (https://phabricator.wikimedia.org/T100106) (owner: 10TheDJ) [19:34:55] (03CR) 10Ottomata: Add support for batch production in eventlogging-service (032 comments) [eventlogging] (service) - 10https://gerrit.wikimedia.org/r/255188 (owner: 10Ottomata) [19:35:39] 10MediaWiki-extensions-Cards, 5Patch-For-Review: Add watchstars to uniform cards - https://phabricator.wikimedia.org/T116624#1842587 (10Jdlrobson) [19:35:43] (03PS2) 10Paladox: Update Jenkins tests [extensions/ZeroPortal] - 10https://gerrit.wikimedia.org/r/256274 [19:36:24] (03CR) 10Paladox: "check experimental" [extensions/ZeroPortal] - 10https://gerrit.wikimedia.org/r/256274 (owner: 10Paladox) [19:37:43] 10MediaWiki-Page-editing, 6Editing-Department, 7Epic: Split meta-data from the wikitext blob - https://phabricator.wikimedia.org/T2167#1842609 (10Jdforrester-WMF) [19:38:34] 3Reading Web Sprint 61 - Cold Hard Cache: remove beta invite insert from mobile web in December 2015 - https://phabricator.wikimedia.org/T114038#1842615 (10Jdlrobson) [19:40:58] 10Hovercards, 10MobileFrontend, 6Reading-Admin, 10Reading-Community-Engagement: It should be possible to turn off link previews on desktop - https://phabricator.wikimedia.org/T118752#1842629 (10Jdlrobson) [19:42:08] 10MediaWiki-General-or-Unknown, 10VisualEditor, 10VisualEditor-MediaWiki: "Select a file" and "No file is selected" are not translated in the Uploading dialog in the wikitext editor - https://phabricator.wikimedia.org/T119984#1842632 (10matmarex) [19:42:46] 6Reading-Admin, 3Reading Web Sprint 62 - D________________, 7Tracking: Spike: Analysis data in MobileWebSectionUsage - https://phabricator.wikimedia.org/T118041#1842634 (10Jdlrobson) [19:44:22] (03PS2) 10Ori.livneh: Add isHiDPI and isHttp2 properties; drop isHttps [extensions/NavigationTiming] - 10https://gerrit.wikimedia.org/r/256051 (https://phabricator.wikimedia.org/T119014) [19:44:40] 6Phabricator: Phabricator has reverted to ugly default favicon - https://phabricator.wikimedia.org/T119106#1842643 (10mmodell) 5Open>3Resolved a:3mmodell [19:46:10] 6Editing-Analysis: Calculate monthly mobile Wikipedia edits and editors for Major Gifts report - https://phabricator.wikimedia.org/T119925#1842645 (10Neil_P._Quinn_WMF) [19:46:59] 10MediaWiki-General-or-Unknown: "Select a file" and "No file is selected" are not translated in the Uploading dialog in the wikitext editor - https://phabricator.wikimedia.org/T119984#1842649 (10matmarex) p:5Triage>3High [19:47:22] 6Phabricator, 5Release: Next Phabricator Upgrade - https://phabricator.wikimedia.org/T120013#1842651 (10mmodell) 3NEW a:3mmodell [19:47:29] (03PS2) 10Dbrant: WIP: Location-aware link previews. [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/256266 (https://phabricator.wikimedia.org/T119215) [19:48:01] 6Phabricator, 5Release: Next Phabricator Upgrade - https://phabricator.wikimedia.org/T114994#1711902 (10mmodell) [19:49:31] 6Phabricator, 5Release: Next Phabricator Upgrade - https://phabricator.wikimedia.org/T120013#1842664 (10mmodell) [19:49:35] (03PS3) 10Nikerabbit: mediawiki.api: fix badtoken handling with legacy token types [core] - 10https://gerrit.wikimedia.org/r/256240 [19:50:32] 6Phabricator, 5Release: Next Phabricator Upgrade - https://phabricator.wikimedia.org/T120013#1842651 (10mmodell) [19:56:04] (03CR) 10Hashar: "recheck" [extensions/Flow] - 10https://gerrit.wikimedia.org/r/246424 (owner: 10Paladox) [19:56:17] (03CR) 10jenkins-bot: [V: 04-1] mediawiki.api: fix badtoken handling with legacy token types [core] - 10https://gerrit.wikimedia.org/r/256240 (owner: 10Nikerabbit) [19:59:07] (03CR) 10Hashar: [C: 032] "CI change deployed \O/" [extensions/Flow] - 10https://gerrit.wikimedia.org/r/246424 (owner: 10Paladox) [20:02:44] (03Merged) 10jenkins-bot: Add composer test with just php-parallel-lint [extensions/Flow] - 10https://gerrit.wikimedia.org/r/246424 (owner: 10Paladox) [20:07:32] (03CR) 10BearND: [C: 031] Roll out RESTBase usage to Android Beta app: 10% [extensions/MobileApp] - 10https://gerrit.wikimedia.org/r/254045 (https://phabricator.wikimedia.org/T118965) (owner: 10BearND) [20:14:25] (03CR) 10Qdinar: "i have handled/managed cases incorrectly (in cyrl->lat) , because all that "camel cases" are abbreviations, so, i could easily split them " [core] - 10https://gerrit.wikimedia.org/r/164049 (https://phabricator.wikimedia.org/T27537) (owner: 10Qdinar) [20:17:03] 7Design, 10VisualEditor, 10VisualEditor-MediaWiki-Links: Delete link action seems inconsistent - https://phabricator.wikimedia.org/T119615#1842783 (10Jdforrester-WMF) p:5Normal>3Low [20:17:19] (03CR) 10MaxSem: [C: 032] build: Set private=true in package.json [wikimedia/portals] - 10https://gerrit.wikimedia.org/r/255493 (owner: 10Krinkle) [20:19:54] 7Design, 10VisualEditor, 10VisualEditor-MediaWiki-Links: Delete link action seems inconsistent - https://phabricator.wikimedia.org/T119615#1842795 (10Jdforrester-WMF) The button has a tooltip. The height is consistent now for most users most of the time (don't ask how we fixed it). The icon was chosen to be... [20:19:56] 10Phabricator-Upstream, 7Security-General, 7Upstream: Panic? Upstream just deprecated the events that we use to implement the Phabricator security extension - https://phabricator.wikimedia.org/T120016#1842796 (10mmodell) 3NEW [20:20:01] (03PS1) 10Hashar: Update parserTests for list [extensions/CharRangeSpan] - 10https://gerrit.wikimedia.org/r/256290 [20:20:03] 10Phabricator-Upstream, 7Security-General, 7Upstream: Panic? Upstream just deprecated the events that we use to implement the Phabricator security extension - https://phabricator.wikimedia.org/T120016#1842803 (10mmodell) p:5Triage>3Normal [20:20:26] 7Design, 10VisualEditor, 10VisualEditor-EditingTools, 10VisualEditor-Links, 10VisualEditor-MediaWiki-Links: Change the action buttons in context menus to be separate buttons, not a button group - https://phabricator.wikimedia.org/T119615#1842805 (10Jdforrester-WMF) [20:20:58] 10MediaWiki-extensions-Other, 10VisualEditor, 10VisualEditor-MediaWiki, 7JavaScript, and 2 others: Multiple extensions: VisualEditor JavaScript should only be added if VisualEditor is installed - https://phabricator.wikimedia.org/T88227#1842810 (10Jdforrester-WMF) [20:21:02] (03CR) 10Qdinar: "that way of handling of cases could be useful in talk pages, but that style of using cases is very rare even in them, and also i would nee" [core] - 10https://gerrit.wikimedia.org/r/164049 (https://phabricator.wikimedia.org/T27537) (owner: 10Qdinar) [20:21:12] (03Merged) 10jenkins-bot: build: Set private=true in package.json [wikimedia/portals] - 10https://gerrit.wikimedia.org/r/255493 (owner: 10Krinkle) [20:24:38] 6Community-Liaison: Community Liaison quarterly goals for January - March 2016 - https://phabricator.wikimedia.org/T118703#1842816 (10Quiddity) [20:27:05] (03CR) 10Qdinar: "removing them (replaceInArray etc) will make code run faster." [core] - 10https://gerrit.wikimedia.org/r/164049 (https://phabricator.wikimedia.org/T27537) (owner: 10Qdinar) [20:27:27] (03CR) 10Hashar: "recheck" [extensions/CharRangeSpan] - 10https://gerrit.wikimedia.org/r/256290 (owner: 10Hashar) [20:28:37] (03CR) 10Hashar: [C: 032] Update parserTests for list [extensions/CharRangeSpan] - 10https://gerrit.wikimedia.org/r/256290 (owner: 10Hashar) [20:28:55] (03CR) 10Qdinar: ""to store most frequent" - i think probably just removing most old word is ok and better." [core] - 10https://gerrit.wikimedia.org/r/164049 (https://phabricator.wikimedia.org/T27537) (owner: 10Qdinar) [20:29:08] (03Merged) 10jenkins-bot: Update parserTests for list [extensions/CharRangeSpan] - 10https://gerrit.wikimedia.org/r/256290 (owner: 10Hashar) [20:29:59] (03CR) 10Hashar: "recheck" [extensions/Bootstrap] - 10https://gerrit.wikimedia.org/r/152335 (owner: 10Hashar) [20:34:45] (03CR) 10Hashar: "check experimental" [extensions/Bootstrap] - 10https://gerrit.wikimedia.org/r/152335 (owner: 10Hashar) [20:36:01] (03CR) 10Paladox: "Thanks." [extensions/Flow] - 10https://gerrit.wikimedia.org/r/246424 (owner: 10Paladox) [20:44:47] 3Mobile-App-Android-Sprint-71-Lutetium, 3Wikipedia-Android-App, 7WorkType-NewFunctionality: "Clear all history" should also implicitly clear tabs and backstacks. - https://phabricator.wikimedia.org/T117371#1842844 (10Dbrant) a:3Dbrant [20:48:11] (03CR) 10Hashar: "recheck" [extensions/Bootstrap] - 10https://gerrit.wikimedia.org/r/245243 (owner: 10Siebrand) [20:49:00] 10Wikimedia-Site-Requests: Delete all redundant "MediaWiki" pages for system messages - https://phabricator.wikimedia.org/T45917#1842852 (10Nemo_bis) >>! In T45917#1841781, @Jdforrester-WMF wrote: > What is left to do here? Running on all wikis. [20:50:23] (03PS1) 10Dbrant: Clear all tabs when clearing history. [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/256340 (https://phabricator.wikimedia.org/T117371) [20:50:34] (03CR) 10Hashar: "Paladox you are welcome" [extensions/Flow] - 10https://gerrit.wikimedia.org/r/246424 (owner: 10Paladox) [20:55:19] (03PS3) 10Jdlrobson: Configure footer and sidebar placements [extensions/RelatedArticles] (dev) - 10https://gerrit.wikimedia.org/r/253920 (https://phabricator.wikimedia.org/T119926) (owner: 10Phuedx) [20:55:26] (03CR) 10Jdlrobson: [C: 032] Configure footer and sidebar placements [extensions/RelatedArticles] (dev) - 10https://gerrit.wikimedia.org/r/253920 (https://phabricator.wikimedia.org/T119926) (owner: 10Phuedx) [20:56:47] (03CR) 10jenkins-bot: [V: 04-1] Configure footer and sidebar placements [extensions/RelatedArticles] (dev) - 10https://gerrit.wikimedia.org/r/253920 (https://phabricator.wikimedia.org/T119926) (owner: 10Phuedx) [21:01:21] (03CR) 10Jdlrobson: [C: 04-1] "When = true and = true; does not show in footer. Cant get footer to work at all now for desktop." [extensions/RelatedArticles] (dev) - 10https://gerrit.wikimedia.org/r/253920 (https://phabricator.wikimedia.org/T119926) (owner: 10Phuedx) [21:01:24] 6Discovery, 3Discovery-UX-Sprint: Define logo and prose for completion suggester beta feature - https://phabricator.wikimedia.org/T119991#1842869 (10Deskana) >>! In T119991#1842466, @Deskana wrote: > CirrusSearch itself used to be a beta feature. Perhaps we can just re-use that logo. That logo is in this patc... [21:02:25] (03PS45) 10Anomie: Add SessionManager [core] - 10https://gerrit.wikimedia.org/r/243223 (https://phabricator.wikimedia.org/T111296) [21:02:37] 10Wikimedia-General-or-Unknown: Make Map warper be recognized as a connected app - https://phabricator.wikimedia.org/T73257#1842871 (10Alexrk2) 5Resolved>3Open The same problem appears again. [21:02:51] (03CR) 10jenkins-bot: [V: 04-1] Add SessionManager [core] - 10https://gerrit.wikimedia.org/r/243223 (https://phabricator.wikimedia.org/T111296) (owner: 10Anomie) [21:03:53] 10MediaWiki-Search, 10UI-Standardization, 6Discovery, 5Patch-For-Review: Over-ride the "zebra marquee" pending styling in Special:Search so that it's inconsistent with the rest of the interface, but consistent with every other full text search the user has ... - https://phabricator.wikimedia.org/T118443#1842874 [21:03:57] (03CR) 10Jdlrobson: [C: 04-1] "* Needs rebase" [extensions/RelatedArticles] (dev) - 10https://gerrit.wikimedia.org/r/253919 (owner: 10Phuedx) [21:05:01] 10MediaWiki-extensions-MultimediaViewer: Only last uploader's name is shown in MultimediaViewer - https://phabricator.wikimedia.org/T59308#1842875 (10Peteforsyth) Unsubscribing -- if you find you need me for something, please reach out directly. [21:06:59] (03CR) 10Jdlrobson: [C: 04-1] Configure footer and sidebar placements [extensions/RelatedArticles] (dev) - 10https://gerrit.wikimedia.org/r/253920 (https://phabricator.wikimedia.org/T119926) (owner: 10Phuedx) [21:08:11] 6Discovery, 3Discovery-Analysis-Sprint: Verify data pipeline for accept-language test on or after 2015-12-08 - https://phabricator.wikimedia.org/T119530#1842877 (10Deskana) a:5Deskana>3None [21:09:16] (03CR) 10Jdlrobson: [C: 04-1] "Whilst the end result is the correct desired one I think https://gerrit.wikimedia.org/r/#/c/253920/ is the right approach - we should have" [extensions/RelatedArticles] (dev) - 10https://gerrit.wikimedia.org/r/256166 (https://phabricator.wikimedia.org/T119926) (owner: 10Bmansurov) [21:09:23] (03PS15) 10JGirault: Using handlebars templates to split the html file into sections and generate html based on stats and defs loaded from .json files. [wikimedia/portals] - 10https://gerrit.wikimedia.org/r/252161 (https://phabricator.wikimedia.org/T118894) [21:09:41] 10MediaWiki-General-or-Unknown, 6Multimedia, 10VisualEditor, 10VisualEditor-MediaWiki-Media: Show determinate progress bar for the image upload in mw.ForeignStructuredUpload.BookletLayout - https://phabricator.wikimedia.org/T115861#1842879 (10Volker_E) I'm with @Pginer-WMF on the position and size of the p... [21:09:42] (03CR) 10jenkins-bot: [V: 04-1] Using handlebars templates to split the html file into sections and generate html based on stats and defs loaded from .json files. [wikimedia/portals] - 10https://gerrit.wikimedia.org/r/252161 (https://phabricator.wikimedia.org/T118894) (owner: 10JGirault) [21:10:12] (03PS10) 10Mobrovac: Add Restbase interface [extensions/Math] - 10https://gerrit.wikimedia.org/r/255562 (owner: 10Physikerwelt) [21:10:20] (03PS6) 10Brian Wolff: [WIP] Initial support for CSP in core [core] - 10https://gerrit.wikimedia.org/r/253969 [21:11:42] 10MediaWiki-extensions-Translate, 10Parsoid, 7Blocked-on-Parsoid: Parsoid should support and natively as they are not normal parser tags - https://phabricator.wikimedia.org/T50891#1842890 (10ssastry) >>! In T50891#1840365, @kaldari wrote: > Any update on this? A generic extension registra... [21:15:15] (03PS16) 10JGirault: Using handlebars templates to split the html file into sections and generate html based on stats and defs loaded from .json files. [wikimedia/portals] - 10https://gerrit.wikimedia.org/r/252161 (https://phabricator.wikimedia.org/T118894) [21:17:24] (03CR) 10Jdlrobson: [C: 04-1] "I set all the surveys to only run on mobile" [extensions/QuickSurveys] (dev) - 10https://gerrit.wikimedia.org/r/254402 (https://phabricator.wikimedia.org/T119367) (owner: 10Phuedx) [21:17:48] 10MediaWiki-General-or-Unknown, 10Vector: MW 1.26.0: Vector not displaying but other skins load correctly - https://phabricator.wikimedia.org/T119934#1842904 (10MikeLiss1234) I am experiencing the same issue. If there is anything I can do or add, please let me know. Thanks Mike [21:18:33] 6Discovery, 3Discovery-Cirrus-Sprint: Write A/B test documentation for accept-language header test - https://phabricator.wikimedia.org/T120020#1842907 (10Deskana) 3NEW [21:19:01] (03CR) 10Brian Wolff: [WIP] Initial support for CSP in core (033 comments) [core] - 10https://gerrit.wikimedia.org/r/253969 (owner: 10Brian Wolff) [21:19:03] 6Discovery, 3Discovery-Cirrus-Sprint: Write A/B test documentation for accept-language header test - https://phabricator.wikimedia.org/T120020#1842932 (10Deskana) [21:19:05] 6Discovery, 3Discovery-Cirrus-Sprint: Write A/B test for accept-language header, where the user is shown results from other wikis if they get nothing on their primary wiki - https://phabricator.wikimedia.org/T119527#1842931 (10Deskana) [21:19:34] 6Developer-Relations, 10Wikimedia-Hackathon-2016-Organization, 3DevRel-February-2016: Improve momentum of Hackathon projects - https://phabricator.wikimedia.org/T119862#1842933 (10Qgil) So... I think {T119703} is basically the answer to this task, based on plenty of assumptions, but perhaps good enough to wo... [21:20:04] 10Wikimedia-General-or-Unknown: Make Map warper be recognized as a connected app - https://phabricator.wikimedia.org/T73257#1842936 (10Susannaanas) The MapWarper has new updates which require the OAuth to be reaaproved. If you have created an account in the Warper, you can use that, or you can create an addition... [21:21:52] 10QuickSurveys, 5Patch-For-Review, 3Reading Web Sprint 61 - Cold Hard Cache: Validate and handle a survey's platform - https://phabricator.wikimedia.org/T119367#1842942 (10Jdlrobson) There is an issue with the patch - it doesn't seem to blacklist the surveys - they still show up (unless I'm misunderstanding... [21:22:16] (03PS2) 10Mholloway: Update roll out config for RB usage in beta app [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/254367 (https://phabricator.wikimedia.org/T118965) (owner: 10BearND) [21:22:18] 10Reading Web Planning, 5Patch-For-Review, 3Reading Web Sprint 61 - Cold Hard Cache: Deploy RelatedArticles to all wikipedias (but enabled only in beta) - https://phabricator.wikimedia.org/T116676#1842943 (10Jdlrobson) [21:22:29] 10Reading Web Planning, 5Patch-For-Review, 3Reading Web Sprint 61 - Cold Hard Cache: Deploy RelatedArticles to all wikipedias (but enabled only in beta) - https://phabricator.wikimedia.org/T116676#1755436 (10Jdlrobson) @Florian have clarified. Hope all is good now :) [21:22:56] 10MediaWiki-extensions-OpenStackManager, 6Labs: Prevent empty service groups - https://phabricator.wikimedia.org/T120022#1842946 (10Krenair) [21:25:08] (03CR) 10Anomie: [WIP] Initial support for CSP in core (032 comments) [core] - 10https://gerrit.wikimedia.org/r/253969 (owner: 10Brian Wolff) [21:25:19] (03PS1) 10Brian Wolff: Remove inline event handler js from charinsert [extensions/CharInsert] - 10https://gerrit.wikimedia.org/r/256344 [21:25:37] (03CR) 10Mobrovac: [C: 032] Add Restbase interface [extensions/Math] - 10https://gerrit.wikimedia.org/r/255562 (owner: 10Physikerwelt) [21:25:50] (03CR) 10Brian Wolff: [WIP] Initial support for CSP in core (032 comments) [core] - 10https://gerrit.wikimedia.org/r/253969 (owner: 10Brian Wolff) [21:25:52] (03CR) 10jenkins-bot: [V: 04-1] Remove inline event handler js from charinsert [extensions/CharInsert] - 10https://gerrit.wikimedia.org/r/256344 (owner: 10Brian Wolff) [21:27:40] (03CR) 10Brian Wolff: "hmm, that's not what my browser seems to do, but maybe its just buggy. I'll change it in the next patchset." [core] - 10https://gerrit.wikimedia.org/r/253969 (owner: 10Brian Wolff) [21:28:15] 10Phlogiston: Accept Milestone tasks as possible Categories in addition to Projects and Columns - https://phabricator.wikimedia.org/T120023#1842954 (10JAufrecht) 3NEW a:3JAufrecht [21:28:19] (03PS1) 10Dbrant: End link preview a/b test. [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/256345 [21:28:19] 10MobileFrontend, 10Reading-Community-Engagement, 6WMF-Communications, 7Easy, 3Google-Code-In-2015: Provide more friendly wording for "Beta" explanation - https://phabricator.wikimedia.org/T107367#1842962 (10Jdlrobson) [21:28:49] (03PS2) 10Brian Wolff: Remove inline event handler js from charinsert [extensions/CharInsert] - 10https://gerrit.wikimedia.org/r/256344 [21:28:59] (03CR) 10jenkins-bot: [V: 04-1] Update roll out config for RB usage in beta app [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/254367 (https://phabricator.wikimedia.org/T118965) (owner: 10BearND) [21:30:10] 10Gather, 7Easy, 3Google-Code-In-2015: Desktop: Search box inaccessible in Special:Gather - https://phabricator.wikimedia.org/T108432#1842972 (10Jdlrobson) [21:30:57] 10Wikimedia-Developer-Summit-2016-Organization: Define the list of "must have" sessions for WikiDev '16 - https://phabricator.wikimedia.org/T119593#1842976 (10Milimetric) This gets my biased +1, I think it's an important long term strategic discussion of releasing analytics data and integrating it in our product... [21:34:13] (03CR) 10Anomie: [WIP] Initial support for CSP in core (032 comments) [core] - 10https://gerrit.wikimedia.org/r/253969 (owner: 10Brian Wolff) [21:34:21] (03CR) 10Jdlrobson: Use displaytext from api result in search display (033 comments) [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/251207 (https://phabricator.wikimedia.org/T110069) (owner: 10Bene) [21:35:29] (03CR) 10jenkins-bot: [V: 04-1] End link preview a/b test. [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/256345 (owner: 10Dbrant) [21:36:04] (03CR) 10Dbrant: "recheck" [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/256345 (owner: 10Dbrant) [21:37:43] (03PS3) 10Dbrant: Location-aware link previews. [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/256266 (https://phabricator.wikimedia.org/T119215) [21:39:08] 10Reading Web Planning, 5Patch-For-Review, 3Reading Web Sprint 61 - Cold Hard Cache: Deploy RelatedArticles to all wikipedias (but enabled only in beta) - https://phabricator.wikimedia.org/T116676#1842984 (10Florian) Not really :) (Maybe I overlook something :]): Is the goal to deploy this extension to **pro... [21:44:48] (03PS2) 10Physikerwelt: Implement Restbase based texvc input check [extensions/Math] - 10https://gerrit.wikimedia.org/r/255797 [21:45:32] (03CR) 10Dbrant: "recheck" [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/256345 (owner: 10Dbrant) [21:46:03] 3Team-Practices-This-Week: Draft to upstream: Improve the ability to drag tasks between long, short and distant columns. - https://phabricator.wikimedia.org/T119227#1842991 (10DStrine) upstreamed: https://secure.phabricator.com/T9882 [21:48:14] 3Team-Practices-This-Week: Draft to upstream: @mentions in descriptions should auto-complete - https://phabricator.wikimedia.org/T119230#1842992 (10DStrine) upstreamed: https://secure.phabricator.com/T9883 [21:49:53] 3Team-Practices-This-Week: Draft to upstream: Phabricator workboards should have scroll-locked column headers - https://phabricator.wikimedia.org/T119224#1842994 (10DStrine) upstreamed: https://secure.phabricator.com/T9884 [21:50:05] 10Source-Metadata, 10The-Wikipedia-Library, 10WikiProject-X: Create recommendations for databases/journals/websites, by WikiProject for WikiProject X - https://phabricator.wikimedia.org/T111066#1842996 (10Halfak) I see this as blocked on an initial import to LibraryBase. @harej, what's the most apt. card fo... [21:51:41] 7Upstream: Draft to upstream: Improve the ability to drag tasks between long, short and distant columns. - https://phabricator.wikimedia.org/T119227#1843002 (10DStrine) [21:51:47] What was the replacement for the addOnloadHook() function? I haven't upgraded in awhile and I need to update my site code. [21:52:20] 10MediaWiki-Unit-tests, 10Continuous-Integration-Infrastructure, 10Parsoid, 5MW-1.23-release, and 7 others: Speed up mediawiki-phpunit-hhvm and mediawiki-phpunit-zend Jenkins jobs (parsertests are slow) - https://phabricator.wikimedia.org/T114314#1843005 (10hashar) Poked wikitech-l about it: **CI parserte... [21:52:32] 7Upstream: Draft to upstream: @mentions in descriptions should auto-complete - https://phabricator.wikimedia.org/T119230#1843006 (10DStrine) [21:53:29] 7Upstream: Draft to upstream: Phabricator workboards should have scroll-locked column headers - https://phabricator.wikimedia.org/T119224#1843009 (10DStrine) [21:54:49] (03PS1) 10Aaron Schulz: Fix some IDEA errors in BacklinkJobUtils [core] - 10https://gerrit.wikimedia.org/r/256347 [21:56:56] (03CR) 10Florianschmidtwelzow: [C: 032] Make HTMLCacheUpdate callers more consistent [core] - 10https://gerrit.wikimedia.org/r/256153 (owner: 10Aaron Schulz) [21:57:53] (03CR) 10Dbrant: "recheck" [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/254367 (https://phabricator.wikimedia.org/T118965) (owner: 10BearND) [21:58:52] (03CR) 10Mholloway: [C: 031] End link preview a/b test. [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/256345 (owner: 10Dbrant) [21:59:02] (03PS1) 10Jdlrobson: Disable the optin to beta message / make it configurable [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/256348 (https://phabricator.wikimedia.org/T114038) [22:02:54] (03Merged) 10jenkins-bot: Make HTMLCacheUpdate callers more consistent [core] - 10https://gerrit.wikimedia.org/r/256153 (owner: 10Aaron Schulz) [22:04:34] 6Editing-Analysis: Update selection of metrics on WMF Product report page - https://phabricator.wikimedia.org/T120025#1843016 (10Neil_P._Quinn_WMF) 3NEW [22:05:19] 10Security-Reviews: Thumbor Security Review - https://phabricator.wikimedia.org/T114414#1843024 (10dpatrick) a:3dpatrick [22:06:52] 10Security-Reviews: Thumbor Security Review - https://phabricator.wikimedia.org/T114414#1694707 (10dpatrick) Hey all, I'm planning on doing this review this week. I just want to verify that this is still on your workboard. [22:08:46] 10Security-Reviews, 6Security-Team: Thumbor Security Review - https://phabricator.wikimedia.org/T114414#1843028 (10dpatrick) [22:08:56] 6Increasing content coverage: Target Dropdown refreshing incorrectly when Source Dropdown is changed - https://phabricator.wikimedia.org/T120026#1843029 (10Milimetric) 3NEW a:3Milimetric [22:12:02] (03CR) 10jenkins-bot: [V: 04-1] Disable the optin to beta message / make it configurable [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/256348 (https://phabricator.wikimedia.org/T114038) (owner: 10Jdlrobson) [22:12:16] (03CR) 10BryanDavis: [C: 032] Add isHiDPI and isHttp2 properties; drop isHttps [extensions/NavigationTiming] - 10https://gerrit.wikimedia.org/r/256051 (https://phabricator.wikimedia.org/T119014) (owner: 10Ori.livneh) [22:13:09] (03Merged) 10jenkins-bot: Add isHiDPI and isHttp2 properties; drop isHttps [extensions/NavigationTiming] - 10https://gerrit.wikimedia.org/r/256051 (https://phabricator.wikimedia.org/T119014) (owner: 10Ori.livneh) [22:14:54] 6Increasing content coverage: Article Preview Broken - https://phabricator.wikimedia.org/T120027#1843043 (10ellery) 3NEW a:3Milimetric [22:15:05] 7Design, 10MediaWiki-extensions-ContentTranslation, 5ContentTranslation-Release7, 7WorkType-Maintenance: Get ContentTranslation to anticipate and handle AbuseFilter warnings and blocks - https://phabricator.wikimedia.org/T114621#1843051 (10Trondtr) Update: (... still do not know whether I should be ashamed... [22:16:24] 6Increasing content coverage: Article Preview Broken on Firefox - https://phabricator.wikimedia.org/T120027#1843055 (10ellery) [22:17:28] (03CR) 10Mholloway: [C: 031] "To my eye, the thumbnail next to the title makes the dialog look a little busy when there's also a scrolling list of thumbnails at the bot" [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/256251 (https://phabricator.wikimedia.org/T119214) (owner: 10Dbrant) [22:17:33] 10Reading Web Planning, 5Patch-For-Review, 3Reading Web Sprint 61 - Cold Hard Cache: Deploy RelatedArticles to all wikipedias (but enabled only in beta) - https://phabricator.wikimedia.org/T116676#1843058 (10Moushira) Just FYI: I actually announced the feature on [[ https://en.wikipedia.org/w/index.php?title... [22:18:28] (03CR) 10Smalyshev: [C: 031] Initial popularity score calculator (031 comment) [wikimedia/discovery/analytics] - 10https://gerrit.wikimedia.org/r/256167 (https://phabricator.wikimedia.org/T116055) (owner: 10EBernhardson) [22:23:11] 10Reading Web Planning, 5Patch-For-Review, 3Reading Web Sprint 61 - Cold Hard Cache: Deploy RelatedArticles to all wikipedias (but enabled only in beta) - https://phabricator.wikimedia.org/T116676#1843071 (10Jdlrobson) [22:23:42] 10Reading Web Planning, 5Patch-For-Review, 3Reading Web Sprint 61 - Cold Hard Cache: Deploy RelatedArticles to all wikipedias (but enabled only in beta) - https://phabricator.wikimedia.org/T116676#1755436 (10Jdlrobson) @bmansurov is this on @greg radar? Did you reach out to him? [22:25:49] (03CR) 10Addshore: "*bump*" [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/247831 (owner: 10Addshore) [22:27:33] 10Reading-Web, 3Reading Web Sprint 61 - Cold Hard Cache: Certain wikipedia pages are not auto-collapsing sections on iOS 9 - https://phabricator.wikimedia.org/T118767#1843079 (10Jdlrobson) This is an on-wiki issue and unfortunately out of our control unless we go into the realms of editing which we are not pai... [22:28:07] 10MediaWiki-extensions-Cards, 10Security-Reviews, 3Reading Web Sprint 61 - Cold Hard Cache: Security review of Cards extension and fix any bugs that come out of it - https://phabricator.wikimedia.org/T116677#1843081 (10Jdlrobson) @csteipp did you have a meeting? Can I see your notes? [22:30:02] (03CR) 10Gergő Tisza: Add isHiDPI and isHttp2 properties; drop isHttps (032 comments) [extensions/NavigationTiming] - 10https://gerrit.wikimedia.org/r/256051 (https://phabricator.wikimedia.org/T119014) (owner: 10Ori.livneh) [22:31:23] (03CR) 10Gergő Tisza: Add isHiDPI and isHttp2 properties; drop isHttps (031 comment) [extensions/NavigationTiming] - 10https://gerrit.wikimedia.org/r/256051 (https://phabricator.wikimedia.org/T119014) (owner: 10Ori.livneh) [22:37:12] (03CR) 10Mholloway: [C: 032] Update roll out config for RB usage in beta app [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/254367 (https://phabricator.wikimedia.org/T118965) (owner: 10BearND) [22:37:58] 10Wikimedia-Site-Requests, 5Patch-For-Review: Lojban Wikipedia namespace translation - https://phabricator.wikimedia.org/T118067#1843086 (10KSFT) [22:38:39] 10MediaWiki-Page-protection, 10Wikimedia-Site-Requests: protectionLevels says that the current title is protected if it does not exist - https://phabricator.wikimedia.org/T119827#1843089 (10Orlodrim) Thanks for digging into this. One thing I forgot to mention: the issue does not occur with the parser function... [22:39:14] (03PS2) 10JGirault: First A/B Test: - Increases the input size and the button size, with primary colors and search icons. - Event logging is enabled for 1:200 users - A/B test is enabled for 1:2 users (i.e. 1:400) users. - The test runs for 15 minutes and relies on local [wikimedia/portals] - 10https://gerrit.wikimedia.org/r/255315 (https://phabricator.wikimedia.org/T115957) [22:39:44] 10Research collaborations, 6Research-and-Data: December 2015 research showcase - https://phabricator.wikimedia.org/T115674#1843094 (10awight) [22:39:47] (03CR) 10JGirault: "Haven't fixed IE8 bugs yet, just rebased" [wikimedia/portals] - 10https://gerrit.wikimedia.org/r/255315 (https://phabricator.wikimedia.org/T115957) (owner: 10JGirault) [22:43:35] 10MediaWiki-extensions-CentralNotice, 10Unplanned-Sprint-Work, 3Fundraising Sprint Yo La Tengo: CentralNotice: add 'namespace' hide reason - https://phabricator.wikimedia.org/T120029#1843098 (10AndyRussG) 3NEW a:3AndyRussG [22:43:50] 10MediaWiki-extensions-CentralNotice, 10Unplanned-Sprint-Work, 3Fundraising Sprint Yo La Tengo: CentralNotice: add 'namespace' hide reason - https://phabricator.wikimedia.org/T120029#1843107 (10AndyRussG) [22:46:02] (03Merged) 10jenkins-bot: Update roll out config for RB usage in beta app [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/254367 (https://phabricator.wikimedia.org/T118965) (owner: 10BearND) [22:51:49] 10MediaWiki-extensions-SmiteSpam, 3Google-Code-In-2015: Identify PHP and MediaWiki version compatibility of extension - https://phabricator.wikimedia.org/T115199#1843119 (10polybuildr) This task is rather vague and it's probably a good idea to not propose this for GCI. [22:52:59] 10MediaWiki-extensions-SmiteSpam: Identify PHP and MediaWiki version compatibility of extension - https://phabricator.wikimedia.org/T115199#1843129 (10polybuildr) [22:53:14] 4(no projects): Globalcollect Status 25/404 errors - https://phabricator.wikimedia.org/T120030#1843133 (10MBeat33) 3NEW [22:53:36] (03PS3) 10Physikerwelt: Restbase based texvc input check [extensions/Math] - 10https://gerrit.wikimedia.org/r/255797 [23:01:12] 4(no projects): Globalcollect Status 25/404 errors - https://phabricator.wikimedia.org/T120030#1843163 (10awight) What MBeat33 said. For example, > https://na.gcsip.com/orb/orb?ACTION=DO_START&REF=000000657066354248070000100001&MAC=sI2MOZb3SPGpvroEGe8I5HZzzRSDY2%2Bk00gxhCkAxjw%3D If the URL were accidentally d... [23:01:52] 10MediaWiki-extensions-DonationInterface, 10Fundraising-Backlog, 7FR-GlobalCollect: Globalcollect Status 25/404 errors - https://phabricator.wikimedia.org/T120030#1843165 (10awight) [23:09:05] 10BetaFeatures: BetaFeatures: Add a Notification for "A new Beta Feature is available to try" - https://phabricator.wikimedia.org/T67182#1843176 (10Quiddity) [23:09:06] 4(no projects): Make image thumbnails interlaced whenever possible - https://phabricator.wikimedia.org/T120032#1843186 (10Tgr) 3NEW [23:09:20] 10BetaFeatures, 6Community-Liaison, 10WMF-Product-Strategy: Notify users when a new Beta Feature is available for testing - https://phabricator.wikimedia.org/T77347#1843196 (10Quiddity) [23:09:21] 10BetaFeatures: BetaFeatures: Add a Notification for "A new Beta Feature is available to try" - https://phabricator.wikimedia.org/T67182#1843197 (10Quiddity) [23:09:44] 10BetaFeatures: BetaFeatures: Add a Notification for "A new Beta Feature is available to try" - https://phabricator.wikimedia.org/T67182#700350 (10Quiddity) (Copying from merged task) Additional thoughts on this, from https://meta.wikimedia.org/wiki/Community_Engagement_%28Product%29/Process_ideas#Notifications... [23:11:38] (03PS1) 10Gilles: Fix Varnish repo priority [vagrant] - 10https://gerrit.wikimedia.org/r/256356 [23:14:59] 10BetaFeatures, 10WMF-Product-Strategy: Allow users to provide quick feedback on beta features - https://phabricator.wikimedia.org/T76573#1843206 (10Quiddity) >>! In T76573#1841928, @Wittylama wrote: > Probably pertinent to this discussion is the fact that a user who has opted in to the " Automatically enable... [23:15:16] (03CR) 10Mholloway: [C: 04-1] "small question+comment inline." (032 comments) [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/256266 (https://phabricator.wikimedia.org/T119215) (owner: 10Dbrant) [23:15:55] 6Phabricator, 6operations: this is a test subtask - https://phabricator.wikimedia.org/T120033#1843210 (10RobH) 3NEW a:3RobH [23:16:21] 6Phabricator, 6operations: this is the second test sub-task - https://phabricator.wikimedia.org/T120034#1843218 (10RobH) 3NEW a:3RobH [23:16:44] 6Phabricator, 6operations: this is the second test sub-task - https://phabricator.wikimedia.org/T120034#1843218 (10RobH) [23:16:48] 6Phabricator, 6operations: this is a test subtask - https://phabricator.wikimedia.org/T120033#1843210 (10RobH) [23:18:13] (03PS1) 10Aaron Schulz: Add more BacklinkJobUtils comments [core] - 10https://gerrit.wikimedia.org/r/256357 [23:18:15] (03CR) 10Paladox: "recheck" [extensions/Bootstrap] - 10https://gerrit.wikimedia.org/r/152335 (owner: 10Hashar) [23:18:24] (03CR) 10Paladox: "check experimental" [extensions/Bootstrap] - 10https://gerrit.wikimedia.org/r/152335 (owner: 10Hashar) [23:20:26] (03PS6) 10Mobrovac: service::gitupdate: Remove node_modules/ before installing the new ones [vagrant] - 10https://gerrit.wikimedia.org/r/254827 [23:20:45] bd808: when you have a moment ^^ please take a look [23:21:16] (03PS57) 10TheDJ: [WIP] Using VideoJS instead of Kaltura player [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/212981 (https://phabricator.wikimedia.org/T100106) [23:22:32] mobrovac: will do. hip deep in a another set of reviews right now [23:22:46] kk, cheers bd808 ! [23:23:21] (03CR) 10BryanDavis: "I like this overall but have a few questions and quibbles noted inline." (037 comments) [core] - 10https://gerrit.wikimedia.org/r/254300 (https://phabricator.wikimedia.org/T111302) (owner: 10Anomie) [23:23:54] 10CirrusSearch, 6Discovery, 3Discovery-Cirrus-Sprint, 7WorkType-NewFunctionality: build out infra to be able to take data calculated in hadoop and import it to the elasticsearch cluster on a weekly basis - https://phabricator.wikimedia.org/T113440#1843235 (10Smalyshev) Table name should be popularity_score... [23:23:58] (03CR) 10jenkins-bot: [V: 04-1] [WIP] Using VideoJS instead of Kaltura player [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/212981 (https://phabricator.wikimedia.org/T100106) (owner: 10TheDJ) [23:24:07] 3Wikipedia-Android-App: Tech Debt/Dev Chore: Make EditTaskTest less flaky - https://phabricator.wikimedia.org/T120035#1843236 (10Mholloway) 3NEW [23:24:24] 10MediaWiki-extensions-Maintenance, 3Wikipedia-Android-App: Tech Debt/Dev Chore: Make EditTaskTest less flaky - https://phabricator.wikimedia.org/T120035#1843244 (10Mholloway) [23:24:36] 3Wikipedia-Android-App, 7WorkType-Maintenance: Tech Debt/Dev Chore: Make EditTaskTest less flaky - https://phabricator.wikimedia.org/T120035#1843236 (10Mholloway) [23:30:46] 4(no projects): Vital Signs: Please provide an "all languages" de-duplicated stream for the Community/Content groups of metrics - https://phabricator.wikimedia.org/T120037#1843258 (10Jdforrester-WMF) 3NEW [23:31:00] 6Phabricator, 6operations: migrate RT maint-announce into phabricator - https://phabricator.wikimedia.org/T118176#1843266 (10RobH) I see what @greg means about how content is not copied in during merge. So it is not as ideal as how we handled it in RT, but I propose the following workflow in phabricator: * Ad... [23:33:39] 4(no projects): GC 12/1 donor received 'Forbidden' error for successful donation - https://phabricator.wikimedia.org/T120038#1843267 (10MBeat33) 3NEW [23:33:54] 4(no projects): Make image thumbnails interlaced whenever possible - https://phabricator.wikimedia.org/T120032#1843274 (10Tgr) * [[ http://www.bookofspeed.com/chapter5.html | Book of Speed]]: //A common understanding is that progressive formats produce larger files. While this seems to be true for GIF and PNG,... [23:33:56] 10MediaWiki-Interface, 7JavaScript, 5MW-1.27-release-notes, 5Patch-For-Review, 5WMF-deploy-2015-12-08_(1.27.0-wmf.8): Add generic personal toolbar links for IP users to MediaWiki core - https://phabricator.wikimedia.org/T112724#1843273 (10TTO) 5Open>3Resolved [23:34:21] 6Phabricator, 6operations: migrate RT maint-announce into phabricator - https://phabricator.wikimedia.org/T118176#1843275 (10RobH) I also want to note on record that we should not disclose our maint-announcements by default. This is why I stated that they should be auto-generated in the S4 operations private... [23:34:31] 10MediaWiki-Interface, 7JavaScript, 5MW-1.27-release-notes, 5Patch-For-Review, and 2 others: Add generic personal toolbar links for IP users to MediaWiki core - https://phabricator.wikimedia.org/T112724#1643882 (10TTO) Wikis with the JS for this (at least enwiki and nlwiki) will need to remove it. [23:35:39] (03CR) 10BryanDavis: Implement CentralIdLookup for CentralAuth (034 comments) [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/254302 (https://phabricator.wikimedia.org/T111302) (owner: 10Anomie) [23:36:42] (03PS58) 10TheDJ: [WIP] Using VideoJS instead of Kaltura player [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/212981 (https://phabricator.wikimedia.org/T100106) [23:37:19] 10MediaWiki-extensions-ProofreadPage, 6Wikisource: Enable users to see what kind of task have to be done - https://phabricator.wikimedia.org/T119327#1843281 (10jayvdb) If Wikisource is going to have multiple flags for each page, representing different types of 'quality', it would be worth looking at using #med... [23:38:47] (03CR) 10jenkins-bot: [V: 04-1] [WIP] Using VideoJS instead of Kaltura player [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/212981 (https://phabricator.wikimedia.org/T100106) (owner: 10TheDJ) [23:42:47] 6Phabricator, 6operations: migrate RT maint-announce into phabricator - https://phabricator.wikimedia.org/T118176#1843286 (10RobH) [23:42:51] 6Phabricator, 6operations: this is a test subtask - https://phabricator.wikimedia.org/T120033#1843285 (10RobH) 5Open>3Resolved [23:46:19] 4(no projects): Make image thumbnails interlaced whenever possible - https://phabricator.wikimedia.org/T120032#1843288 (10Tgr) `jpegtran` can convert JPEG files to interlaced and we already run it on JPEGs so adding interlacing should be pretty trivial. `imagemagick` apparently [[ http://www.imagemagick.org/scr... [23:48:07] (03PS59) 10TheDJ: [WIP] Using VideoJS instead of Kaltura player [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/212981 (https://phabricator.wikimedia.org/T100106) [23:48:54] (03CR) 10BryanDavis: "Two small nits." (032 comments) [extensions/OAuth] - 10https://gerrit.wikimedia.org/r/254303 (owner: 10Anomie) [23:49:05] 6Phabricator, 6operations: migrate RT maint-announce into phabricator - https://phabricator.wikimedia.org/T118176#1843290 (10RobH) Ok, I've had an IRC discussion with @chase and @dzahn about this workflow, and I want to modify my suggestion to the following: * Add in the #maint-announce project and have email... [23:50:19] 6Education-Collab: Create education related learning pattern: How to generate engagement with students to become an Wikiambassador - https://phabricator.wikimedia.org/T119498#1843292 (10Kippelboy) Melina, Is there any existing documentation about your projects with wiki ambassadors so we can take a look? [23:50:59] (03CR) 10jenkins-bot: [V: 04-1] [WIP] Using VideoJS instead of Kaltura player [extensions/TimedMediaHandler] - 10https://gerrit.wikimedia.org/r/212981 (https://phabricator.wikimedia.org/T100106) (owner: 10TheDJ) [23:53:31] 6Reading-Admin, 10Wikimedia-Developer-Summit-2016-Organization: WikiDev 16 working area: Content format - https://phabricator.wikimedia.org/T119022#1843295 (10cscott) Perhaps we can have a "lightning talk" round? Some of my proposals that get the ax might still benefit from a brief 5 or 10 minute presentation... [23:53:57] 10MediaWiki-extensions-ProofreadPage, 6Wikisource: Enable users to see what kind of task have to be done - https://phabricator.wikimedia.org/T119327#1843297 (10GOIII) >>! In T119327, @Psychoslave wrote: >Currently ProofreadPage enable to associate one among four selectable states. But this states doesn't allow... [23:55:19] 6Editing-Analysis: Calculate monthly mobile Wikipedia edits and editors for Major Gifts report - https://phabricator.wikimedia.org/T119925#1843298 (10Neil_P._Quinn_WMF) [23:56:54] 6Reading-Admin, 10Wikimedia-Developer-Summit-2016-Organization: WikiDev 16 working area: Content format - https://phabricator.wikimedia.org/T119022#1843302 (10Qgil) >>! In T119022#1843295, @cscott wrote: > Perhaps we can have a "lightning talk" round? Some of my proposals that get the ax might still benefit f... [23:59:48] 10MediaWiki-extensions-ProofreadPage, 6Wikisource: Enable users to see what kind of task have to be done - https://phabricator.wikimedia.org/T119327#1843304 (10GOIII) >>! In T119327#1843281, @jayvdb wrote: > If Wikisource is going to have multiple flags for each page, representing different types of 'quality',...