mediawiki-extensions-Visual.../tests
daniel 35cb550747 Local implementation of ParsoidClient (DirectParsoidClient)
* 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
2022-10-11 18:34:06 +01:00
..
api-testing Local implementation of ParsoidClient (DirectParsoidClient) 2022-10-11 18:34:06 +01:00
phpunit Local implementation of ParsoidClient (DirectParsoidClient) 2022-10-11 18:34:06 +01:00
selenium selenium: Enable all tests 2022-07-04 12:22:38 +00:00