[00:00:39] I put "* @class mw.widgets.TitleInputWidget * @source " in external.js. [00:00:44] But that's not enough? [00:02:54] James_F: That defines the class, not the methods. [00:03:04] 10VisualEditor, 10VisualEditor-MediaWiki-Links, 10Wikidata: Provide a link to Wikidata's descriptions in the context menu for links - https://phabricator.wikimedia.org/T101056#1327688 (10Whatamidoing-WMF) I believe that the goal is to be able to change the description. [00:03:08] external is meant for typing hinting [00:03:10] not code extension [00:03:10] Krinkle: So I need to manually copy dozens of JSduck comments? [00:03:12] No [00:03:17] OK… [00:03:20] You need to actually solve the error not surpress it [00:03:30] How do I do that? [00:03:38] VE-MW doesn't have MW inside it. [00:03:42] So I can't just point to the code. [00:04:10] It's a separate code base, therefore the "upstream" documentation is not considered accessible in ones code editor or IDE. It is therefore not appropiate to leave out any documentation about the method you are implementing. Document the parameters and return types. [00:04:13] Or, at least, I can but only if I know that the code we want is in resources/src/mediawiki.widgets/* and I'm in extensions/VisualEditor/… [00:04:17] Its' not just about the generated html, the code itself should be documented. [00:04:37] Meh. [00:04:38] And in this case, it's sufficiently remote that it warrants minimal duplication. [00:04:41] We don't document jQuery. [00:04:49] We don't extend jQuery. [00:04:54] We type hint it [00:04:59] See earlier comment. [00:05:12] So the fix is to delete all documentation? [00:05:22] If there is noteworthy gotchas or examples in upstream documentation, a link can still be used in the subclass. [00:05:33] Just like you would expect if the upstream library does not use jsduck. [00:05:34] Because your suggestion (copying code from two extensions) isn't a sane approach. [00:05:43] That is not what I am suggesting. [00:05:59] "Document the parameters and return types." [00:06:09] That's a lot of stuff to copy: https://doc.wikimedia.org/mediawiki-core/master/js/#!/api/mw.widgets.TitleInputWidget [00:06:10] I am saying it makes sense to document code. Within one code base it is reasonable to use @inheritdoc since authors would be familiar with it and/or can very easily look it up. [00:06:39] Can we use @see instead? [00:07:03] If you're extending this class in a downstream code base, document the methods you override so that its return type and parameters are documented. [00:07:10] This is an extension of MediaWiki. It's totally sensible to assume the user has access to MediaWiki. [00:07:25] Changing upstream is not going to magically update downstream. The downstream code base has a return statement and expected parameters, that is real code. [00:07:47] * James_F sighs. [00:07:59] It's not about having access, it's about being familiar with internals of its code base. I don't think extension developers are in anyway expeced to know MediaWiki core internal methods. [00:08:10] Ha. [00:08:14] In PHP we don't even have inheritdoc. We always repeat and that works fine. [00:08:14] That's a good one. [00:08:39] For large amounts of examples or gotcha a simple link to the upstream doc makes sense, yeah. [00:08:45] in the method or class documentation comment. [00:09:06] This is really silly. [00:09:07] But document your own code inside the code base, inheriting upstream is weird because the code is in here, not there. [00:09:27] We've never done this for e.g. OOUI code. [00:09:47] I've more than once caught problems in VE and elsewhere due to out of sync method signatures and return values. [00:10:00] It's worth it. [00:10:35] Can you link to the actual commit this is about? [00:11:36] What's the jsduck for "Go read the actual documentation at this URL"? [00:12:07] Just embed the url markdown and point to it using natural English. [00:12:40] And note that it should still document parameters and return types regardles of any url pointers. [00:13:05] The url can be used to avoid duplicating large descriptoins and to point to useful code examples (if any) [00:15:17] And more importantly, so we have obvious things to look for when these change. [00:17:29] (03PS3) 10Jforrester: Account for MWTitleInputWidget having been moved into MW core [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/213561 (owner: 10Catrope) [00:17:32] There. [00:17:35] That might even work now. [00:18:47] (03CR) 10Jforrester: "PS3 manually imports a bunch of inherited documentation to make jsduck shut up." [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/213561 (owner: 10Catrope) [00:19:24] Meh. [00:19:27] jsduck passed locally. [00:19:30] But not on the server. [00:19:37] (03CR) 10jenkins-bot: [V: 04-1] Account for MWTitleInputWidget having been moved into MW core [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/213561 (owner: 10Catrope) [00:22:35] James_F: external.js? [00:22:45] I guess you added it locally [00:22:46] Krinkle: Oh, I needed to stage that file too. :-) [00:23:28] James_F: May wanna use ve.ui.MWTitleInputWidget.super.call in constructor to reduce references to the parent [00:23:53] Sure. [00:24:33] Oh wow, the "new" Gerrit diff is worse than I thought. It has two separate scroll areas for before/after [00:24:37] So they have separate scroll bars [00:24:43] Useful. [00:24:44] they use javascript to keep them in sync [00:24:57] except they don't. Instead they implement their own mousewheel handlers to scroll. [00:25:02] And as such, it goes in the wrong direction for OSX [00:25:28] (03PS4) 10Jforrester: Account for MWTitleInputWidget having been moved into MW core [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/213561 (owner: 10Catrope) [00:28:09] hi [00:28:16] how you are doing guys? [00:39:36] 10VisualEditor, 10VisualEditor-EditingTools, 3Editing Department 2014/15 Q4 blockers: Quotation marks added via special characters tool should wrap selected text, not replace it - https://phabricator.wikimedia.org/T65227#1327783 (10Juandev) Oh, great. I was wondering that quotation marks have disepeard with... [00:40:11] 10VisualEditor, 10VisualEditor-CopyPaste, 10VisualEditor-MediaWiki-Links, 6Collaboration-Team, 10Flow: Rich-pasted link not displaying correctly in Flow VisualEditor - https://phabricator.wikimedia.org/T101045#1327788 (10DannyH) p:5Triage>3Normal Thanks for catching this... [00:40:16] umm I found phabricator to be less tidy than bugzilla [00:41:01] 10VisualEditor, 10Wikimedia-Site-requests: Enable VE in other namespaces (which?) on some wiki (which?) - https://phabricator.wikimedia.org/T89593#1327791 (10Juandev) >>! In T89593#1040774, @Glaisher wrote: >>>! In T89593#1040460, @Juandev wrote: >> Do we need for this change the consensus of the community? >... [00:41:18] Juandev, ... less tidy? [00:41:42] in terms of the application itself or our content? [00:43:59] (03CR) 10Krinkle: "(Solved meanwhile)" [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/139676 (https://bugzilla.wikimedia.org/65416) (owner: 10Esanders) [00:44:05] Krenair: I am not able to track easily my task and the task that are related to me [00:44:11] Krenair: the list is messy [00:44:20] what about T62768? [00:47:15] (03PS3) 10Jforrester: Update VE core submodule to master (83d45d1) [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/214596 (owner: 10Esanders) [00:47:21] (03CR) 10Jforrester: [C: 032] Update VE core submodule to master (83d45d1) [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/214596 (owner: 10Esanders) [00:47:31] were you relying on the components before in BZ? users aren't really forced to deal with that anymore (some people even attempt to make tickets without any projects) [00:47:37] 10VisualEditor, 10VisualEditor-EditingTools, 10VisualEditor-MediaWiki-Plugins: VisualEditor: Support galleries - https://phabricator.wikimedia.org/T45037#1327819 (10Juandev) I can see it has a low priority, but if you want to edit gallery you still have to know wikicode! [00:47:46] Juandev, what about that task? [00:48:30] Krenair: well, iam wrong, bugzilla was simillar problem. I track bugs via e-mail notification [00:48:53] Krenair: what is the status. It is prety complicated task [00:49:22] (03Merged) 10jenkins-bot: Update VE core submodule to master (83d45d1) [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/214596 (owner: 10Esanders) [00:49:39] Juandev, it's marked closed, resolved [00:50:11] Krenair: heh, so I should have a look how it works [00:50:20] yes [00:51:43] 10VisualEditor, 10VisualEditor-MediaWiki, 7Design, 3Editing Department 2014/15 Q4 blockers, 7Epic: VisualEditor: Where VisualEditor is the primary editor, redlinks in read mode should go to veaction=edit not action=edit - https://phabricator.wikimedia.org/T55441#1327848 (10Juandev) Could you enable this... [00:54:30] 10VisualEditor, 10VisualEditor-Tables: Be able to set table cell background (and other formatting options) - https://phabricator.wikimedia.org/T54180#1327858 (10Juandev) >>! In T54180#971085, @Whatamidoing-WMF wrote: > I wonder if it could be a feature that is configurable per-wiki, or ideally per-namespace at... [00:54:31] 10VisualEditor, 10VisualEditor-MediaWiki, 7Design, 3Editing Department 2014/15 Q4 blockers, 7Epic: VisualEditor: Where VisualEditor is the primary editor, redlinks in read mode should go to veaction=edit not action=edit - https://phabricator.wikimedia.org/T55441#1327857 (10Krenair) When it happens, it'll... [00:55:42] 10VisualEditor, 10VisualEditor-ContentEditable: Drag and drop or position of table using VE - https://phabricator.wikimedia.org/T86044#1327875 (10Juandev) > EDIT : > we can copy-paste AND drag and drop tables, if we select some text before or after the table with the table. But that is tricky, no? [00:58:20] (03PS3) 10Jforrester: Move test registry hacks into QUnit setup/teardown hooks [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/211515 (owner: 10Esanders) [00:58:28] (03PS5) 10Jforrester: Unregister core image types [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/211422 (owner: 10Esanders) [00:58:36] (03CR) 10Jforrester: [C: 032] "Per Roan." [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/211422 (owner: 10Esanders) [01:01:56] (03PS1) 10Krinkle: ve.dm.MWTemplateSpecModel: Account for data.maps to be undefined [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/215262 [01:03:41] (03PS2) 10Krinkle: ve.dm.MWTemplateSpecModel: Account for data.maps to be undefined [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/215262 [01:04:04] (03CR) 10Krinkle: Methods for new "maps" property in TD Root (031 comment) [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/167772 (owner: 10Mvolz) [01:04:17] Krenair: tag mark is integrated in VE? [01:04:33] tag mark? [01:06:10] Krenair: like you mark a peace of text and you can change the color of its bg [01:06:54] I don't thin- [01:06:56] ok then... [01:09:14] Krenair: FWIW, it's a recognised (not alienated) tag but we intentionally don't have a tool to set it on copy. [01:09:28] Krenair: So you can edit the contents of an existing one, but not add a new one (except via C&P). [01:10:56] yeah, that's what I remember [01:16:04] 10VisualEditor, 10VisualEditor-MediaWiki-Templates, 7Easy: When inserting a new transclusion, drop empty suggested (but not required) parameters - https://phabricator.wikimedia.org/T101075#1327923 (10Jdforrester-WMF) 3NEW [01:22:45] (03PS1) 10Krinkle: Fix ResourcesTest::testUnsatisfiableDependencies test failure [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/215267 [01:23:22] (03CR) 10Jforrester: "Phab ticket?" [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/215267 (owner: 10Krinkle) [01:24:06] (03CR) 10Krinkle: "I encountered it locally. Does not affect wmf-production, Jenkins or mediawiki-vagrant due to luck load order." [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/215267 (owner: 10Krinkle) [01:24:28] (03CR) 10Jforrester: [C: 032] "Very well." [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/215267 (owner: 10Krinkle) [01:25:57] James_F: I'm spending my 100-110% time each day this week on gerrit query "is:starred is:merged" - my queue of changes where I left post-merge reviews (sometimes not knowing it was post-merge as it happened mid-air) to track if it is resolved. The svn-days "fixme" tag basically. [01:26:03] Caught up until December 2014. [01:26:43] Haven't done that for a few months.. [01:27:03] Krinkle: Why not not do that? [01:28:44] :-) [01:29:18] James_F: Because I can't not not ignore outstanding issues and because I'd otherwise waste more time filing bug reports. Most of them get fixed and people do read them and address. So no report cycle is needed. [01:30:29] It's quick and easy to leave a comment and press "S" and move on. Not just for merged commits actually. I left most of these comments before merging but then someone else merged it. [01:30:45] In which case I'm checking to see the issue was addressed. [01:31:02] You're spending a lot of time fixing edge cases when you could be making MW faster… [01:32:05] James_F: that's what Firefox did, and now they're faster than Chrome by having features not work. [01:32:16] Success aye? [01:32:25] Krinkle: Firefox isn't faster than Chrome for the only use case that matters (VE). [01:33:41] (03Merged) 10jenkins-bot: Fix ResourcesTest::testUnsatisfiableDependencies test failure [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/215267 (owner: 10Krinkle) [01:33:55] Anyhow, I know when things are edge cases and when not. I also know how bad our tests are. So I'm quite sure most of this is not edge case material. It's stuff we don't easily catch before deploy, may destroy internal data models, or affect user experience in harder to measure ways. [01:34:31] And in security, there are no edge cases. Got quite a few notes on that area. [01:34:32] :( [01:37:24] Krinkle: Unit test race conditions aren't security bugs. [01:37:39] (OK, dependency integration test race conditions.) [01:38:20] (anyway, ultimately, I spend my spare time in whatever way satisfies my sense of code quality so that I don't feel like working in the mud.) [01:38:34] Even if that means checking bugs that don't "matter" ;-) [01:38:45] Sure. But there are /so many/ bugs that do. [01:39:01] Imagine that! [01:48:21] (03PS3) 10Jforrester: ve.dm.MWTemplateSpecModel: Account for data.maps being undefined [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/215262 (owner: 10Krinkle) [01:48:30] (03CR) 10Jforrester: [C: 032] ve.dm.MWTemplateSpecModel: Account for data.maps being undefined [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/215262 (owner: 10Krinkle) [01:50:28] (03Merged) 10jenkins-bot: ve.dm.MWTemplateSpecModel: Account for data.maps being undefined [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/215262 (owner: 10Krinkle) [01:55:19] 10VisualEditor, 6Community-Liaison, 7Documentation: Check and update VE Documentation - https://phabricator.wikimedia.org/T96237#1327962 (10Rdicerb) @Whatamidoing - checking to see if this is complete or needs work [07:59:01] 10VisualEditor, 10VisualEditor-EditingTools, 10VisualEditor-MediaWiki-Plugins: VisualEditor: Support galleries - https://phabricator.wikimedia.org/T45037#1328348 (10Qgil) Is this a good candidate for #Possible-tech-projects? [08:41:04] 10VisualEditor, 6Collaboration-Team, 10Flow, 10Wikimania-Hackathon-2015, 7Epic: Associate non-body content such as annotations and talk to a location in the article - https://phabricator.wikimedia.org/T89575#1328382 (10Qgil) Did anyone work on this task during #Wikimedia-Hackathon-2015? If so, please pos... [09:47:03] HI, can someone explain to me how the buttons in the visualeditor toolbar work? I have been unsuccessfully trying to add a button. [09:48:07] I added ve.ui.MWLanguageTool.js to VisualEditor/modules/ui/tools/ [09:50:13] Here is what this file looks like : https://gist.github.com/ankita-kumari/370b676b1796a6af1f98 [10:24:27] TrevorP|Away : would you be able to help? [10:24:46] sucheta ? [11:27:36] 10VisualEditor, 10VisualEditor-Performance, 10Parsoid, 10RESTBase, 7RESTBase-API: RFC: API for retrieval and saving of top-level HTML elements / sections by element ID - https://phabricator.wikimedia.org/T94890#1328536 (10GWicke) [11:29:36] 10VisualEditor: Converting an error image (red link) from block to inline loses its error state - https://phabricator.wikimedia.org/T101085#1328537 (10Esanders) 3NEW a:3SuchetaG [11:42:39] (03PS1) 10Divec: WIP Insertions: heed cursor position relative to annotations [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215314 (https://phabricator.wikimedia.org/T94062) [11:45:34] (03CR) 10jenkins-bot: [V: 04-1] WIP Insertions: heed cursor position relative to annotations [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215314 (https://phabricator.wikimedia.org/T94062) (owner: 10Divec) [11:49:26] (03PS2) 10Divec: WIP Insertions: heed cursor position relative to annotations [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215314 (https://phabricator.wikimedia.org/T94062) [11:52:24] (03CR) 10jenkins-bot: [V: 04-1] WIP Insertions: heed cursor position relative to annotations [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215314 (https://phabricator.wikimedia.org/T94062) (owner: 10Divec) [11:54:40] (03PS3) 10Divec: WIP Insertions: heed cursor position relative to annotations [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215314 (https://phabricator.wikimedia.org/T94062) [12:01:16] (03PS6) 10Esanders: Unregister core image types [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/211422 [12:01:18] (03PS4) 10Esanders: Move test registry hacks into QUnit setup/teardown hooks [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/211515 [12:25:12] 10Citoid, 6Services, 6operations: Separate citoid service for beta that runs off master instead of deploy - https://phabricator.wikimedia.org/T92304#1328641 (10mobrovac) >>! In T92304#1284821, @Mvolz wrote: > @JDForrester-WMF, should we change beta to run off citoid.wmflabs.org instead of citoid.wikimedia.or... [12:26:15] 10Citoid, 6Services, 6operations: Separate citoid service for beta that runs off master instead of deploy - https://phabricator.wikimedia.org/T92304#1328643 (10mobrovac) [13:21:43] (03CR) 10Marcoil: Use Parsoid's new Cite HTML and CSS (035 comments) [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/207483 (https://phabricator.wikimedia.org/T86782) (owner: 10Marcoil) [13:27:54] (03CR) 10Esanders: "would be good if we could test this with fake context change events too." [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215314 (https://phabricator.wikimedia.org/T94062) (owner: 10Divec) [13:36:26] (03PS7) 10Esanders: Unregister core image types [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/211422 [13:36:28] (03PS5) 10Esanders: Move test registry hacks into QUnit setup/teardown hooks [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/211515 [13:44:02] (03PS9) 10Marcoil: Use Parsoid's new Cite HTML and CSS [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/207483 (https://phabricator.wikimedia.org/T86782) [14:21:14] 10VisualEditor, 10VisualEditor-ContentLanguage, 10VisualEditor-InterfaceLanguage, 7I18n, and 2 others: VisualEditor: Support for right-to-left (rtl) / bidirectional content (tracking) - https://phabricator.wikimedia.org/T35126#1329078 (10Aklapper) [14:23:21] 10Cite, 7I18n, 7RTL: The reference number should be bidi-isolated - https://phabricator.wikimedia.org/T38032#1329248 (10Aklapper) [14:25:05] 10WikiEditor, 7Easy, 7I18n, 7RTL: Redirect button in the Vector skin must be mirrored in an RTL environment - https://phabricator.wikimedia.org/T28148#1329375 (10Aklapper) [14:47:22] 10VisualEditor, 10Continuous-Integration-Infrastructure, 6Editing-Department, 7Regression: Submodule not being updated in Jenkins jobs - https://phabricator.wikimedia.org/T101105#1329638 (10Krinkle) 3NEW [14:59:42] 10VisualEditor, 10VisualEditor-MediaWiki-Links, 10Wikidata: Provide a link to Wikidata's descriptions in the context menu for links - https://phabricator.wikimedia.org/T101056#1329700 (10Lydia_Pintscher) See also T97566. [15:09:54] anyone know where in IRC the parsing team hangs out? [15:13:04] #mediawiki-parsoid [15:13:53] 10VisualEditor, 10Continuous-Integration-Infrastructure, 6Editing-Department, 7Regression: Submodule not being updated in Jenkins jobs - https://phabricator.wikimedia.org/T101105#1329775 (10hashar) a:3hashar The JJB version on integration/jenkins-job-builder is at the commit just before //[[ https://revi... [15:22:34] 10VisualEditor, 10Continuous-Integration-Infrastructure, 6Editing-Department, 7Regression: Submodule not being updated in Jenkins jobs - https://phabricator.wikimedia.org/T101105#1329789 (10hashar) I have updated integration/jenkins-job-builder to e3199d9 [15:25:41] 10VisualEditor, 10Browser-Tests: Update VisualEditor repository to mediawiki_selenium Ruby gem 1.1 - https://phabricator.wikimedia.org/T99661#1329796 (10dduvall) p:5High>3Normal [15:25:46] 10VisualEditor, 10Browser-Tests: Update VisualEditor repository to mediawiki_selenium Ruby gem 1.1 - https://phabricator.wikimedia.org/T99661#1295902 (10dduvall) p:5Normal>3High [15:26:16] 10VisualEditor, 10Browser-Tests: Update VisualEditor repository to mediawiki_selenium Ruby gem 1.1 - https://phabricator.wikimedia.org/T99661#1295902 (10dduvall) @ryasmeen, let's schedule a pairing session to work on this. [15:27:16] 10VisualEditor, 10Browser-Tests: Delete or fix failed VisualEditor browsertests Jenkins job - https://phabricator.wikimedia.org/T94162#1329805 (10dduvall) @ryasmeen, let's schedule a pairing session to work on this. [15:27:46] 10VisualEditor, 10Browser-Tests: Delete or fix failed VisualEditor browsertests Jenkins job - https://phabricator.wikimedia.org/T94162#1329808 (10dduvall) p:5Normal>3Triage [15:28:51] 10VisualEditor, 10Browser-Tests: Delete or fix failed VisualEditor browsertests Jenkins job - https://phabricator.wikimedia.org/T94162#1329812 (10zeljkofilipin) p:5Triage>3Normal [15:42:12] (03PS1) 10Esanders: Add tests for methods converting click targets to table selections [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215337 [15:54:28] (03CR) 10Jforrester: [C: 031] "Lots more to cover in ce.nodes, but this bumps ve.ce.TableNode up from 57% to 69%, which is a nice start." [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215337 (owner: 10Esanders) [15:54:50] 10VisualEditor: Moving/removing/duplicating focusable nodes in mobile - https://phabricator.wikimedia.org/T101113#1329945 (10Esanders) 3NEW [15:57:59] 10VisualEditor, 10VisualEditor-MediaWiki-Links, 10Wikidata, 7Design: Be able to set or fix a linked item's Wikidata description when shown in the context menu - https://phabricator.wikimedia.org/T101056#1329969 (10Jdforrester-WMF) [16:04:10] (03CR) 10Jforrester: Add tests for methods converting click targets to table selections (031 comment) [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215337 (owner: 10Esanders) [16:06:19] 10Mediawiki-extensions-Graph-VE, 3Google-Summer-of-Code-2015: Weekly reports for "Enable graph support in VisualEditor" - https://phabricator.wikimedia.org/T101119#1330046 (10ferdbold) 3NEW a:3ferdbold [16:06:36] Hey mvolz. [16:06:41] 10Mediawiki-extensions-Graph-VE, 3Google-Summer-of-Code-2015: Weekly reports for "Enable VisualEditor support in Graph extension" - https://phabricator.wikimedia.org/T101119#1330059 (10ferdbold) [16:07:38] 10VisualEditor, 10VisualEditor-ContentEditable: Drag and drop or position of table using VE - https://phabricator.wikimedia.org/T86044#1330069 (10Pols12) Yes, it is. It is neither intuitive nor pratical. [16:08:00] 10Mediawiki-extensions-Graph-VE, 3Google-Summer-of-Code-2015: Weekly reports for "Enable VisualEditor support in Graph extension" - https://phabricator.wikimedia.org/T101119#1330046 (10ferdbold) [16:08:03] 10Mediawiki-extensions-Graph-VE, 10VisualEditor, 10Graph, 10Parsoid, and 2 others: Graph editing in VisualEditor - https://phabricator.wikimedia.org/T89287#1330072 (10ferdbold) [16:08:22] 10Mediawiki-extensions-Graph-VE, 10VisualEditor, 10Graph, 10Parsoid, and 2 others: Graph editing in VisualEditor - https://phabricator.wikimedia.org/T89287#1032396 (10ferdbold) [16:08:29] 10Mediawiki-extensions-Graph-VE, 3Google-Summer-of-Code-2015: Weekly reports for "Enable VisualEditor support in Graph extension" - https://phabricator.wikimedia.org/T101119#1330046 (10ferdbold) [16:08:39] 10Mediawiki-extensions-Graph-VE, 3Google-Summer-of-Code-2015: Weekly reports for "Enable VisualEditor support in Graph extension" - https://phabricator.wikimedia.org/T101119#1330046 (10ferdbold) [16:08:41] 10Mediawiki-extensions-Graph-VE, 10VisualEditor, 10Graph, 10Parsoid, and 2 others: Graph editing in VisualEditor - https://phabricator.wikimedia.org/T89287#1032398 (10ferdbold) [16:09:08] 10Mediawiki-extensions-Graph-VE, 3Google-Summer-of-Code-2015: Weekly reports for "Enable VisualEditor support in Graph extension" - https://phabricator.wikimedia.org/T101119#1330084 (10ferdbold) [16:09:45] 10Mediawiki-extensions-Graph-VE, 3Google-Summer-of-Code-2015: Weekly reports for "Enable VisualEditor support in Graph extension" - https://phabricator.wikimedia.org/T101119#1330046 (10ferdbold) [16:14:01] (03PS1) 10Esanders: Show 'Back to editor' button in read mode correctly [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215342 [16:14:03] (03PS1) 10Esanders: Tweak toolbar positioning in demo [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215343 [16:14:05] (03PS1) 10Esanders: Avoid exception when switching modes in demo [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215344 [16:15:39] 10VisualEditor, 10Browser-Tests: Update VisualEditor repository to mediawiki_selenium Ruby gem 1.1 - https://phabricator.wikimedia.org/T99661#1330106 (10Ryasmeen) @dduvall: sure. [16:15:51] (03CR) 10Krinkle: [C: 031] "Not yet tested with the other changes but code looks good." [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/207483 (https://phabricator.wikimedia.org/T86782) (owner: 10Marcoil) [16:32:20] (03PS2) 10Jforrester: demo: Show 'Back to editor' button in read mode correctly [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215342 (owner: 10Esanders) [16:32:26] (03CR) 10Jforrester: [C: 032] demo: Show 'Back to editor' button in read mode correctly [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215342 (owner: 10Esanders) [16:34:53] (03Merged) 10jenkins-bot: demo: Show 'Back to editor' button in read mode correctly [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215342 (owner: 10Esanders) [16:43:56] (03PS2) 10Jforrester: demo: Tweak toolbar positioning in read mode [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215343 (owner: 10Esanders) [16:44:03] (03CR) 10Jforrester: [C: 032] demo: Tweak toolbar positioning in read mode [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215343 (owner: 10Esanders) [16:44:46] (03PS2) 10Jforrester: demo: Avoid exception when switching modes if surface is destroyed [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215344 (owner: 10Esanders) [16:44:51] (03CR) 10Jforrester: [C: 032] demo: Avoid exception when switching modes if surface is destroyed [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215344 (owner: 10Esanders) [16:50:32] 10VisualEditor, 6Collaboration-Team, 10Flow: Flow: display of templates different from display in wikitext - https://phabricator.wikimedia.org/T100921#1330289 (10DannyH) [16:51:23] 10VisualEditor, 6Collaboration-Team, 10Flow: Flow: display of templates different from display in wikitext - https://phabricator.wikimedia.org/T100921#1330293 (10DannyH) p:5Triage>3Normal This may be related to T99856 -- we'll figure it out. Thanks for reporting it. [16:56:36] (03CR) 10Jforrester: [C: 031] "Comments addressed: https://gerrit.wikimedia.org/r/#/c/211515/1..5/modules/ve-mw/tests/ve.test.utils.js" [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/211515 (owner: 10Esanders) [16:58:31] 10VisualEditor, 6Collaboration-Team, 10Flow: Unable to open (red) link in a new tab using middle click on Flow preview - https://phabricator.wikimedia.org/T100994#1330353 (10DannyH) p:5Triage>3Normal [17:02:12] 10VisualEditor, 10Continuous-Integration-Infrastructure, 6Editing-Department, 5Patch-For-Review, 7Regression: Submodule not being updated in Jenkins jobs - https://phabricator.wikimedia.org/T101105#1330393 (10hashar) Further updated JJB from e3199d9 to c7231fe Now gotta merge in https://gerrit.wikimedia... [17:21:48] (03PS3) 10Jforrester: demo: Tweak toolbar positioning in read mode [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215343 (owner: 10Esanders) [17:21:54] (03CR) 10Jforrester: [C: 032] demo: Tweak toolbar positioning in read mode [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215343 (owner: 10Esanders) [17:30:43] (03Merged) 10jenkins-bot: demo: Tweak toolbar positioning in read mode [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215343 (owner: 10Esanders) [17:30:44] 10Cite, 10VisualEditor, 10VisualEditor-MediaWiki-References: Basic reference shouldn't appear in catch-all group - https://phabricator.wikimedia.org/T101130#1330578 (10Jdforrester-WMF) 3NEW [17:31:11] (03PS3) 10Jforrester: demo: Avoid exception when switching modes if surface is destroyed [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215344 (owner: 10Esanders) [17:31:18] (03CR) 10Jforrester: [C: 032] demo: Avoid exception when switching modes if surface is destroyed [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215344 (owner: 10Esanders) [17:34:21] (03Merged) 10jenkins-bot: demo: Avoid exception when switching modes if surface is destroyed [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215344 (owner: 10Esanders) [18:14:53] sucheta: you around? [18:15:01] I realize it's late [18:31:14] James_F: hiya :) [19:49:43] Does a
in an

