Go to file
Trevor Parscal c39577a06c Made context menu not open after selection ends over top of it
Also fixed some of the positioning to stay correct while scrolling and resizing a window

Change-Id: I40d57b4fb035aea0b43b998251a93a83a46b9735
2012-06-19 15:26:37 -07:00
api
contentEditable
demos Added i18n messages to mw.msg fallback 2012-06-19 13:58:54 -07:00
modules Made context menu not open after selection ends over top of it 2012-06-19 15:26:37 -07:00
tests Fixed remaining uses of transact to change 2012-06-18 22:05:05 -07:00
.gitignore
.gitreview
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
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