Topic on Extension talk:VisualEditor

Visual Editor MW 1.23.15

4
Summary by Seb35

Issue solved server-side. Client-side procedure available in this thread.

Bty0808 (talkcontribs)

download version 1.23 doesn't work (404 not found) How can I get it?

Seb35 (talkcontribs)
100.37.142.189 (talkcontribs)

This does not address the `lib/ve` `REL1_23` hash missing.

Seb35 (talkcontribs)

It works since one month thanks to Legoktm (see phabricator:T155076). Given MediaWiki 1.23 is deprecated now, it is no more available in downloading. It remains the installation with Git (similar to what is explained for other branches in Extension:VisualEditor#Download):

git clone -b REL1_23 https://gerrit.wikimedia.org/r/p/mediawiki/extensions/VisualEditor.git
cd VisualEditor
git submodule update --init

The missing commit from lib/ve is now referenced by a tag, which is downloaded by default. I just tested the procedure above and it works.