https://bugzilla.wikimedia.org/show_bug.cgi?id=66519

            Bug ID: 66519
           Summary: VisualEditor not working with MediaWiki 1.23
           Product: VisualEditor
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: major
          Priority: Unprioritized
         Component: General
          Assignee: jforrester+veteambztick...@wikimedia.org
          Reporter: hermann.schwaerz...@uibk.ac.at
                CC: jforres...@wikimedia.org, ryasm...@wikimedia.org
       Web browser: ---
   Mobile Platform: ---

After a fresh installation of MW 1.23 (from the tarball), adding VisualEditor
and configuring parsoid, the "Edit" (or "Create") link of any page is not
working.

I am not the only one having this problem:
https://www.mediawiki.org/wiki/Extension_talk:VisualEditor#Can_not_get_VisualEditor_extension_for_MediaWiki_REL1_23_working_on_freshly_installed_system_44018

What I saw when I checked with FireBug:
* In an old (1.22) installation clicking "Edit" results in a POST-request with
action=visualeditor&paction=parse&page=Main_Page&format=json as its content.
* In the new installation no request is visible in FireBug when clicking on
"Edit".

One more finding: It seems to work in 1.23alpha. I used wikiapiary to search
for sites using VisualEditor and found e.g. this one:
http://techwiki.umbel.org/index.php/Special:Version where it works...

Some more investigation:
using the Poster-extension of Firefox to manually POST 
"action=visualeditor&paction=parse&page=Main_Page&format=json"
(application/x-www-form-urlencoded) to .../api.php
returns good looking content of type "application/json; charset=utf-8" (see
attachment "visualeditor_postresponse.json").

But the JS-compoments of VisualEditor are not displaying anything!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to