mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-04 18:58:37 +00:00
35cb550747
* DirectParsoidClient makes use of parsoid directly for performing transformations on both wikitext and/or HTML contents. * Also, it's used to fetch HTML from parsoid's parser cache. Before, this operation was done via RESTBase but now it's being fetched in core's parsoid parser cache. * This patch also enables VE clients to transform HTML to Wikitext when switching from HTML to source mode on. It makes use of the HtmlInputTransformHelper to perform this transformation. * Now, VE client can make use of core code for switching between HTML to source mode and back without RESTBase. Change-Id: I5c7cfcc4086d8da7905897194d8601aa07418b59 |
||
---|---|---|
.. | ||
integration | ||
unit | ||
ApiVisualEditorTest.php | ||
SpecialCollabPadTest.php |