Go to file
Trevor Parscal dc6ab4fb95 Introduced ve.msg, an alias for mw.msg if it's available
Change-Id: I67c737e585033edc565e2d941c5a729836a2dbec
2012-06-19 13:44:34 -07:00
api Experimental /_rtve/ round-trip test mode for web API 2012-06-18 11:25:21 -07:00
contentEditable First implementation of IME for content editable 2012-02-09 00:51:59 +00:00
demos Using resource loader debug scripts to unstub ve.log 2012-06-18 13:30:39 -07:00
modules Introduced ve.msg, an alias for mw.msg if it's available 2012-06-19 13:44:34 -07:00
tests Fixed remaining uses of transact to change 2012-06-18 22:05:05 -07:00
.gitignore Added node_modules and node error log file to git ignore 2012-06-10 23:56:50 -07:00
.gitreview Add .gitreview file 2012-03-22 13:54:55 -07:00
ApiVisualEditor.php Make the API module handle missing pages and page creations 2012-06-18 17:42:12 -07:00
README
SpecialVisualEditorSandbox.php
VisualEditor.alias.php Localisation updates from http://translatewiki.net. 2012-06-11 14:31:40 +00:00
VisualEditor.hooks.php Remove userCan hook that had no effect 2012-06-18 17:42:11 -07:00
VisualEditor.i18n.php Crusade against hardcoded English, i18n for everything 2012-06-19 01:30:30 -07:00
VisualEditor.php Add link inspector page title message 2012-06-19 11:11:01 -07:00

We're starting to merge bits from Wikidom and ParserPlayground tests here.
Enjoy!

Short-term work highlights:
* convert parser to wikidom format & using the wikidom serializer
* port/update/write more tests
* Special: page to host the editor as a standalone demo
* Opt-in test mode to switch the editor in on EditPage (initially blank)
* Use serializer to save pages from editor
* Use parser to load pages into editor

Long-term work highlights:
* more thorough & bulk testing
* more extension support