mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
43bce96fae
Previously we only looked at error info/code from the root of the API response, not the ones from the root of the response that action=visualeditoredit forwards from action=edit. This changes the message for e.g. AbuseFilter from: > Error: Invalid error code to: > Error: Hit AbuseFilter: [name of triggered filter] Also changed default error for other reasons (e.g. hooks of other extensions that we don't yet have specific support for) to "Unknown error" instead of "Invalid error code". Bug: 50472 Change-Id: I3b32eddafd8fff83f323606f9922ac60b5d3b58e |
||
---|---|---|
.docs | ||
demos | ||
maintenance | ||
modules | ||
.csslintrc | ||
.gitignore | ||
.gitreview | ||
.jshintignore | ||
.jshintrc | ||
ApiVisualEditor.php | ||
ApiVisualEditorEdit.php | ||
AUTHORS.txt | ||
CODING.md | ||
Gruntfile.js | ||
LICENSE.txt | ||
package.json | ||
README.txt | ||
VisualEditor.hooks.php | ||
VisualEditor.i18n.php | ||
VisualEditor.php | ||
VisualEditorMessagesModule.php |
VisualEditor provides a visual editor for wiki pages. It is written in JavaScript and runs in a web browser. It uses the Parsoid parser to convert wikitext documents to annotated HTML which the VisualEditor is able to load, modify and emit back to Parsoid at which point it is converted back into wikitext. For more information about these projects, check out the wiki: * http://www.mediawiki.org/wiki/VisualEditor * http://www.mediawiki.org/wiki/Parsoid