[00:06:29] JonKatz: yes [00:12:10] hey bmansurov about to fwd you an email. [00:12:25] ok [00:12:52] bmansurov and I'm going to set up a quick vid call, not an emergency, but very time sensitive [00:13:05] sure [00:14:01] bmansurov calling you on hangout... [00:14:05] JonKatz: 1 sec [00:22:38] 10Wikipedia-Android-App, 3Mobile-App-Sprint-55-Android, 5Patch-For-Review: Right-align right-to-left languages in Wikipedia language setting menu - https://phabricator.wikimedia.org/T95895#1232965 (10Vibhabamba) Mholloway I see you submitted a patch, so im just going to move this for Signed off by design. Pl... [00:22:39] 10Wikipedia-Android-App, 3Mobile-App-Sprint-55-Android, 5Patch-For-Review: Right-align right-to-left languages in Wikipedia language setting menu - https://phabricator.wikimedia.org/T95895#1232965 (10Vibhabamba) Mholloway I see you submitted a patch, so im just going to move this for Signed off by design. Pl... [00:23:49] 10Wikipedia-Android-App, 3Mobile-App-Sprint-55-Android, 5Patch-For-Review: In article images: Use a higher res image if available and set it to the width of the column text. - https://phabricator.wikimedia.org/T94646#1232967 (10Vibhabamba) Please check science articles such as 'Pressure' for the small images... [00:23:50] 10Wikipedia-Android-App, 3Mobile-App-Sprint-55-Android, 5Patch-For-Review: In article images: Use a higher res image if available and set it to the width of the column text. - https://phabricator.wikimedia.org/T94646#1232967 (10Vibhabamba) Please check science articles such as 'Pressure' for the small images... [00:24:01] 10Wikipedia-Android-App, 3Mobile-App-Sprint-55-Android, 5Patch-For-Review: In article images: Use a higher res image if available and set it to the width of the column text. - https://phabricator.wikimedia.org/T94646#1232968 (10Vibhabamba) Small images should be left as is. [00:24:02] 10Wikipedia-Android-App, 3Mobile-App-Sprint-55-Android, 5Patch-For-Review: In article images: Use a higher res image if available and set it to the width of the column text. - https://phabricator.wikimedia.org/T94646#1232968 (10Vibhabamba) Small images should be left as is. [00:24:38] 10Wikipedia-Android-App, 3Mobile-App-Sprint-55-Android, 5Patch-For-Review: In article images: Use a higher res image if available and set it to the width of the column text. - https://phabricator.wikimedia.org/T94646#1232969 (10Vibhabamba) Mholloway, when the images are high resolution, the experience looks... [00:24:38] 10Wikipedia-Android-App, 3Mobile-App-Sprint-55-Android, 5Patch-For-Review: In article images: Use a higher res image if available and set it to the width of the column text. - https://phabricator.wikimedia.org/T94646#1232969 (10Vibhabamba) Mholloway, when the images are high resolution, the experience looks... [00:27:22] 6Mobile-Web, 10WikiGrok: WIkiGrok doesn't save when not logged in - https://phabricator.wikimedia.org/T95960#1232981 (10bmansurov) p:5Triage>3Unbreak! [00:27:23] 6Mobile-Web, 10WikiGrok: WIkiGrok doesn't save when not logged in - https://phabricator.wikimedia.org/T95960#1232981 (10bmansurov) p:5Triage>3Unbreak! [00:31:29] bmansurov: you can't do cross domain posts anonymously [00:31:35] this is why wikigrok is broken [00:32:00] jdlrobson: how can we fix it? [00:32:06] you can't [00:32:16] unless you move the API for wikigrokresponse to English Wikipedia [00:32:36] JonKatz: ^ [00:32:39] i'm not sure if intentional [00:33:14] bmansurov: did you mean to post data to Wikidata [00:33:23] WikiGrokResponseApi is ForeignApi [00:33:28] is that intentional? [00:33:36] jdlrobson: I think it's posting to a table [00:33:49] bmansurov: well it's using mw.config.get( 'wgMFWikiDataEndpoint' ); [00:33:54] which is "https://m.wikidata.org/w/api.php" [00:34:41] jdlrobson: yes, that's intentional [00:35:18] okay then that's fundamentally broken and unfixable for anons :) [00:35:47] jdlrobson: isn't foreign api supposed to be cross domain? [00:37:37] bmansurov: also [MobileWebWikiGrokError] Missing property "mobileMode" [00:38:03] jdlrobson: yeah saw that, i'm going to create a bug for that [00:39:08] ForeignApi is supposed to be cross domain but only works if authenticated [00:42:54] 10Gather, 6Mobile-Web: [MobileWebWikiGrokError] Missing property "mobileMode" - https://phabricator.wikimedia.org/T97102#1233027 (10bmansurov) 3NEW [00:44:11] 6Mobile-Web, 10WikiGrok: WIkiGrok doesn't save when not logged in - https://phabricator.wikimedia.org/T95960#1233034 (10bmansurov) @jdlrobson says that ForeignApi doesn't work for anonymous users. [00:45:43] 6Mobile-Web: Hide wikigrok from anon users on en wiki - https://phabricator.wikimedia.org/T97103#1233038 (10JKatzWMF) 3NEW a:3Jdlrobson [00:47:08] JonKatz: https://en.m.wikipedia.org/wiki/Friedrich_Wilhelm_Raiffeisen?wikigrokversion=B&debug=true [00:47:11] confirm fix please [00:47:28] 6Mobile-Web: Hide wikigrok from anon users on en wiki - https://phabricator.wikimedia.org/T97103#1233048 (10Jdlrobson) 5Open>3Invalid No need for a bug specifically about this. [00:47:57] jdlrobson still seeing it [00:48:43] 6Mobile-Web, 10WikiGrok: WIkiGrok doesn't save when not logged in - https://phabricator.wikimedia.org/T95960#1233051 (10Jdlrobson) This is because you can't do CORs requests (cross domain requests) for anonymous users. CentralAuth only allows you to do that when logged in. In our terms this means ForeignApi po... [00:51:19] 6Mobile-Web, 10WikiGrok: WIkiGrok doesn't save when not logged in - https://phabricator.wikimedia.org/T95960#1233053 (10Jdlrobson) Temporary fix here: https://en.wikipedia.org/w/index.php?title=MediaWiki%3AMobile.css&diff=658921233&oldid=657494561 [00:54:56] the fix seems to be working [01:38:21] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-55-iOS: Scroll event after pressing lock icon triggers an alert twice - https://phabricator.wikimedia.org/T96822#1233084 (10Mhurd) a:3Mhurd [01:40:27] (03PS1) 10Mhurd: Fix for lock edit pencil showing alert twice. [apps/ios/wikipedia] - 10https://gerrit.wikimedia.org/r/206349 [01:40:41] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-55-iOS: Scroll event after pressing lock icon triggers an alert twice - https://phabricator.wikimedia.org/T96822#1233088 (10Mhurd) https://gerrit.wikimedia.org/r/#/c/206349/ [02:44:29] 10Wikipedia-Android-App: bracket stripping strips inside link targets - https://phabricator.wikimedia.org/T96871#1233096 (10jeremyb-phone) [02:45:57] 10Wikipedia-Android-App, 10Wikipedia-iOS-App, 6Analytics-Engineering, 10MediaWiki-API, and 2 others: Add page_id and namespace to X-Analytics header in App / api requests - https://phabricator.wikimedia.org/T92875#1233108 (10Mattflaschen) >>! In T92875#1122371, @dr0ptp4kt wrote: > I prefer header enrichmen... [03:12:08] (03CR) 10Amire80: [C: 04-1] "See the comment." (031 comment) [extensions/Gather] - 10https://gerrit.wikimedia.org/r/205801 (https://phabricator.wikimedia.org/T95547) (owner: 10Jdlrobson) [03:14:07] 10Wikipedia-Android-App, 10Wikipedia-iOS-App, 6Analytics-Engineering, 10MediaWiki-API, and 2 others: Add page_id and namespace to X-Analytics header in App / api requests - https://phabricator.wikimedia.org/T92875#1233139 (10Mattflaschen) I intended to mention: This caused {T97104}. [03:42:30] (03CR) 10Amire80: "1. getDir is better than isRtl" (031 comment) [extensions/Gather] - 10https://gerrit.wikimedia.org/r/205964 (https://phabricator.wikimedia.org/T96497) (owner: 10Jdlrobson) [03:42:41] (03CR) 10Amire80: [C: 04-1] i18n: Specify content language directions [extensions/Gather] - 10https://gerrit.wikimedia.org/r/205964 (https://phabricator.wikimedia.org/T96497) (owner: 10Jdlrobson) [05:12:09] (03PS8) 10BearND: WIP: Use experimental page content service [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/201369 (https://phabricator.wikimedia.org/T91798) [05:12:11] (03CR) 10jenkins-bot: [V: 04-1] WIP: Use experimental page content service [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/201369 (https://phabricator.wikimedia.org/T91798) (owner: 10BearND) [05:28:50] (03PS9) 10Florianschmidtwelzow: Hygiene: Create anchor abstraction [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204424 (https://phabricator.wikimedia.org/T87253) (owner: 10Jdlrobson) [05:30:58] (03PS4) 10Florianschmidtwelzow: Hygiene: Stop using mw-ui-button without abstraction [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206016 (owner: 10Jdlrobson) [05:31:04] (03PS2) 10Florianschmidtwelzow: Hygiene: Use Button for category button [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206334 (owner: 10Jdlrobson) [05:32:30] (03CR) 10jenkins-bot: [V: 04-1] Hygiene: Stop using mw-ui-button without abstraction [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206016 (owner: 10Jdlrobson) [05:33:34] (03CR) 10jenkins-bot: [V: 04-1] Hygiene: Use Button for category button [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206334 (owner: 10Jdlrobson) [05:45:15] (03CR) 10Florianschmidtwelzow: [C: 04-1] Hygiene: Stop using mw-ui-button without abstraction (032 comments) [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206016 (owner: 10Jdlrobson) [05:48:08] 10Gather, 7Wikimedia-log-errors: Undefined index: in Collection/Collection.body.php on line 771 - https://phabricator.wikimedia.org/T97108#1233165 (10bd808) 3NEW [05:51:15] (03CR) 10Florianschmidtwelzow: [C: 032] "Jenkins -1 comes from a dependency, otherwise this change looks good and works." [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206334 (owner: 10Jdlrobson) [05:57:45] (03CR) 10Florianschmidtwelzow: [C: 031] "Technically looks mergeable, but see kaldari's comment, too:" [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204424 (https://phabricator.wikimedia.org/T87253) (owner: 10Jdlrobson) [06:01:50] (03PS13) 10Florianschmidtwelzow: Check, if the user is blocked from editing before try to save the edit [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204716 (https://phabricator.wikimedia.org/T96257) [06:02:12] (03CR) 10Florianschmidtwelzow: "PS13 is a rebase" [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204716 (https://phabricator.wikimedia.org/T96257) (owner: 10Florianschmidtwelzow) [06:03:15] (03CR) 10jenkins-bot: [V: 04-1] Check, if the user is blocked from editing before try to save the edit [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204716 (https://phabricator.wikimedia.org/T96257) (owner: 10Florianschmidtwelzow) [06:04:59] (03PS5) 10Florianschmidtwelzow: Add a new Wikitext editor with very basic formatting features [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/194945 (https://phabricator.wikimedia.org/T91752) [06:05:19] (03CR) 10Florianschmidtwelzow: "PS5 is a rebase." [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/194945 (https://phabricator.wikimedia.org/T91752) (owner: 10Florianschmidtwelzow) [06:08:01] 6Mobile-Web, 10MobileFrontend, 5Patch-For-Review, 7Wikimedia-log-errors: Empty delimiter in SkinMinerva - https://phabricator.wikimedia.org/T97050#1233179 (10Florian) Deployed to 1.26wmf2&wmf3 by @rmoen (thanks!) :) [06:08:03] 6Mobile-Web, 10MobileFrontend, 7Wikimedia-log-errors: Empty delimiter in SkinMinerva - https://phabricator.wikimedia.org/T97050#1233181 (10Florian) [06:10:17] (03PS14) 10Florianschmidtwelzow: Check, if the user is blocked from editing before try to save the edit [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204716 (https://phabricator.wikimedia.org/T96257) [08:35:10] morning [10:03:03] hey joakino [10:06:53] 6Mobile-Web, 10Mobile-Web-Sprint-45-Snakes-On-A-Plane, 3Mobile-Web-Design, 5Patch-For-Review: Implement the mock up in T94736 - https://phabricator.wikimedia.org/T94739#1233391 (10phuedx) @JKatzWMF, @KHammerstein: I'll create the necessary config change to show your sample tags on beta. [10:15:34] hi phuedx :) [10:19:50] * phuedx makes a cup of coffee [10:22:22] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-55-iOS: Create accounts for Build server - https://phabricator.wikimedia.org/T94426#1233398 (10dr0ptp4kt) [10:22:50] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-55-iOS: Create accounts for Build server - https://phabricator.wikimedia.org/T94426#1163013 (10dr0ptp4kt) Group configured for CI email address. [10:25:59] i didn't actually make a cup of coffee [10:26:06] i've already had two this morning [10:36:56] 10Gather, 6Mobile-Web: [MobileWebWikiGrokError] Missing property "mobileMode" - https://phabricator.wikimedia.org/T97102#1233412 (10phuedx) This should have been fixed by [@kaldari patch](https://gerrit.wikimedia.org/r/203971). It seems that it hasn't propagated yet. [13:49:55] o/ phuedx [13:50:12] hey halfak [13:50:27] Just finished digesting Open Mike Eagle's 4NML HSPTL. [13:50:34] yeah? [13:50:35] As usually I'm looking for some new suggestions :D [13:50:37] whaddya think? [13:51:14] Solid. I enjoyed it a lot. Definitely different than Dark Comedy in character. [13:52:06] I was just looking through the albums I played the most last year and 50% of them were your suggestions. [13:52:11] :) [13:54:37] hah [13:54:44] i haven't got much more like ome [13:54:49] busdriver is a solid rec [13:55:52] phuedx, note that you pulled me into Cult of Luna and Nordic Giants too. So your recs. cross genre well. :) [13:56:01] * halfak searches around for busdriver [13:56:21] halfak: you can download lupe fiasco's first three mixtapes for free too [13:56:53] which album would you recommend I start with for busdriver? [13:57:02] the truth is among us, revenge of the nerds, and a rhyming ape [13:57:08] the first two are /amazing/ [13:57:16] ^ those are lupe fiasco albums [13:57:55] halfak: fear of a black tangent for busdriver [13:58:31] i'm really not a fan of lupe fiasco's later stuff [13:58:38] but the early mixtapes are nuts [13:59:24] phuedx, cool. I'll check it out. I just found http://mixtapemonkey.com/134/lupe-fiasco-fahrenheit-1-15-part-i-the-truth-is-among-us [13:59:28] This the right thing? [13:59:41] yup [13:59:57] halfak: the first verse of "ooh" [14:00:02] yeesh [14:02:21] "i'm the worst case scenario, bump heads for coins like mario, pop rounds like merry go, from birth date to burial" [14:03:16] it's insanely clever, multi-heavy, nerd rap [14:03:52] hrrm [14:04:39] halfak: something very different would be https://abdominal.bandcamp.com/album/sitting-music [14:05:44] phuedx, I've been getting really into Sage Francis recently. [14:06:02] https://www.youtube.com/watch?v=SPifsXaLTYk [14:06:34] ^ Little Houdini is a good place to start. Now sure how I would classify it. [14:06:40] Country rap? [14:08:40] * phuedx listens [14:15:07] * phuedx leaves the playlist playing [14:15:10] ^ halfak +1 [14:15:14] :D [14:15:18] \o/ [14:15:27] \:D/ [14:15:29] lol [15:15:11] 10Gather, 6Mobile-Web: [MobileWebWikiGrokError] Missing property "mobileMode" - https://phabricator.wikimedia.org/T97102#1233848 (10Florian) It's part of 1.26wmf3 and will be deployed to enwiki at 29 April 2015. [15:19:44] 10Gather, 6Mobile-Web: [MobileWebWikiGrokError] Missing property "mobileMode" - https://phabricator.wikimedia.org/T97102#1233860 (10phuedx) Ugh. Although WikiGrok has been temporarily disabled for anons – fix pending – the fix should be SWAT deployed soon. Monday, 27th? [16:33:52] phuedx, "Sock Hop" lol [16:44:13] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-55-iOS: Spike [1 hour]: As a Mobile Apps Team, I would like to be alerted when something is going catastrophically wrong with the app in production, so we can fix it for our users (Monitoring/Alerting) - https://phabricator.wikimedia.org/T95941#1234014 (10KLans_WMF) Has... [17:10:13] 10Gather, 6Mobile-Web, 10Mobile-Web-Sprint-45-Snakes-On-A-Plane: [MobileWebWikiGrokError] Missing property "mobileMode" - https://phabricator.wikimedia.org/T97102#1234100 (10KLans_WMF) [17:11:39] 6Mobile-Web, 3Mobile-Web-Design: Find another/a better place for secondary actions - https://phabricator.wikimedia.org/T97048#1234106 (10KLans_WMF) [17:12:05] 6Mobile-Web, 3Mobile-Web-Design: Find another/a better place for secondary actions - https://phabricator.wikimedia.org/T97048#1234111 (10phuedx) @JonKatzWMF: Take a look at a page in stable, beta, and then alpha. [17:17:12] JonKatz, bmansurov: if you want to meet quickly after yer next meeting to discuss rolling back then we can [17:17:23] sure [17:17:55] 10Gather, 6Mobile-Web, 10Mobile-Web-Sprint-45-Snakes-On-A-Plane: [MobileWebWikiGrokError] Missing property "mobileMode" - https://phabricator.wikimedia.org/T97102#1234115 (10bmansurov) 5Open>3Resolved a:3bmansurov [17:18:09] 10Wikipedia-Android-App, 10Wikipedia-iOS-App, 3Mobile-App-Sprint-56-Android: EventLogging to evaluate success/failure of link hovering prototype - https://phabricator.wikimedia.org/T95726#1234117 (10Deskana) a:5Deskana>3None [17:19:07] 10Gather, 6Mobile-Web, 10Mobile-Web-Sprint-45-Snakes-On-A-Plane: [MobileWebWikiGrokError] Missing property "mobileMode" - https://phabricator.wikimedia.org/T97102#1234122 (10phuedx) We're planning on rolling WikiGrok back to the last-known stable version on Monday, 27th. We'll be sure to include @kaldari's p... [17:19:31] hrrm [17:19:34] no jdlrobson [17:19:42] 10Wikipedia-Android-App, 3Mobile-App-Sprint-55-Android, 5Patch-For-Review: Adjust link preview prototype 1 - https://phabricator.wikimedia.org/T96068#1234123 (10Mholloway) a:5Mholloway>3bearND [17:22:27] (03PS8) 10Phuedx: Rewrite mobile login page to be less hacky and closer to core version [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204977 (https://phabricator.wikimedia.org/T95065) (owner: 10Kaldari) [17:24:48] (03CR) 10Phuedx: "PS8 is " [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204977 (https://phabricator.wikimedia.org/T95065) (owner: 10Kaldari) [17:25:07] (03CR) 10Phuedx: "@Jdlrobson: Could you point me at the watchlist message you're talking about?" [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204977 (https://phabricator.wikimedia.org/T95065) (owner: 10Kaldari) [17:27:05] (03CR) 10Bmansurov: Beta: Add the Tags section (031 comment) [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204490 (https://phabricator.wikimedia.org/T94739) (owner: 10Phuedx) [17:29:45] 10Wikipedia-Android-App, 10Wikipedia-iOS-App, 3Mobile-App-Sprint-56-Android: Reuse image caption from the article in the image gallery, to increase continuity between article and image gallery - https://phabricator.wikimedia.org/T94495#1234144 (10Deskana) a:5Deskana>3None [17:29:55] 10Wikipedia-Android-App, 7I18n, 3Mobile-App-Sprint-56-Android: Special case Traditional and Simplified Chinese in all language handling - https://phabricator.wikimedia.org/T62743#1234145 (10Deskana) a:5Deskana>3None [17:33:00] gonna get george to bed [17:33:03] back in a little while [17:40:40] 10Wikipedia-Android-App, 7I18n, 3Mobile-App-Sprint-56-Android: Special case Traditional and Simplified Chinese in all language handling - https://phabricator.wikimedia.org/T62743#1234178 (10Vibhabamba) There is a bit of back and forth here, I can find some time to discuss this with Deskanaa today and submit... [17:42:16] bmansurov I'll be out at noon PST if you can chat then? [17:42:34] JonKatz: about what? [17:43:27] 10Wikipedia-Android-App: Productize link preview prototype code - https://phabricator.wikimedia.org/T97150#1234182 (10bearND) 3NEW [17:43:31] (03CR) 10Fjalapeno: [C: 032] Fix for lock edit pencil showing alert twice. [apps/ios/wikipedia] - 10https://gerrit.wikimedia.org/r/206349 (owner: 10Mhurd) [17:43:36] bmansurov sorry incorrectly responding to phuedx|AFK .. who wrote " JonKatz, bmansurov: if you want to meet quickly after yer next meeting to discuss rolling back then we can" [17:43:37] 10Wikipedia-Android-App, 3Mobile-App-Sprint-56-Android: Productize link preview prototype code - https://phabricator.wikimedia.org/T97150#1234189 (10bearND) [17:44:02] JonKatz: np, yes, I can meet then if phuedx can [17:44:17] 10Wikipedia-Android-App, 3Mobile-App-Sprint-56-Android: Productize link preview prototype code - https://phabricator.wikimedia.org/T97150#1234193 (10bearND) p:5Triage>3Normal [17:44:24] 6Mobile-Web, 3Mobile-Web-Design: Find another/a better place for secondary actions - https://phabricator.wikimedia.org/T97048#1234194 (10Florian) Here an example :) alpha: {F156341} beta: {F156343} stable: {F156345} [17:46:45] 10Wikipedia-Android-App, 10Wikipedia-iOS-App, 3Mobile-App-Sprint-56-Android: Excludes certain types of links from producing previews - https://phabricator.wikimedia.org/T95035#1234197 (10KLans_WMF) [17:46:45] 10Wikipedia-Android-App, 10Wikipedia-iOS-App, 3Mobile-App-Sprint-56-Android: Exclude certain types of links from producing previews - https://phabricator.wikimedia.org/T95035#1178711 (10KLans_WMF) [17:49:15] 10Wikipedia-Android-App, 10Wikipedia-iOS-App, 3Mobile-App-Sprint-56-Android: Exclude certain types of links from producing previews - https://phabricator.wikimedia.org/T95035#1234210 (10KLans_WMF) [17:52:17] bmansurov i wouldn't be surprised or judgemental if that is too late for phuedx|AFK on a friday :) We can talk Monday. [17:52:46] JonKatz: ok, let's talk on monday [17:53:05] 10Wikipedia-Android-App, 3Mobile-App-Sprint-56-Android: Productize link preview prototype code - https://phabricator.wikimedia.org/T97150#1234222 (10bearND) [17:53:53] 10Wikipedia-iOS-App: Testing article issues and disambiguation(T90250) - https://phabricator.wikimedia.org/T97151#1234229 (10Etonkovidova) 3NEW [17:54:16] 10Wikipedia-Android-App, 3Mobile-App-Sprint-56-Android: Productize link preview prototype code - https://phabricator.wikimedia.org/T97150#1234182 (10bearND) [17:56:01] 10Wikipedia-Android-App, 3Mobile-App-Sprint-56-Android: Productize link preview prototype code - https://phabricator.wikimedia.org/T97150#1234243 (10KLans_WMF) [17:59:08] 10Wikipedia-Android-App, 10Wikipedia-iOS-App, 3Mobile-App-Sprint-56-Android: EventLogging to evaluate success/failure of link hovering prototype - https://phabricator.wikimedia.org/T95726#1234254 (10KLans_WMF) [18:01:26] coreyfloyd: you guys need to join other hangout [18:01:33] I think you're still in android one [18:02:05] kristenlans: thanks! [18:03:47] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-55-iOS: {{main}} template not showing in articles - https://phabricator.wikimedia.org/T96228#1234274 (10Deskana) 5Open>3Resolved [18:04:12] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-55-iOS: Crash due to out-of-bounds exception in search - https://phabricator.wikimedia.org/T96254#1234275 (10Deskana) 5Open>3Resolved [18:04:14] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-55-iOS: [RELEASE] 4.1.1 hot-fixes & migration tweaks - https://phabricator.wikimedia.org/T96389#1234277 (10Deskana) [18:06:28] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-55-iOS: Releasing Sprint 55 Work Product - https://phabricator.wikimedia.org/T95969#1234283 (10dr0ptp4kt) [18:08:24] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-55-iOS: As a new user, I'd like article issues and disambiguation wrapped up into a button so that I can see what problems an article might have. - https://phabricator.wikimedia.org/T90250#1234287 (10Etonkovidova) https://phabricator.wikimedia.org/T97151 was filed for ad... [18:10:23] coreyfloyd: mhurd http://hatjitsu.wmflabs.org/57052 [18:10:35] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-56-iOS: Fact cards, which have no specific text selected, should always carry the first sentence of the article. - https://phabricator.wikimedia.org/T96312#1234296 (10dr0ptp4kt) [18:10:45] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-56-iOS: Fact cards, which have no specific text selected, should always carry the first sentence of the article. - https://phabricator.wikimedia.org/T96312#1214052 (10dr0ptp4kt) [18:15:23] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-56-iOS: Remove reference superscripts in share a fact cards. - https://phabricator.wikimedia.org/T95476#1234314 (10KLans_WMF) [18:15:25] 10Gather, 3Gather Sprint Forward, 10Continuous-Integration-Config: Gather should be using its own Gruntfile in Jenkins - https://phabricator.wikimedia.org/T92589#1234315 (10Krinkle) 5Open>3Resolved [18:17:56] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-56-iOS: Fact cards, which have no specific text selected, should always carry the first sentence of the article. - https://phabricator.wikimedia.org/T96312#1234336 (10KLans_WMF) [18:18:11] rmoen: can you help me clear out the phab board [18:18:26] jdlrobson: sure [18:18:41] https://gerrit.wikimedia.org/r/206292 and https://gerrit.wikimedia.org/r/204659need your blessing [18:18:46] and https://gerrit.wikimedia.org/r/205300 [18:19:57] (03PS15) 10BearND: [WIP] Link previews (prototype 1) [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/202615 (owner: 10Dbrant) [18:20:27] 10Gather, 10Continuous-Integration-Config: PHPUnit tests do not get run by Jenkins for Gather commits - https://phabricator.wikimedia.org/T96904#1234373 (10Krinkle) [18:20:31] jdlrobson: actually, https://gerrit.wikimedia.org/r/#/c/206292/ needs your blessing. [18:20:58] 10Gather, 3Gather Sprint Forward, 10MediaWiki-Vagrant, 5Patch-For-Review: Create vagrant Gather role - https://phabricator.wikimedia.org/T90814#1234378 (10Jdlrobson) 5Open>3Resolved Thanks @bd808 ! :D [18:21:01] you have a +1 there. Unless you want me to change it to have a static method. [18:21:08] 6Mobile-Web, 10Continuous-Integration-Config, 10WikiGrok: Include WikidataBuildResources in the WikiGrok extensions build dependencies - https://phabricator.wikimedia.org/T96012#1234384 (10Krinkle) [18:21:51] (03PS8) 10Robmoen: Save changes to members of collection only when done clicked [extensions/Gather] - 10https://gerrit.wikimedia.org/r/204659 (https://phabricator.wikimedia.org/T95776) (owner: 10Jdlrobson) [18:23:06] (03PS4) 10Jdlrobson: i18n: Tweaks [extensions/Gather] - 10https://gerrit.wikimedia.org/r/205801 (https://phabricator.wikimedia.org/T95547) [18:23:10] (03CR) 10Jdlrobson: i18n: Tweaks (031 comment) [extensions/Gather] - 10https://gerrit.wikimedia.org/r/205801 (https://phabricator.wikimedia.org/T95547) (owner: 10Jdlrobson) [18:23:16] (03PS5) 10Jdlrobson: i18n: Tweaks [extensions/Gather] - 10https://gerrit.wikimedia.org/r/205801 (https://phabricator.wikimedia.org/T95547) [18:24:18] (03PS3) 10Jdlrobson: i18n: Specify content language directions [extensions/Gather] - 10https://gerrit.wikimedia.org/r/205964 (https://phabricator.wikimedia.org/T96497) [18:24:35] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-56-iOS: Article titles that should be italicised are not italicised in lead image - https://phabricator.wikimedia.org/T96262#1234407 (10Mhurd) API "displayTitle" should have the "" tag - we can check it to see if we need to use attributed string italics. [18:25:00] (03CR) 10Jdlrobson: i18n: Specify content language directions (031 comment) [extensions/Gather] - 10https://gerrit.wikimedia.org/r/205964 (https://phabricator.wikimedia.org/T96497) (owner: 10Jdlrobson) [18:26:02] (03PS4) 10Jdlrobson: Reflect some upstream changes [extensions/Gather] - 10https://gerrit.wikimedia.org/r/203229 [18:26:44] 6Mobile-Web, 7Documentation, 7Technical-Debt: [jsduck] Various custom tags should be easily shareable between projects - https://phabricator.wikimedia.org/T86587#1234416 (10Krinkle) [18:26:46] (03PS3) 10Jdlrobson: Prevent multiple clicks to flag and detach from dom on confirmation [extensions/Gather] - 10https://gerrit.wikimedia.org/r/206191 (owner: 10Robmoen) [18:28:57] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-56-iOS: Implement Schema:MobileWikiAppSearch - https://phabricator.wikimedia.org/T90257#1234417 (10KLans_WMF) [18:29:27] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-56-iOS: Read more sections with no results display the confusing text "No matches found for search term" - https://phabricator.wikimedia.org/T96265#1234421 (10KLans_WMF) [18:30:06] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-56-iOS: Some article titles are randomly bolded in read more section - https://phabricator.wikimedia.org/T96263#1234422 (10KLans_WMF) [18:39:56] (03PS5) 10Jdlrobson: Hygiene: Stop using mw-ui-button without abstraction [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206016 [18:40:02] (03CR) 10Jdlrobson: Hygiene: Stop using mw-ui-button without abstraction (032 comments) [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206016 (owner: 10Jdlrobson) [18:40:09] (03PS3) 10Jdlrobson: Hygiene: Use Button for category button [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206334 [18:40:19] (03PS4) 10Jdlrobson: Hygiene: Use Button for category button [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206334 [18:40:54] (03CR) 10Jdlrobson: [C: 032] Hygiene: Use Button for category button [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206334 (owner: 10Jdlrobson) [18:42:05] (03PS2) 10Jdlrobson: Hygiene: Drawer uses Icon and Button [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206335 [18:42:10] (03CR) 10jenkins-bot: [V: 04-1] Hygiene: Use Button for category button [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206334 (owner: 10Jdlrobson) [18:42:17] (03PS2) 10Jdlrobson: Hygiene: Use Button in AbuseFilterOverlay [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206336 [18:42:29] (03PS3) 10Jdlrobson: Hygiene: Use Button in AbuseFilterOverlay [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206336 [18:42:54] (03CR) 10Jdlrobson: [C: 031] Hygiene: Use Button for category button [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206334 (owner: 10Jdlrobson) [18:43:26] (03CR) 10Jdlrobson: [C: 032] Hygiene: Use Button for category button [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206334 (owner: 10Jdlrobson) [18:43:32] hey bmansurov, JonKatz: i'm here [18:43:35] (03Merged) 10jenkins-bot: Hygiene: Use Button for category button [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206334 (owner: 10Jdlrobson) [18:43:42] (03CR) 10Robmoen: [C: 032] Save changes to members of collection only when done clicked [extensions/Gather] - 10https://gerrit.wikimedia.org/r/204659 (https://phabricator.wikimedia.org/T95776) (owner: 10Jdlrobson) [18:43:50] i've got about an hour left on the clock [18:44:41] 10Wikipedia-Android-App, 10Wikipedia-iOS-App, 10Continuous-Integration-Config: Jenkins should run tests for the Wikipedia app before merge - https://phabricator.wikimedia.org/T62720#1234495 (10Krinkle) [18:44:49] (03PS10) 10Jdlrobson: Gather as desktop beta feature infrastructure [extensions/Gather] - 10https://gerrit.wikimedia.org/r/202061 (https://phabricator.wikimedia.org/T97084) [18:45:46] (03Merged) 10jenkins-bot: Save changes to members of collection only when done clicked [extensions/Gather] - 10https://gerrit.wikimedia.org/r/204659 (https://phabricator.wikimedia.org/T95776) (owner: 10Jdlrobson) [18:46:57] (03CR) 10jenkins-bot: [V: 04-1] Gather as desktop beta feature infrastructure [extensions/Gather] - 10https://gerrit.wikimedia.org/r/202061 (https://phabricator.wikimedia.org/T97084) (owner: 10Jdlrobson) [18:52:33] (03PS1) 10Phuedx: [Beta] Remove Browse tag first letter style [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206426 [18:52:44] (03CR) 10Jdlrobson: [C: 04-1] "I'll fix up the other messages and submit a new patch" [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204977 (https://phabricator.wikimedia.org/T95065) (owner: 10Kaldari) [18:53:16] (03PS7) 10Robmoen: Show hide button on collection itself [extensions/Gather] - 10https://gerrit.wikimedia.org/r/205440 (https://phabricator.wikimedia.org/T94228) (owner: 10Jdlrobson) [18:56:07] (03CR) 10Phuedx: Beta: Add the Tags section (031 comment) [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204490 (https://phabricator.wikimedia.org/T94739) (owner: 10Phuedx) [18:56:25] phuedx|AFK: sorry, was in a meeting [18:56:36] no worries bmansurov [18:56:37] phuedx|AFK: let's chat about the option 2 on monday, shall we? [18:56:42] suresies [18:56:49] great [18:56:52] (03CR) 10Robmoen: [C: 032] Show hide button on collection itself [extensions/Gather] - 10https://gerrit.wikimedia.org/r/205440 (https://phabricator.wikimedia.org/T94228) (owner: 10Jdlrobson) [18:56:55] it'll be good as the whole group 'll be around [18:57:04] yes exactly [18:57:11] and kaldari hasn't weighed in (who has most experience with grokploying) [18:57:25] i'm just saying what you're thinking now, aren't i? [18:57:25] ;) grokploying [18:57:35] yep you are [18:57:41] i am the master of the awful portmanteau [18:58:05] you're also our tech lead ;) [18:59:00] (03Merged) 10jenkins-bot: Show hide button on collection itself [extensions/Gather] - 10https://gerrit.wikimedia.org/r/205440 (https://phabricator.wikimedia.org/T94228) (owner: 10Jdlrobson) [19:01:27] you'll soon learn that i try to compensate for my otherwise crippling self doubt and fear of failure/rejection with bad jokes and portmanteaus [19:03:29] phuedx: hey, should we create a calendar invite for the meeting on monday? [19:05:02] (03PS9) 10Jdlrobson: Rewrite mobile login page to be less hacky and closer to core version [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204977 (https://phabricator.wikimedia.org/T95065) (owner: 10Kaldari) [19:05:49] (03CR) 10Jdlrobson: [C: 031] "@florian @bmansurov @phuedx you should feel free to +2 this." [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204977 (https://phabricator.wikimedia.org/T95065) (owner: 10Kaldari) [19:06:10] bmansurov: yeah, post standup je reckon [19:06:22] yep [19:06:32] (03CR) 10jenkins-bot: [V: 04-1] Rewrite mobile login page to be less hacky and closer to core version [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204977 (https://phabricator.wikimedia.org/T95065) (owner: 10Kaldari) [19:06:46] halfak: yt? [19:08:08] (03PS10) 10Jdlrobson: Rewrite mobile login page to be less hacky and closer to core version [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204977 (https://phabricator.wikimedia.org/T95065) (owner: 10Kaldari) [19:08:46] (03PS11) 10Jdlrobson: Rewrite mobile login page to be less hacky and closer to core version [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204977 (https://phabricator.wikimedia.org/T95065) (owner: 10Kaldari) [19:09:02] (03PS12) 10Jdlrobson: Rewrite mobile login page to be less hacky and closer to core version [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204977 (https://phabricator.wikimedia.org/T95065) (owner: 10Kaldari) [19:09:37] (03CR) 10Jdlrobson: [C: 031] "There was also a slight style regression (missing border), i made a jscs error and I rebased but same stands - Florian/Bman feel free to +" [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204977 (https://phabricator.wikimedia.org/T95065) (owner: 10Kaldari) [19:10:03] (03PS11) 10Jdlrobson: Gather as desktop beta feature infrastructure [extensions/Gather] - 10https://gerrit.wikimedia.org/r/202061 (https://phabricator.wikimedia.org/T97084) [19:10:33] rmoen: can you look at those patches then? I'm expecting to need to make changes and I really want to wrap this iteration up and focus on some UploadWizard work [19:10:37] (03CR) 10jenkins-bot: [V: 04-1] Rewrite mobile login page to be less hacky and closer to core version [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204977 (https://phabricator.wikimedia.org/T95065) (owner: 10Kaldari) [19:10:57] jdlrobson: sorry i haven't udpated phab [19:11:00] i merged some of htem [19:11:47] (03CR) 10jenkins-bot: [V: 04-1] Gather as desktop beta feature infrastructure [extensions/Gather] - 10https://gerrit.wikimedia.org/r/202061 (https://phabricator.wikimedia.org/T97084) (owner: 10Jdlrobson) [19:12:45] jdlrobson: i just moved some of them over. What other ones you need looked at first ? [19:14:01] (03PS6) 10Robmoen: Switch URL used for a collection [extensions/Gather] - 10https://gerrit.wikimedia.org/r/205868 (https://phabricator.wikimedia.org/T94527) (owner: 10Jdlrobson) [19:14:19] (03CR) 10Robmoen: [C: 032] Switch URL used for a collection [extensions/Gather] - 10https://gerrit.wikimedia.org/r/205868 (https://phabricator.wikimedia.org/T94527) (owner: 10Jdlrobson) [19:17:20] bmansurov: i updated the config change for browse: https://gerrit.wikimedia.org/r/#/c/206375/ [19:17:23] (03CR) 10Robmoen: [C: 032] i18n: Specify content language directions [extensions/Gather] - 10https://gerrit.wikimedia.org/r/205964 (https://phabricator.wikimedia.org/T96497) (owner: 10Jdlrobson) [19:17:29] thanks for pointing that out :) [19:18:14] phuedx bmansurov I'm around if you can chat for a few [19:18:30] JonKatz: monday's fine -- also we'll have a kaldari :) [19:18:57] okay cool. thanks! [19:19:02] phuedx ^ [19:19:03] (03Merged) 10jenkins-bot: Switch URL used for a collection [extensions/Gather] - 10https://gerrit.wikimedia.org/r/205868 (https://phabricator.wikimedia.org/T94527) (owner: 10Jdlrobson) [19:19:40] (03Merged) 10jenkins-bot: i18n: Specify content language directions [extensions/Gather] - 10https://gerrit.wikimedia.org/r/205964 (https://phabricator.wikimedia.org/T96497) (owner: 10Jdlrobson) [19:21:23] (03PS5) 10Robmoen: Write log entries for showlist and hidelist to Special:Log [extensions/Gather] - 10https://gerrit.wikimedia.org/r/204680 (https://phabricator.wikimedia.org/T95250) (owner: 10Jdlrobson) [19:23:42] (03PS3) 10Robmoen: Switch URL used for collection in moderation notification [extensions/Gather] - 10https://gerrit.wikimedia.org/r/206292 [19:36:53] (03PS1) 10Robmoen: hygiene: Consistent collection url generation [extensions/Gather] - 10https://gerrit.wikimedia.org/r/206432 [19:41:56] (03CR) 10Bmansurov: [C: 04-1] "As pointed out in patchset 7, I'm getting this error: 'TypeError: options.viewLink is undefined'" [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204424 (https://phabricator.wikimedia.org/T87253) (owner: 10Jdlrobson) [19:44:43] vibha: I looked into your feedback on the action bar transparency patch [19:45:40] vibha: I think there might not be much we can do about that at this point [19:46:00] vibha: but let me discuss with bernd/dmitry when they're available [19:46:15] vibha: that part of the code uses a library that we're thinking of getting rid of [19:47:01] vibha: happy to discuss further in a video call if you like [19:48:23] 3Gather Sprint Forward: Public collections appear as private when viewed - https://phabricator.wikimedia.org/T97161#1234730 (10rmoen) 3NEW [19:48:31] (03PS10) 10Jdlrobson: Hygiene: Create anchor abstraction [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204424 (https://phabricator.wikimedia.org/T87253) [19:48:39] jdlrobson: ^ pretty serious bug [19:50:00] (03CR) 10Jdlrobson: "recheck" [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204977 (https://phabricator.wikimedia.org/T95065) (owner: 10Kaldari) [19:53:36] (03CR) 10Bmansurov: "I also would like to know what you feel about kaldari's comment." [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204424 (https://phabricator.wikimedia.org/T87253) (owner: 10Jdlrobson) [19:53:53] bmansurov: we talked in person [19:54:03] (about his comment) [19:54:05] jdlrobson: is he fine with the patch? [19:54:08] yes [19:54:10] ok [19:54:14] he understands why i'm doing it (oojs ui) [19:54:28] jdlrobson: does oojs ui have an anchor widget? [19:54:35] but i explained abstraction is how oojs ui works. [19:54:48] bmansurov: i'm not sure, but i suspect it has some kind of equivalent [19:55:15] no. you can make frameless buttons though [19:55:33] jdlrobson: if no, then why abstract? [19:55:40] (buttons can be ) [19:55:47] (03CR) 10Robmoen: "Not sure if I'm testing this correctly but I've hidden a collection as an admin and then gone to Special:Log and didn't see an entry." [extensions/Gather] - 10https://gerrit.wikimedia.org/r/204680 (https://phabricator.wikimedia.org/T95250) (owner: 10Jdlrobson) [19:56:08] rmoen: did you search for the username? [19:56:20] 3Gather Sprint Forward, 6Mobile-Web, 10Browser-Tests, 10Mobile-Web-Sprint-45-Snakes-On-A-Plane, 5Patch-For-Review: Fix failed MobileFrontend browsertests Jenkins jobs - https://phabricator.wikimedia.org/T94156#1234791 (10hashar) [19:56:27] bmansurov: because if we abstract, we can easily change the implementation in one go [19:56:34] either map it to button or other [19:57:13] jdlrobson: shouldn't it be the most recent entry in the list of all public logs? I added the username and no results showed [19:57:54] jdlrobson: also, can you see me ? Or am I having another invisible irc day? [19:58:11] Can anyone see me ? [19:58:37] rmoen: try looking for performer: Admin [19:58:40] Hello ? [19:59:01] I see 00:06, 17 April 2015 Admin (Talk | contribs) performed action "hidelist" on Special:Gather/id/34 via the Gather extension [19:59:07] Gary ? "No matching items in log." [19:59:38] rmoen: okay i'll have a look after lunch. maybe something changed, it's been sitting there for a week so quite possible [19:59:39] Seriously though, am i muted ? [19:59:55] rmoen: i can see everything you write, it's very confusing [20:00:05] what's not clear is if you are seeing what i am saying [20:00:17] jdlrobson: what? [20:00:43] jdlrobson: I've left you several pings today with no response. This is why I'm confused [20:00:53] i have no pms [20:00:56] not pms [20:00:58] in chat [20:01:04] yeh and i've replied to them no? [20:01:09] anyway... glad to know i can be seen [20:02:14] (03CR) 10Jdlrobson: "(will test after lunch)" [extensions/Gather] - 10https://gerrit.wikimedia.org/r/206292 (owner: 10Robmoen) [20:03:58] (03PS1) 10Mhurd: Fix for page history sections showing only time instead of date. [apps/ios/wikipedia] - 10https://gerrit.wikimedia.org/r/206439 [20:04:23] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-56-iOS: Header in article history that should display a date instead displays the current time, UTC - https://phabricator.wikimedia.org/T96268#1234874 (10Mhurd) https://gerrit.wikimedia.org/r/#/c/206439/ [20:05:00] 6Mobile-Web, 10MediaWiki-extensions-UploadWizard, 6Multimedia: Enable UploadWizard on mobile and remove uploads code in mobile - https://phabricator.wikimedia.org/T97169#1234875 (10Jdlrobson) 3NEW [20:06:10] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-55-iOS: Header in article history that should display a date instead displays the current time, UTC - https://phabricator.wikimedia.org/T96268#1234882 (10Mhurd) a:3Mhurd [20:06:56] Deskana: https://phabricator.wikimedia.org/T96268 [20:07:01] Deskana: fixed [20:09:22] (03CR) 10Robmoen: [C: 04-1] "Needs rebase" [extensions/Gather] - 10https://gerrit.wikimedia.org/r/205300 (https://phabricator.wikimedia.org/T93295) (owner: 10Jdlrobson) [20:10:16] (03CR) 10Robmoen: "recheck" [extensions/Gather] - 10https://gerrit.wikimedia.org/r/202061 (https://phabricator.wikimedia.org/T97084) (owner: 10Jdlrobson) [20:11:09] (03CR) 10Robmoen: [C: 04-1] "fails coding style check" [extensions/Gather] - 10https://gerrit.wikimedia.org/r/202061 (https://phabricator.wikimedia.org/T97084) (owner: 10Jdlrobson) [20:12:24] 10Gather, 3Gather Sprint Forward, 7I18n, 5Patch-For-Review: imperative messages in Gather need gender support - https://phabricator.wikimedia.org/T95547#1234911 (10rmoen) @Amire80 can you signoff on latest patch ? [20:13:45] Going to lunch. [20:14:25] (03CR) 10Bmansurov: [C: 04-1] Hygiene: Create anchor abstraction (032 comments) [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/204424 (https://phabricator.wikimedia.org/T87253) (owner: 10Jdlrobson) [20:15:07] (03PS2) 10Mhurd: Fix for page history sections showing only time instead of date. [apps/ios/wikipedia] - 10https://gerrit.wikimedia.org/r/206439 [20:17:28] kristenlans: hey i fixed a bug from the next sprint: https://phabricator.wikimedia.org/T96268 [20:18:33] mhurd: Expedient! [20:20:40] mhurd, time traveler [20:35:52] 10Gather, 3Gather Sprint Forward: Gather busted - https://phabricator.wikimedia.org/T97175#1235007 (10Jdlrobson) 3NEW [20:36:55] 10Gather, 3Gather Sprint Forward: Gather busted - https://phabricator.wikimedia.org/T97175#1235017 (10Jdlrobson) a:3Jdlrobson [20:37:34] (03PS1) 10Jdlrobson: Stop Gather from erroring [extensions/Gather] - 10https://gerrit.wikimedia.org/r/206450 (https://phabricator.wikimedia.org/T97175) [20:42:09] (03PS6) 10Jdlrobson: Write log entries for showlist and hidelist to Special:Log [extensions/Gather] - 10https://gerrit.wikimedia.org/r/204680 (https://phabricator.wikimedia.org/T95250) [20:42:57] 10Gather, 3Gather Sprint Forward, 5Patch-For-Review: API: Log when admin hides or unhides collection - https://phabricator.wikimedia.org/T95250#1235032 (10Jdlrobson) @rmoen looks like the issue here was that it would only work with CheckUser installed. Have fixed this now. [20:43:22] 10Gather, 3Gather Sprint Forward: Gather busted - https://phabricator.wikimedia.org/T97175#1235007 (10Jdlrobson) ^^ Ping @rmoen - Gather is currently broken :-/ [20:44:44] (03PS4) 10Jdlrobson: Update how deleted pages behave [extensions/Gather] - 10https://gerrit.wikimedia.org/r/205300 (https://phabricator.wikimedia.org/T93295) [20:45:37] a little off topic but i recommend the Hermes android irc client. it's not officially released yet so you have to build it from here: https://github.com/numixproject/org.numixproject.hermes. it seems to be a fork of YAAIC. YAAIC, unfortunately, has a minimum API level of 21 but Hermes goes back to 16. check it out [20:46:33] (03CR) 10Jdlrobson: "recheck" [extensions/Gather] - 10https://gerrit.wikimedia.org/r/202061 (https://phabricator.wikimedia.org/T97084) (owner: 10Jdlrobson) [20:46:40] (03CR) 10Jdlrobson: "recheck" [extensions/Gather] - 10https://gerrit.wikimedia.org/r/202061 (https://phabricator.wikimedia.org/T97084) (owner: 10Jdlrobson) [20:50:06] (03CR) 10Jdlrobson: [C: 031] "Please +2 when https://gerrit.wikimedia.org/r/206450 is merged - I don't want us pointing to broken url :)" [extensions/Gather] - 10https://gerrit.wikimedia.org/r/206432 (owner: 10Robmoen) [20:55:19] 10Gather, 3Gather Sprint Forward: No link to my colleciton in Echo notification - https://phabricator.wikimedia.org/T97177#1235061 (10Jdlrobson) 3NEW [20:55:32] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-55-iOS: 4.1.1(76) - clicking links in offline mode saved them in Recent - https://phabricator.wikimedia.org/T95585#1235069 (10Etonkovidova) Re-checked: the problem is still present on 4.1.0.2, 4.0.7.10, 4.1.1(85). [20:55:44] 10Gather, 3Gather Sprint Forward: Make collection hidden icon shows on hidden collections - https://phabricator.wikimedia.org/T97178#1235070 (10Jdlrobson) 3NEW [20:56:59] 6Mobile-Web: No indication I have new notfications - https://phabricator.wikimedia.org/T97179#1235078 (10Jdlrobson) 3NEW [20:59:56] (03CR) 10Jdlrobson: [C: 04-1] "Click flag icon, click cancel, click flag icon again.. nothing happens" [extensions/Gather] - 10https://gerrit.wikimedia.org/r/206191 (owner: 10Robmoen) [21:02:42] (03PS12) 10Jdlrobson: Gather as desktop beta feature infrastructure [extensions/Gather] - 10https://gerrit.wikimedia.org/r/202061 (https://phabricator.wikimedia.org/T97084) [21:02:44] (03CR) 10Jdlrobson: "Something very bizarre is happening here. The code is fine.." [extensions/Gather] - 10https://gerrit.wikimedia.org/r/202061 (https://phabricator.wikimedia.org/T97084) (owner: 10Jdlrobson) [21:03:18] (03PS1) 10Bmansurov: Show the notification count [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206458 (https://phabricator.wikimedia.org/T97179) [21:03:30] 6Mobile-Web, 5Patch-For-Review: No indication I have new notfications - https://phabricator.wikimedia.org/T97179#1235108 (10bmansurov) a:3bmansurov [21:05:18] (03CR) 10jenkins-bot: [V: 04-1] Gather as desktop beta feature infrastructure [extensions/Gather] - 10https://gerrit.wikimedia.org/r/202061 (https://phabricator.wikimedia.org/T97084) (owner: 10Jdlrobson) [21:07:03] mholloway - I think dmitry may have brought up similar concerns in the past [21:07:25] mholloway - its a small enhancement and I'm fine with us getting to it later [21:07:35] I can move it to ready for signoff column [21:08:01] 6Mobile-Web, 10MediaWiki-extensions-EasyTimeline: tag doesn't render in mobile. - https://phabricator.wikimedia.org/T97182#1235122 (10Jdlrobson) 3NEW [21:08:12] vibha: great! yeah, i'd say let's close this one out and address the remaining issue separately [21:08:20] ok - i moved it [21:08:36] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-55-iOS: Some map images cause the entire webview to be scrollable left to right - https://phabricator.wikimedia.org/T91702#1235130 (10Jdlrobson) Oh wait. We have the same issue on web. It's not wrapped in any div. This is a problem in whatever produces the timeline code... [21:08:43] vibha: in fact, I wonder if there's already a card related to this topic somewhere in the tech debt backlog. I'll have a look. [21:08:56] vibha: thanks! [21:10:07] mhurd: https://phabricator.wikimedia.org/T97182?workflow=create [21:19:39] 6Mobile-Web, 10Wikipedia-iOS-App, 10MediaWiki-extensions-EasyTimeline: tag doesn't render in mobile. - https://phabricator.wikimedia.org/T97182#1235153 (10Mhurd) [21:19:51] (03CR) 10Jdlrobson: [C: 032] Show the notification count [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206458 (https://phabricator.wikimedia.org/T97179) (owner: 10Bmansurov) [21:20:06] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-55-iOS: As a new user, I'd like article issues and disambiguation wrapped up into a button so that I can see what problems an article might have. - https://phabricator.wikimedia.org/T90250#1235156 (10Deskana) This is a good first step, but needs more work to conform to t... [21:20:55] jdlrobson: [21:21:00] YuviPanda: https://gerrit.wikimedia.org/r/206450 [21:21:05] (03CR) 10Bmansurov: [C: 032] [Beta] Remove Browse tag first letter style [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206426 (owner: 10Phuedx) [21:21:12] (03PS2) 10Jdlrobson: Stop Gather from erroring [extensions/Gather] - 10https://gerrit.wikimedia.org/r/206450 (https://phabricator.wikimedia.org/T97175) [21:21:20] (03Merged) 10jenkins-bot: Show the notification count [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206458 (https://phabricator.wikimedia.org/T97179) (owner: 10Bmansurov) [21:21:36] 6Mobile-Web, 5Patch-For-Review: No indication I have new notfications - https://phabricator.wikimedia.org/T97179#1235164 (10bmansurov) 5Open>3Resolved [21:23:11] (03PS3) 10Jdlrobson: Stop Gather from erroring [extensions/Gather] - 10https://gerrit.wikimedia.org/r/206450 (https://phabricator.wikimedia.org/T97175) [21:23:19] 6Mobile-Web, 10Wikipedia-iOS-App, 10MediaWiki-extensions-EasyTimeline: tag doesn't render in mobile. - https://phabricator.wikimedia.org/T97182#1235168 (10Mhurd) In apps we had the same issue - specifically on the Tel Aviv article in hebrew wiki. Once this is fixed in mobile web we can remove the... [21:23:24] (03Merged) 10jenkins-bot: [Beta] Remove Browse tag first letter style [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/206426 (owner: 10Phuedx) [21:24:25] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-55-iOS: Some map images cause the entire webview to be scrollable left to right - https://phabricator.wikimedia.org/T91702#1235170 (10Mhurd) I added notes to the T97182 task Jon created and added it to the iOS app tracking column. [21:24:54] jdlrobson: https://www.mediawiki.org/wiki/Manual:Entry_point_routing btw [21:24:57] jdlrobson: is the router [21:26:28] (03CR) 10Yuvipanda: [C: 032] Stop Gather from erroring [extensions/Gather] - 10https://gerrit.wikimedia.org/r/206450 (https://phabricator.wikimedia.org/T97175) (owner: 10Jdlrobson) [21:28:01] (03Merged) 10jenkins-bot: Stop Gather from erroring [extensions/Gather] - 10https://gerrit.wikimedia.org/r/206450 (https://phabricator.wikimedia.org/T97175) (owner: 10Jdlrobson) [21:28:30] 10Gather: Performance of routing on Special:Gather - https://phabricator.wikimedia.org/T96150#1235185 (10Jdlrobson) @YuviPanda pointed out we already have https://www.mediawiki.org/wiki/Manual:Entry_point_routing [21:29:18] 10Wikipedia-Android-App: Android: 'Read more', 'More information', 'Quick facts' are not translated when switching to a different language - https://phabricator.wikimedia.org/T86387#1235190 (10Etonkovidova) @bearND, I edited my comment-no issue with the down arrow for Android. [21:29:19] 10Gather, 3Gather Sprint Forward, 5Patch-For-Review: Gather busted - https://phabricator.wikimedia.org/T97175#1235191 (10Jdlrobson) On beta labs I'm not seeing error but seeing my Watchlist for all collections :-) [21:32:00] 10Gather: Performance of routing on Special:Gather - https://phabricator.wikimedia.org/T96150#1235201 (10yuvipanda) @jdlrobson so https://github.com/wikimedia/mediawiki-extensions-ShortUrl/blob/master/ShortUrl.hooks.php#L22 makes mediawiki call Special:ShortUrl/$1 every time it gets /s/$1. I'm guessing you can d... [21:32:07] jdlrobson: ^ example code as well [21:32:10] :D [21:32:41] jdlrobson: you could have something like /list// if you want as well [21:39:07] (03PS1) 10Mhurd: Fix for read more results being bold. [apps/ios/wikipedia] - 10https://gerrit.wikimedia.org/r/206462 [21:39:46] (03PS2) 10Mhurd: Fix for read more results being bold. [apps/ios/wikipedia] - 10https://gerrit.wikimedia.org/r/206462 [21:39:59] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-56-iOS: Some article titles are randomly bolded in read more section - https://phabricator.wikimedia.org/T96263#1235228 (10Mhurd) https://gerrit.wikimedia.org/r/206462 [21:40:16] 10Wikipedia-iOS-App, 3Mobile-App-Sprint-55-iOS: Some article titles are randomly bolded in read more section - https://phabricator.wikimedia.org/T96263#1235230 (10Mhurd) a:3Mhurd [21:40:59] kristenlans: https://phabricator.wikimedia.org/T96263 one more from next sprint is knocked out [21:47:43] (03PS3) 10Fjalapeno: Fixing icons… again [apps/ios/wikipedia] - 10https://gerrit.wikimedia.org/r/204703 [21:48:23] (03PS4) 10Fjalapeno: Fixing icons… again [apps/ios/wikipedia] - 10https://gerrit.wikimedia.org/r/204703 [21:48:42] (03PS3) 10Mhurd: Fix for read more results being bold. [apps/ios/wikipedia] - 10https://gerrit.wikimedia.org/r/206462 [21:49:12] 10Gather, 3Mobile-Web-Design: better distinguish that collection is a user's perspective on the page itself (no way to mistake that it is W's) - https://phabricator.wikimedia.org/T96931#1235287 (10JKatzWMF) [21:51:12] (03CR) 10Fjalapeno: [C: 031] Fix for page history sections showing only time instead of date. [apps/ios/wikipedia] - 10https://gerrit.wikimedia.org/r/206439 (owner: 10Mhurd) [21:51:24] (03CR) 10Fjalapeno: [C: 032] Fix for page history sections showing only time instead of date. [apps/ios/wikipedia] - 10https://gerrit.wikimedia.org/r/206439 (owner: 10Mhurd) [21:53:59] 6Mobile-Web, 6Search-Team, 10Wikidata-Query-Service: Create test instance of Wikidata Query Service to do user acceptance testing with Readership Team - https://phabricator.wikimedia.org/T97189#1235303 (10Deskana) 3NEW [21:54:08] 6Mobile-Web, 6Search-Team, 10Wikidata-Query-Service: Create test instance of Wikidata Query Service to do user acceptance testing with Readership Team - https://phabricator.wikimedia.org/T97189#1235310 (10Deskana) p:5Triage>3Normal [21:57:51] (03CR) 10Fjalapeno: [C: 032] Fix for read more results being bold. [apps/ios/wikipedia] - 10https://gerrit.wikimedia.org/r/206462 (owner: 10Mhurd) [22:01:09] (03PS5) 10Mhurd: Fixing icons… again [apps/ios/wikipedia] - 10https://gerrit.wikimedia.org/r/204703 (owner: 10Fjalapeno) [22:01:59] (03CR) 10Mhurd: [C: 032] Fixing icons… again [apps/ios/wikipedia] - 10https://gerrit.wikimedia.org/r/204703 (owner: 10Fjalapeno) [22:03:49] (03PS4) 10Robmoen: Prevent multiple clicks to flag and detach from dom on confirmation [extensions/Gather] - 10https://gerrit.wikimedia.org/r/206191 [22:04:38] etonkovi_: hey i made a couple quick iOS fixes and added them to QA signoff. [22:04:49] 10Wikipedia-iOS-App, 3App-Process-Improvement: Use GitHub as main repo for Wikipedia iOS - https://phabricator.wikimedia.org/T95749#1235327 (10bd808) The potentially valid argument here is for increased contributions from a non-Wikimedia community who are confused by Gerrit or believe the GitHub is the only pl... [22:04:53] argh dr0ptp4kt [22:05:04] I made a meeting for us and didn't invite you. [22:05:14] dr0ptp4kt: that's my signature move :-| [22:05:20] Got a mo now? [22:06:07] phuedx: Could you do a meeting at 2pm SF time on Wednesday? [22:06:16] phuedx: Not sure if that's too late for you. [22:06:42] (03PS5) 10Robmoen: Update how deleted pages behave [extensions/Gather] - 10https://gerrit.wikimedia.org/r/205300 (https://phabricator.wikimedia.org/T93295) (owner: 10Jdlrobson) [22:07:20] (03PS2) 10Jdlrobson: hygiene: Consistent collection url generation [extensions/Gather] - 10https://gerrit.wikimedia.org/r/206432 (owner: 10Robmoen) [22:07:26] Deskana or mhurd do you have dr0ptp4kt in your sights? [22:07:34] (03CR) 10Jdlrobson: [C: 032] hygiene: Consistent collection url generation [extensions/Gather] - 10https://gerrit.wikimedia.org/r/206432 (owner: 10Robmoen) [22:07:38] (03PS4) 10Jdlrobson: Switch URL used for collection in moderation notification [extensions/Gather] - 10https://gerrit.wikimedia.org/r/206292 (owner: 10Robmoen) [22:07:43] (03CR) 10Jdlrobson: [C: 032] Switch URL used for collection in moderation notification [extensions/Gather] - 10https://gerrit.wikimedia.org/r/206292 (owner: 10Robmoen) [22:07:51] (03PS1) 10Fjalapeno: Fix improperly defined const [apps/ios/wikipedia] - 10https://gerrit.wikimedia.org/r/206469 [22:08:01] kristenlans: i'm here. where? [22:08:33] dr0ptp4kt: st isidore [22:08:46] 10Gather, 3Gather Sprint Forward, 5Patch-For-Review: Gather busted - https://phabricator.wikimedia.org/T97175#1235333 (10Jdlrobson) 5Open>3Resolved http://en.m.wikipedia.beta.wmflabs.org/wiki/Special:Gather/id/188/A42 is now showing the A42 public collection [22:09:01] (03PS2) 10Mhurd: Fix improperly defined const [apps/ios/wikipedia] - 10https://gerrit.wikimedia.org/r/206469 (owner: 10Fjalapeno) [22:09:09] 10Gather, 3Gather Sprint Forward: Phone screen improvements on Adding to collection modal - https://phabricator.wikimedia.org/T96837#1235337 (10rmoen) a:5rmoen>3None [22:09:33] (03Merged) 10jenkins-bot: hygiene: Consistent collection url generation [extensions/Gather] - 10https://gerrit.wikimedia.org/r/206432 (owner: 10Robmoen) [22:10:20] (03Merged) 10jenkins-bot: Switch URL used for collection in moderation notification [extensions/Gather] - 10https://gerrit.wikimedia.org/r/206292 (owner: 10Robmoen) [22:11:29] (03CR) 10Fjalapeno: "brian lets discus after your wine trip - and we can make changes then. Last time we changed the git path from this, it broke the change lo" [apps/ios/wikipedia] - 10https://gerrit.wikimedia.org/r/204651 (owner: 10Fjalapeno) [22:13:16] (03CR) 10Mhurd: [C: 032] Fix improperly defined const [apps/ios/wikipedia] - 10https://gerrit.wikimedia.org/r/206469 (owner: 10Fjalapeno) [22:13:35] (03PS3) 10Mhurd: Fix change logs - git not using the proper path to the repo. [apps/ios/wikipedia] - 10https://gerrit.wikimedia.org/r/204651 (owner: 10Fjalapeno) [22:15:12] (03CR) 10Mhurd: [C: 032] "Brian, let's address your concerns in a follow-up. Need this now so we have release notes for today's beta." [apps/ios/wikipedia] - 10https://gerrit.wikimedia.org/r/204651 (owner: 10Fjalapeno) [22:22:10] (03PS1) 10Fjalapeno: Fix logic in testing code - wasn't using the passed in parameter and the unit test was failing and broke the build [apps/ios/wikipedia] - 10https://gerrit.wikimedia.org/r/206472 [22:24:28] (03PS2) 10Mhurd: Fix logic in testing code - wasn't using the passed in parameter and the unit test was failing and broke the build [apps/ios/wikipedia] - 10https://gerrit.wikimedia.org/r/206472 (owner: 10Fjalapeno) [22:24:46] (03CR) 10Mhurd: [C: 032] Fix logic in testing code - wasn't using the passed in parameter and the unit test was failing and broke the build [apps/ios/wikipedia] - 10https://gerrit.wikimedia.org/r/206472 (owner: 10Fjalapeno) [22:36:59] 10Gather, 10Gather Sprint G, 3Mobile-Web-Design: Should be clear that collection is personal opinion - https://phabricator.wikimedia.org/T96931#1235398 (10Jdlrobson) [22:38:10] 10Gather, 10Gather Sprint G: Phone screen improvements on Adding to collection modal - https://phabricator.wikimedia.org/T96837#1235401 (10Jdlrobson) [22:38:50] 10Gather, 10Gather Sprint G: Phone screen improvements on Adding to collection modal - https://phabricator.wikimedia.org/T96837#1227238 (10Jdlrobson) [22:42:23] 6Mobile-Web, 6Search-Team, 10Wikidata-Query-Service: Wikidata Query 0.0.1 Release - https://phabricator.wikimedia.org/T96579#1235422 (10Deskana) [22:45:39] 10Gather: Collections (beta) invite via mobile panel - https://phabricator.wikimedia.org/T96286#1235425 (10Jdlrobson) [22:46:19] 10Gather, 10Gather Sprint G: A logged in user who opts in to mobile web beta is in beta until they opt out. - https://phabricator.wikimedia.org/T97193#1235428 (10JKatzWMF) 3NEW [22:46:27] 10Wikipedia-Android-App: Clicking on File:Stone of scone replica 170609.jpg does not allow to flip forward in the Image Gallery - https://phabricator.wikimedia.org/T97194#1235436 (10Etonkovidova) 3NEW [22:51:39] 10Gather, 10Gather Sprint G: Collections (beta) invite via mobile panel - https://phabricator.wikimedia.org/T96286#1235453 (10Jdlrobson) [22:52:10] 10Gather, 10Gather Sprint G: Make Special:GatherList responsive - https://phabricator.wikimedia.org/T93389#1235460 (10Jdlrobson) [22:55:06] 10Gather Sprint G, 6Mobile-Web: A logged in user who opts in to mobile web beta is in beta until they opt out. - https://phabricator.wikimedia.org/T97193#1235464 (10Jdlrobson) [22:56:44] 10Gather, 10Gather Sprint G, 3Mobile-Web-Design: Make it possible to create a collection from Special:Gather - https://phabricator.wikimedia.org/T95214#1235476 (10Jdlrobson) [22:57:09] 10Gather, 10Gather Sprint G, 3Mobile-Web-Design: Make it possible to create a collection from Special:Gather - https://phabricator.wikimedia.org/T95214#1235478 (10JKatzWMF) @msyed maybe its just a + icon with "create colelcton" and when you click on it, it opens up a modified version of the edit overlay [22:58:02] 10Wikipedia-Android-App: Formulas in an img description presented incorrectly in the Image Gallery - https://phabricator.wikimedia.org/T97197#1235479 (10Etonkovidova) 3NEW [23:00:51] 10Wikipedia-Android-App: Clicking on File:Stone of scone replica 170609.jpg does not allow to flip forward in the Image Gallery - https://phabricator.wikimedia.org/T97194#1235489 (10Etonkovidova) [23:02:21] 10Gather, 10Gather Sprint G: API: Allow filtering of collections - https://phabricator.wikimedia.org/T97061#1235502 (10Jdlrobson) [23:03:16] 10Gather, 10Gather Sprint G, 3Mobile-Web-Design: Add a new public collection feed view - https://phabricator.wikimedia.org/T96222#1235508 (10Jdlrobson) [23:03:24] 10Gather, 10Gather Sprint G, 3Mobile-Web-Design: Add a new public collection feed view - https://phabricator.wikimedia.org/T96222#1211394 (10Jdlrobson) [23:03:26] 10Wikipedia-Android-App, 3Mobile-App-Sprint-55-Android, 5Patch-For-Review: In article images: Use a higher res image if available and set it to the width of the column text. - https://phabricator.wikimedia.org/T94646#1235510 (10Etonkovidova) Checked it too - looks good. Filed two issues - not related to th... [23:04:40] 10Gather: Render categories through Gather - https://phabricator.wikimedia.org/T95460#1235522 (10Jdlrobson) This could be a good addition to the category overlay Florian has been working on as currently categories on mobile are not very engaging. [23:04:47] 10Gather: Render categories through Gather - https://phabricator.wikimedia.org/T95460#1235523 (10Jdlrobson) ping @florian [23:05:53] (03CR) 10Jdlrobson: [C: 04-1] "Please respond to my comments! :)" [extensions/Gather] - 10https://gerrit.wikimedia.org/r/203003 (https://phabricator.wikimedia.org/T95516) (owner: 10Yurik) [23:06:32] 3Gather Sprint Forward, 6Mobile-Web, 10MobileFrontend, 10Mobile-Web-Sprint-45-Snakes-On-A-Plane, 5Patch-For-Review: Email confirmation workflow doesn't work correctly from a Mobile device - https://phabricator.wikimedia.org/T95065#1235528 (10Jdlrobson) [23:20:23] 6Mobile-Web, 3Mobile-Web-Design: Change in-article images to be full width on phones and have a min width on tablets - https://phabricator.wikimedia.org/T97199#1235548 (10KHammerstein) 3NEW [23:21:15] 6Mobile-Web, 3Mobile-Web-Design: Change in-article images to be full width on phones and larger thumb size on tablets - https://phabricator.wikimedia.org/T97199#1235556 (10KHammerstein) [23:21:49] 6Mobile-Web, 3Mobile-Web-Design: Change in-article images to be full width on phones and larger thumb size on tablets - https://phabricator.wikimedia.org/T97199#1235548 (10KHammerstein) [23:25:37] 10Gather, 10Gather Sprint G, 3Mobile-Web-Design: Add a new public collection feed view - https://phabricator.wikimedia.org/T96222#1235563 (10KHammerstein) a:5MSyed>3KHammerstein [23:25:48] 10Gather, 10Gather Sprint G, 3Mobile-Web-Design: Add a new public collection feed view - https://phabricator.wikimedia.org/T96222#1211394 (10KHammerstein) [23:26:11] 10Gather, 10Gather Sprint G, 3Mobile-Web-Design: when user adds page to collection, overlay replaces toast with options - https://phabricator.wikimedia.org/T95785#1235566 (10KHammerstein) a:5MSyed>3KHammerstein [23:35:51] Man I'm gonna miss Snakes on a PLane [23:38:11] Isn't there a sequel? [23:38:55] oh man bmansurov that woud be awesome [23:39:55] we can always name our sprint "something something v. 2" [23:44:05] 10Wikipedia-Android-App: url encoding in 'Similar pages' - https://phabricator.wikimedia.org/T97200#1235574 (10Etonkovidova) 3NEW [23:47:43] 10Wikipedia-iOS-App, 7Mobile: Strip navbox html from action mobileView - https://phabricator.wikimedia.org/T96812#1235584 (10yuvipanda) @MaxSem but isn't action=mobileview cached and hence the extra latency amortized over several hits?