[02:58:56] 10VisualEditor, 6Collaboration-Team, 10Flow, 7Design: increase the line spacing in Flow's VisualEditor - https://phabricator.wikimedia.org/T95858#1202080 (10Mattflaschen) Why should this be different from standard VisualEditor? [06:35:51] 10VisualEditor, 6Collaboration-Team, 10Flow, 7Design: increase the line spacing in Flow's VisualEditor - https://phabricator.wikimedia.org/T95858#1202220 (10Amire80) Hmmmmmmmm. Now that I look at it carefully, it is probably not different. But in Flow it //feels// smaller - possibly because of shorter lin... [07:12:50] 10Citoid: Unrecognized quotes - https://phabricator.wikimedia.org/T94213#1202279 (10Mvolz) [07:12:52] 10Citoid: Character problem in citoid-generated citation - https://phabricator.wikimedia.org/T95833#1201461 (10Mvolz) [07:14:27] 10Citoid: French special characters not represented correctly - https://phabricator.wikimedia.org/T95833#1202282 (10Mvolz) [08:45:11] 10VisualEditor: When adding an internal link in VisualEditor, space character is not accepted - https://phabricator.wikimedia.org/T95875#1202326 (10pajz) 3NEW [09:24:25] 10VisualEditor, 10VisualEditor-MediaWiki-References: If an external link contains a period, VisualEditor displays two links - https://phabricator.wikimedia.org/T95846#1202369 (10Aklapper) [09:27:06] 10VisualEditor: Editnotice dial displays as empty - https://phabricator.wikimedia.org/T95822#1202374 (10Aklapper) [09:28:41] 10VisualEditor, 10VisualEditor-EditingTools: Special characters menu in VisualEditor does not include em dash - https://phabricator.wikimedia.org/T95819#1202376 (10Aklapper) [09:29:20] 10VisualEditor, 10VisualEditor-EditingTools: Special characters menu in VisualEditor does not include em dash - https://phabricator.wikimedia.org/T95819#1201179 (10Aklapper) > This seems to be one of the most important symbols editors need for their work. Is that a general statement, or maybe rather dewiki sp... [09:39:31] 10VisualEditor, 10VisualEditor-EditingTools: Special characters menu in VisualEditor does not include em dash - https://phabricator.wikimedia.org/T95819#1202388 (10pajz) Well, the need for an en dash may be stronger on dewiki, but in the dewiki special characters menu, I cannot find any dash character at all.... [09:39:57] 10VisualEditor, 10VisualEditor-EditingTools: Special characters menu in VisualEditor does not include en dash - https://phabricator.wikimedia.org/T95819#1202389 (10pajz) [09:42:31] 10VisualEditor, 10VisualEditor-MediaWiki-Links: When adding an internal link in VisualEditor, space character is not accepted - https://phabricator.wikimedia.org/T95875#1202391 (10Aklapper) [10:51:38] 10MediaWiki-Page-editing, 7JavaScript: LivePreview fires wikipage.content hook before attaching content, which breaks some scripts - https://phabricator.wikimedia.org/T90851#1202527 (10Aklapper) Assuming that solution 2 has become dominant, anybody planning to work on this? [10:55:30] 10VisualEditor: Help VisualEditor users find the wikitext "Save" button - https://phabricator.wikimedia.org/T90864#1202531 (10Aklapper) 5Open>3stalled Setting status to stalled. @Nemo_bis: Please reset the status when answering. [10:56:09] Can anyone provide a LESS/CSS hint where to fix https://phabricator.wikimedia.org/T78119 ? [12:49:17] (03CR) 10Negative24: [C: 031] "Nice, clear example." [oojs/ui] - 10https://gerrit.wikimedia.org/r/203727 (owner: 10Bartosz Dziewoński) [13:01:17] (03CR) 10Esanders: Cursor holders for native cursoring to ce=false nodes (031 comment) [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/201874 (owner: 10Divec) [13:32:22] 10Citoid, 7Technical-Debt: Create a cleaner import and export of natively scraped and zotero scraped citations - https://phabricator.wikimedia.org/T95295#1202711 (10Mvolz) p:5Triage>3Normal [13:32:32] 10Citoid: Ensure DOI, PMID, and PMCID are in citation when they're the requested format. - https://phabricator.wikimedia.org/T95434#1202712 (10Mvolz) p:5Triage>3Normal [13:33:12] (03CR) 10Krinkle: [C: 032] Update VE core submodule to master (8c5917f) [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/203678 (owner: 10Jforrester) [13:37:29] (03Merged) 10jenkins-bot: Update VE core submodule to master (8c5917f) [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/203678 (owner: 10Jforrester) [13:47:58] (03CR) 10Krinkle: Cursor holders for native cursoring to ce=false nodes (032 comments) [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/201874 (owner: 10Divec) [13:51:10] (03CR) 10Krinkle: Cursor holders for native cursoring to ce=false nodes (031 comment) [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/201874 (owner: 10Divec) [14:08:25] good morning VE people [14:09:00] Is there a way that I can somehow automatically check if some generated JavaScript creates the OOUI widgets that I think it does? [14:10:00] For example, the way that I’m doing it for PHP at the end of this file: https://gerrit.wikimedia.org/r/#/c/203816/1/tests/phpunit/CodePrinterTest.php [14:10:04] * werdna nudges Krinkle hopefully [14:10:54] perhaps I could shell out to Node and do XYZ? [14:17:32] werdna: o/ [14:17:50] hey Krinkle [14:18:29] werdna: what generated javascript? [14:18:33] what is this trying to solve [14:19:41] Krinkle: I have my “OOUI Playground” extension, which lets you enter JSON or template syntax for a set of OOUI widgets, and it will display them, along with code to use them, in PHP, JavaScript and LightNCandy templates. [14:19:56] Krinkle: so I want to write a test to check if the JavaScript code that it generates is actually correct [14:20:19] What is JSON or template syntax in this context? [14:20:48] Is that the serialisation format of OOjs UI itself? [14:20:48] Or something else [14:20:51] JSON is just a nested array where “new XWidget( {} )” is replaced by “{“type”: “X”}" [14:21:08] templates is a format I came up with to use OOUI widgets in LightNCandy templats [14:21:31] (03PS1) 10Esanders: Fix another bug showing ltr/rtl stylesheets in demo [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/203817 [14:22:09] See https://gerrit.wikimedia.org/r/#/c/192783/13/includes/OOUILightNCandy.php [14:22:53] anyway, those syntaxes aren’t too important for this specific problem – I want to be able to validate the JavaScript syntax ;-) [14:23:25] I figured I could shell out to Node somehow, but I don’t suppose that I can do any meaningful checks without a browser and jQuery [14:27:47] 10WikiEditor, 7Documentation: WikiEditor documentation is inadequate for user development - https://phabricator.wikimedia.org/T52917#1202837 (10Aklapper) p:5High>3Normal High priority since 2013 and no assignee set => [[ https://www.mediawiki.org/wiki/Phabricator/Project_management#Setting_task_priorities... [14:28:23] werdna: Where is the javascript generated [14:32:48] werdna: https://github.com/wikimedia/mediawiki-extensions-OOUIPlayground/blob/3a01f13751f9adb9efe127baee6491083ea42bc2/includes/container.php#L57-L65 [14:32:50] That? [14:35:20] 10VisualEditor, 6Analytics-Kanban: Schema:Edit seems to incorrectly set users as anonymous {lion} - https://phabricator.wikimedia.org/T92596#1202865 (10Milimetric) When looking for stuff like this, it's good to keep in mind that visual editor and wikitext instrumentation are very different, and to look at them... [14:35:38] werdna: OK. So you'll need to get a reference to the widget variable in your test. [14:36:39] You can probably re-use some logic of the OOjs UI unit tests for php/js compliance [14:36:41] https://github.com/wikimedia/oojs-ui/blob/master/tests/JSPHP.test.standalone.js#L29-L44 [14:37:20] You'd export your "class" name from "new OO.ui.$class" and "args" into a JSON file, and then make the same instances in the test suite [14:37:25] and make some assertions on them. [14:37:51] I'm not sure what you'd assert though. Naturally new Foo creates an instance of Foo [14:41:43] (03PS1) 10Mvolz: [WIP] Explicitly define allowed formats [services/citoid] - 10https://gerrit.wikimedia.org/r/203828 (https://phabricator.wikimedia.org/T95308) [14:45:03] Krinkle: let me check your compliance tests out, that will probably give me what I need. [14:45:55] Krinkle: the JS is generated in that patch set I linked to. [14:48:42] 10MediaWiki-ResourceLoader, 7JavaScript: mw.loader.store should not occupy all of localStorage - https://phabricator.wikimedia.org/T66721#709057 (10He7d3r) [14:50:37] (03CR) 10Mobrovac: [C: 04-1] [WIP] Explicitly define allowed formats (034 comments) [services/citoid] - 10https://gerrit.wikimedia.org/r/203828 (https://phabricator.wikimedia.org/T95308) (owner: 10Mvolz) [14:56:35] 10VisualEditor, 10VisualEditor-MediaWiki, 3Editing Department 2014/15 Q4 blockers: VisualEditor: Pasting of MediaWiki article title H1 should paste as a

