[02:58:30] (03CR) 10Alex Monk: "Does the existing wikitext editor do it?" [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/309178 (https://phabricator.wikimedia.org/T145016) (owner: 10Esanders) [10:01:51] 10Citoid, 10VisualEditor, 10VisualEditor-MediaWiki: VE automatic citation tool should add section title from hash URL if possible - https://phabricator.wikimedia.org/T141343#2622636 (10Schnark) Other example: http://www.chromium.org/blink#vendor-prefixes This uses an inside an

. [10:32:01] 10Cite, 10Parsoid, 06TCB-Team, 07RfC: Possibility to refine existing , e.g. reference individual pages in a book - https://phabricator.wikimedia.org/T138601#2622702 (10thiemowmde) @Lea_WMDE and I talked about this and realized this "merging" behavior I'm proposing is a separate feature request that sh... [12:08:44] 10Citoid, 10VisualEditor, 06Services, 13Patch-For-Review, and 2 others: Enable Scap3 config deploys for Citoid - https://phabricator.wikimedia.org/T144597#2622866 (10mobrovac) [13:02:55] hope it's fine to ask questions here [13:03:06] anyone have some insight to why I'd be getting an error: "Error loading data from server: HTTP 200. Would you like to try again?" trying to use the VisualEditor plugin with wikimedia? [13:03:12] I've install and started Parsoid [13:03:23] and edited localsettings to point to the right port and url [13:03:25] I think [13:16:51] Ducky^: do you run parsoid from terminal? you will see that once you open VE it will output in terminal what page you are trying to edit [13:21:18] eranroz: I've found the log file for parsoid, but all I can see is "Killed" at the top and then a few similar lines of "[info][worker][9442] ready on :8142" [13:21:53] info is good. you should see something like "[info][wiki$0/PAGENAME?oldid=72] started parsing" [13:22:12] hmm, there's nothing like that when I click on edit [13:23:45] you can use browser developer console, in the net validate you access to parsoid correctly. [13:24:48] in my LocalSetttings.php I have: [13:24:48] $wgVirtualRestConfig['modules']['parsoid'] = array('url' => 'http://localhost:8000','domain' => 'localhost','prefix' => 'localhost'); [13:24:48] Maybe the port isn't consistent with the instance in your case? [13:25:02] net=>net tab* [13:29:14] that's the same line I have, but with port 8142 (which I think is default?) [13:29:29] the net tab shows requests to wiki/api.php [13:29:37] which looks correct [13:34:11] I tried it with 8000 in case, but no luck [13:36:21] You can try to invoke parsoid directly from mediawiki php API: .../api.php?action=visualeditor&page=a&paction=parse&wikitext=baba&format=json [13:37:26] ../api.php?action=visualeditor&page=a&paction=parsefragment&wikitext=baba&format=json [13:37:32] {"visualeditor":{"result":"success","notices":["

You have followed a link to a page that does not exist yet [13:37:42] "success" that seems promising [13:37:43] (i was wrong with the paction) [13:38:03] you will probably see error of can't connect to server [13:38:16] >Exception encountered, of type "Error" [13:40:14] nothing in the log either [13:43:02] I think it is issue with parsoid and the configuration for mediawiki to access parsoid is correct [13:43:19] did you added the api.php to the yaml configuration of parsoid? [13:46:24] I have parsoidConfig.setMwApi({ prefix: 'localhost', uri: 'http://localhost/wiki/api.php' }); [13:46:37] tried replacing localhost with the hostname and same result [13:46:43] (restarted parsoid between too) [13:47:58] and do you have config.example.yaml in parsoid directory? [13:49:44] in /etc/mediawiki/parsoid there is only settings.js [13:52:38] If it is for development setup, just follow https://www.mediawiki.org/wiki/Parsoid/Developer_Setup [13:53:47] if not, I'm less familiar with parsoid for production setups, but you can try #mediawiki-parsoid [14:08:54] I installed it with the ubuntu PPA, but I can't find any file called config.yaml or config.example.yaml on the system [14:09:15] thanks for all your help, I'll ask in the other channel [16:22:50] (03CR) 10Alex Monk: [C: 04-1] "Doesn't seem to handle "TODO: Discard changes when trying to switch to VE, as VE doesn't support real section editing." ?" [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/308888 (https://phabricator.wikimedia.org/T144654) (owner: 10Esanders) [16:30:27] 10VisualEditor:

elements introduced by VE - https://phabricator.wikimedia.org/T145211#2623450 (10Trizek-WMF) [18:05:24] 10VisualEditor, 10VisualEditor-MediaWiki, 10ProofreadPage: VisualEditor should retrieve content of all Page: pages wikitext editor field when switching from WikiEditor - https://phabricator.wikimedia.org/T138673#2623813 (10Esanders) Storing a function in data seems a bit strange, but I @Krinkle will have a b... [18:05:48] 10VisualEditor, 10VisualEditor-MediaWiki, 10ProofreadPage: VisualEditor should retrieve content of all Page: pages wikitext editor field when switching from WikiEditor - https://phabricator.wikimedia.org/T138673#2623818 (10Esanders) a:05Esanders>03None [18:13:18] 10VisualEditor, 10VisualEditor-MediaWiki: Don't welcome people to VE with a switch to the source editor if they're actually in NWE - https://phabricator.wikimedia.org/T145225#2623836 (10Jdforrester-WMF) [18:38:56] 10VisualEditor, 10WikiEditor, 06Community-Liaisons, 06Editing-Department, and 7 others: Re-label the "Save" button to be "Publish", to better indicate to users the outcomes of their action - https://phabricator.wikimedia.org/T131132#2623921 (10Lydia_Pintscher) [18:43:40] 10VisualEditor, 10VisualEditor-MediaWiki, 10VisualEditor-MediaWiki-Media, 10Beta-Cluster-Infrastructure, and 2 others: On beta cluster, images are replaced with failed (404) links to Special:FilePath when you load VE - https://phabricator.wikimedia.org/T144884#2623953 (10Jdforrester-WMF) a:03AlexMonk-WMF [18:44:18] 10VisualEditor, 10Beta-Cluster-Infrastructure: Several nodes are not being rendered on Edit Mode in VE in beta - https://phabricator.wikimedia.org/T144883#2623961 (10Jdforrester-WMF) a:03AlexMonk-WMF [20:02:58] 10VisualEditor, 10VisualEditor-MediaWiki-Media: VisualEditor should strip trailing blank lines from the end of a caption - https://phabricator.wikimedia.org/T145238#2624318 (10Whatamidoing-WMF) [20:06:43] 10VisualEditor, 10VisualEditor-MediaWiki-Media: Media settings > Advanced settings > Image size: Those numbers are confusing - https://phabricator.wikimedia.org/T145239#2624344 (10Whatamidoing-WMF) [20:10:29] 10Cite: Reference bracket and numbers sometimes spans two lines - https://phabricator.wikimedia.org/T129932#2624365 (10Aklapper) 05Open>03declined Closing as non-reproducible. Feel free to reopen if this happens again. [20:23:05] 10VisualEditor, 10VisualEditor-MediaWiki-Media: Insert > Gallery should search for images, just like Insert > Media does - https://phabricator.wikimedia.org/T145243#2624436 (10Whatamidoing-WMF) [20:30:53] 10VisualEditor, 10VisualEditor-MediaWiki, 07User-notice: wikEd doesn't update #wpTextbox1 before switching to VE so changes are lost - https://phabricator.wikimedia.org/T135747#2624486 (10RandomDSdevel) @AlexMonk-WMF: Thanks for the pointers! Are you sure, though, that telemetry will only be sent as part o... [20:36:23] 10VisualEditor, 10VisualEditor-MediaWiki-Media: Make me happy when I use the gallery dialog: more room for search results - https://phabricator.wikimedia.org/T145246#2624501 (10Whatamidoing-WMF) [20:39:24] 10VisualEditor, 10VisualEditor-MediaWiki-Media: Make me happy when I use the gallery dialog: more information about the images - https://phabricator.wikimedia.org/T145247#2624522 (10Whatamidoing-WMF) [22:06:44] 10VisualEditor, 10VisualEditor-MediaWiki-Media: Insert > Gallery should search for images, just like Insert > Media does - https://phabricator.wikimedia.org/T145243#2624436 (10Esanders) I see this when I open the gallery dialog: {F4452282} Or do you mean we should autocomplete with the page title? [22:17:54] 10VisualEditor, 10Beta-Cluster-Infrastructure, 07Verified: Several nodes are not being rendered on Edit Mode in VE in beta - https://phabricator.wikimedia.org/T144883#2624664 (10Tanveer07) [22:22:11] 10VisualEditor, 10VisualEditor-ContentEditable: VisualEditor: A reference list directly after a list contnues that list in MW, so CE should make sure it does that - https://phabricator.wikimedia.org/T61133#638755 (10Tanveer07) I was able to reproduce this bug today and figured it was already reported earlier.... [22:47:12] 10VisualEditor: Pasting text from Google docs into visual editor loses formatting if certain characters present - https://phabricator.wikimedia.org/T145252#2624725 (10JAufrecht) [23:15:35] 10VisualEditor, 10VisualEditor-MediaWiki, 07User-notice: wikEd doesn't update #wpTextbox1 before switching to VE so changes are lost - https://phabricator.wikimedia.org/T135747#2624766 (10AlexMonk-WMF) >>! In T135747#2624486, @RandomDSdevel wrote: > @AlexMonk-WMF: Thanks for the pointers! Are you sure, tho... [23:17:23] 10VisualEditor, 10VisualEditor-MediaWiki, 10MediaWiki-extensions-ZeroBanner, 06Reading-Web-Backlog, 13Patch-For-Review: ZeroBanner referencing a VE-MW renamed class - viewPageTarget - https://phabricator.wikimedia.org/T111843#2624769 (10AlexMonk-WMF) 05Open>03Resolved a:03AlexMonk-WMF [23:17:44] 10VisualEditor, 10VisualEditor-MediaWiki, 10MediaWiki-extensions-ZeroBanner, 06Reading-Web-Backlog, 13Patch-For-Review: ZeroBanner referencing a VE-MW renamed class - viewPageTarget - https://phabricator.wikimedia.org/T111843#1617584 (10AlexMonk-WMF) a:05AlexMonk-WMF>03Jdlrobson [23:22:51] 10VisualEditor: Loading Formula dialog is taking too long in VE for the first time in every Edit session - https://phabricator.wikimedia.org/T145254#2624773 (10Ryasmeen)