wiki.techinc.nl/includes/parser/Parsoid
Derick Alangi b078f598f9 Move transformHtmlToWikitext() and getSelserData() to HTMLTransform
This patch moves remaining transformation logic to a renamed (from
HTMLTransformInput -> HTMLTransform) class. Also, the HTMLTransform
class is moved to the correct directory, hence namespace (including
tests).

Some data files have been copied over to it's own sub-directory in
the correct place since HTMLTransformTest needs it. ParsoidHandler
class is fine where it is because its operation is what happens in
the REST land.

NOTE: The 2 remaining methods moved into HTMLTransform are the last
ones we intended to move into this class to make the refactoring of
html2wt() method complete in this context.

Change-Id: I8929931e1b0acf247abe9d826eef57f3e0d4e132
2022-08-11 07:50:53 +01:00
..
Config Make use of ?? and ?: operators where it makes sense 2022-08-04 21:43:12 +02:00
HTMLTransform.php Move transformHtmlToWikitext() and getSelserData() to HTMLTransform 2022-08-11 07:50:53 +01:00
PageBundleJsonTrait.php Introduce PageBundleJsonTrait for serialization 2022-05-23 17:54:48 +01:00
ParsoidOutputAccess.php Protect against passing unsupported content models to Parsoid. 2022-06-30 14:54:42 +00:00
ParsoidRenderID.php Rest: Migrate parsoid stashing logic from RESTbase 2022-05-23 17:28:29 +01:00
ParsoidServices.php parser: Emit deprecation warnings from ParsoidServices 2022-04-21 18:23:13 +00:00