[00:00:09] (03PS1) 10Jforrester: Update VE core submodule to master (c54e847) [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/263775 [00:56:56] 10VisualEditor: The proposed dialog for single edit tab is bad for new users - https://phabricator.wikimedia.org/T122692#1930156 (10Alsee) @Aklapper the demo is at https://test2.wikipedia.org/ However that demo apparently buggy and inaccurate. When I test it as an IP, or when I test with a new account, it just d... [01:05:29] 10VisualEditor, 6Community-Liaison, 7Documentation: Write help page for non-citoid template-based footnotes in VisualEditor - https://phabricator.wikimedia.org/T108981#1930210 (10Qgil) @Whatamidoing-WMF, do you expect to work on this task during this quarter? [01:09:00] 10VisualEditor, 6Community-Liaison, 7Documentation: Check and update VE Documentation - https://phabricator.wikimedia.org/T96237#1930220 (10Qgil) >>! In T96237#1340226, @Whatamidoing-WMF wrote: > This is not really the sort of task that gets "finished". It's ongoing maintenance. @Quidditty, if you agree wi... [01:20:03] 10VisualEditor, 10VisualEditor-EditingTools, 10OOjs-UI, 10UI-Standardization, and 2 others: Gray for "inactive" elements in the toolbar is too light - https://phabricator.wikimedia.org/T89271#1930266 (10Pginer-WMF) If we want to keep the disable elements in the accessible range of colors (so that content c... [01:55:08] 10VisualEditor, 10VisualEditor-EditingTools, 10OOjs-UI, 10UI-Standardization, and 2 others: Gray for "inactive" elements in the toolbar is too light - https://phabricator.wikimedia.org/T89271#1930341 (10violetto) Disabled elements are basically non-interactable UI elements. Our intention of decreasing cont... [01:56:53] (03CR) 10Alex Monk: [C: 032] Update VE core submodule to master (c54e847) [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/263775 (owner: 10Jforrester) [01:57:39] Ta. [02:00:11] (03Merged) 10jenkins-bot: Update VE core submodule to master (c54e847) [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/263775 (owner: 10Jforrester) [02:06:55] (03PS3) 10Alex Monk: SET: Set user's editor to wikitext if the browser doesn't do JS [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/259771 (https://phabricator.wikimedia.org/T121257) [02:08:18] 10VisualEditor, 10VisualEditor-MediaWiki: On single edit tab wikis, if your browser runs JS but is only grade C supported (no MW JS) you probably get a blank edit page and no way to fix it - https://phabricator.wikimedia.org/T123457#1930368 (10Krenair) 3NEW a:3Krenair [02:08:58] 10VisualEditor, 10VisualEditor-MediaWiki: On single edit tab wikis, if your browser runs JS but is only grade C supported (no MW JS) you probably get a blank edit page and no way to fix it - https://phabricator.wikimedia.org/T123457#1930377 (10Krenair) [02:09:00] 10VisualEditor, 10VisualEditor-MediaWiki, 5Patch-For-Review: On single edit tab wikis, if your browser is non-JS but your settings say VE you get a blank edit page and no way to fix it - https://phabricator.wikimedia.org/T121257#1930376 (10Krenair) [02:11:26] James_F, still around? [02:11:45] Aye. [02:11:54] James_F, what about values: [] ? [02:12:35] Krenair: Meh. Yeah, that shouldn't be allowed. The array must either be null or have length >= 2, I guess. [02:13:18] what about length being 1? [02:13:33] I don't think it would cause any poorly defined cases [02:13:39] you'd only be able to give it one value [02:13:46] which might be a good thing for optional parameters? [02:13:51] Then there's only one valid value, which means you should just use a boolean parameter. [02:14:50] hmm... do we want people to change their (admittedly entirely theoretic) templates to fit TemplateData? or do we want TemplateData to be able to handle this - I don't think it'd be any extra effort [02:15:35] So we'd show users a drop-down with only one value? [02:15:53] it'd look a bit silly, but if that's how the template works... [02:16:08] Meh. Maybe. [02:17:17] If array, must contain at least one value, should contain at least two values, all values must be of the type specified in the "type" property, and consumers MAY reject parameter values not present in this array. [02:17:50] sound good? [02:18:09] maybe with must/should in uppercase [02:18:25] WFM. [02:18:26] Yeah. [02:18:32] Per the rest of the document. [02:21:02] 10VisualEditor, 10VisualEditor-EditingTools, 10OOjs-UI, 10UI-Standardization, and 2 others: Gray for "inactive" elements in the toolbar is too light - https://phabricator.wikimedia.org/T89271#1930383 (10violetto) Want to point out also that we plan to underline interactable links as much as possible at lea... [02:24:15] "Consumers MAY provide user interfaces that restrict or simplify entering values based on the parameter type." [02:24:19] interesting [02:24:28] we decided against restricting in VE [02:24:50] or rather, you did, I just agreed with you :P [02:25:26] Yeah, well, VE means me being shouted at. ;-) [02:25:56] Do we have existing PHP code checking a value against a type for validity? [02:28:55] or JS code, I suppose, though I'd prefer not to reimplement [02:33:44] what if the user specified type: 'boolean', values: [ something] ? [02:34:23] Yeah, it's messy. [02:34:34] Not sure if we're validating types already [02:38:54] We probably aren't, but should be e.g. for 'default' values. [02:42:15] Authors MAY set values to an array with type being 'boolean', but first they MUST ... something [02:42:36] under autovalue we currently have: // TODO: Validate the autovalue values. [02:43:02] also, default must be either an object or a string [02:43:39] Sorry, yes, autovalue. [02:57:59] James_F, would it be bad to reach into the Parser class to do this validation? :) [02:58:10] Krenair: Yes. :-P [02:58:27] Ideally we want it API-able so VE can verify as you type… [02:58:34] Not crisis-urgent, do it in a later patch? [02:58:39] So we don't seem to have a generic function to validate that something is a valid URL [02:58:45] * James_F nods. [02:59:05] which means the 'url' type can't be validated properly in a clean (as far as TemplateData is concerned) way [02:59:28] 10Citoid, 10VisualEditor, 3Google-Code-In-2015: ISBN field validation bug chunks multiple ISBNs in a field inappropriately. - https://phabricator.wikimedia.org/T116056#1930419 (10Sn1per) a:3Sn1per [02:59:51] * James_F nods. [02:59:56] 10VisualEditor: The proposed dialog for single edit tab is bad for new users - https://phabricator.wikimedia.org/T122692#1930420 (10Aklapper) The summary of this task does not describe an actual problem but more of a judgement... Also see https://mediawiki.org/wiki/How_to_report_a_bug As explained in https://en... [03:03:49] I wonder if wiki-user-name should allow IPs [03:17:33] (03PS8) 10Alex Monk: [WIP] Add a parameter key to limit possible valid values to a given set [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/263655 (https://phabricator.wikimedia.org/T53375) [03:19:21] (03CR) 10jenkins-bot: [V: 04-1] [WIP] Add a parameter key to limit possible valid values to a given set [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/263655 (https://phabricator.wikimedia.org/T53375) (owner: 10Alex Monk) [03:22:23] (03PS9) 10Alex Monk: [WIP] Add a parameter key to limit possible valid values to a given set [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/263655 (https://phabricator.wikimedia.org/T53375) [04:53:03] 10TemplateData, 7I18n, 7RTL: The icon images for the "Inline" and "Block" buttons in the TemplateData don't appear in the Hebrew Wikipedia - https://phabricator.wikimedia.org/T119361#1930511 (10Krenair) [04:53:42] 10TemplateData, 5Patch-For-Review: When adding a new block, instead prefer to extend an existing one to avoid adding whitespace - https://phabricator.wikimedia.org/T96537#1930512 (10Krenair) [04:56:59] 10TemplateData, 7I18n, 7RTL: The icon images for the "Inline" and "Block" buttons in the TemplateData editor don't appear - https://phabricator.wikimedia.org/T119361#1930513 (10Krenair) [04:59:15] 10TemplateData, 7I18n, 7RTL: The icon images for the "Inline" and "Block" buttons in the TemplateData editor don't appear - https://phabricator.wikimedia.org/T119361#1930517 (10Krenair) Doesn't appear anywhere for me [05:03:12] 10TemplateData, 7I18n, 7RTL: The icon images for the "Inline" and "Block" buttons in the TemplateData editor don't appear - https://phabricator.wikimedia.org/T119361#1930518 (10Krenair) Seems to be because the `ext.templateData` RL module does not get loaded. [05:03:28] 10TemplateData: The icon images for the "Inline" and "Block" buttons in the TemplateData editor don't appear - https://phabricator.wikimedia.org/T119361#1930519 (10Krenair) [05:06:26] 10TemplateData: The icon images for the "Inline" and "Block" buttons in the TemplateData editor don't appear - https://phabricator.wikimedia.org/T119361#1930520 (10Krenair) a:3Krenair [05:06:53] (03PS1) 10Alex Monk: Make ext.templateDataGenerator.ui depend on ext.templateData [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/263810 (https://phabricator.wikimedia.org/T119361) [05:56:27] 10VisualEditor, 10VisualEditor-MediaWiki, 10VisualEditor-MediaWiki-Templates, 7Design: Alert the user when adding template parameter not defined by TemplateData - https://phabricator.wikimedia.org/T117890#1930563 (10Krenair) [05:58:37] 10TemplateData: Order the suggested parameters in the TemplateData generator more logically - https://phabricator.wikimedia.org/T119363#1930565 (10Krenair) [06:00:04] 10Citoid, 10VisualEditor: VE citation tool showing website title as URL - https://phabricator.wikimedia.org/T95134#1930573 (10Krenair) [06:11:33] 10TemplateData: TempateData: Provide a way to list all documented (and undocumented) templates on a wiki (beyond Special:PagesWithProp/templatedata) - https://phabricator.wikimedia.org/T52368#1930604 (10Krenair) Are we looking for some new DB report here? Or a labs tool? or...? [06:20:26] 10TemplateData: TemplateData: Inheritance is not recursive - https://phabricator.wikimedia.org/T52427#1930606 (10Krenair) [08:23:25] 10VisualEditor, 10Flow, 3Collaboration-Team-Current, 5Patch-For-Review, 5WMF-deploy-2016-01-19_(1.27.0-wmf.11): Flow VE: Link inspector displays 'Edit' and 'delete'(oo-ui-buttonElement-framed) in different sizes - https://phabricator.wikimedia.org/T121987#1930661 (10Catrope) [08:23:57] 10VisualEditor, 10Flow, 3Collaboration-Team-Current, 5Patch-For-Review, 5WMF-deploy-2016-01-19_(1.27.0-wmf.11): Flow VE: Link inspector displays 'Edit' and 'delete'(oo-ui-buttonElement-framed) in different sizes - https://phabricator.wikimedia.org/T121987#1930663 (10Catrope) a:3Catrope [09:13:21] 10Citoid, 10VisualEditor: Rewrite Zotero translator to treat imdb as a webpage, not a movie. - https://phabricator.wikimedia.org/T98675#1930684 (10Mvolz) [11:14:17] 10VisualEditor: Image alignment causes VisualEditor to not load - https://phabricator.wikimedia.org/T123471#1930792 (10Raftab) 3NEW [11:21:35] 10VisualEditor: Image alignment causes VisualEditor to not load - https://phabricator.wikimedia.org/T123471#1930818 (10Raftab) I'm almost positive this is an issue on our end. Whether the mediawiki version is out of date, or we have a var defined in LocalSettings.php that has been deprecated, although from the t... [12:17:17] 10VisualEditor, 10VisualEditor-MediaWiki: Saving the edit turns without end, with no way to retry, so the edit gets lost - https://phabricator.wikimedia.org/T122286#1930870 (10Nnemo) >>! In T122286#1916780, @Krenair wrote: > Unfortunately I think that if you can't reproduce the bug again, we developers can't e... [12:17:34] 10VisualEditor, 10VisualEditor-MediaWiki: Saving the edit turns without end, with no way to retry, so the edit gets lost - https://phabricator.wikimedia.org/T122286#1930878 (10Nnemo) 5Invalid>3Open [13:22:06] (03CR) 10Esanders: [C: 031] SET: Set user's editor to wikitext if the browser doesn't do JS [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/259771 (https://phabricator.wikimedia.org/T121257) (owner: 10Alex Monk) [16:20:53] 10VisualEditor, 10VisualEditor-MediaWiki: Saving the edit turns without end, with no way to retry, so the edit gets lost - https://phabricator.wikimedia.org/T122286#1931468 (10Aklapper) 5Open>3Invalid Please reopen this task when you can identify clear reproducible steps how to reproduce the bug. Thanks! [16:26:14] (03CR) 10Divec: [C: 04-1] Initial cursor position: outside any nails (032 comments) [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/260057 (https://phabricator.wikimedia.org/T114376) (owner: 10DLynch) [16:30:00] 10VisualEditor, 10OOjs-UI, 10UI-Standardization, 5OOjs-UI-0.15.0, 5WMF-deploy-2016-01-19_(1.27.0-wmf.11): Duplicate icons: 'Translation' and 'TextLanguage' - https://phabricator.wikimedia.org/T111040#1931491 (10Jdforrester-WMF) [16:39:08] (03CR) 10Jforrester: [C: 031] SET: Set user's editor to wikitext if the browser doesn't do JS [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/259771 (https://phabricator.wikimedia.org/T121257) (owner: 10Alex Monk) [17:01:51] (03PS1) 10Esanders: WIP: Actions for moving columns and rows [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/263869 [17:02:23] edsanders: Neat. [17:02:57] that code is getting messy [17:05:19] (03CR) 10jenkins-bot: [V: 04-1] WIP: Actions for moving columns and rows [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/263869 (owner: 10Esanders) [17:11:44] (03CR) 10Esanders: Initial cursor position: outside any nails (031 comment) [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/260057 (https://phabricator.wikimedia.org/T114376) (owner: 10DLynch) [17:31:20] James_F, https://gerrit.wikimedia.org/r/#/c/263399/ won't merge [17:39:02] 10VisualEditor, 10VisualEditor-MediaWiki, 10OOjs-UI, 5Patch-For-Review: PopupWidgets in VisualEditor displayed with unnecessary horizontal scrollbars - https://phabricator.wikimedia.org/T122379#1931646 (10matmarex) a:3matmarex [17:42:20] (03CR) 10Bartosz Dziewoński: [C: 032] Make ext.templateDataGenerator.ui depend on ext.templateData [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/263810 (https://phabricator.wikimedia.org/T119361) (owner: 10Alex Monk) [17:42:39] 10TemplateData: The icon images for the "Inline" and "Block" buttons in the TemplateData editor don't appear - https://phabricator.wikimedia.org/T119361#1931647 (10matmarex) 5Open>3Resolved [17:43:22] edsanders: Meh. [17:43:48] 10TemplateData, 10VisualEditor, 10VisualEditor-MediaWiki: The icon images for the "Inline" and "Block" buttons in the TemplateData editor don't appear - https://phabricator.wikimedia.org/T119361#1931650 (10Jdforrester-WMF) [17:43:48] (03Merged) 10jenkins-bot: Make ext.templateDataGenerator.ui depend on ext.templateData [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/263810 (https://phabricator.wikimedia.org/T119361) (owner: 10Alex Monk) [17:43:53] 10TemplateData, 10VisualEditor, 10VisualEditor-MediaWiki: The icon images for the "Inline" and "Block" buttons in the TemplateData editor don't appear - https://phabricator.wikimedia.org/T119361#1931652 (10Jdforrester-WMF) [17:45:27] 10VisualEditor, 10VisualEditor-MediaWiki, 10OOjs-UI, 5OOjs-UI-next-release, 5Patch-For-Review: PopupWidgets in VisualEditor displayed with unnecessary horizontal scrollbars - https://phabricator.wikimedia.org/T122379#1931653 (10Jdforrester-WMF) [17:49:19] (03PS5) 10DLynch: Initial cursor position: outside any nails [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/260057 (https://phabricator.wikimedia.org/T114376) [18:01:11] (03PS1) 10Alex Monk: Don't restrict format parameter in the API [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/263881 (https://phabricator.wikimedia.org/T91455) [18:01:25] 10TemplateData, 10MediaWiki-API, 7Easy, 3Google-Code-In-2015, 5Patch-For-Review: ApiTemplateData implements ApiBase::getCustomPrinter for no good reason - https://phabricator.wikimedia.org/T91455#1931693 (10Krenair) a:3Krenair [18:16:23] 10VisualEditor, 10VisualEditor-EditingTools, 10OOjs-UI, 10UI-Standardization, and 2 others: Gray for "inactive" elements in the toolbar is too light - https://phabricator.wikimedia.org/T89271#1931757 (10matmarex) >>! In T89271#1922397, @Volker_E wrote: > (...) I'm critical, that a change as strong as movin... [18:21:12] (03PS1) 10Alex Monk: Show message about related pages (e.g. /doc) as a warning, not an error [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/263887 (https://phabricator.wikimedia.org/T103753) [18:22:03] 10TemplateData, 7Design, 5Patch-For-Review: Message about /doc page should not be displayed as an "error" - https://phabricator.wikimedia.org/T103753#1931777 (10Krenair) a:3Krenair [18:23:02] (03PS2) 10Alex Monk: Show message about related pages (e.g. /doc) as a warning, not an error [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/263887 (https://phabricator.wikimedia.org/T103753) [18:25:49] 10TemplateData, 10VisualEditor, 10VisualEditor-MediaWiki, 5WMF-deploy-2016-01-19_(1.27.0-wmf.11), 7user-notice: Display a warning when user will leave TemplateData form - https://phabricator.wikimedia.org/T106382#1931783 (10Trizek-WMF) [18:29:30] 10VisualEditor, 10VisualEditor-MediaWiki: Saving the edit turns without end, with no way to retry, so the edit gets lost - https://phabricator.wikimedia.org/T122286#1931801 (10Nnemo) @Aklapper the Description, there is the scenario that gave the bug. Doing these steps does not repro the bug systematically. So... [18:30:09] 10VisualEditor, 10VisualEditor-MediaWiki: Saving the edit turns without end, with no way to retry, so the edit gets lost - https://phabricator.wikimedia.org/T122286#1931802 (10Nnemo) 5Invalid>3Open [18:45:39] 10VisualEditor, 6Editing-Analysis, 6Research-and-Data: Add support for hashtags (URL parameter -> edit summary) - https://phabricator.wikimedia.org/T123529#1931860 (10DarTar) 3NEW [18:47:12] 10VisualEditor, 6Editing-Analysis, 6Research-and-Data: Add support for hashtags (URL parameter -> edit summary) - https://phabricator.wikimedia.org/T123529#1931886 (10Jdforrester-WMF) We already have the Campaigns tool to tracking events //etc.//. Should we try to integrate these efforts or just duplicate? [18:54:59] * Elitre waves at VE people [18:57:24] * James_F waves back. [19:01:39] 10VisualEditor, 6Editing-Analysis, 6Research-and-Data: Add support for hashtags (URL parameter -> edit summary) - https://phabricator.wikimedia.org/T123529#1931953 (10DarTar) @Jdforrester-WMF I believe the two are complementary, hashtags can be used informally and with 0 overheads by anyone (including off-si... [19:06:14] 10VisualEditor, 6Editing-Analysis, 6Research-and-Data: Add support for hashtags (URL parameter -> edit summary) - https://phabricator.wikimedia.org/T123529#1931957 (10Sadads) We are beginning to use the hashtag for #1lib1ref . From what I am seeing, we are missing something like 1/3-1/2 of the edits in the c... [19:07:56] 10VisualEditor, 6Editing-Analysis, 6Research-and-Data: Add support for hashtags (URL parameter -> edit summary) - https://phabricator.wikimedia.org/T123529#1931971 (10Jdforrester-WMF) >>! In T123529#1931953, @DarTar wrote: > @Jdforrester-WMF I believe the two are complementary, hashtags can be used informall... [19:23:45] 10TemplateData, 10MediaWiki-API, 7Easy, 3Google-Code-In-2015, 5Patch-For-Review: ApiTemplateData implements ApiBase::getCustomPrinter for no good reason - https://phabricator.wikimedia.org/T91455#1932074 (10Jdforrester-WMF) I'm not sure I understand the value of this. Providing XML encapsulation of a JSO... [19:30:10] 10TemplateData, 10MediaWiki-API, 7Easy, 3Google-Code-In-2015, 5Patch-For-Review: ApiTemplateData implements ApiBase::getCustomPrinter for no good reason - https://phabricator.wikimedia.org/T91455#1932087 (10Krenair) Actually you end up with XML, like this: ``` <_1 type="unknown"> ... [19:39:16] 10VisualEditor, 6Editing-Analysis, 6Research-and-Data: Add support for hashtags (URL parameter -> edit summary) - https://phabricator.wikimedia.org/T123529#1932116 (10Krenair) How is this VE-specific? Sounds like something that should be going into the wikitext editor before VE... [19:50:28] 10TemplateData, 7Easy: TemplateData: Localise names of types in the HTML rendering (string, wiki-page-name, ...) - https://phabricator.wikimedia.org/T61745#1932166 (10Krenair) a:3Krenair I started doing this but noticed a problem: The editor UI uses `undefined` for `unknown`. [19:54:21] 10VisualEditor, 10Phlogiston, 15User-JAufrecht: The forecast for Better Link Editing and for Formula Editing is wrong - https://phabricator.wikimedia.org/T123550#1932189 (10JAufrecht) 3NEW a:3JAufrecht [19:57:51] (03PS1) 10Alex Monk: [WIP] Localise names of types in HTML rendering [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/263918 (https://phabricator.wikimedia.org/T61745) [19:58:24] 10VisualEditor: Select a consistent level of milestone definition for VE FY2016Q3 - https://phabricator.wikimedia.org/T123552#1932223 (10JAufrecht) 3NEW a:3Jdforrester-WMF [19:59:14] (03PS2) 10Alex Monk: Localise names of types in HTML rendering [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/263918 (https://phabricator.wikimedia.org/T61745) [19:59:42] 10VisualEditor: Select a consistent level of milestone definition for VE FY2016Q3 - https://phabricator.wikimedia.org/T123552#1932235 (10JAufrecht) [20:00:26] (03CR) 10Alex Monk: "And I've probably messed up the unknown vs. undefined thing" [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/263918 (https://phabricator.wikimedia.org/T61745) (owner: 10Alex Monk) [20:02:50] 10TemplateData: Please make "required" display as bold-face in the TemplateData block on a template's documentation - https://phabricator.wikimedia.org/T104674#1932258 (10Krenair) what about the other statuses - deprecated/suggested? [20:16:03] edsanders: Was there a reason you didn't +2 https://gerrit.wikimedia.org/r/#/c/263781/1 ? [20:16:38] 10TemplateData: Please make "required" display as bold-face in the TemplateData block on a template's documentation - https://phabricator.wikimedia.org/T104674#1932335 (10Jdforrester-WMF) Required is the mega-important one; the other two aren't as vital so can be left. [20:16:59] Moritz might want to review content [20:17:32] Kk. [20:22:36] 10TemplateData: Please make "required" display as bold-face in the TemplateData block on a template's documentation - https://phabricator.wikimedia.org/T104674#1932356 (10Krenair) https://phabricator.wikimedia.org/diffusion/ETDA/browse/master/TemplateDataBlob.php;HEAD$767-775,851 [20:29:29] 10VisualEditor, 6Editing-Analysis, 6Research-and-Data: Add support for hashtags (URL parameter -> edit summary) - https://phabricator.wikimedia.org/T123529#1932385 (10DarTar) >>! In T123529#1931971, @Jdforrester-WMF wrote: >> Where can I read more about what Campaigns currently supports? > No idea. I thought... [20:34:08] 10VisualEditor, 6Editing-Analysis, 6Research-and-Data: Add support for hashtags (URL parameter -> edit summary) - https://phabricator.wikimedia.org/T123529#1932435 (10DarTar) >@Krenair wrote: > How is this VE-specific? Sounds like something that should be going into the wikitext editor before VE... you are... [20:36:57] (03CR) 10Esanders: "What happens if the browser passes backend tests but fails frontend tests? Or vice versa?" [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/259606 (https://phabricator.wikimedia.org/T121298) (owner: 10Alex Monk) [20:37:47] 10VisualEditor, 10Continuous-Integration-Config, 10Kartographer, 7WorkType-Maintenance: Add VisualEditor as a CI dependency of the Kartographer extension - https://phabricator.wikimedia.org/T122926#1932458 (10greg) [20:47:10] (03CR) 10Alex Monk: "If the user passes the backend checks but fails the frontend ones, they may be left with a blank page. If they fail the backend checks but" [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/259606 (https://phabricator.wikimedia.org/T121298) (owner: 10Alex Monk) [20:51:04] 10TemplateData: TemplateData: Ship documentation for core magic words and parser functions - https://phabricator.wikimedia.org/T55414#1932593 (10Krenair) [20:51:05] 10TemplateData: TemplateData: Implement hook for extensions to document parser functions - https://phabricator.wikimedia.org/T54607#1932595 (10Krenair) [20:51:07] 10TemplateData: TemplateData: Consider support for non-template transclusions (magic words, parser functions) - https://phabricator.wikimedia.org/T55413#1932594 (10Krenair) [20:51:09] 10VisualEditor, 10VisualEditor-EditingTools, 5Patch-For-Review: VisualEditor: Provide a way for users to insert variable magic words - https://phabricator.wikimedia.org/T51996#1932592 (10Krenair) [20:51:14] 10TemplateData: TemplateData: Implement hook for extensions to document parser functions - https://phabricator.wikimedia.org/T54607#564133 (10Krenair) [20:51:15] 10VisualEditor, 10VisualEditor-EditingTools, 5Patch-For-Review: VisualEditor: Provide a way for users to insert variable magic words - https://phabricator.wikimedia.org/T51996#551558 (10Krenair) [20:52:18] 10VisualEditor, 10VisualEditor-EditingTools, 10OOjs-UI, 10UI-Standardization, and 2 others: Gray for "inactive" elements in the toolbar is too light - https://phabricator.wikimedia.org/T89271#1932598 (10violetto) > > We use #555 for regular button text… Maybe we should change that to something darker. Bt... [21:21:56] 10TemplateData: Please make "required" display as bold-face in the TemplateData block on a template's documentation - https://phabricator.wikimedia.org/T104674#1932721 (10Krenair) @legoktm: would this be a good task to mark for GCI? [21:41:33] (03PS1) 10Krinkle: Remove references to non-existent messages [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/263930 [21:41:39] James_F|Away: ^ [21:50:03] Krenair: ^ :) [21:59:50] 10VisualEditor, 10VisualEditor-MediaWiki: Saving the edit turns without end, with no way to retry, so the edit gets lost - https://phabricator.wikimedia.org/T122286#1933066 (10Aklapper) 5Open>3declined [22:00:06] (03CR) 10Alex Monk: [C: 032] Remove references to non-existent messages [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/263930 (owner: 10Krinkle) [22:00:23] (03PS1) 10Krinkle: Remove references to non-existent messages [extensions/VisualEditor] (wmf/1.27.0-wmf.10) - 10https://gerrit.wikimedia.org/r/263934 [22:03:32] Krinkle: SWATing that? [22:04:01] Yep [22:04:58] Cool. [22:05:11] (03Merged) 10jenkins-bot: Remove references to non-existent messages [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/263930 (owner: 10Krinkle) [23:08:20] (03PS2) 10Esanders: WIP: Actions for moving columns and rows [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/263869