[00:02:32] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page: More forcefully communicate "Conflict" filter settings to the user - https://phabricator.wikimedia.org/T156427#3031679 (10jmatazzoni) >>! In T156427#3031396, @Mattflaschen-WMF wrote: > @jmatazzoni @Mooeypoo The only... [00:07:19] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 05MW-1.29-release-notes, 13Patch-For-Review, 05WMF-deploy-2017-02-14_(1.29.0-wmf.12): RCFilters UI: Implement 'full coverage' status for groups - https://phabricator.wikimedia.org/T156860#3031687 (10jmatazzoni)... [00:07:48] 06Collaboration-Team-Triage, 10Notifications, 10MediaWiki-General-or-Unknown, 10Outreach-Programs-Projects, and 5 others: Remind me of this article in X days - https://phabricator.wikimedia.org/T2582#3031689 (10srishakatux) [00:10:21] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page: More forcefully communicate "Conflict" filter settings to the user - https://phabricator.wikimedia.org/T156427#3031693 (10Mooeypoo) I think the problem is less about detection (we can detect if it's both, or one or t... [00:35:50] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page: More forcefully communicate "Conflict" filter settings to the user - https://phabricator.wikimedia.org/T156427#3031750 (10jmatazzoni) >>! In T156427#3031693, @Mooeypoo wrote: > The problem here is that if we send th... [00:38:13] omg. "why is this not working" for 20 minutes.... matt_flaschen - this.filtersModel.getItems( function ( filterItem ) { ... } ); [00:38:16] >.< [00:38:31] "why is it not iterating!" [00:38:33] aaaaaa---oh. [00:38:55] mooeypoo, I think ES 14 is planned to have implicit Array.prototype.each [00:38:59] RoanKattouw might be amused too. [00:39:05] haha [00:39:18] inside the function params, too. It'll just *know*. [00:40:41] "Hello, Dave. Your Array isn't looking well today." [00:58:07] mooeypoo: I suggest using parens just in case. Even if the order of operations is technically in your favor, no future reader of your code can reasonably be expected to know that [00:58:56] I mean we even make people use parens when mixing and and or, and that precedence rule is somewhat well known [01:00:58] RoanKattouw, yeah, I also fixed it up in general -- we aren't using '' anymore (it's either null for 'none' or a color code) [01:01:13] but that was confusing. I didn't know || superceded : [01:02:25] If you haven't already seen Katie's "JavaScript is awe-full" talk (it was at LCA), do. It contains an example of nested ternaries doing weird things because of the order of operations [01:02:45] You mean || bind more tightly than ?: ? [01:03:09] I guess it must otherwise putting complex conditions in the first operand would be a pain [01:03:26] ?: is probably very low down the pecking order [01:04:38] matt_flaschen: Thanks for doing the deployment planning page, and for making me document it the other day [01:05:44] ooh it's on my 'to watch' list [01:05:46] I should watch it [01:06:05] mooeypoo, you have a list of items to add to your watchlist. :) [01:06:06] ? [01:06:22] speaking of someone else doing things -- why are you not resting, RoanKattouw ? [01:06:28] matt_flaschen, wait, I do ? what did I forget? [01:08:13] RoanKattouw, yeah, I think it's last IIRC. I used to know them from answering stuff on StackOverflow. [01:08:16] No problem. [01:08:29] I would be resting if I were able to sleep [01:08:36] mooeypoo, that's what I get for reading scrollback not strictly in order. [01:08:44] [02/15/17 20:04] matt_flaschen: Thanks for doing the deployment planning page, and for making me document it the other day [01:08:45] [02/15/17 20:05] ooh it's on my 'to watch' list [01:08:48] The problem with sleeping off and on all day is not being able to sleep at night [01:08:49] matt_flaschen, my comments are more binding than RoanKattouw's. [01:09:15] :) [01:09:17] RoanKattouw, ok but aren't you sick? [01:09:42] I'd say "go drink some chicken soup and rest" but you don't drink chicken soup. [01:09:46] Also I'm hungry and trying to strike a balance between getting nourishment+strength back and holding food down [01:09:47] Or tea. [01:09:57] mooeypoo, no one drinks chicken soup. English is weird. [01:10:01] It depends on the delivery method. [01:10:03] I do [01:10:10] My body seems to be telling me it wants to go farther towards the food side right bow [01:10:13] matt_flaschen, what do you mean no one drinks it -- I put it in a cup like tea and drink it [01:10:18] and I even made Chicken Tea! [01:10:22] WITH TEA BAGS [01:10:22] Yeah I've been drinking Pedialyte [01:10:25] mooeypoo, okay, then you're in the clear on English. [01:10:25] I should send you some samples [01:12:29] Hii. [01:12:35] kinsars, heyhey [01:12:46] mooeypoo: They'd be blocked as a biohazard at the border. [01:12:48] Let me see for a second here regarding the microtask [01:13:00] James_F, pfft [01:13:11] I am an undergrad student from IIIT-H, India. Interested to apply for RGSoC'17! :) [01:13:29] kinsars, yay :) and welcome :) [01:13:43] matt_flaschen and I are the mentors for the project [01:14:30] (I have to run for a couple of minutes, I'll be back) [01:14:44] Welcome, kinsars. I'm looking for some more microtasks for you to choose from. [01:14:51] Since someone already did the one that's there. [01:17:08] Can I know if there are any other projects? coz only one is listed on the RGSoC projects page :( [01:17:31] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page: More forcefully communicate "Conflict" filter settings to the user - https://phabricator.wikimedia.org/T156427#3031847 (10Mattflaschen-WMF) >>! In T156427#3031750, @jmatazzoni wrote: > E.g., it's likely there are cer... [01:21:09] 06Collaboration-Team-Triage, 10Edit-Review-Improvements-RC-Page: Make the old parts of the new RC form work in the same, dynamic fashion as the new filters controls - https://phabricator.wikimedia.org/T157594#3031849 (10jmatazzoni) ===Let's pause to consider the UX here... %%% Before we go too far down the roa... [01:26:31] 06Collaboration-Team-Triage, 10Notifications: Escape round parentheses so they properly show in To - https://phabricator.wikimedia.org/T158269#3031870 (10Mattflaschen-WMF) [01:26:49] * mooeypoo is back [01:27:07] 06Collaboration-Team-Triage, 10Notifications, 07Easy: User rights change notification email does not specify in body which account was affected - https://phabricator.wikimedia.org/T71981#740217 (10Mattflaschen-WMF) I think it's useful to put in the body regardless. People might not know to check the To (the... [01:30:41] So far, no microtasks are put on https://phabricator.wikimedia.org/T2582. Do you want me to go head and contribute to any task or anything specific related to the project I'm applying for. [01:38:45] 06Collaboration-Team-Triage, 10Notifications: Allow restriction of thanks for a single edit - https://phabricator.wikimedia.org/T156608#3031926 (10jmatazzoni) 05Open>03declined Thanks for suggesting but this is a very complicated addition that doesn’t affect that many people. Collaboration Team continues... [01:40:21] kinsars, we're currently looking for relevant microtasks, let's see if we can find a good one for you. [01:41:16] @mooeypoo Sure, Thanks! [01:43:44] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page: RC filters - some filter selections cause "No active filters. All contributions are shown" to be wrongly shown - https://phabricator.wikimedia.org/T156534#3031952 (10jmatazzoni) [01:49:25] 06Collaboration-Team-Triage, 10Flow: Page loses focus while trying to summarize thread - https://phabricator.wikimedia.org/T156118#2964575 (10jmatazzoni) @Etonkovidova , my notes say you will Triage this. Please put it where you think it goes. [01:50:07] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Flow, 10Wikimedia-Site-requests: Maintenance script run to convert Flow boards to Wikitext prior to remove Flow from Meta-Wiki - https://phabricator.wikimedia.org/T156113#3031978 (10jmatazzoni) [01:53:49] 06Collaboration-Team-Triage, 10Flow: "Post has no content. Content is required to save a post" - https://phabricator.wikimedia.org/T155724#3031988 (10jmatazzoni) 05Open>03declined Please feel free to reopen this if you can reproduce without custom scripts or gadgets. [02:12:17] kinsars, so we'll be adding a couple of microtasks you can pick from to the task [02:12:28] but I also recommend you start a submission https://www.mediawiki.org/wiki/Outreach_programs/Life_of_a_successful_project#Submitting_your_proposal [02:14:08] 06Collaboration-Team-Triage, 10Notifications, 10MediaWiki-General-or-Unknown, 10Outreach-Programs-Projects, and 5 others: Remind me of this article in X days - https://phabricator.wikimedia.org/T2582#3032023 (10Mattflaschen-WMF) [02:14:42] mooeypoo, you want me to apply in both the programs? will that be fine If I do. [02:15:03] kinsars, what do you mean both programs? [02:15:39] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017): [regression betalabs] When adding/removing a page from watchlist the popup displays some code - https://phabricator.wikimedia.org/T158273#3032029 (10Etonkovidova) [02:15:46] oh, you mean on top of the proposal in RGSoC? You can use the same proposal you submit to RGSoC, but we usually like to have it laid out in a task that is linked from the main project task, it's easier and more organized [02:15:51] Initially I thought of applying from RGSoC. I think same project is put up on Outreachy too [02:16:17] oh, no the page I linked is our general outreach program guide [02:16:28] not just Outreachy specifically :) [02:16:30] It is actually listed for Outreachy, but I need to check the dates. [02:16:46] oh, we should fix the first sentence on that page too [02:17:06] "How to have a successful project in the context of GSoC or Outreachy." -- it should also include "RGSoC" [02:17:35] ohh, okay! I think application for Outreachy has also started. [02:17:52] Cool, then. Will go through them and apply soon. [02:17:53] yeah no this page was meant as a "here's what we usually expect for our mentorship programs" [02:18:00] Shouldn't be outreachy-specific [02:18:20] Awesome, let us know if you run into issues. If we're not on IRC, feel free to put the question on the task, too [02:19:12] kinsars, check the project task for the microtasks [02:20:08] yup, I will start working on the tasks and ping you with the updates :) [02:24:18] kinsars, I'll get back to you on GSOC and Outreachy. [02:27:05] 06Collaboration-Team-Triage, 10Flow: Page loses focus while trying to summarize thread - https://phabricator.wikimedia.org/T156118#3032054 (10Etonkovidova) @Elitre - the problem is that I saw the issue some time ago (couple of times) - but I could not reproduce it. Please, if you see it again, if possible, can... [02:27:37] 06Collaboration-Team-Triage, 10Flow: Page loses focus while trying to summarize thread - https://phabricator.wikimedia.org/T156118#3032055 (10Etonkovidova) [02:27:51] 06Collaboration-Team-Triage: Page loses focus while trying to summarize thread - https://phabricator.wikimedia.org/T156118#3032057 (10Etonkovidova) [02:28:11] 06Collaboration-Team-Triage, 10Flow: Page loses focus while trying to summarize thread - https://phabricator.wikimedia.org/T156118#3032059 (10Etonkovidova) [02:29:58] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Notifications, 10MediaWiki-extensions-LoginNotify, 03Community-Tech-Sprint, 13Patch-For-Review: Enable Echo on loginwiki - https://phabricator.wikimedia.org/T157105#3032062 (10jmatazzoni) [02:33:17] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Flow, 07Easy, 06Stewards-and-global-tools (Temporary-UserRights): Update Flow for expiring user groups - https://phabricator.wikimedia.org/T157017#3032071 (10jmatazzoni) [02:34:34] 06Collaboration-Team-Triage, 10Notifications: Echo failed to load with wfLoadExtension( 'Echo' ); under MW 1.28 - https://phabricator.wikimedia.org/T156992#2992175 (10jmatazzoni) @Mattflaschen-WMF , please triage this. [02:35:27] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Flow: internal_api_error_Flow\Exception\UnknownWorkflowIdException when click on 'Edit' topic - https://phabricator.wikimedia.org/T156956#3032075 (10jmatazzoni) [02:37:41] 06Collaboration-Team-Triage, 10Notifications, 10MediaWiki-General-or-Unknown, 10Outreach-Programs-Projects, and 3 others: Remind me of this article in X days - https://phabricator.wikimedia.org/T2582#3032079 (10srishakatux) [02:42:25] kinsars, we will not be listing this for Outreachy. We may or may not list it for GSOC later, but the application deadline for GSOC opens March 20, so for now focus on RGSOC. [02:43:23] kinsars, also, there are no other Wikimedia RGSOC. [02:43:30] matt_flaschen, sure will apply for RGSOC then, no issues. [02:43:45] kinsars, yep, thank you for your interest! [02:44:55] I will get back to you as soon as I setup the environment to work on microtasks. [02:56:47] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page: Make the old parts of the new RC form work in the same, dynamic fashion as the new filters controls - https://phabricator.wikimedia.org/T157594#3032087 (10jmatazzoni) [03:08:57] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page: Make the old parts of the new RC form work in the same, dynamic fashion as the new filters controls - https://phabricator.wikimedia.org/T157594#3032100 (10Mattflaschen-WMF) >>! In T157594#3031849, @jmatazzoni wrote:... [03:12:59] Have a good night, everyone. [04:56:28] 06Collaboration-Team-Triage, 10Flow: Give user control over reply indentation level when using Flow - https://phabricator.wikimedia.org/T158276#3032150 (10MZMcBride) [06:10:48] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page: Make the old parts of the new RC form work in the same, dynamic fashion as the new filters controls - https://phabricator.wikimedia.org/T157594#3032178 (10Pginer-WMF) >>! In T157594#3031849, @jmatazzoni wrote: > ===L... [06:11:00] 06Collaboration-Team-Triage, 10Notifications: Echo does not update Special:Notifications across restricted wikis - https://phabricator.wikimedia.org/T158277#3032179 (10Koavf) [06:11:27] 06Collaboration-Team-Triage, 10Notifications: Echo does not update Special:Notifications across restricted wikis - https://phabricator.wikimedia.org/T158277#3032192 (10Koavf) p:05Triage>03Low [06:14:47] 06Collaboration-Team-Triage, 10Notifications: Echo does not update Special:Notifications across restricted wikis - https://phabricator.wikimedia.org/T158277#3032194 (10Legoktm) 05Open>03declined This is intentional. Those accounts are not linked to your public/SUL account, and need to be accessed separately. [06:22:11] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 13Patch-For-Review: Build user interface for the Highlight Tools and implement highlighting in the Edit Results List - https://phabricator.wikimedia.org/T149467#3032201 (10Pginer-WMF) In terms of how may colors evo... [06:23:53] 06Collaboration-Team-Triage, 10Notifications: Echo does not update Special:Notifications across restricted wikis - https://phabricator.wikimedia.org/T158277#3032202 (10Koavf) Brilliant. Thanks and sorry for wasting your time. Are restricted wikis connected to one another or are they entirely separate accounts? [06:44:13] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page: Approved interface text for RC page interface elements - https://phabricator.wikimedia.org/T149385#3032227 (10Pginer-WMF) I think it makes sense to generalise this to use "contributions" instead of "edits". I'm ok in... [06:49:13] 06Collaboration-Team-Triage, 10Flow: PHP Fatal error running update.php: "Class 'Pimple\Container' not found" - https://phabricator.wikimedia.org/T158157#3032228 (10Innosflew) I did the composer update and now I'm getting the following errors at the bottom of my update script report: https://i.gyazo.com/b46df8... [08:20:48] (03CR) 10Nikerabbit: "recheck" [extensions/Flow] - 10https://gerrit.wikimedia.org/r/337895 (https://phabricator.wikimedia.org/T154830) (owner: 10Sbisson) [08:27:25] (03CR) 10jerkins-bot: [V: 04-1] Import dump: support importing a board that exist in the farm [extensions/Flow] - 10https://gerrit.wikimedia.org/r/337895 (https://phabricator.wikimedia.org/T154830) (owner: 10Sbisson) [09:14:48] 06Collaboration-Team-Triage, 10Edit-Review-Improvements-RC-Page, 05MW-1.29-release-notes, 13Patch-For-Review, and 2 others: Build all front-end elements for the new Recent Changes (RC) Page user interface - https://phabricator.wikimedia.org/T144448#3032451 (10Jan_Dittrich) [10:39:17] 06Collaboration-Team-Triage, 10Flow: PHP Fatal error running update.php: "Class 'Pimple\Container' not found" - https://phabricator.wikimedia.org/T158157#3032571 (10Aklapper) (Please post text as text so search engine can index that text and others can find it. [[ https://www.mediawiki.org/wiki/Phabricator/Hel... [10:46:56] 06Collaboration-Team-Triage, 10Flow: Give user control over reply indentation level when using Flow - https://phabricator.wikimedia.org/T158276#3032578 (10Aklapper) Is that a dup of one of the subtasks of {T108998}? [12:25:04] 06Collaboration-Team-Triage, 10MediaWiki-extensions-GettingStarted: Improve GettingStarted data storage strategy - https://phabricator.wikimedia.org/T158239#3032796 (10elukey) Thanks a lot Aaron for opening this task. I am a bit ignorant about this extension and I don't get the "this extension does reads/write... [14:23:48] (03PS3) 10Sbisson: Import dump: support importing a board that exist in the farm [extensions/Flow] - 10https://gerrit.wikimedia.org/r/337895 (https://phabricator.wikimedia.org/T154830) [14:38:32] 06Collaboration-Team-Triage, 10Notifications: Echo does not update Special:Notifications across restricted wikis - https://phabricator.wikimedia.org/T158277#3032179 (10Catrope) >>! In T158277#3032202, @Koavf wrote: > Brilliant. Thanks and sorry for wasting your time. Are restricted wikis connected to one anoth... [14:47:52] 06Collaboration-Team-Triage, 10Flow: PHP Fatal error running update.php: "Class 'Pimple\Container' not found" - https://phabricator.wikimedia.org/T158157#3033104 (10Innosflew) Oh sorry. This is the error message I'm getting at the end of the update script: ``` [e3dd62cafd4ae7c9fe87c1a8] [no req] MWContentSe... [15:55:28] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Flow, 13Patch-For-Review: Transwiki (within a farm) support for Flow dumps/imports - https://phabricator.wikimedia.org/T154830#3033319 (10SBisson) What do we want to do with contributions from users that don't exist in the target wiki? With the v... [16:23:06] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page: Make the old parts of the new RC form work in the same, dynamic fashion as the new filters controls - https://phabricator.wikimedia.org/T157594#3033440 (10jmatazzoni) Pau, I'm sorry if I didn't make my question clear... [16:49:43] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page: Approved interface text for RC page interface elements - https://phabricator.wikimedia.org/T149385#3033549 (10jmatazzoni) >>! In T149385#3032227, @Pginer-WMF wrote: > I think it makes sense to generalise this to use... [17:22:35] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017): Contact Portuguese Wikipedia about testing ERI Recent Changes Beta project - https://phabricator.wikimedia.org/T156157#3033661 (10Trizek-W... [17:27:20] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page: Invite users to opt in to the RC page/ORES beta and educate them about its features - https://phabricator.wikimedia.org/T144457#3033678 (10Trizek-WMF) [17:27:23] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page: Discussion: release RC Page filtering to non-ORES wikis - https://phabricator.wikimedia.org/T158004#3033676 (10Trizek-WMF) 05Open>03stalled [17:27:39] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page: Discussion: release RC Page filtering to non-ORES wikis - https://phabricator.wikimedia.org/T158004#3023193 (10Trizek-WMF) Stalled until {T158225} is done. [17:30:33] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017): Contact communities for ERI Recent Changes Beta project - https://phabricator.wikimedia.org/T146972#3033684 (10Trizek-WMF) [17:31:06] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page: Release strategy for RC page improvements: what wikis get the new features when? - https://phabricator.wikimedia.org/T150715#3033691 (10Trizek-WMF) [17:31:08] 06Collaboration-Team-Triage (Collab-Team-Q2-Oct-Dec-2016), 10Edit-Review-Improvements-RC-Page: Launch ERI RC page features as a Beta Feature to all wikis - https://phabricator.wikimedia.org/T144458#3033692 (10Trizek-WMF) [17:31:11] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017): Contact communities for ERI Recent Changes Beta project - https://phabricator.wikimedia.org/T146972#2676532 (10Trizek-WMF) 05Open>03st... [17:33:06] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017): Contact group 2 wikis concerning Filters for recent changes - https://phabricator.wikimedia.org/T158332#3033701 (10Trizek-WMF) [17:33:47] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017): Contact group 3 wikis concerning Filters for recent changes - https://phabricator.wikimedia.org/T158333#3033715 (10Trizek-WMF) [17:37:17] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page: Discussion: release RC Page filtering to non-ORES wikis - https://phabricator.wikimedia.org/T158004#3033739 (10Trizek-WMF) [17:39:12] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017): Contact group 2 wikis concerning Filters for recent changes - https://phabricator.wikimedia.org/T158332#3033701 (10Trizek-WMF) [17:40:29] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017): Contact group 4 wikis concerning Filters for recent changes - https://phabricator.wikimedia.org/T158335#3033763 (10Trizek-WMF) [17:40:35] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017): Contact group 3 wikis concerning Filters for recent changes - https://phabricator.wikimedia.org/T158333#3033715 (10Trizek-WMF) [17:40:38] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017): Contact group 4 wikis concerning Filters for recent changes - https://phabricator.wikimedia.org/T158335#3033763 (10Trizek-WMF) 05Open>... [17:43:25] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017): Contact group 1 wikis concerning Filters for recent changes - https://phabricator.wikimedia.org/T158336#3033782 (10Trizek-WMF) [17:44:20] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017): Contact group 1 wikis concerning Filters for recent changes - https://phabricator.wikimedia.org/T158336#3033782 (10Trizek-WMF) [17:44:22] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017): Contact communities for ERI Recent Changes Beta project - https://phabricator.wikimedia.org/T146972#2676532 (10Trizek-WMF) [17:44:26] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017): Contact Portuguese Wikipedia about testing ERI Recent Changes Beta project - https://phabricator.wikimedia.org/T156157#2965957 (10Trizek-W... [17:44:32] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017): Contact group 1 wikis concerning Filters for recent changes - https://phabricator.wikimedia.org/T158336#3033782 (10Trizek-WMF) [17:44:36] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017): Contact communities for ERI Recent Changes Beta project - https://phabricator.wikimedia.org/T146972#2676532 (10Trizek-WMF) [17:44:38] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017): Followup with Polish Wikipedia about testing ERI filters for Recent Changes - https://phabricator.wikimedia.org/T158042#3024503 (10Trizek-... [17:45:06] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017): Contact group 1 wikis concerning Filters for recent changes - https://phabricator.wikimedia.org/T158336#3033782 (10Trizek-WMF) [17:45:10] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017): Contact group 1 wikis concerning Filters for recent changes - https://phabricator.wikimedia.org/T158336#3033782 (10Trizek-WMF) [17:53:13] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017): Followup with Polish Wikipedia about testing ERI filters for Recent Changes - https://phabricator.wikimedia.org/T158042#3033832 (10Trizek-... [17:53:22] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017): Contact Portuguese Wikipedia about testing ERI Recent Changes Beta project - https://phabricator.wikimedia.org/T156157#3033834 (10Trizek-W... [17:54:42] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Flow, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017), 07User-notice-collaboration: Ask communities which have allowed Flow trials with manual enabling to switch to Bet... - https://phabricator.wikimedia.org/T143470#3033836 [17:54:49] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Flow, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017): Ask Hebrew Wikipedia about Flow beta activation - https://phabricator.wikimedia.org/T155719#3033838 (10Trizek-WMF) p:05Normal>03Low Lowering : not the priority f... [17:54:53] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Flow, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017): Ask Arabic Wikipedia about Flow beta activation - https://phabricator.wikimedia.org/T155720#3033840 (10Trizek-WMF) p:05Normal>03Low Lowering : not the priority f... [18:06:22] 06Collaboration-Team-Triage, 10Flow, 07Tracking: Blockers before allowing Flow opt-in on sv.wp (tracking) - https://phabricator.wikimedia.org/T109685#3033867 (10Trizek-WMF) a:05Trizek-WMF>03None (I claimed that one by accident.) [18:10:33] matt_flaschen: mooeypoo: so i've been watching your RC filters work a bit, and i'm wondering if you're planning to apply the same changes to the Watchlist form? (they have almost the same functionality, with some minor needless differences only, T119084) [18:10:33] T119084: Options form at the top of Special:RecentChanges needs cleanup - https://phabricator.wikimedia.org/T119084 [18:12:45] MatmaRex: Yes, we are planning to do that later, not for phase 1 though [18:14:56] yay [18:18:40] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 05MW-1.29-release-notes, 13Patch-For-Review, 05WMF-deploy-2017-02-14_(1.29.0-wmf.12): Update RC page results without reloading the page (AJAX) when filters are ... - https://phabricator.wikimedia.org/T153949#3033908 [18:23:11] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page, 10Collaboration-Community-Engagement, 06Community-Liaisons (Jan-Mar 2017): Contact Portuguese Wikipedia about testing ERI Recent Changes Beta project - https://phabricator.wikimedia.org/T156157#3033937 (10Trizek-W... [18:26:34] Trizek, so much love here https://pt.wikipedia.org/wiki/Wikip%C3%A9dia:Esplanada/propostas/Filtro_inteligente_para_mudan%C3%A7as_recentes_(11fev2017) [18:26:35] :) [18:27:09] Here as well, halfak: https://pl.wikipedia.org/wiki/Wikipedia:Kawiarenka/Og%C3%B3lne#Usprawnienia_ozet.C3.B3w:_pytanie_wst.C4.99pne [18:33:48] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page: Approved interface text for RC page interface elements - https://phabricator.wikimedia.org/T149385#3033990 (10Mattflaschen-WMF) >>! In T149385#3033549, @jmatazzoni wrote: > Also, do bots make "contributions"? Is bloc... [18:47:55] MatmaRex, I also already laid some of the groundwork to convert Watchlist over to the new filter setup system. [18:48:45] :D [18:49:36] MatmaRex, T119084 is probably not needed due to the broader work on that area of the UI (see T144448 and http://pauginer.github.io/prototypes/edit-review/recent-changes/index.html ) [18:49:38] T144448: Build all front-end elements for the new Recent Changes (RC) Page user interface - https://phabricator.wikimedia.org/T144448 [18:49:38] T119084: Options form at the top of Special:RecentChanges needs cleanup - https://phabricator.wikimedia.org/T119084 [18:50:34] right, if you're going to replace the entire interface with a new one, i guess that would also resolve the task [19:00:20] 06Collaboration-Team-Triage, 10Flow: PHP Fatal error running update.php: "Class 'Pimple\Container' not found" - https://phabricator.wikimedia.org/T158157#3034125 (10Mattflaschen-WMF) Did you already have Flow before running update.php, or are you installing for the first time? It looks like you have pages and... [19:02:07] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017): RCFilters: Track usage of highlights - https://phabricator.wikimedia.org/T158344#3034135 (10Mooeypoo) [19:02:31] 06Collaboration-Team-Triage (Collab-Team-Q3-Jan-Mar-2017), 10Edit-Review-Improvements-RC-Page: RCFilters: Track usage of highlights - https://phabricator.wikimedia.org/T158344#3034148 (10Mooeypoo) [19:03:40] MatmaRex, RoanKattouw matt_flaschen we will RCFilterize All Teh Thangs [19:05:08] (In the future, not right now; RCFilters may be delivered in the form of a beta feature; common side effects include CapsuleMultiselectWidget and Popup alignments; please consult your doctor to see if RCFilters is a good fit for you.) [19:07:55] mooey|away: RCFilters: There's a capsule for that [19:09:05] :D [19:09:42] 06Collaboration-Team-Triage, 10Flow: PHP Fatal error running update.php: "Class 'Pimple\Container' not found" - https://phabricator.wikimedia.org/T158157#3034160 (10Mattflaschen-WMF) If it's a new install (there are no actual Flow boards), you may have done https://www.mediawiki.org/wiki/Extension:Flow#Enablin... [19:10:49] BTW I have FloatableElement floating from all directions working, but only in LTR [19:10:58] First, dinner, then I'll see if I can fix it in RTL [19:11:13] And then I'll have to figure out how to move PopupWidget's anchor to the correct edge [19:13:59] oh hey RoanKattouw, you'll like https://phabricator.wikimedia.org/T158341 [19:17:10] Wow [19:19:37] 06Collaboration-Team-Triage, 10MediaWiki-extensions-GettingStarted: Improve GettingStarted data storage strategy - https://phabricator.wikimedia.org/T158239#3030809 (10Mattflaschen-WMF) >>! In T158239#3032796, @elukey wrote: > Thanks a lot Aaron for opening this task. I am a bit ignorant about this extension a... [19:29:29] 06Collaboration-Team-Triage, 10Notifications: please remove #id from CSS where not needed - https://phabricator.wikimedia.org/T158345#3034229 (10Kipod) [19:29:54] 06Collaboration-Team-Triage, 10Notifications: in notification system, please remove #id from CSS where not needed - https://phabricator.wikimedia.org/T158345#3034242 (10Kipod) [19:30:10] 06Collaboration-Team-Triage, 10Notifications: in notification system, please remove #id from CSS selector where not needed - https://phabricator.wikimedia.org/T158345#3034229 (10Kipod) [20:01:27] 06Collaboration-Team-Triage, 10Flow: PHP Fatal error running update.php: "Class 'Pimple\Container' not found" - https://phabricator.wikimedia.org/T158157#3034370 (10Innosflew) This is not a new install. I had Flow installed before. [20:32:37] (03PS4) 10Sbisson: Import dump: support importing a board that exist in the farm [extensions/Flow] - 10https://gerrit.wikimedia.org/r/337895 (https://phabricator.wikimedia.org/T154830) [21:21:00] RoanKattouw, is there a way to load message keys dynamically after RL was already loaded? [21:21:13] there's gotta be, that's probably how gadgets do it...? [21:24:45] mooeypoo: Not a built-in way really but there is an api.php module for it [21:25:25] You'd have to do it all manually, fetching the messages from api.php?action=query&list=allmessages&ammessages=foo|bar or whatever it is, and running that data through mw.messages.set(); [21:25:36] But ... why do you need this? [21:27:14] RoanKattouw, because if I get message keys from the back end from all the extensions defining their message conflicts, I need to make sure they're loaded [21:28:15] Couldn't the backend just serve you the message contents instead of the keys? [21:28:29] Or are the messages parameterized? [21:28:29] no, we need the keys because it's dynamic [21:28:32] they are [21:28:34] for plural [21:28:43] and for "conflicts with: [list of filters " [21:28:44] Hmph OK [21:29:05] Well you can still get the backend to generate a mw.messages.set( { key: value, ... } ); call along with the exported JSON, right? [21:29:26] mw.message.set() is JS ? [21:29:29] Yes [21:29:37] (by which I mean, ask Matt to write code that does that) [21:29:52] RoanKattouw, yeah, I was thinking of a dynamic RL module. [21:29:58] There are RL modules that export messages dynamically that generate similar code [21:30:00] Right, we're trying to figure out if the backend will do that, or if I just get the keys and register in the JS [21:30:13] RoanKattouw, I might have to have the module construct a ChangesListSpecialPage or do some refactoring though. [21:30:19] Now I'm curious and looking how Echo does it. [21:30:38] Yeah you could make it a module, but you could also just throw that mw.messages.set() call straight into an inline [22:07:36] RoanKattouw, yep, it even has loadMessagesIfMissing [22:07:40] And then when RL is ready it just does something like _rlq.forEach( function ( fn ) { fn(); } ); _rlq = { push: function( fn ) { fn(); }; [22:08:26] Sorry that inline script tag should begin with