constitute a bug? [19:57:52] (03CR) 10Esanders: [C: 04-1] Fixing the behaviour of resizable images so that redlinked images, inline and block, can be represented properly (033 comments) [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/213812 (owner: 10SuchetaG) [19:58:22] (03CR) 10Esanders: "needs a rebase too" [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/213812 (owner: 10SuchetaG) [20:22:42] 10Mediawiki-extensions-Graph-VE: Weekly reports for "Enable VisualEditor support in Graph extension" - https://phabricator.wikimedia.org/T101119#1331542 (10Qgil) [20:36:38] (To answer my question from ~45 minutes ago, yes: https://phabricator.wikimedia.org/T68846 ) [20:41:24] 10VisualEditor, 3Editing Department 2014/15 Q4 blockers: Perform a weekly review of edits made with VisualEditor - https://phabricator.wikimedia.org/T94767#1331631 (10gpaumier) 2015-06-02: * [[ https://en.wikipedia.org/w/index.php?oldid=665220418#Tue_Jun_02_2015_11:12:41_GMT-0700_.28PDT.29.2C_Guillaume_.28WMF.... [20:51:03] 10VisualEditor, 10VisualEditor-Performance, 3Editing Department 2014/15 Q4 blockers, 7Epic, and 3 others: Internal nodes should eventually be in a separate document ("sub-documents") - https://phabricator.wikimedia.org/T49344#1331673 (10Jdforrester-WMF) [20:51:25] 10VisualEditor, 6WMF-Design, 6WMF-Design-Research: Emphasize VE's save button for new users - https://phabricator.wikimedia.org/T99274#1331677 (10Nirzar) [20:51:43] 10VisualEditor, 6WMF-Design, 6WMF-Design-Research: Emphasize VE's save button for new users - https://phabricator.wikimedia.org/T99274#1288831 (10Nirzar) Updated the task description with prototype for the proposed solution. [20:52:47] 10VisualEditor, 10VisualEditor-ContentEditable, 10VisualEditor-CopyPaste, 10VisualEditor-Performance, and 3 others: Pasting content results in scroll flickering - https://phabricator.wikimedia.org/T89623#1331680 (10Jdforrester-WMF) [20:52:53] 10VisualEditor, 10VisualEditor-ContentEditable, 7Browser-Support-Apple-Safari, 3Editing Department 2014/15 Q4 blockers, 7Epic: Native browser font styling tool fails to get content into DM, just CE, in Safari - https://phabricator.wikimedia.org/T63884#1331682 (10Jdforrester-WMF) [20:52:58] 10VisualEditor, 10VisualEditor-ContentLanguage, 10MediaWiki-extensions-UniversalLanguageSelector, 3Editing Department 2014/15 Q4 blockers, and 3 others: Make ULS input methods work in content editable divs of VisualEditor - https://phabricator.wikimedia.org/T51569#1331683 (10Jdforrester-WMF) [20:53:03] 10VisualEditor, 10VisualEditor-MediaWiki, 3Editing Department 2014/15 Q4 blockers, 7Epic: VisualEditor: Implement some form of auto-save - https://phabricator.wikimedia.org/T57370#1331684 (10Jdforrester-WMF) [20:53:08] 10VisualEditor, 10VisualEditor-MediaWiki-Mobile, 10VisualEditor-Performance, 7Browser-Support-Apple-Safari, and 2 others: VisualEditor Mobile: Switching tabs in mobile safari often causes page to refresh causing data loss of session changes - https://phabricator.wikimedia.org/T70017#1331685 (10Jdforrester-W... [20:53:15] 10VisualEditor, 10VisualEditor-MediaWiki, 10RESTBase, 3Editing Department 2014/15 Q4 blockers, and 2 others: VisualEditor: Provide a way for the user to switch between VisualEditor and wikitext source editor modes without saving - https://phabricator.wikimedia.org/T49779#1331686 (10Jdforrester-WMF) [20:53:20] 10VisualEditor, 10VisualEditor-ContentEditable, 10VisualEditor-Tables, 3Editing Department 2014/15 Q4 blockers, 7Epic: Tab/Shift-Tab behaviour in contexts other than list indent/outdent (e.g. tables) - https://phabricator.wikimedia.org/T72665#1331687 (10Jdforrester-WMF) [20:53:25] 10VisualEditor, 10VisualEditor-DataModel, 3Editing Department 2014/15 Q4 blockers, 7Epic: VisualEditor: Deal with universal types like mw:Error, mw:ExpandedAttrs, mw:Placeholder - https://phabricator.wikimedia.org/T63969#1331688 (10Jdforrester-WMF) [20:53:31] 10VisualEditor, 10VisualEditor-ContentEditable, 3Editing Department 2014/15 Q4 blockers, 7Epic: Change how link annotations work (and fix link continuation rendering) - https://phabricator.wikimedia.org/T91285#1331689 (10Jdforrester-WMF) [20:53:34] 10VisualEditor, 10VisualEditor-DataModel, 3Editing Department 2014/15 Q4 blockers, 7Epic: VisualEditor: Ordered application of annotations to avoid fragmentation (e.g. ''[[Foo|Fo]]''[[Foo|o]]) - https://phabricator.wikimedia.org/T52098#1331690 (10Jdforrester-WMF) [20:53:40] 10VisualEditor, 3Editing Department 2014/15 Q4 blockers: Make the save page button flush to the toolbar. - https://phabricator.wikimedia.org/T101165#1331691 (10Nirzar) 3NEW [20:53:43] 10VisualEditor, 10VisualEditor-ContentEditable, 3Editing Department 2014/15 Q4 blockers, 7Epic, 5Patch-For-Review: [Regression wmf4] Link continuation is broken - https://phabricator.wikimedia.org/T74108#1331700 (10Jdforrester-WMF) [20:53:56] 10VisualEditor, 3Editing Department 2014/15 Q4 blockers: Make the save page button flush to the toolbar. - https://phabricator.wikimedia.org/T101165#1331702 (10Nirzar) [20:53:57] 10VisualEditor, 6WMF-Design, 6WMF-Design-Research: Emphasize VE's save button for new users - https://phabricator.wikimedia.org/T99274#1288831 (10Nirzar) [20:57:03] 10VisualEditor, 10VisualEditor-ContentEditable, 10VisualEditor-EditingTools, 7Design, 3Editing Department 2014/15 Q4 blockers: [Usability] Consistency between inspector and context menu - https://phabricator.wikimedia.org/T98271#1331707 (10Nirzar) [20:57:06] 10VisualEditor, 10VisualEditor-MediaWiki-Links, 3Editing Department 2014/15 Q4 blockers: Move the delete action outside of edit for link inspector and language inspector - https://phabricator.wikimedia.org/T98272#1331706 (10Nirzar) [20:58:44] 10VisualEditor, 7Design, 3Editing Department 2014/15 Q4 blockers: Link inspector usability fixes - https://phabricator.wikimedia.org/T101166#1331708 (10Nirzar) 3NEW [20:58:56] 10VisualEditor, 10VisualEditor-MediaWiki-Links, 3Editing Department 2014/15 Q4 blockers: Move the delete action outside of edit for link inspector and language inspector - https://phabricator.wikimedia.org/T98272#1263415 (10Nirzar) [20:58:57] 10VisualEditor, 7Design, 3Editing Department 2014/15 Q4 blockers: Link inspector usability fixes - https://phabricator.wikimedia.org/T101166#1331715 (10Nirzar) [20:59:04] 10VisualEditor, 10VisualEditor-ContentEditable, 10VisualEditor-EditingTools, 7Design, 3Editing Department 2014/15 Q4 blockers: [Usability] Consistency between inspector and context menu - https://phabricator.wikimedia.org/T98271#1263401 (10Nirzar) [20:59:06] 10VisualEditor, 7Design, 3Editing Department 2014/15 Q4 blockers: Link inspector usability fixes - https://phabricator.wikimedia.org/T101166#1331708 (10Nirzar) [20:59:13] 10VisualEditor, 10Continuous-Integration-Infrastructure, 6Editing-Department, 5Patch-For-Review, 7Regression: Submodule not being updated in Jenkins jobs - https://phabricator.wikimedia.org/T101105#1331722 (10hashar) Finished too late, had some meetings in the evening. So will process updating jobs caref... [20:59:18] 10VisualEditor, 10VisualEditor-MediaWiki-Links, 3Editing Department 2014/15 Q4 blockers: [Usability Suggestion] In link inspector, after switching back from External link to Search pages while a text is selected, retaining the original text in the text field w... - https://phabricator.wikimedia.org/T98210#1331724 [20:59:19] 10VisualEditor, 7Design, 3Editing Department 2014/15 Q4 blockers: Link inspector usability fixes - https://phabricator.wikimedia.org/T101166#1331708 (10Nirzar) [21:02:17] 10VisualEditor, 7Design, 3Editing Department 2014/15 Q4 blockers: [Usability] auto open the results when link tool is used - https://phabricator.wikimedia.org/T101167#1331731 (10Nirzar) 3NEW [21:04:35] (03PS1) 10Esanders: Always preserve input when switch between internal/external links [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/215509 [21:05:39] 10VisualEditor, 7Design, 3Editing Department 2014/15 Q4 blockers: [Usability] convert the auto suggest widget to search widget in link inspector - https://phabricator.wikimedia.org/T101169#1331752 (10Nirzar) 3NEW [21:05:43] (03CR) 10Trevor Parscal: [C: 032] Always preserve input when switch between internal/external links [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/215509 (owner: 10Esanders) [21:06:00] 10VisualEditor, 7Design, 3Editing Department 2014/15 Q4 blockers: Link inspector usability fixes - https://phabricator.wikimedia.org/T101166#1331758 (10Nirzar) [21:06:03] 10VisualEditor, 7Design, 3Editing Department 2014/15 Q4 blockers: [Usability] convert the auto suggest widget to search widget in link inspector - https://phabricator.wikimedia.org/T101169#1331752 (10Nirzar) [21:06:21] 10VisualEditor, 10VisualEditor-MediaWiki-Links, 3Editing Department 2014/15 Q4 blockers: [Usability] In link inspector, after switching back from External link to Search pages while a text is selected, retaining the original text in the text field will be help... - https://phabricator.wikimedia.org/T98210#1331760 [21:07:08] 10VisualEditor, 7Design, 3Editing Department 2014/15 Q4 blockers: Link inspector usability fixes - https://phabricator.wikimedia.org/T101166#1331708 (10Nirzar) [21:08:02] (03Merged) 10jenkins-bot: Always preserve input when switch between internal/external links [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/215509 (owner: 10Esanders) [21:11:01] 10VisualEditor, 7Design, 3Editing Department 2014/15 Q4 blockers: Address usability problems in link inspector - https://phabricator.wikimedia.org/T101166#1331784 (10Neil_P._Quinn_WMF) [21:11:21] 10VisualEditor, 6Collaboration-Team, 10Flow: Side rail description using VE asks about saving changes while nothing was changed - https://phabricator.wikimedia.org/T99893#1331786 (10DannyH) p:5Triage>3Normal [21:16:36] 10VisualEditor, 6WMF-Design, 6WMF-Design-Research, 3Editing Department 2014/15 Q4 blockers: Emphasize VE's save button for new users - https://phabricator.wikimedia.org/T99274#1331797 (10Nirzar) [21:16:49] 10Cite, 10VisualEditor, 10VisualEditor-MediaWiki: Automatic cite insertion error refers to tab that does not exist - https://phabricator.wikimedia.org/T101172#1331806 (10Krinkle) 3NEW [21:34:00] (03CR) 10Jforrester: "Fixed T98210." [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/215509 (owner: 10Esanders) [21:34:05] 10VisualEditor, 10VisualEditor-MediaWiki-Links, 3Editing Department 2014/15 Q4 blockers, 5WMF-deploy-2015-06-09_(1.26wmf9): [Usability] In link inspector, after switching back from External link to Search pages while a text is selected, retaining the origina... - https://phabricator.wikimedia.org/T98210#1331884 [21:34:06] 10VisualEditor, 7Design, 3Editing Department 2014/15 Q4 blockers: Address usability problems in link inspector - https://phabricator.wikimedia.org/T101166#1331886 (10Jdforrester-WMF) [21:34:48] 10VisualEditor, 10VisualEditor-MediaWiki-Links, 10MediaWiki-extensions-SpamBlacklist: The external link section in the Link Inspector in VE should refuse links that are blocked by MW:Spam-blacklist - https://phabricator.wikimedia.org/T100201#1331895 (10Jdforrester-WMF) p:5Triage>3Normal [21:39:37] 10VisualEditor, 3Editing Department 2014/15 Q4 blockers: [Usability] Escape should cancel the link dialog and not link the word using link tool - https://phabricator.wikimedia.org/T101176#1331914 (10Nirzar) 3NEW [21:40:08] 10VisualEditor, 3Editing Department 2014/15 Q4 blockers: [Usability] Escape should cancel the link dialog and not link the word using link tool - https://phabricator.wikimedia.org/T101176#1331923 (10Nirzar) [21:40:09] 10VisualEditor, 7Design, 3Editing Department 2014/15 Q4 blockers: Address usability problems in link inspector - https://phabricator.wikimedia.org/T101166#1331922 (10Nirzar) [21:53:08] (03PS1) 10Esanders: Test for DSVFileTransferHandler [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215519 [21:57:20] (03CR) 10Jforrester: [C: 032] Move test registry hacks into QUnit setup/teardown hooks [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/211515 (owner: 10Esanders) [21:57:29] (03PS1) 10Esanders: Add in required calls to updateActions [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/215520 [21:57:58] (03CR) 10Jforrester: [C: 032] Add in required calls to updateActions [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/215520 (owner: 10Esanders) [21:59:25] (03Merged) 10jenkins-bot: Move test registry hacks into QUnit setup/teardown hooks [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/211515 (owner: 10Esanders) [21:59:35] (03Merged) 10jenkins-bot: Unregister core image types [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/211422 (owner: 10Esanders) [22:00:03] (03CR) 10jenkins-bot: [V: 04-1] Add in required calls to updateActions [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/215520 (owner: 10Esanders) [22:01:09] Bah. [22:16:50] (03CR) 10Jforrester: [C: 032] "Trying again." [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/215520 (owner: 10Esanders) [22:17:14] (03CR) 10Jforrester: [C: 032] Remove registry test hacks now that MW is fixed [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/211754 (owner: 10Esanders) [22:23:49] (03Merged) 10jenkins-bot: Add in required calls to updateActions [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/215520 (owner: 10Esanders) [22:23:54] (03Merged) 10jenkins-bot: Remove registry test hacks now that MW is fixed [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/211754 (owner: 10Esanders) [22:24:42] (03CR) 10Jforrester: [C: 031] "Whee, src/ui/datatransferhandlers up from 46% to 67%." [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215519 (owner: 10Esanders) [22:40:55] 10Cite, 10VisualEditor, 10VisualEditor-MediaWiki: Automatic cite insertion error refers to tab that does not exist - https://phabricator.wikimedia.org/T101172#1332167 (10matmarex) [22:40:57] 10Citoid, 10VisualEditor, 10VisualEditor-MediaWiki: Behavior of "Automatic" citation when bad input is provided is confusing - https://phabricator.wikimedia.org/T98715#1332168 (10matmarex) [22:42:09] 10Citoid, 10VisualEditor, 10VisualEditor-MediaWiki: Behavior of "Automatic" citation when bad input is provided is confusing - https://phabricator.wikimedia.org/T98715#1275334 (10matmarex) Per T101172 this regressed further, the error message now doesn't even have the tabs displayed: {F173295} [22:55:21] (03CR) 10Jforrester: [C: 04-1] "Ping." [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/205291 (https://phabricator.wikimedia.org/T96528) (owner: 10Esanders) [22:57:59] 10VisualEditor, 10VisualEditor-MediaWiki-Links, 10VisualEditor-MediaWiki-References: [Regression wmf20] Internal links, when clicked in a Reference context menu does nothing. - https://phabricator.wikimedia.org/T92427#1332283 (10Jdforrester-WMF) 5Open>3Resolved >>! In T92427#1158317, @Ryasmeen wrote: > A... [23:01:20] 10VisualEditor, 3Editing Department 2014/15 Q4 blockers: [[Mediawiki:Badtitletext]] being added to articles - https://phabricator.wikimedia.org/T93045#1332295 (10Jdforrester-WMF) [23:30:04] 10VisualEditor, 10VisualEditor-ContentEditable, 10VisualEditor-MediaWiki-Links: If you only change the first character's capitalisation of an anchored link, VisualEditor won't make a change - https://phabricator.wikimedia.org/T95059#1332366 (10Jdforrester-WMF) p:5Triage>3Lowest [23:40:21] (03PS1) 10Jforrester: build: Update to full jscs preset [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215550 [23:42:18] (03CR) 10jenkins-bot: [V: 04-1] build: Update to full jscs preset [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215550 (owner: 10Jforrester) [23:47:37] (03PS2) 10Jforrester: build: Update to full jscs preset [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/215550 [23:53:28] (03PS1) 10Legoktm: Update mediawiki/codesniffer to 0.2.0 [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/215552 [23:57:03] (03PS1) 10Legoktm: Update mediawiki/codesniffer to 0.2.0 [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/215555