mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 08:10:35 +00:00
d9cd1392fc
* Add .process() and its helpers from ve1 * Fix applyAnnotations() ** Use data[i] rather than data[j] ** Don't add empty annotation objects for no reason ** Remove empty annotation objects *** I thought this wasn't needed, but it is needed for clean rollbacks * Remove unused second parameter in applyAnnotations() call Change-Id: Ia338f62d2eaf2a76f8ef653eead05bc44757a122 |
||
---|---|---|
api | ||
contentEditable | ||
demos | ||
modules | ||
tests | ||
.gitreview | ||
README | ||
SpecialVisualEditorSandbox.php | ||
VisualEditor.alias.php | ||
VisualEditor.i18n.php | ||
VisualEditor.php |
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