Go to file
Catrope 6afed5e5cc Move ve2/ back to ve/
Change-Id: Ie51d8e48171fb1f84045d1560ee603cee62b91f6
2012-06-19 18:20:28 -07:00
api Merge remote-tracking branch 'origin/master' into dmrewrite 2012-06-19 16:16:53 -07:00
contentEditable First implementation of IME for content editable 2012-02-09 00:51:59 +00:00
demos Added i18n messages to mw.msg fallback 2012-06-19 13:58:54 -07:00
modules Move ve2/ back to ve/ 2012-06-19 18:20:28 -07:00
tests Fix selectNodes() bug: empty range at the start of a node returned [] 2012-06-19 17:12:36 -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 update a couple notes in VE readme 2011-11-02 21:14:04 +00:00
SpecialVisualEditorSandbox.php unnecessary to define messages here, followup r105972 2011-12-13 09:34:05 +00:00
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