mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
1d0ad9573e
ApiVisualEditor * Added basetimestamp and starttimestamp to all methods where appropriate * Added new serialize method which converts HTML to Wikitext ve.init.mw.ViewPageTarget * Added edit conflict handling * Moved form value reading code into getSaveOptions method * Prevented edit warning from appearing while submitting ve.init.mw.Target * Added serialize and submit methods * Fixed some documentation * Added support for baseTimeStamp and startTimeStamp VisualEditor.i18n * Added edit conflict confirmation box message VisualEditor * Included new edit conflict message to resource loader module Change-Id: I002c5aa23704c1c46ef46fa1970a4254614b9eb1 |
||
---|---|---|
demos | ||
maintenance | ||
modules | ||
.gitignore | ||
.gitreview | ||
.jshintignore | ||
.jshintrc | ||
ApiVisualEditor.php | ||
AUTHORS.txt | ||
CODING.md | ||
LICENSE.txt | ||
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