Go to file
Timo Tijhof 46f40dc696 api: Split save action into separate API module
This allows us to make the token no longer a requirement
for non-save actions while still using the built-in system
for token verification.

Update documentation for "oldid" since it is not required even
outside (paction=save). In fact, if we require it VE loading
fails because it doesn't pass oldid unless it has to when
restoring a specific version.

Bug: 50424
Change-Id: I7b1b50a43648b1cc40a984340846efdb0ba2ecc9
2013-07-11 15:37:23 -07:00
.docs
demos
maintenance
modules api: Split save action into separate API module 2013-07-11 15:37:23 -07:00
.csslintrc
.gitignore
.gitreview
.jshintignore
.jshintrc
ApiVisualEditor.php api: Split save action into separate API module 2013-07-11 15:37:23 -07:00
ApiVisualEditorEdit.php api: Split save action into separate API module 2013-07-11 15:37:23 -07:00
AUTHORS.txt
CODING.md
Gruntfile.js
LICENSE.txt
package.json
README.txt
VisualEditor.hooks.php Actually run all the tests 2013-07-10 19:36:55 -07:00
VisualEditor.i18n.php Localisation updates from http://translatewiki.net. 2013-07-10 21:31:42 +00:00
VisualEditor.php api: Split save action into separate API module 2013-07-11 15:37:23 -07:00
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