Go to file
Gabriel Wicke 6c8dfa26fa Escape ampersands in entities from plain text DOM content
Change-Id: I0826077cf48b67e38a525090be66411c38d7b65f
2012-06-29 23:02:21 +02:00
api Explain reasoning behind number of worker calculation 2012-06-23 17:30:52 +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 Escape ampersands in entities from plain text DOM content 2012-06-29 23:02:21 +02:00
tests Represent nowiki as span instead of meta 2012-06-27 13:59:14 +02:00
.gitignore Added support for localsettings.js and improved logging of instance status 2012-06-21 15:29:40 -07:00
.gitreview Set defaultrebase=0 2012-06-20 16:27:40 -07:00
ApiVisualEditor.php Actually block blocked users in the Parsoid API 2012-06-21 13:55:33 -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 Localisation updates from http://translatewiki.net. 2012-06-28 19:50:18 +00:00
VisualEditor.php Fix display of edit summary message in save dialog 2012-06-21 13:39:27 -07:00
VisualEditorMessagesModule.php Fix display of edit summary message in save dialog 2012-06-21 13:39:27 -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