Go to file
Catrope 62b78c9109 Adjust oldRange in the rebuildNodes call as well
This fixes a bug Trevor reported where selecting from a list item across
a heading and into a paragraph, pressing backspace, then clicking undo
caused an exception.

Change-Id: Id2851271529e10548f6979a030a198054aa1c48f
2012-06-21 17:26:17 -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 Adjust oldRange in the rebuildNodes call as well 2012-06-21 17:26:17 -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 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-21 20:26:55 +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