[02:52:07] 10Cite, 10Citoid, 10VisualEditor, 10VisualEditor-MediaWiki-References, and 2 others: Save references in page_props and cache - https://phabricator.wikimedia.org/T125329#1984641 (10tstarling) As I've said on multiple occasions, the 64KB maximum size of pp_value is not an accident, it reflects the cost of pu... [03:31:49] 10VisualEditor: Let me set my prefs from the dialog before switching to the wikitext editor - https://phabricator.wikimedia.org/T129048#2093349 (10Whatamidoing-WMF) [04:10:42] 10Cite, 10Citoid, 10VisualEditor, 10VisualEditor-MediaWiki-References, and 2 others: Save references in page_props and cache - https://phabricator.wikimedia.org/T125329#2093397 (10Cenarium) >>! In T125329#2090246, @Krinkle wrote: > I've raised concerns about this in the past in Reading Web meetings and els... [05:11:12] 10Cite, 10Citoid, 10VisualEditor, 10VisualEditor-MediaWiki-References, and 2 others: Save references in page_props and cache - https://phabricator.wikimedia.org/T125329#2093438 (10Tgr) Revision-independent storage seems conceptually wrong for this: # user opens article on mobile # someone edits the referen... [08:47:30] 10VisualEditor: Fire wikipage.diff hook when showing a diff in VE - https://phabricator.wikimedia.org/T128843#2093642 (10Schnark) An example consumer would be my script https://de.wikipedia.org/wiki/Benutzer:Schnark/js/diff.js, which adds a different diff view (like WikEd's diff). Currently it uses the hook ve.s... [10:55:48] 10VisualEditor: VisualEditor uses an oldid of the page when reediting it - https://phabricator.wikimedia.org/T129038#2093839 (10Aklapper) p:5High>3Triage ([[ https://www.mediawiki.org/wiki/Phabricator/Project_management#Setting_task_priorities | Resetting priority to Needs Triage.]]) [11:02:02] 10VisualEditor, 10VisualEditor-MediaWiki-Mobile, 10OOjs-UI: OOjs UI: "Back" button support for dialogs - https://phabricator.wikimedia.org/T73488#2093869 (10Esanders) [11:04:28] (03PS2) 10Esanders: Use normal whitespace for focusable nodes [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/275290 [11:11:53] 10VisualEditor, 10VisualEditor-EditingTools, 10VisualEditor-MediaWiki-Links: VisualEditor: When user changes a link anchor which has the same link target, suggest that they may wish to change the link target too - https://phabricator.wikimedia.org/T56947#2093884 (10Elitre) (Just a quick comment about the que... [11:24:09] 10VisualEditor, 10VisualEditor-EditingTools, 10VisualEditor-MediaWiki-Links: VisualEditor: When user changes a link anchor which has the same link target, suggest that they may wish to change the link target too - https://phabricator.wikimedia.org/T56947#2093937 (10NicoV) @Elitre Yes. For the 1st and 3rd,... [11:40:34] 10VisualEditor, 10VisualEditor-ContentLanguage, 7Browser-Support-Firefox: Impossibility to type Japanese characters in a table cell on VE by using Firefox - https://phabricator.wikimedia.org/T129066#2093965 (10Trizek-WMF) [11:58:33] 10VisualEditor: Fire wikipage.diff hook when showing a diff in VE - https://phabricator.wikimedia.org/T128843#2094026 (10Krenair) Only other page I found using it was https://de.wikipedia.org/wiki/Benutzer:Fomafix/Gadget-multidiff.js [12:26:16] 10VisualEditor, 10VisualEditor-EditingTools, 10VisualEditor-MediaWiki-Plugins, 10MediaWiki-Gallery: VisualEditor: Support galleries - https://phabricator.wikimedia.org/T45037#472832 (10Pginer-WMF) In order to get a better understanding on what "gallery support" means, I created a quick analysis and explore... [12:27:32] (03PS1) 10Esanders: DimensionsWidget: Return numbers as documented [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/275441 [12:40:20] edsanders, what do you think about placing all these buttons in the toolbox? [12:40:27] (header) [12:40:50] I think that's the wrong context [12:42:03] edsanders, why? shouldn't the undo/redo/reset be somewhere together, preferably at the top? [12:42:18] and since we have close and save there, they would make sense as control place? [12:42:36] there isn't a global undo stack for the form [12:43:02] if you press undo inside the width text box that is different from pressing undo inside the geoJSON text box [12:43:14] and the history for dimensions/position/geoJSON isn't interleaved [12:43:45] maybe if the button was 'reset all' [12:44:03] edsanders, that's true, but i think we can add the size changing to the stack somehow? [12:44:16] as well as zooming/paning [12:44:36] well there is no undo stack at the moment [12:44:41] that's true [12:44:48] you'd need to implement one, then override CTRL+Z/Y etc [12:44:58] it would be a fairly big task [12:45:19] ace editor has an undo stack for the geoJSON input [12:45:20] can we place the reset button where we will also (eventually) place the edit action undo/redo? [12:45:37] right, that's what i was hoping to use for this [12:45:42] having a undo stack for the map position is probably overkill - hence just the reset button [12:45:49] true [12:46:15] the reason for having a reset button is that it's very easy to move the map slightly, by just 'looking around' and then it is impossible to undo that [12:46:25] all the other inputs are already undoable [12:47:11] the undo/redo would be for geoJSON [12:47:14] well, not easily - the undo button is hidden i think, users wouldn't know to press ctrl+z in the editor to undo the last action. I am hoping to disable the "save/cancel" buttons inside the leaflet draw [12:47:22] you might want to make a MapBox toolbar for those [12:48:23] ok, how about placing the reset button next to width (so that it doesn't take up so much space for the first release), and later we will figure out the best location for it? [12:48:41] i will poke our designers, see what they say [12:49:19] i think the global dialog context is still good enough for the reset and undo, its simply that undo won't affect positioning, only extra layer [12:54:39] 10Citoid, 10VisualEditor: Inserting a citation on a non-collapsed selection should collapse the selection to the citation - https://phabricator.wikimedia.org/T129074#2094161 (10Esanders) [12:55:21] if we hide the geoJSON editor it becomes less of a problem [12:56:21] edsanders, true, but shouldn't all the buttons like that be at the top? [12:56:34] also, it might be a while until we get rid of it [12:56:48] 'reset map position' should be near, or in, the map [12:56:49] it requires us to implement the prop editor, which is not a small task [12:57:06] vertical button with side-way text? :) [12:57:14] I don't mean completely hidden, just in an 'advanced' tab [12:58:31] my first idea was to have it in the map as a MapBox tool in the top right [13:03:32] edsanders, i don't mean hidden either - but we cannot have it in a separate tab until every user is required to use it to change any aspect of the drawn polygon or marker. Because otherwise it is even harder - you draw a gray marker, and you have to switch to advanced tab to modify it [13:04:41] edsanders, we could add it to the map itself, but the more icons we have inside, the more the get in the way of drawing. Plus drawing an icon requires a bit more effort than writing a text button ) [13:07:11] (03PS1) 10Esanders: Re-select fragment after collapsing [extensions/Citoid] - 10https://gerrit.wikimedia.org/r/275445 (https://phabricator.wikimedia.org/T129074) [13:21:26] 10VisualEditor, 10VisualEditor-EditingTools, 10Parsoid: Support "substituting" templates in transclusion dialog - https://phabricator.wikimedia.org/T51904#2094209 (10Trizek-WMF) [[ https://fr.wikipedia.org/w/index.php?title=Wikip%C3%A9dia:%C3%89diteurVisuel/Avis&diff=0&oldid=123998059#Subst_dans_le_mod.C3.A8... [13:21:35] 10VisualEditor: How to switch the visual editor off in the mediawiki.org wiki? - https://phabricator.wikimedia.org/T128984#2094211 (10Purodha) Thank you, that helped. [13:22:04] 10VisualEditor: How to switch the visual editor off in the mediawiki.org wiki? - https://phabricator.wikimedia.org/T128984#2094212 (10Purodha) 5Open>3Resolved [13:53:58] 10VisualEditor: "You have switched to source editing" pop-up looks ugly on de.wiki - https://phabricator.wikimedia.org/T129075#2094242 (10Elitre) [14:48:53] edsanders|away, are you still working on the reset button? [14:49:42] edsanders|away, unless its something simple that you can do to make it take less space, i think i will merge it for now - its better to have it available early on, even if its not ideal [16:10:37] (03CR) 10Jforrester: [C: 032] Re-select fragment after collapsing [extensions/Citoid] - 10https://gerrit.wikimedia.org/r/275445 (https://phabricator.wikimedia.org/T129074) (owner: 10Esanders) [16:10:55] 10Citoid, 10VisualEditor, 10VisualEditor-MediaWiki-References: Inserting a citation on a non-collapsed selection should collapse the selection to the citation - https://phabricator.wikimedia.org/T129074#2094607 (10Jdforrester-WMF) 5Open>3Resolved p:5Triage>3Normal [16:12:34] (03CR) 10Jforrester: [C: 032] DimensionsWidget: Return numbers as documented [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/275441 (owner: 10Esanders) [16:12:53] (03CR) 10Jforrester: [C: 032] Search documentNode for unicorn, not document [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/275278 (https://phabricator.wikimedia.org/T129031) (owner: 10Esanders) [16:15:00] 10VisualEditor, 7Browser-Support-Internet-Explorer, 13Patch-For-Review: Impossible to add a reference on IE11 - https://phabricator.wikimedia.org/T128854#2094622 (10Jdforrester-WMF) [16:15:02] 10VisualEditor, 10VisualEditor-DataModel, 7Browser-Support-Internet-Explorer, 5WMF-deploy-2016-03-08_(1.27.0-wmf.16): IE11 throws exception on every transaction - https://phabricator.wikimedia.org/T129031#2094618 (10Jdforrester-WMF) 5Open>3Resolved a:3Esanders [16:15:29] (03CR) 10Jforrester: [C: 031] Use normal whitespace for focusable nodes [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/275290 (owner: 10Esanders) [16:16:01] (03CR) 10Jforrester: [C: 032] Add mode index cards before events are bound [extensions/Citoid] - 10https://gerrit.wikimedia.org/r/275280 (https://phabricator.wikimedia.org/T128854) (owner: 10Esanders) [16:18:56] (03CR) 10Jforrester: [C: 031] "For some reason I thought we'd done this when we did MWTransclusionNode or whatever." [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/275292 (owner: 10Esanders) [16:20:14] (03CR) 10Jforrester: [C: 032] "Much more readable, which is a bonus." [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/275193 (https://phabricator.wikimedia.org/T128805) (owner: 10Esanders) [16:21:12] 10Cite, 10VisualEditor, 10VisualEditor-CopyPaste, 10VisualEditor-MediaWiki, 10VisualEditor-MediaWiki-References: Improve detection of wikitext on paste - https://phabricator.wikimedia.org/T128805#2094654 (10Jdforrester-WMF) 5Open>3Resolved p:5Triage>3Normal [16:21:57] 10VisualEditor: How to switch the visual editor off in the mediawiki.org wiki? - https://phabricator.wikimedia.org/T128984#2094659 (10Aklapper) 5Resolved>3Invalid [[ https://www.mediawiki.org/wiki/Bug_management/Bug_report_life_cycle | Changing task resolution from resolved to invalid ]] as there was no bug. [16:25:16] (03Merged) 10jenkins-bot: Re-select fragment after collapsing [extensions/Citoid] - 10https://gerrit.wikimedia.org/r/275445 (https://phabricator.wikimedia.org/T129074) (owner: 10Esanders) [16:25:18] (03Merged) 10jenkins-bot: DimensionsWidget: Return numbers as documented [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/275441 (owner: 10Esanders) [16:25:20] (03Merged) 10jenkins-bot: Search documentNode for unicorn, not document [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/275278 (https://phabricator.wikimedia.org/T129031) (owner: 10Esanders) [16:25:23] (03Merged) 10jenkins-bot: Add mode index cards before events are bound [extensions/Citoid] - 10https://gerrit.wikimedia.org/r/275280 (https://phabricator.wikimedia.org/T128854) (owner: 10Esanders) [16:29:06] 10VisualEditor, 10VisualEditor-ContentLanguage, 7Browser-Support-Firefox: Impossibility to type Japanese characters in a table cell on VE by using Firefox - https://phabricator.wikimedia.org/T129066#2093965 (10Elitre) Is this really different from T128282? [16:30:01] yurik, re: early deployment - I explained my reasoning on the T127136, I still maintain it's better to be cautious and wait as there is no reason to hurry. On Friday there were many undiscussed issues and you had a deployment deadline that was 6 office hours away. [16:31:29] edsanders, have you had a chance to look at my reply? [16:31:55] Editing is a a stakeholder in this extension so we should be part of the sign-off [16:32:15] (03Merged) 10jenkins-bot: Wikitext paste: Move MWWikitextStringTransferHandler matchRegExp into a registry [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/275193 (https://phabricator.wikimedia.org/T128805) (owner: 10Esanders) [16:32:35] yes - I would prefer to wait until we have captions - but as it's a fairly minor issue, go ahead [16:36:37] edsanders, i still don't know if we should have captions for WV or not, and it is a minor issue that can be added later, right? So are we on the same page? Or is there a blocker? [16:39:07] we should base that decision on WP, not WV, but yes - I am OK with you proceeding [16:39:16] greg-g, ^ [16:39:30] thanks Ed! [16:41:22] sooo, too many places of conversation without record [16:41:26] https://phabricator.wikimedia.org/T125686#2094732 [16:41:38] that says those things must be addressed before deploy, has that changed? [16:41:53] greg-g, i'm replying to that as we speak [16:43:03] thanks [16:43:14] greg-g, done [16:43:22] edsanders: I'd like your +1 on whatever yurik says there just for the record, thanks [16:43:33] * yurik feel hurt! :-P [16:43:54] especially when there is an IRC log [16:44:07] IRC is not for decisions like this, they must be recorded [16:44:15] I don't read -visualeditor [16:44:21] I'm the one you need to convince [16:46:11] yurik, is the wikivoyage flag stuff done? [16:46:54] yurik: Are you going to be the one to explain to the Wikivoyage communities that the flag is temporary and eventually they'll have to do without? [16:47:39] edsanders, i will commit it before the deployment - one liner. James_F, i'm all for finding a better solution for wikivoyage, and i will work with them on the issue [16:47:52] yurik: Kk. [16:48:02] yurik: Commit it, or get it merged and back-ported and tested and approved/ [16:48:21] James_F, kk [16:48:56] yeah - it's cutting it a bit fine - I'd like to test it [16:51:39] 10VisualEditor, 10VisualEditor-ContentLanguage, 7Browser-Support-Firefox: Impossibility to type Japanese characters in a table cell on VE by using Firefox - https://phabricator.wikimedia.org/T129066#2094815 (10Trizek-WMF) >>! In T129066#2094701, @Elitre wrote: > Is this really different from T128282? No. I... [16:52:42] 10VisualEditor, 10VisualEditor-ContentLanguage, 7Browser-Support-Firefox: Impossibility to type Japanese characters in a table cell on VE by using Firefox - https://phabricator.wikimedia.org/T129066#2093965 (10Esanders) Which OS and IME are you using? [17:00:23] 10VisualEditor, 10VisualEditor-ContentLanguage, 7Browser-Support-Firefox: Impossibility to type Japanese characters in a table cell on VE by using Firefox - https://phabricator.wikimedia.org/T129066#2093965 (10Jdforrester-WMF) Unfortunately this it unactionable unless we at least know which IME; for instance... [17:12:15] edsanders, i added you to the patch. [17:12:28] 10VisualEditor, 10VisualEditor-MediaWiki: Occasional "docserver-http: HTTP 404" when trying to save an edit made in the visual editor - https://phabricator.wikimedia.org/T123708#1936248 (10Brbbl) Hi, I have the same problem. It occurs on every page I wat to edit, no matter where (so not just infoboxes). I work... [17:24:50] 10Cite, 10Citoid, 10VisualEditor, 10VisualEditor-MediaWiki-References, and 2 others: Save references in page_props and cache - https://phabricator.wikimedia.org/T125329#2095040 (10Krinkle) >>! In T125329#2093397, @Cenarium wrote: >>>! In T125329#2090246, @Krinkle wrote: >> >> * `page_props` is not versione... [17:26:08] 10VisualEditor, 10VisualEditor-ContentLanguage, 7Browser-Support-Firefox: Impossibility to type Japanese characters in a table cell on VE by using Firefox - https://phabricator.wikimedia.org/T129066#2095052 (10Trizek-WMF) I've asked Miya about the OS/IME. [17:44:02] (03CR) 10Bartosz Dziewoński: "Hmm, "Don't care" might be a better wording. Setting "format: null" and not setting any "format" works exactly the same, I didn't really g" [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/274138 (https://phabricator.wikimedia.org/T128337) (owner: 10Bartosz Dziewoński) [17:45:40] edsanders, sure, i can rename it, but i'm not sure how to make tests with non-default config [17:45:55] it will be set to false in commonsettings [17:46:20] I think we do it in VE [17:46:22] I'll have a look [17:47:24] edsanders, its in both php and parsertests [17:48:03] ok - if you can't work it out, mark it with a TODO and create a bug [17:48:41] ok [17:49:04] edsanders, extension.json cannot contain TODO comments :) [17:49:21] if only legoktm listened to me when i tried to switch to yaml for it :-P [17:53:38] I use "@comment" keys in resource loader, but that might work for config [17:54:22] edsanders, doubt that will work inside the config section which defines all the new vars [17:55:29] (03CR) 10Bartosz Dziewoński: [C: 032] Use normal whitespace for focusable nodes [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/275290 (owner: 10Esanders) [18:03:48] edsanders, done, bug created, https://phabricator.wikimedia.org/T129106 , and updated the comment in https://gerrit.wikimedia.org/r/#/c/275543 [18:09:10] Krinkle, Krenair do you know how to do this: https://phabricator.wikimedia.org/T129106 ? [18:11:02] (03CR) 10DLynch: [C: 04-1] Use iconWhenInvisible for alien extension nodes (031 comment) [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/275292 (owner: 10Esanders) [18:16:04] (03PS2) 10Esanders: Use iconWhenInvisible for alien extension nodes [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/275292 [18:21:40] (03CR) 10DLynch: [C: 032] Use iconWhenInvisible for alien extension nodes [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/275292 (owner: 10Esanders) [18:24:27] (03Merged) 10jenkins-bot: Use normal whitespace for focusable nodes [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/275290 (owner: 10Esanders) [18:33:25] 10VisualEditor: VisualEditor should default to separate tabs until changed - https://phabricator.wikimedia.org/T128780#2095371 (10Elitre) [18:33:27] 10VisualEditor, 10VisualEditor-MediaWiki, 10Wikimedia-Site-Requests, 13Patch-For-Review: Enable single edit tab on plwiki and review - https://phabricator.wikimedia.org/T128477#2095370 (10Elitre) [18:34:12] 10VisualEditor, 10VisualEditor-MediaWiki, 10Wikimedia-Site-Requests, 13Patch-For-Review: Enable single edit tab on plwiki and review - https://phabricator.wikimedia.org/T128477#2076076 (10Elitre) (The blocker is not for the request in the task's title, BTW.) [18:34:40] (03Merged) 10jenkins-bot: Use iconWhenInvisible for alien extension nodes [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/275292 (owner: 10Esanders) [18:48:42] edsanders, thx, could you comment on https://phabricator.wikimedia.org/T127136 [18:56:26] 10VisualEditor, 6Team-Practices, 15User-JAufrecht: Run VE/Analytics SLU - https://phabricator.wikimedia.org/T129116#2095558 (10JAufrecht) [18:56:32] 10VisualEditor, 6Team-Practices, 15User-JAufrecht: Run VE/Analytics SLU - https://phabricator.wikimedia.org/T129116#2095577 (10JAufrecht) [18:56:55] 10VisualEditor, 6Team-Practices, 7Epic, 15User-JAufrecht: Run Service Level Understanding exercise between VE and Research & Data - https://phabricator.wikimedia.org/T128932#2095581 (10JAufrecht) [19:01:33] 10VisualEditor, 10VisualEditor-MediaWiki: Occasional "docserver-http: HTTP 404" when trying to save an edit made in the visual editor - https://phabricator.wikimedia.org/T123708#1936248 (10mobrovac) @Mbch331 could you please try to edit: - a page whose name/title contains no special characters or spaces (only... [19:01:55] 10VisualEditor, 10VisualEditor-MediaWiki: Occasional "docserver-http: HTTP 404" when trying to save an edit made in the visual editor - https://phabricator.wikimedia.org/T123708#2095603 (10mobrovac) p:5Normal>3High [19:14:43] 10Cite, 5WMF-deploy-2016-03-01_(1.27.0-wmf.15): Request for mediawiki:Cite section preview references format change - https://phabricator.wikimedia.org/T127188#2095701 (10matmarex) 5Open>3Resolved There was, on Thursday, as usual. The following works for me now on the English Wikipedia: ``` lang=css #mw-e... [19:26:31] (03PS1) 10Jforrester: DesktopArticleTarget.init#getLastEditor: Check values for validity [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/275599 [19:26:57] ryasmeen: Hey, have you had any situations recently where the editor didn't remember your last editor but opened VE? [19:27:46] James_F: hmm, not recently.. [19:28:04] ryasmeen: Me neither, but tgr is complaining about it. :-( [19:28:35] okay..any bug on that? or Steps to reproduce? [19:29:34] 10VisualEditor, 10VisualEditor-MediaWiki-Templates, 10VisualEditor-Tables: Double-clicking on a block transclusion that takes up most of the visible space inside a table cell doesn't edit the cell or edit the transclusion - https://phabricator.wikimedia.org/T128825#2095770 (10Jdforrester-WMF) p:5Triage>3L... [19:30:34] 10VisualEditor, 10MonoBook, 10OOjs-UI, 7Design: Apex's progressive buttons are not visually distinct - https://phabricator.wikimedia.org/T128577#2095774 (10Jdforrester-WMF) [19:32:39] 10VisualEditor, 10VisualEditor-MediaWiki-Media: Pre-fill the media select dialog with the name of the existing image when changing file - https://phabricator.wikimedia.org/T128561#2095796 (10Jdforrester-WMF) p:5Triage>3Lowest [19:32:43] 10VisualEditor, 10VisualEditor-MediaWiki-Media: Pre-fill the media select dialog with the name of the existing image when changing file - https://phabricator.wikimedia.org/T128561#2078947 (10Jdforrester-WMF) Surely file renames are automatically fixed by a bot? The use case here seems very minor… [19:34:17] 10VisualEditor, 10OOjs-UI, 10UI-Standardization, 7Epic: All of MediaWiki should use OOUI windows, or none, to achieve consistent dialog button placement - https://phabricator.wikimedia.org/T128576#2095809 (10Jdforrester-WMF) p:5Triage>3Low [19:36:51] 10VisualEditor: VisualEditor single tab popup should keep appearing until you use it - https://phabricator.wikimedia.org/T128573#2095813 (10Jdforrester-WMF) I'd be OK with only setting the preference/cookie once the user interacted with it, **BUT** this wouldn't make @Tgr content as expressed, because pressing E... [19:37:10] 10VisualEditor, 10VisualEditor-MediaWiki: VisualEditor single tab popup should keep appearing until you use it - https://phabricator.wikimedia.org/T128573#2095814 (10Jdforrester-WMF) 5Open>3stalled [19:38:28] (03CR) 10Jforrester: [C: 032] Try to fix handling of empty document on WTE->VE switch [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/274875 (https://phabricator.wikimedia.org/T128635) (owner: 10Alex Monk) [19:38:59] ryasmeen: He said that the first time he clicked "edit" on newly-SET wikis it always showed him VE regardless of what he last used. [19:39:26] 10VisualEditor, 10VisualEditor-MediaWiki: Single Edit Tab: Switching to VE from WTE is not working when the page is empty, reloads WTE instead - https://phabricator.wikimedia.org/T128635#2095826 (10Jdforrester-WMF) 5Open>3Resolved [19:41:44] 10VisualEditor, 10VisualEditor-MediaWiki: Don't give the user the option to discard changes when changing editor - https://phabricator.wikimedia.org/T128585#2079698 (10Jdforrester-WMF) Sure. [19:41:50] 10VisualEditor, 10VisualEditor-MediaWiki: Don't give the user the option to discard changes when changing editor - https://phabricator.wikimedia.org/T128585#2095845 (10Jdforrester-WMF) p:5Triage>3Normal [19:45:26] 10Cite, 5WMF-deploy-2016-03-01_(1.27.0-wmf.15): Request for mediawiki:Cite section preview references format change - https://phabricator.wikimedia.org/T127188#2095852 (10IKhitron) I checked now that our css code, is exactly as yours. And opened a preview now. {F3552801} This is what I see, @matmarex And our... [19:45:41] 10Cite, 5WMF-deploy-2016-03-01_(1.27.0-wmf.15): Request for mediawiki:Cite section preview references format change - https://phabricator.wikimedia.org/T127188#2095853 (10IKhitron) 5Resolved>3Open [19:47:10] 10VisualEditor, 10OOjs-UI, 5OOjs-UI-next-release: Provide Ctrl+Enter as a keyboard shortcut to confirm OOui dialogs - https://phabricator.wikimedia.org/T125860#2095861 (10Jdforrester-WMF) 5Open>3Resolved [19:48:24] (03Merged) 10jenkins-bot: Try to fix handling of empty document on WTE->VE switch [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/274875 (https://phabricator.wikimedia.org/T128635) (owner: 10Alex Monk) [19:52:38] 10Cite, 5WMF-deploy-2016-03-01_(1.27.0-wmf.15): Request for mediawiki:Cite section preview references format change - https://phabricator.wikimedia.org/T127188#2095909 (10matmarex) Works for me, on https://he.wikipedia.org/w/index.php?title=מלון_אורכידאה&action=submit§ion=0 (random article). {F3552818} [19:54:27] James_F: yeah, found the bug reported in Phabricator. Hard for me to confirm it at this point, all my test user accounts had VE as last used editor, not WTE [19:54:43] * James_F nods. [19:54:47] I've run it locally and can't reproduce either. [19:56:14] 10Cite, 5WMF-deploy-2016-03-01_(1.27.0-wmf.15): Request for mediawiki:Cite section preview references format change - https://phabricator.wikimedia.org/T127188#2095920 (10IKhitron) I know what is the problem, if so. Thank you very much. [19:56:22] 10Cite, 5WMF-deploy-2016-03-01_(1.27.0-wmf.15): Request for mediawiki:Cite section preview references format change - https://phabricator.wikimedia.org/T127188#2095921 (10IKhitron) 5Open>3Resolved [19:56:51] James_F: hello, i see weird charecters on the diff view and history pages [19:57:01] is that new/related to you at all ? [19:57:03] matanya: Where? [19:57:12] e.g https://he.wikipedia.org/w/index.php?title=%D7%92%27%D7%A7%D7%A1%D7%95%D7%A0%D7%95%D7%95%D7%99%D7%9C_%D7%92%27%D7%90%D7%92%D7%95%D7%90%D7%A8%D7%A1&diff=18244488&oldid=17446244 [19:57:35] do you see the 0/3 next to the link to prev revision ? [19:58:06] No? [19:58:20] and a "c" next to section links in https://he.wikipedia.org/w/index.php?title=%D7%92%D7%9E%D7%A8_%D7%92%D7%91%D7%99%D7%A2_%D7%90%D7%99%D7%A8%D7%95%D7%A4%D7%94_%D7%9C%D7%90%D7%9C%D7%95%D7%A4%D7%95%D7%AA_1992&action=history [19:58:22] ? [19:59:06] matanya: Neither I nor mooeypoo see it? [19:59:13] I don't see it either. matanya, do you see it as annon too? [19:59:25] checking [19:59:54] yes [19:59:56] as anon [19:59:57] too [20:00:50] James_F: https://imgur.com/0sdmV2B [20:00:54] eranroz: ^ [20:01:10] matanya: … odd. [20:01:10] I don't see that. [20:01:29] started today, as fat as i can tell [20:01:35] *far [20:02:21] as anon : https://imgur.com/K1jR31o [20:02:42] also in history and recent changes [20:02:47] I don't see it. neither in chrome nor firefox [20:02:50] matanya: Maybe someone edited the MediaWiki: NS message? [20:03:46] not aware of such a message [20:05:39] i should probably restart to see if that helps [20:05:44] is Aleph font in ULS menu enabled? what happen if you enable/disable it? [20:06:59] (03PS1) 10Jforrester: Don't give the user the option to discard changes when changing editor [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/275606 (https://phabricator.wikimedia.org/T128585) [20:07:11] 10VisualEditor, 10VisualEditor-MediaWiki, 13Patch-For-Review: Don't give the user the option to discard changes when changing editor - https://phabricator.wikimedia.org/T128585#2096021 (10Jdforrester-WMF) a:3Jdforrester-WMF [20:08:04] (03CR) 10Jforrester: [C: 031] Keep summary and checkbox selections when swtiching WTE->VE [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/274369 (https://phabricator.wikimedia.org/T128529) (owner: 10Alex Monk) [20:08:45] (03CR) 10Jforrester: Keep summary and checkbox selections when swtiching WTE->VE (031 comment) [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/274369 (https://phabricator.wikimedia.org/T128529) (owner: 10Alex Monk) [20:10:02] 10VisualEditor: VisualEditor should warn when user enters wikitext but the editor is expecting plaintext - https://phabricator.wikimedia.org/T107441#2096024 (10Jdforrester-WMF) 5Open>3stalled p:5Triage>3Low [20:10:02] eranroz: wasn't enabled, enable/disable had no effect [20:10:23] 10VisualEditor, 10VisualEditor-CopyPaste, 10VisualEditor-MediaWiki: VisualEditor should warn when user enters wikitext but the editor is expecting plaintext - https://phabricator.wikimedia.org/T107441#1495093 (10Jdforrester-WMF) [20:10:23] matanya: that sure looks like a broken font [20:10:54] my system font was upgraded today [20:11:02] probably related [20:11:57] (03CR) 10Eranroz: Don't give the user the option to discard changes when changing editor (031 comment) [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/275606 (https://phabricator.wikimedia.org/T128585) (owner: 10Jforrester) [20:12:45] (03CR) 10Jforrester: Don't give the user the option to discard changes when changing editor (031 comment) [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/275606 (https://phabricator.wikimedia.org/T128585) (owner: 10Jforrester) [20:18:23] 10VisualEditor, 10VisualEditor-MediaWiki: SET should obey the skin compatibility rules - https://phabricator.wikimedia.org/T128574#2096072 (10Jdforrester-WMF) p:5Triage>3High [20:19:10] 10VisualEditor, 10VisualEditor-MediaWiki: For users that ignore instructions, provide a second "this is how to switch editors" pop-up inside VisualEditor - https://phabricator.wikimedia.org/T128781#2096083 (10Jdforrester-WMF) [20:21:30] 10VisualEditor, 10VisualEditor-MediaWiki: For users that ignore instructions, provide a second "this is how to switch editors" pop-up inside VisualEditor - https://phabricator.wikimedia.org/T128781#2096091 (10Jdforrester-WMF) 5Open>3declined I've re-written the title to match reality (there **is** a visual... [20:28:03] 10VisualEditor, 10VisualEditor-MediaWiki: SET: Opening editor after SET is enabled is ignoring user last editor and using the site default, for one user - https://phabricator.wikimedia.org/T129130#2096113 (10Jdforrester-WMF) [20:29:25] 10VisualEditor, 10VisualEditor-MediaWiki, 10Wikimedia-Site-Requests, 13Patch-For-Review: Enable single edit tab on plwiki and review - https://phabricator.wikimedia.org/T128477#2096136 (10Jdforrester-WMF) [20:29:27] 10VisualEditor, 10VisualEditor-MediaWiki, 7Design: VisualEditor should default to separate tabs until changed - https://phabricator.wikimedia.org/T128780#2085718 (10Jdforrester-WMF) 5Open>3declined I've forked the conversation about the bug you encountered off to its own task, {T129130}. However, on this... [20:29:47] 10VisualEditor, 10VisualEditor-MediaWiki, 7Design: VisualEditor should show two tabs to all readers and users until they choose one on first edit - https://phabricator.wikimedia.org/T128780#2096152 (10Jdforrester-WMF) [20:31:14] 10VisualEditor, 6Team-Practices, 15User-JAufrecht: Run VE/Analytics SLU - https://phabricator.wikimedia.org/T129116#2095558 (10Jdforrester-WMF) p:5Triage>3Normal [20:35:21] 10VisualEditor: VisualEditor edit incorrectly flagged as removing categories and reflist - https://phabricator.wikimedia.org/T128952#2091161 (10Jdforrester-WMF) Do we track AbuseFilter setup issues for the English Wikipedia in Phabricator? Historically anything that needed fixing on-wiki was marked Invalid here... [20:40:17] 10VisualEditor, 10VisualEditor-MediaWiki: SET: Opening editor after SET is enabled is ignoring user last editor and using the site default, for one user - https://phabricator.wikimedia.org/T129130#2096113 (10Krinkle) I experienced the same in Beta labs and locally. Once the SET feature is enabled in VisualEdit... [20:40:51] James_F: Can you confirm this is intended? ^ [20:41:03] I don't mind either way. But I think Tgr and others expected it to magically work. [20:41:14] Which I admit is hard. [20:41:32] Krinkle: The tracking is meant to work regardless of SET being active. [20:41:33] 10Cite, 10MediaWiki-API, 10MobileFrontend, 3Reading-Web-Sprint-67-If, Then, Else...?: What is impact of storing references - https://phabricator.wikimedia.org/T126802#2096228 (10Jdlrobson) [20:41:54] James_F: so we have code in WikiEditor and VE for the last few months that populate such cookie? [20:41:58] Yes. [20:42:06] Since early December, I believe. [20:42:26] Try it on e.g. enwiki. [20:42:44] James_F: It's only set when I change to source mode from within VE [20:42:53] WikiEditor doesn't set it afaik when I use "Edit source" all the time [20:43:00] Hmm. [20:43:03] I thought it did? [20:43:08] That's a good idea [20:43:10] :) [20:43:15] But not currently the case I believe. [20:43:37] * James_F re-reads the code. [20:43:46] 10VisualEditor: Come up with a design to make it easier for users to see that there is no space after a link (just the cartouche) and so you probably want to add one - https://phabricator.wikimedia.org/T128060#2096245 (10Jdforrester-WMF) p:5Triage>3Low [20:43:56] Given a month or so, that's a fair compromise I think. It won't work back for those inactive for a month, but a cookie doesn't last that long anyway. So that's fine imho for the majority use case. [20:44:18] But we do have to set it from WikiEditor in that case (or in some other way when loading action=edit) [20:44:42] Only on wikis where we change the default. But yes. [20:45:15] VEE is set in two places: VisualEditor JS toolbar when switching to edit source, and in VisualEditor PHP when routing a venoscript=1 redirect. [20:45:28] not when loading Edit source / WikiEditor normally. [20:45:32] 10VisualEditor: Visual Editor mishandles SPARQL template - https://phabricator.wikimedia.org/T129133#2096248 (10Smalyshev) [20:45:46] Hmm. [20:45:55] Did that not get written? Or not get merged? [20:46:05] I swear I saw it before it was merged. [20:46:09] (The reason we had to go to Ops.) [20:46:15] 10VisualEditor, 10VisualEditor-MediaWiki: SET: Opening editor after SET is enabled is ignoring user last editor and using the site default, for one user - https://phabricator.wikimedia.org/T129130#2096113 (10Whatamidoing-WMF) Why doesn't anyone have these? I thought that these cookies were supposed to have be... [20:46:15] Maybe it got lost in a refactor. [20:46:19] * James_F sighs. [20:46:59] Well, damn. [20:47:05] This means no deploys for another month. [20:47:34] Yeah, so it was part of the plan but fell through the cracks [20:50:07] Where's the code that says to provide or not the switch icon? [20:50:44] Oh, I see it. [20:51:41] 10VisualEditor, 10VisualEditor-MediaWiki: SET: Opening editor after SET is enabled is ignoring user last editor and using the site default, for one user - https://phabricator.wikimedia.org/T129130#2096282 (10Krinkle) @Whatamidoing-WMF Yeah, just chatted with @Jdforrester-WMF. It seems the plan did account for... [20:52:37] James_F: k, just popped in to figure this out. All makes sense? [20:52:48] Krinkle: Can you do the review? It's a one line change. [20:53:38] (03CR) 10Krinkle: [C: 031] Remove deferred loading of the toolbar [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/268968 (https://phabricator.wikimedia.org/T126138) (owner: 10Gerrit Patch Uploader) [20:54:26] James_F: Maybe, link me later. [20:54:31] (03PS1) 10Jforrester: Follow-up I65d96627: Remember the user's preference in WikiEditor too [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/275619 (https://phabricator.wikimedia.org/T129130) [20:54:33] Krinkle: ^^^ [20:54:48] 10VisualEditor, 6Team-Practices, 7Epic, 15User-JAufrecht: Run Service Level Understanding exercise between VE and Research & Data - https://phabricator.wikimedia.org/T128932#2096292 (10JAufrecht) [20:54:55] 10Cite, 10Citoid, 10VisualEditor, 10VisualEditor-MediaWiki-References, and 2 others: Save references in page_props and cache - https://phabricator.wikimedia.org/T125329#2096293 (10Cenarium) >>! In T125329#2090246, @Krinkle wrote: > A simpler alternative previously proposed by me: > * The original plan desc... [20:55:13] 10VisualEditor, 6Team-Practices, 7Epic, 15User-JAufrecht: Run Service Level Understanding exercise between VE and Research & Data - https://phabricator.wikimedia.org/T128932#2090517 (10JAufrecht) a:5JAufrecht>3ggellerman Who is participating from the Research and Data team? [20:56:18] 10VisualEditor, 10VisualEditor-MediaWiki, 13Patch-For-Review: SET: User last editor is not being set in the wikitext editor unless the user switches there - https://phabricator.wikimedia.org/T129130#2096304 (10Jdforrester-WMF) 5stalled>3Open p:5High>3Unbreak! a:3Jdforrester-WMF [20:57:35] :/ [20:59:19] James_F: Does that code get run with non-SET as well? [20:59:34] Krinkle: Yes, which is the intent. [20:59:46] on action=edit, $( '#wpTextbox1' ).on( 'wikiEditor-toolbar-doneInitialSections' ) inside mw.loader.using( 'ext.visualEditor.switching' ) [20:59:47] Krinkle: (It adds the switch button to the WikiEditor toolbar, since October.) [20:59:52] 10VisualEditor, 6Team-Practices, 15User-JAufrecht: Run VE/Analytics SLU - https://phabricator.wikimedia.org/T129116#2096353 (10JAufrecht) [21:00:13] James_F: Maybe move it a bit higher up. Toward the top of $( '#wpTextbox1' ).on( 'wikiEditor-toolbar-doneInitialSections' ) [21:00:16] The way it's loaded is a total hack. But, I believe, /your/ total hack. :-) [21:00:50] Krinkle: I wanted it done last as it's the least important compared to the possible FOUC of adding buttons to the toolbar late. [21:01:06] No, this code was introduced later. When I wrote it, it only affected the "Edit" tab and section edit links for page views. Not on edit page and not hooked into WikiEditor [21:01:33] James_F: It'll run async though. Maybe 1 line lower in that case, to outside the mw.loader.using().done() callback [21:01:39] I thought it was you that helped Alex, Roan, and Ed do this in October? [21:01:42] Krinkle: OK. [21:02:08] I verified VEE worked properly and helped design of noscript mode [21:02:12] but not the veswitching code [21:02:14] anyway, it's okay [21:02:43] (03PS2) 10Jforrester: Follow-up I65d96627: Remember the user's preference in WikiEditor too [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/275619 (https://phabricator.wikimedia.org/T129130) [21:02:48] It's really not. :-( [21:03:09] We promised that this was working six months ago. [21:04:16] 10VisualEditor, 10VisualEditor-MediaWiki: Occasional "docserver-http: HTTP 404" when trying to save an edit made in the visual editor - https://phabricator.wikimedia.org/T123708#2096413 (10Mbch331) Did a few tests (times are all in CET): https://nl.wikipedia.org/wiki/Achtbaan 7-3-2016 21:42 Minor text changes... [21:05:38] I can go and mark the pl.wiki tasks as stalled if that's OK for you, James_F . [21:10:14] Elitre: What tasks? [21:11:48] If K.rinkle approves that code we can push it tonight, but that won't magically back-fill data for users. [21:12:34] you can know what is the preferred choice (VE/Source) based on DB query in case the tracking code is partially broken. e.g select rev_user_text, count(*), count(ts_rev_id) from revision_userindex inner join tag_summary on ts_rev_id=rev_id and ts_tags like '%visualeditor%' group by rev_user_text [21:12:42] 10VisualEditor, 10VisualEditor-MediaWiki, 13Patch-For-Review: SET: User last editor is not being set in the wikitext editor unless the user switches there - https://phabricator.wikimedia.org/T129130#2096489 (10Elitre) [21:12:44] 10VisualEditor, 10VisualEditor-MediaWiki, 7Design: VisualEditor should show two tabs to all readers and users until they choose one on first edit - https://phabricator.wikimedia.org/T128780#2096490 (10Elitre) [21:12:47] 10VisualEditor, 10VisualEditor-MediaWiki, 10Wikimedia-Site-Requests, 13Patch-For-Review: Enable single edit tab on plwiki and review - https://phabricator.wikimedia.org/T128477#2096488 (10Elitre) [21:12:53] (maybe with some addition of rev_timestamp limit) [21:13:59] eranroz: Two issues. One, no you can't determine that (edits to talk pages aren't made with VE regardless of user preference; edits with non-JS browsers /etc./ don't similarly), and two, this is for client-side decisions. Theoretical stuff in the DB isn't helpful. [21:15:40] 10Citoid, 10VisualEditor, 10Deployment-Systems, 10scap, 10Scap3 (scap3-adoption): Deploy zotero/translators with scap3 - https://phabricator.wikimedia.org/T129143#2096523 (10greg) [21:16:21] 10VisualEditor, 6Team-Practices, 7Epic, 15User-JAufrecht: Run Service Level Understanding exercise between VE and Research & Data - https://phabricator.wikimedia.org/T128932#2096536 (10ggellerman) @JAufrecht Let's start with @DarTar and @leila Please add me if appropriate [21:16:33] Elitre: How much time would we want to allow to remember? One day probably isn't enough. :-) [21:17:05] James_F: that's what I was thinking. [21:17:17] Elitre: Although… [21:17:39] Elitre: The people who are going to care most are likely the people who edit every day, right? So maybe one day is enough. [21:18:46] James_F: I disagree. We may try with one week, while apologising this is not how it's supposed to work. [21:19:19] it's not a small wiki. [21:25:44] Elitre: The size of the wiki doesn't matter. It's the impact on the users we care about. [21:28:52] 10Citoid, 10VisualEditor, 10Deployment-Systems, 10scap, 10Scap3 (scap3-adoption): Deploy zotero/translators with scap3 - https://phabricator.wikimedia.org/T129143#2096716 (10thcipriani) [21:30:50] James_F: yes, and pl.wiki is the 11th most active with over 4k active users monthly (vs 1,750 at hu.wiki). Hence, many people impacted. [21:32:31] actually, the 10th. [21:35:09] James_F: Fun fact. If I switch my wiki to [21:35:09] $wgVisualEditorUseSingleEditTab = false; after having had it turned on (and having it set VEE=wikitext by switching inside VE) - I now get two "Edit source" tabs [21:35:35] Krinkle: Yeah, known issue. It gets fixed after a few minutes. [21:35:40] Krinkle: Same the other way. :-( [21:35:41] One points to http://alpha.wikipedia.krinkle.dev/wiki/Main_Page?veaction=edit, the other points to index.php?...&action=edit [21:35:50] Presumably due to html cache [21:35:55] Krinkle: (And two "Edit" tabs in some circumstances too.) [21:35:57] Yeah. [21:35:57] Which is more than a few minutes in prod. [21:36:08] k [21:38:36] (03PS2) 10Jforrester: Don't give the user the option to discard changes when changing editor [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/275606 (https://phabricator.wikimedia.org/T128585) [21:40:54] 10VisualEditor, 10VisualEditor-MediaWiki: Occasional "docserver-http: HTTP 404" when trying to save an edit made in the visual editor - https://phabricator.wikimedia.org/T123708#2096819 (10mobrovac) Thank you @Mbch331. I made a few tests myself on https://nl.wikipedia.org/wiki/Gebruiker:Mobrovac-WMF/Test but c... [21:44:35] 10VisualEditor, 10Parsoid: Parsoid/VE in Flow eats paragraph breaks in lists - https://phabricator.wikimedia.org/T110986#2096842 (10Jdforrester-WMF) [21:45:27] 10VisualEditor: VisualEditor character map not available in dialogs - https://phabricator.wikimedia.org/T128560#2096849 (10Jdforrester-WMF) p:5Triage>3Low [21:49:39] 10VisualEditor, 10VisualEditor-MediaWiki: Occasional "docserver-http: HTTP 404" when trying to save an edit made in the visual editor - https://phabricator.wikimedia.org/T123708#2096882 (10Mbch331) I just redid the change for https://nl.wikipedia.org/wiki/Heineken_Music_Hall, because I hadn't done that one in... [21:50:40] 10VisualEditor, 10VisualEditor-MediaWiki: SET should obey the skin compatibility rules - https://phabricator.wikimedia.org/T128574#2096884 (10Jdforrester-WMF) 5Open>3stalled This is odd. I cannot replicate the bug as reported in either Modern or CologneBlue. Can you give an example link that fails? [21:51:11] 10VisualEditor, 10VisualEditor-MediaWiki, 6Community-Liaisons, 3Liaisons-March-2016: Publish messages about SET on pl.wiki, monitor for reactions and feedback - https://phabricator.wikimedia.org/T128499#2096886 (10Elitre) This is likely to be slightly postponed, and I'll post a message about this at some p... [21:54:26] 10VisualEditor, 10VisualEditor-MediaWiki: Occasional "docserver-http: HTTP 404" when trying to save an edit made in the visual editor - https://phabricator.wikimedia.org/T123708#2096914 (10Elitre) Also, @Mbch331, did you provide your OS/browser/skin details? (I can find @Brbbl ones, //Mac OSX Yosemite with bot... [22:00:56] 10VisualEditor, 10VisualEditor-MediaWiki: Occasional "docserver-http: HTTP 404" when trying to save an edit made in the visual editor - https://phabricator.wikimedia.org/T123708#2096953 (10Mbch331) Just tested it with: https://nl.wikipedia.org/wiki/Captain_America:_Civil_War. Got a doctype 404 error, while edi... [22:07:50] 10VisualEditor, 7Browser-Support-Google-Chrome, 7Technical-Debt: ve.ui.FragmentInspector#getBodyHeight: Remove need for Chrome-specific hack on non-opaque elements - https://phabricator.wikimedia.org/T126027#2003048 (10matmarex) The hack comes from {T74338} and might no longer be needed. First, it seems that... [22:20:20] grrrit-wm: poke [22:20:24] https://gerrit.wikimedia.org/r/275684 [22:50:17] 10VisualEditor, 10VisualEditor-EditingTools, 10VisualEditor-MediaWiki: Height of link inspector changes when switching tabs ("Search pages" / "External link") - https://phabricator.wikimedia.org/T129173#2097178 (10matmarex) [22:53:13] RoanKattouw: In increasing value/testyness: https://gerrit.wikimedia.org/r/#/c/275264/ https://gerrit.wikimedia.org/r/#/c/275599/ https://gerrit.wikimedia.org/r/#/c/275606/ https://gerrit.wikimedia.org/r/#/c/275168/ https://gerrit.wikimedia.org/r/#/c/274369/ https://gerrit.wikimedia.org/r/#/c/275269/ [22:53:25] Oh, and https://gerrit.wikimedia.org/r/#/c/274499/ [22:57:25] RoanKattouw: And https://gerrit.wikimedia.org/r/#/c/274181/ [23:28:52] RoanKattouw: https://www.mediawiki.org/wiki/VisualEditor/Weekly_triage_meetings?veaction=edit [23:42:09] 10VisualEditor, 10VisualEditor-MediaWiki, 5WMF-deploy-2016-03-01_(1.27.0-wmf.15), 5WMF-deploy-2016-03-08_(1.27.0-wmf.16): SET: User last editor is not being set in the wikitext editor unless the user switches there - https://phabricator.wikimedia.org/T129130#2097458 (10Jdforrester-WMF) 5Open>3Resolved [23:42:11] 10VisualEditor, 10VisualEditor-MediaWiki, 10Wikimedia-Site-Requests, 13Patch-For-Review: Enable single edit tab on plwiki and review - https://phabricator.wikimedia.org/T128477#2097460 (10Jdforrester-WMF) [23:44:50] 10VisualEditor, 10VisualEditor-MediaWiki, 7Browser-Support-Internet-Explorer, 7Browser-Support-Microsoft-Edge: Move IE10, IE11 and Edge from the greylist to the whitelist to avoid the pop-up warning - https://phabricator.wikimedia.org/T128447#2097495 (10Jdforrester-WMF) 5Open>3Resolved [23:45:03] 10VisualEditor, 10VisualEditor-MediaWiki: Discrepancy between hover/mousedown and click behavior in EducationPopupTool - https://phabricator.wikimedia.org/T128440#2097497 (10Jdforrester-WMF) 5Open>3Resolved [23:45:32] 10VisualEditor, 10VisualEditor-MediaWiki: Don't give the user the option to discard changes when changing editor - https://phabricator.wikimedia.org/T128585#2097500 (10Jdforrester-WMF) 5Open>3Resolved