instead of an

- https://phabricator.wikimedia.org/T72519#1202991 (10Amire80) [15:03:41] 10Citoid: Citoid Syntaxerror on beta cluster - https://phabricator.wikimedia.org/T95616#1203008 (10mobrovac) 5Open>3Resolved [15:07:39] (03PS10) 10Divec: Cursor holders for native cursoring to ce=false nodes [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/201874 [15:14:54] (03CR) 10Divec: "* Stylistic changes based on comments" [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/201874 (owner: 10Divec) [15:15:19] (03PS1) 10Esanders: Improve demo read mode [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/203832 [15:19:11] 10Citoid, 6Services: bad curl causes citoid to respond with a traceback - https://phabricator.wikimedia.org/T95898#1203047 (10Mvolz) 3NEW [15:23:16] (03CR) 10Esanders: [C: 031] Cursor holders for native cursoring to ce=false nodes [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/201874 (owner: 10Divec) [15:23:36] (03CR) 10Mvolz: [WIP] Explicitly define allowed formats (033 comments) [services/citoid] - 10https://gerrit.wikimedia.org/r/203828 (https://phabricator.wikimedia.org/T95308) (owner: 10Mvolz) [15:23:46] (03PS2) 10Mvolz: Explicitly define allowed formats [services/citoid] - 10https://gerrit.wikimedia.org/r/203828 (https://phabricator.wikimedia.org/T95308) [15:26:26] (03PS2) 10Krinkle: demo: Fix another bug showing both LTR and RTL stylesheets [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/203817 (owner: 10Esanders) [15:26:34] (03CR) 10Krinkle: [C: 032] demo: Fix another bug showing both LTR and RTL stylesheets [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/203817 (owner: 10Esanders) [15:27:07] 10Citoid, 6Services: bad curl causes citoid to respond with a traceback - https://phabricator.wikimedia.org/T95898#1203079 (10Mvolz) [15:28:00] 10Citoid, 6Services: bad curl causes citoid to respond with a traceback - https://phabricator.wikimedia.org/T95898#1203083 (10Mvolz) p:5Triage>3Normal [15:28:20] (03PS2) 10Krinkle: Improve demo read mode [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/203832 (owner: 10Esanders) [15:28:53] (03Merged) 10jenkins-bot: demo: Fix another bug showing both LTR and RTL stylesheets [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/203817 (owner: 10Esanders) [15:33:05] (03CR) 10Krinkle: [C: 04-1] "In read mode, the logo overlaps the page contents. It probably needs a float clear." (031 comment) [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/203832 (owner: 10Esanders) [15:36:04] (03PS3) 10Esanders: Improve demo read mode [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/203832 [15:36:08] (03CR) 10jenkins-bot: [V: 04-1] Improve demo read mode [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/203832 (owner: 10Esanders) [16:12:45] (03PS11) 10Physikerwelt: Render math tags in search results [extensions/Math] - 10https://gerrit.wikimedia.org/r/197737 (https://phabricator.wikimedia.org/T93075) [16:13:31] (03CR) 10Physikerwelt: "@thedj Do you have further comments on this change?" [extensions/Math] - 10https://gerrit.wikimedia.org/r/197737 (https://phabricator.wikimedia.org/T93075) (owner: 10Physikerwelt) [16:24:25] 10MediaWiki-Page-editing, 10MediaWiki-extensions-TimedMediaHandler, 6Multimedia, 7JavaScript, 5Patch-For-Review: Dynamically loading TimedMediaHandler for new content (preview) - https://phabricator.wikimedia.org/T74675#1203389 (10TheDJ) [16:24:31] 10MediaWiki-Page-editing, 7JavaScript, 7Tracking: Live preview (requires JavaScript) feature bugs (tracking) - https://phabricator.wikimedia.org/T41272#1203388 (10TheDJ) [16:24:34] 10MediaWiki-Page-editing, 7JavaScript: LivePreview fires wikipage.content hook before attaching content, which breaks some scripts - https://phabricator.wikimedia.org/T90851#1203385 (10TheDJ) 5Open>3Resolved a:3TheDJ My patch for TMH is still awaiting review. The behavior described in this ticket is docu... [16:28:46] (03PS1) 10Physikerwelt: Remove plural from MathStatus page [extensions/Math] - 10https://gerrit.wikimedia.org/r/203852 (https://phabricator.wikimedia.org/T94546) [16:30:17] I saved an edit with VE, but the change didn't show up until after I refreshed the page, post-save. Is that normal? [16:35:11] (03PS1) 10Esanders: Tweak paste target position hack [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/203855 [16:38:39] (03CR) 10Amire80: [C: 04-1] "Plural is not only for 1 or more than 1. Different numbers have different forms in different languages." [extensions/Math] - 10https://gerrit.wikimedia.org/r/203852 (https://phabricator.wikimedia.org/T94546) (owner: 10Physikerwelt) [16:43:44] (03CR) 10jenkins-bot: [V: 04-1] Render math tags in search results [extensions/Math] - 10https://gerrit.wikimedia.org/r/197737 (https://phabricator.wikimedia.org/T93075) (owner: 10Physikerwelt) [16:43:49] (03PS1) 10Physikerwelt: WIP: Do not submit [extensions/Math] - 10https://gerrit.wikimedia.org/r/203857 (https://phabricator.wikimedia.org/T95498) [16:53:21] (03PS2) 10Mooeypoo: Allow citoid inspector to work within the basic reference dialog [extensions/Citoid] - 10https://gerrit.wikimedia.org/r/203499 (https://phabricator.wikimedia.org/T94621) [16:56:54] (03CR) 10jenkins-bot: [V: 04-1] Allow citoid inspector to work within the basic reference dialog [extensions/Citoid] - 10https://gerrit.wikimedia.org/r/203499 (https://phabricator.wikimedia.org/T94621) (owner: 10Mooeypoo) [16:57:13] 10OOjs-UI, 10VisualEditor, 5Patch-For-Review: betalabs displays oo-ui-icon-help icon as mirrored right-to-left in Hebrew - https://phabricator.wikimedia.org/T95636#1203521 (10matmarex) 5Open>3Resolved [16:58:19] (03PS2) 10Physikerwelt: Plural support for MathStatus page [extensions/Math] - 10https://gerrit.wikimedia.org/r/203852 (https://phabricator.wikimedia.org/T94546) [16:59:03] (03CR) 10Physikerwelt: "That does not seem right... A lot of manual effort for a small detail." [extensions/Math] - 10https://gerrit.wikimedia.org/r/203852 (https://phabricator.wikimedia.org/T94546) (owner: 10Physikerwelt) [17:04:39] (03CR) 10Jdlrobson: WIP: Do not submit (031 comment) [extensions/Math] - 10https://gerrit.wikimedia.org/r/203857 (https://phabricator.wikimedia.org/T95498) (owner: 10Physikerwelt) [17:21:57] hrmph. I really need to figure out why grunt isn't grunting on Citoid extension. [17:22:39] (03PS3) 10Mooeypoo: Allow citoid inspector to work within the basic reference dialog [extensions/Citoid] - 10https://gerrit.wikimedia.org/r/203499 (https://phabricator.wikimedia.org/T94621) [17:22:53] (03CR) 10Physikerwelt: [C: 04-2] WIP: Do not submit (031 comment) [extensions/Math] - 10https://gerrit.wikimedia.org/r/203857 (https://phabricator.wikimedia.org/T95498) (owner: 10Physikerwelt) [18:00:56] my tests are passing locally, but fail in mwext-VisualEditor-qunit test... wtf? https://gerrit.wikimedia.org/r/#/c/203459/ [18:00:57] Krinkle, any idea? I can't figure out what it's complaining about or what it's failing on [18:01:01] mooeypoo: Look at the phpunit failure [18:01:01] There is 1 failed unit test [18:01:01] The specified files do not exist [18:01:01] https://integration.wikimedia.org/ci/job/mediawiki-extensions-hhvm/11745/consoleFull [18:01:01] "Modules in error state" apparently is "ext.visualEditor.mwreference,ext.visualEditor.mwtransclusion,ext.visualEditor.test" .. is this code-related [18:01:01] 00:01:10.660 File 'modules/ve-mw/ui/widgets/ve.ui.MWTemplateMenuOptionWidget' referenced by 'ext.visualEditor.mwtransclusion' must exist. [18:01:01] what files? where are you looking at? I see failures of modules? [18:01:02] as a consequence of that backend (phpunit) failure, the front-end (qunit) is unable to load the modules [18:01:02] Always look at phpunit failures first [18:01:02] ahha [18:01:02] Ahhh [18:01:03] Krinkle, thanks! that makes more sense now. [18:01:05] MatmaRex, can you help fix the plwiki template identified here? https://www.mediawiki.org/wiki/Parsoid/Round-trip_testing/Diffs#.7B.7Blang.7C...7D.7D_template_in_plwiki [18:01:05] it causes wikitext with links in links .. which is broken. [18:01:06] subbu: bah, that's incorrect template usage. should be "[http://google.com foo] {{lang|en}}" [18:01:06] edsanders (or anyone else): I need a quick fact check. Is the statement "we’re not doing Content Editable anymore" factually accurate? [18:01:06] no [18:01:06] MatmaRex, i see .. so, you are saying many of those pages using that template are using it incorrectly on plwiki? [18:01:06] we most definitely are using CE [18:01:06] subbu: yeah. if you get me a list, i can probably run a bot to fix them [18:01:06] MatmaRex, frwiki and enwiki don't use links in the {{lang|..}} tmeplate. [18:01:06] whatami, who said that, or is it a hypothetical? [18:01:06] marcoil, k [18:01:06] MatmaRex, ok. [18:01:06] I have found this sentence in someone's notes. [18:01:06] The note taker is not a technical person. [18:01:07] My impression is that this is either "completely wrong", or "it's more complicated than that". [18:01:07] But I don't know which. [18:24:33] 10VisualEditor: editSessionID is duplicated in Edit:Schema for Wikitext - https://phabricator.wikimedia.org/T95919#1203745 (10Halfak) 3NEW [18:49:54] (03PS2) 10Krinkle: Remove useless ve.init.Platform overrides [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/203868 (owner: 10Esanders) [18:49:55] (03CR) 10Krinkle: [C: 032] Remove useless ve.init.Platform overrides [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/203868 (owner: 10Esanders) [18:49:57] (03CR) 10Krinkle: [C: 032] Factor out method which fills paste target with dummy contents for copy [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/203870 (owner: 10Esanders) [18:49:59] (03PS3) 10Krinkle: Remove platform auto-instantiation [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/203674 (owner: 10Esanders) [18:49:59] (03CR) 10Krinkle: [C: 032] Remove platform auto-instantiation [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/203674 (owner: 10Esanders) [18:50:00] (03PS2) 10Krinkle: Use new simplified conversion API [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/203344 (owner: 10Esanders) [18:50:01] (03PS3) 10Krinkle: mw.ViewPageTarget: Use new simplified ve.ui.Surface#getDom [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/203344 (owner: 10Esanders) [18:50:01] (03CR) 10Krinkle: [C: 032] mw.ViewPageTarget: Use new simplified ve.ui.Surface#getDom [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/203344 (owner: 10Esanders) [18:55:15] (03PS3) 10Amire80: Plural support for MathStatus page [extensions/Math] - 10https://gerrit.wikimedia.org/r/203852 (https://phabricator.wikimedia.org/T94546) (owner: 10Physikerwelt) [18:55:18] 10VisualEditor, 6Collaboration-Team, 10Flow, 7Design: increase the line spacing in Flow's VisualEditor - https://phabricator.wikimedia.org/T95858#1203831 (10EBernhardson) p:5Triage>3Low [19:04:03] (03CR) 10jenkins-bot: [V: 04-1] Remove useless ve.init.Platform overrides [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/203868 (owner: 10Esanders) [19:06:09] (03Merged) 10jenkins-bot: Remove useless ve.init.Platform overrides [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/203868 (owner: 10Esanders) [19:06:11] (03Merged) 10jenkins-bot: Factor out method which fills paste target with dummy contents for copy [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/203870 (owner: 10Esanders) [19:06:13] (03Merged) 10jenkins-bot: Remove platform auto-instantiation [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/203674 (owner: 10Esanders) [19:06:15] (03Merged) 10jenkins-bot: mw.ViewPageTarget: Use new simplified ve.ui.Surface#getDom [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/203344 (owner: 10Esanders) [20:15:09] (03PS2) 10Physikerwelt: WIP: Do not submit [extensions/Math] - 10https://gerrit.wikimedia.org/r/203857 (https://phabricator.wikimedia.org/T95498) [20:15:12] (03CR) 10Amire80: [C: 031] "It's much worse in many other software packages :)" [extensions/Math] - 10https://gerrit.wikimedia.org/r/203852 (https://phabricator.wikimedia.org/T94546) (owner: 10Physikerwelt) [20:16:23] 10VisualEditor, 6Analytics-Kanban: Schema:Edit seems to incorrectly set users as anonymous {lion} - https://phabricator.wikimedia.org/T92596#1204378 (10Halfak) Indeed. Thanks @milimetric. Here's a query that summarizes the problem. ``` > SELECT -> event_editor, -> rev_user = 0, -> sum(`e... [20:16:47] 10VisualEditor, 10VisualEditor-CopyPaste: ve.dm.Node.static.cloneElement can be called w/o a ve.clone-able element in IE or FF - https://phabricator.wikimedia.org/T95945#1204415 (10MarkAHershberger) 3NEW [20:16:58] 10WikiEditor: editSessionID is duplicated in Edit:Schema for Wikitext - https://phabricator.wikimedia.org/T95919#1204443 (10Krenair) [20:19:38] 10WikiEditor: action.abort.type in Shema:Edit not populated for Wikitext - https://phabricator.wikimedia.org/T95938#1204474 (10Krenair) [20:33:40] 10WikiEditor: action.abort.type in Shema:Edit not populated for Wikitext - https://phabricator.wikimedia.org/T95938#1204511 (10Krenair) I was under the impression that we wouldn't need abort.type immediately? That property is flawed anyway. [20:37:49] (03PS3) 10Physikerwelt: WIP: Do not submit [extensions/Math] - 10https://gerrit.wikimedia.org/r/203857 (https://phabricator.wikimedia.org/T95498) [20:40:25] 10MediaWiki-Page-editing, 10MediaWiki-ResourceLoader: LivePreview: Page heading for "Creating" should support parser functions - https://phabricator.wikimedia.org/T95711#1204570 (10TheDJ) I agree with Krinkle on this. It's one more example of our non diligence in letting template parsing creep into many parts... [20:47:10] (03CR) 10Physikerwelt: WIP: Do not submit (031 comment) [extensions/Math] - 10https://gerrit.wikimedia.org/r/203857 (https://phabricator.wikimedia.org/T95498) (owner: 10Physikerwelt) [20:49:27] 10MediaWiki-Page-editing, 10MediaWiki-ResourceLoader: LivePreview: Page heading for "Creating" should support parser functions - https://phabricator.wikimedia.org/T95711#1204610 (10Krinkle) 5Open>3Resolved a:3Krinkle I've fixed the message on de.wikipedia.org. See also https://de.wikipedia.org/wiki/Medi... [20:49:30] 10MediaWiki-Page-editing, 7JavaScript, 7Tracking: Live preview (requires JavaScript) feature bugs (tracking) - https://phabricator.wikimedia.org/T41272#1204613 (10Krinkle) [21:07:32] (03PS1) 10Sharmaans: LaTeX to Mathematica Function Translation PHP Regex replacement of LaTeX function input into corresponding Mathematica function [extensions/MathSearch] - 10https://gerrit.wikimedia.org/r/203954 [21:09:48] 10WikiEditor: action.abort.type in Shema:Edit not populated for Wikitext - https://phabricator.wikimedia.org/T95938#1204685 (10Halfak) I will need it to compare edit completion rates. It seems that excluding "nochange" aborts will be critical for fairly comparing Wikitext and VE. [21:28:43] (03CR) 10Physikerwelt: "recheck" [extensions/Math] - 10https://gerrit.wikimedia.org/r/197737 (https://phabricator.wikimedia.org/T93075) (owner: 10Physikerwelt) [21:29:32] (03PS1) 10Esanders: Disable pasteTarget-for-copying hack on iOS [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/203964 [21:30:59] 10Citoid: French special characters not represented correctly - https://phabricator.wikimedia.org/T95833#1204831 (10Mvolz) Additional info: Quote characters seem to come through fine on localhost using curl, so that might be an extension-end problem. Accent characters not so much- maybe a known issue with the... [21:32:25] (03PS1) 10Mooeypoo: Keep the parameter list expanded after it was expanded once [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/203965 (https://phabricator.wikimedia.org/T95696) [21:32:42] 10VisualEditor, 10VisualEditor-MediaWiki-Templates, 5Patch-For-Review: Keep list of parameters open when I'm inserting a template - https://phabricator.wikimedia.org/T95696#1204849 (10Mooeypoo) a:3Mooeypoo [21:33:51] 10MediaWiki-Page-editing, 10MediaWiki-ResourceLoader: LivePreview: Page heading for "Creating" should support parser functions - https://phabricator.wikimedia.org/T95711#1204854 (10matmarex) 5Resolved>3declined (If they're wontfix, then let's decline them.) [21:33:54] 10MediaWiki-Page-editing, 7JavaScript, 7Tracking: Live preview (requires JavaScript) feature bugs (tracking) - https://phabricator.wikimedia.org/T41272#1204856 (10matmarex) [21:33:56] 10VisualEditor, 10VisualEditor-MediaWiki: Window title for "Creating" should support parser functions - https://phabricator.wikimedia.org/T51951#1204857 (10matmarex) 5Open>3declined a:3matmarex (If they're wontfix, then let's decline them.) [21:34:13] 10VisualEditor, 10VisualEditor-MediaWiki: Window title for "Creating" should support parser functions - https://phabricator.wikimedia.org/T51951#1204860 (10matmarex) a:5matmarex>3Krinkle [21:50:06] 10VisualEditor: Citation-Website: Cite inspector does not display a warning when required field - URL - is missing /empty - https://phabricator.wikimedia.org/T91471#1204972 (10Mooeypoo) I couldn't reproduce this in master and in production in enwiki in both Chrome and Firefox. Is this still happening? [21:52:30] (03PS1) 10Chad: More useful debugging information on unsafe tag attributes [oojs/ui] - 10https://gerrit.wikimedia.org/r/203968 (https://phabricator.wikimedia.org/T94900) [21:56:24] 10WikiEditor: action.abort.type in Shema:Edit not populated for Wikitext - https://phabricator.wikimedia.org/T95938#1205005 (10Krenair) The "nochange" part is the problem really. It is not a type of abort, it is the state of the editor at the time of the abort. (a successful save is sometimes a nochange, though... [21:56:27] (03CR) 10Bartosz Dziewoński: [C: 032] More useful debugging information on unsafe tag attributes [oojs/ui] - 10https://gerrit.wikimedia.org/r/203968 (https://phabricator.wikimedia.org/T94900) (owner: 10Chad) [21:56:42] (03CR) 10jenkins-bot: [V: 04-1] More useful debugging information on unsafe tag attributes [oojs/ui] - 10https://gerrit.wikimedia.org/r/203968 (https://phabricator.wikimedia.org/T94900) (owner: 10Chad) [22:18:29] (03CR) 10MarkTraceur: "I'm trying desperately to figure out if a designer has reviewed this patch, but with the ten thousand rebase messages, I'm finding it diff" [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/181786 (https://phabricator.wikimedia.org/T37342) (owner: 10Paladox) [22:18:37] (03CR) 10MarkTraceur: [C: 04-1] Re add svg images [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/181786 (https://phabricator.wikimedia.org/T37342) (owner: 10Paladox) [22:19:40] (03CR) 10MarkTraceur: [C: 031] "I agree, this looks fine, just need the dependency to be merged (which doesn't look like it's going to happen anytime soon)" [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/195529 (https://phabricator.wikimedia.org/T37342) (owner: 10Paladox) [22:25:54] 10MediaWiki-ResourceLoader, 7JavaScript: Support loading wiki pages through mediaWiki.loader.load() - https://phabricator.wikimedia.org/T27845#1205154 (10He7d3r) [22:33:26] 10WikiEditor: action.abort.type in Shema:Edit not populated for Wikitext - https://phabricator.wikimedia.org/T95938#1205168 (10Halfak) It seems like one could record an event in javascript on key press of the text area that would set a "changed" boolean. [22:33:41] (03CR) 10Bartosz Dziewoński: [C: 04-1] "See test failure. Dunno why we have these stupid checks enabled." [oojs/ui] - 10https://gerrit.wikimedia.org/r/203968 (https://phabricator.wikimedia.org/T94900) (owner: 10Chad) [22:34:11] 10WikiEditor: action.abort.type in Shema:Edit not populated for Wikitext - https://phabricator.wikimedia.org/T95938#1205169 (10Halfak) I just realized that "Ctrl-C" would need to be excluded as that would be a common operation yielding "nochange". [22:44:04] (03PS4) 10Esanders: Improve demo read mode [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/203832 [22:48:00] TrevorParscal: are you on 5? I'm looking for you [23:08:15] (03PS1) 10Mattflaschen: Add docs for ContextItem::embeddable [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/203988 [23:09:35] (03PS2) 10Mattflaschen: Add docs for ContextItem::embeddable [VisualEditor/VisualEditor] - 10https://gerrit.wikimedia.org/r/203988 [23:11:51] (03PS1) 10Mattflaschen: Remove obsolete comment; this functionality is now in place [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/203990 [23:16:09] 10VisualEditor, 10VisualEditor-EditingTools: Creating a link after scrolling moves text in VE edit window unpredictably - https://phabricator.wikimedia.org/T95360#1205320 (10Etonkovidova) The issue is still reproducible in beta. [23:47:53] 10WikiEditor, 6Editing, 10MediaWiki-extensions-ProofreadPage, 7JavaScript, and 2 others: WikiEditor toolbar is loaded twice when editing - https://phabricator.wikimedia.org/T93384#1205367 (10GOIII) Sigh... still seeing this & others report the same. Any fix in sight? No? Well then a revert would be approp...