Go to file
Christian Williams 87823835ad Starting and stopping polling for Enter
Change-Id: I398b6df242009f105bdb2214120779e6c5e57856
2012-06-14 17:21:05 -07:00
api Merge branch 'refs/heads/master' into dmrewrite 2012-06-13 15:00:44 -07:00
contentEditable
demos Fixed dependency on mw, now demo works again 2012-06-11 12:11:07 -07:00
modules Starting and stopping polling for Enter 2012-06-14 17:21:05 -07:00
tests Set data.title based on sHref so LinkInspector can use it 2012-06-13 19:32:49 -07:00
.gitignore Added node_modules and node error log file to git ignore 2012-06-10 23:56:50 -07:00
.gitreview
ApiVisualEditor.php Fix escaping in API module 2012-06-11 00:32:52 -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 Refactored veCore class into ve.init and ve.init.EditPageTarget 2012-06-10 23:54:41 -07:00
VisualEditor.i18n.php
VisualEditor.php Improved appearance of activating and deactivating editor 2012-06-13 18:26:21 -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