Go to file
Catrope fba013bedf Tear down the beforeUnload handler when redirecting after page creation
Change-Id: If182eb62068c3c585a98535cc6761d98ad7dd56d
2012-06-21 12:41:39 -07:00
api Add localhost interwiki prefix by default, and fix links after default change 2012-06-21 09:53:18 +02:00
demos Update JS and CSS references in demo to point to new location - ve instead of ve2 2012-06-19 20:53:55 -07:00
modules Tear down the beforeUnload handler when redirecting after page creation 2012-06-21 12:41:39 -07:00
tests Fixed output of translateOffset when collapsing a range 2012-06-21 10:45:58 -07:00
.gitignore Added node_modules and node error log file to git ignore 2012-06-10 23:56:50 -07:00
.gitreview Set defaultrebase=0 2012-06-20 16:27:40 -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 i18n for error messages 2012-06-20 19:33:19 -07:00
VisualEditor.php i18n for error messages 2012-06-20 19:33:19 -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