mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
e2197d4d89
* Moved all constants to a singleton constants object * Moved couple methods to mediawiki.Util.js * Fixed url regexp bug -- relative urls weren't being matched but, this bug escaped through because the previous url regexp had a typo (which means url sanitization wasn't being done by the previous code). This also means we have to either find sanitizer tests or add new ones so these bugs are caught. Maybe parserTests.txt is not the right place for this? Change-Id: Ia05e1d1596bb9bc4a9eb21d7c77248f5626a710e |
||
---|---|---|
api | ||
demos/ve | ||
modules | ||
.gitignore | ||
.gitreview | ||
.jshintignore | ||
.jshintrc | ||
ApiVisualEditor.php | ||
AUTHORS.txt | ||
LICENSE.txt | ||
README.txt | ||
VisualEditor.hooks.php | ||
VisualEditor.i18n.php | ||
VisualEditor.php | ||
VisualEditorMessagesModule.php |
VisualEditor and Parsoid work together to provide a visual editor for wiki pages. Parsoid is used 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. Both projects are written in JavaScript. Parsoid runs on Node.js while VisualEditor runs in a web browser. For more information about these projects, check out the wiki: * http://www.mediawiki.org/wiki/VisualEditor * http://www.mediawiki.org/wiki/Parsoid