Go to file
Gabriel Wicke 3f7c1499cd Enable support for general preprocessor functionality in attribute keys and
values. This includes comments, templates and template arguments.

This also replaces the specialized expansion logic in the TemplateHandler. The
removal of link validation lets one more parser test fail for now. External
link target validation will need to be implemented in the token stream handler
for links. This is noted as TODO in
https://www.mediawiki.org/wiki/Future/Parser_development#Token_stream_transforms.
2012-02-08 15:10:30 +00:00
api should be in contents 2012-01-31 00:10:03 +00:00
contentEditable work on copying and pasting 2012-02-07 00:21:38 +00:00
demos Display "wikitext" pane by default in content editable demo 2012-02-08 05:56:33 +00:00
modules Enable support for general preprocessor functionality in attribute keys and 2012-02-08 15:10:30 +00:00
tests Pluck a few low-hanging fruit in external link tokenization, and add a simple 2012-02-07 10:28:23 +00:00
cut-copy-paste.html test page for copy and paste support 2012-02-07 22:15:04 +00:00
cut-copy-paste.js copy and paste support 2012-02-08 00:47:51 +00: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 for special pages and magic words for extensions from http://translatewiki.net. 2011-12-25 22:19:29 +00:00
VisualEditor.i18n.php Localisation updates for core and extension messages from translatewiki.net 2012-02-01 20:58:11 +00:00
VisualEditor.php Merge r110853 2012-02-07 16:37:08 +00: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