mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
5874d9a5f1
* Looks like I misled myself in commit 88fc91 -- that wikitext roundtripped perfectly because it went through the 'src' route because it was a thumbnail with an explicit image which doesn't go through renderThumb -- so, the serializer simply spit out the original 'src' string and hence perfect rt :). * More whitespace preserving fixes in LinkHandler. * Also changed resource value in the img tag to use the original filename rather than the normalized capitalized filename. * 2 more parsertests rt -- now upto 400. Change-Id: I144a6486dd9d07da8a74a68700fe96c78d192826 |
||
---|---|---|
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