[Wikitech-l] CORS Error in VisualEditor/Parsoid/RESTBase Setup

2017-03-04 Thread John P. New
I am trying to get VisualEditor/Parsoid/RESTBase set up for a private wiki. So far this list has helped me past a couple of roadblocks and I am back with another one. Currently, I am running only VE and Parsoid successfully: I can create, edit and save pages in VE. I want to add in the

Re: [Wikitech-l] Integrating Parsoid & RESTbase into a secure MediaWiki Install

2017-02-22 Thread John P. New
and $wgVisualEditorFullRestbaseURL to point to https://mw.mydomain.com:7232/mywikidomain.com/v1/page/html/ and https://mw.mydomain.com:7232/mywikidomain.com/, respectively. Thanks for the help. John On February 22, 2017 10:14:54 AM John P. New wrote: > Thanks to a couple of members of this lis

Re: [Wikitech-l] Integrating Parsoid & RESTbase into a secure MediaWiki Install

2017-02-22 Thread John P. New
, 2017 04:57:30 PM Alex Monk wrote: > You can get a trusted cert for your home server. Look into LetsEncrypt. > > On 22 Feb 2017 3:15 pm, "John P. New" <wikit...@hazelden.ca> wrote: > > > Thanks to a couple of members of this list I was able to get Visual Editor &

[Wikitech-l] Integrating Parsoid & RESTbase into a secure MediaWiki Install

2017-02-22 Thread John P. New
Thanks to a couple of members of this list I was able to get Visual Editor working on my WikiMedia install. Now I would like to run the wiki under SSL. Of course, as soon as I do, my browser complains of mixed content from the RESTbase server and won't load VE at all. I am running MediaWiki

Re: [Wikitech-l] VisualEditor discards changes made in Wikitext editor

2017-02-21 Thread John P. New
f I recall > correctly, this was the feature that required the addition of the > wgVisualEditorFullRestbaseURL configuration - previously there was just > wgVisualEditorRestbaseURL. You'll need to set up RB and point that config > var at it. > > On 20 February 2017 at 21:0

Re: [Wikitech-l] VisualEditor discards changes made in Wikitext editor

2017-02-20 Thread John P. New
On February 20, 2017 08:34:35 PM James Forrester wrote: > On Mon, 20 Feb 2017 at 10:42 John P. New <wikit...@hazelden.ca> wrote: > > > I've set up MW 1.28 with VE/parsoid and everything is working well > > > > However, when I edit in (any) wikitext editor and

[Wikitech-l] VisualEditor discards changes made in Wikitext editor

2017-02-20 Thread John P. New
I've set up MW 1.28 with VE/parsoid and everything is working well However, when I edit in (any) wikitext editor and try to switch to VE, I am presented with a dialog with only 2 choices: "Cancel" or "Discard my changes and switch". Diving into the code I found I could change