mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
f995fc025a
* Collect all figure tokens and process them as a chunk * This effectively mimics context-sensitive DOM walking, but since we need serialization supported on a token stream, we cannot use real DOM walking. The current technique should also work on a token stream. * There is a FIXME about the image filename being capitalized. This needs fixing in the parser or some other way of recognizing original unnormalized filenam. Amended by gwicke: * Build option list and join it with pipe to avoid stray trailing pipe * Satisfy JSHint's weird preference to have '&&' and '||' at the end of the line Change-Id: I1e5f6600f297fcdf81e3227a82ca3b71d4e97fc3 |
||
---|---|---|
api | ||
demos | ||
modules | ||
tests | ||
.gitignore | ||
.gitreview | ||
ApiVisualEditor.php | ||
README | ||
SpecialVisualEditorSandbox.php | ||
VisualEditor.alias.php | ||
VisualEditor.hooks.php | ||
VisualEditor.i18n.php | ||
VisualEditor.php | ||
VisualEditorMessagesModule.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