[07:03:19] 10VisualEditor, 10VisualEditor-MediaWiki, 10MediaWiki-API, 10MediaWiki-Page-editing, and 3 others: ApiStashEdit warning and notices - https://phabricator.wikimedia.org/T137995#2387983 (10Jdforrester-WMF) p:05Triage>03Normal [07:15:26] 10VisualEditor, 10VisualEditor-CopyPaste, 05WMF-deploy-2016-06-21_(1.28.0-wmf.7): Can't paste content from Gmail where text contains a link whose href contained an accented character ("Discussion Wikipédia:Flow") - https://phabricator.wikimedia.org/T137831#2387999 (10Jdforrester-WMF) p:05Triage>03Normal [07:16:20] (03Abandoned) 10Jforrester: Add empty message "visualeditor-quick-access-characters.json" [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/294748 (owner: 10Raimond Spekking) [07:22:36] (03CR) 10Raimond Spekking: [C: 031] "i18n review. And I will make the message ignorable on translatewiki.net once merged" [extensions/VisualEditor] - 10https://gerrit.wikimedia.org/r/293746 (https://phabricator.wikimedia.org/T137368) (owner: 10Alex Monk) [08:13:21] 10VisualEditor, 10VisualEditor-MediaWiki, 05WMF-deploy-2016-06-14_(1.28.0-wmf.6): GalleryInspector: Selector for gallery mode (normal/etc.) - https://phabricator.wikimedia.org/T110641#2388052 (10Osnard) Never mind :) [09:38:30] 10Cite, 10MediaWiki-extensions-ContentTranslation, 07Tracking: ContentTranslation issues with references (tracking) - https://phabricator.wikimedia.org/T115045#1713423 (10Pginer-WMF) Several issues related to reference adaptation were commented [[ https://es.wikipedia.org/wiki/Wikipedia:Caf%C3%A9/Archivo/T%C... [10:04:34] Hi. I was working on a extension to make visual editor collaborative. I'm looking for any api where I can find the position of cursor inside VisualEditor and listen to it's events. [10:04:40] Any help on this ? [10:10:42] maybe take a look at what https://www.mediawiki.org/wiki/Extension:TogetherJS does/did [10:33:27] Krenair: Thanks. I had tried this extension before. I thought it is abandoned. It didn't work when I tried to run it locally. [10:33:44] Is this extension still active ? It works ? [10:37:47] 10VisualEditor, 10VisualEditor-MediaWiki: SET does not seem to respect user's existing cookie if no preference is set - https://phabricator.wikimedia.org/T133304#2388378 (10Aklapper) @Jdforrester-WMF: This task was set to "Unbreak now" priority a month ago and has not seen updates for a month. Who is supposed... [10:54:51] sagarhani, I don't think so [10:55:01] it's marked for a very old development version [13:35:56] Any ideas why VisualEditor would give HTTP 200 error whenever it tries to retrieve or save data? [14:41:07] VisualLearner: are you able to save any wiki pages ? [14:42:14] Sagarhani: Yes I am able to save them using WikiEditor [14:42:41] Btw I am using Ubuntu 16.04 LTS with PHP 7.0 [14:42:49] Okay. Have you running server ? [14:42:57] Parsoid server [14:43:03] Yes [14:43:20] Is your parsoid server configured properly ? [14:43:39] I used to get that error because I had not configured my parsoid server properly. [14:43:44] Yes and I tested it a few times and it is working perfect [14:44:02] https://sagarhani.wordpress.com/2016/06/16/collaborative-wiki-editor-wikitolearn/ [14:44:14] The thing is, Parsoid is not even receiving attempts from visualEditor to parse the pages. And I get the same message whether the parser is ON or not [15:00:34] cscott_away: Ping. Hi. Can I get some help around running TogetherJS ? I'm building a similar extension as my GSoC project. [15:02:57] VisualLearner, look at your error logs ... [15:03:21] sagarhani, cscott_away is at a kiwix hackathon and then at wikimania and unlikely to be responsive for a while. [15:04:00] subbu: Okay. Thanks. [15:04:12] But do you have any idea on TogetherJS ? [15:04:31] nope. [15:04:40] i haven't looked at that code at all. [15:04:42] Okay. [15:04:52] I'm not even able to run it locally. [15:45:27] subbu: How do I retrieve the error logs for HTTP errors? I checked Apache2's error.log, but there is nothing in there. I also set in php.ini an error_log directory, but nothing is showing up there either... [15:48:35] VisualLearner, that should have been it .. can you post your parsoid settings and your visualeditor settings somewhere? .. iirc you had 2 different localsettings.js file for parsoid and were editing the wrong file ... i wonder if something similar is going on with your VE setup. [15:49:14] when some VE folks are around, they could maybe help you figure out how to debug that. but, i will take a quick look at your settings files and if i cannot find anything, will leave it to VE folks to help you out when they are around. [15:50:14] VisualLearner, i assume you've already looked at https://www.mediawiki.org/wiki/Extension:VisualEditor#Setting_VisualEditor_up .. [15:51:17] https://phabricator.wikimedia.org/T137245 [15:52:18] subbu: Yes I did, and I posted the task above (has all the details) [15:55:14] VisualLearner, and you can access http://localhost:8000/localhost/v3/page/html/Main_Page ? [15:56:54] Check line no. 32 in Parsoid/localsettings.js file. [15:57:03] URI should link to mediawiki api properly. [17:33:49] subbu: Yes I can access that page and it works fine. [17:34:11] sagarhani: Parsoid/localsettings.js line 32: uri: 'http://localhost/mediawiki/api.php', [17:35:08] VisualLearner: Okay, that's proper. I hope you are even able to access http://localhost/mediawiki/api.php [17:36:43] Yesss [17:43:20] anyway .. it seems that your VE setup is not talking with the right Parsoid install .. that is all it appears especially since you get the exact same response even when you shut down Parsoid. [17:44:05] VisualLearner, also make sure you have curl / php5-curl installed .. but usually if that is missing you get a http 500, not a http 200. [17:44:40] https://www.mediawiki.org/wiki/Extension:VisualEditor#Troubleshooting [17:45:42] subu: I have curl; I don't have php5-curl (I have php 7.0) .. And in this link, it mentions something about apache configuration. Could be possible that there is where I'm going wrong? [17:52:17] i don't know. [20:49:27] 10VisualEditor, 10VisualEditor-CopyPaste, 07Regression: [Regression] data-ve-clipboard-key span inserted in page - https://phabricator.wikimedia.org/T134680#2390698 (10Whatamidoing-WMF) 05Resolved>03Open This still seems to be happening, even though that patch should have been deployed by now. Here's an... [21:03:53] 10VisualEditor, 10VisualEditor-ContentLanguage, 10VisualEditor-CopyPaste: Pasted links with Arabic target display in percent encoding in VE link inspector - https://phabricator.wikimedia.org/T138113#2390726 (10Neil_P._Quinn_WMF) [21:09:57] 10VisualEditor, 10VisualEditor-CopyPaste, 07Regression: [Regression] data-ve-clipboard-key span inserted in page - https://phabricator.wikimedia.org/T134680#2390742 (10Whatamidoing-WMF) This is also an interesting diff: https://en.wikipedia.org/w/index.php?title=Vladimir_Bukovsky_bibliography&diff=prev&oldi... [22:37:43] 10VisualEditor, 10VisualEditor-MediaWiki: SET does not seem to respect user's existing cookie if no preference is set - https://phabricator.wikimedia.org/T133304#2390928 (10Whatamidoing-WMF) Alex, does your last comment mean "VisualEditor can see the existing cookie while you're logged out, but it can't see th...