wiki.techinc.nl/includes/Rest/Handler/Helper
Subramanya Sastry 83ea46ff65 Reconcile Parsoid opts in ParsoidOutputAccess & ParserOutputAccess
* Explicitly set wrapSections to true. This has have no significant
  impact since it defaults to true within Parsoid.
* 'pageName' and 'prefix' removed from ParsoidOutputAccess since
  they are not needed / used in Parsoid.
* 'logLinterData' need to be set in the ParserOutputAccess paths.
* A bunch of documentation FIXMEs as I was digging through the code.
* Record a FIXME that ParsoidOutputAccess and ParsoidParser (which
  is used in the ParserOutputAccess use page) differ in how they
  handle the language value (whether the default value of the title /
  page or the pageLanguageOverride from the REST API). ParsoidParser
  computes a preferred variant whereas ParsoidOutputAccess right now
  does NOT do that. So, as part of the switchover to ParserOutputAccess,
  we will need to set disableContentConversion in ParserOptions.

  That will happen in a later patch.

Bug: T332931
Change-Id: I7326ae3452a7d496a57f5c4ff2ddeaf0daa7ab70
2023-08-10 23:40:26 +00:00
..
HtmlInputTransformHelper.php HtmlInputTransformHelper: Remove unused private field 2023-07-11 21:34:33 +00:00
HtmlMessageOutputHelper.php Use Bcp47Code when interfacing with Parsoid 2023-03-13 13:25:09 -04:00
HtmlOutputHelper.php Use Bcp47Code when interfacing with Parsoid 2023-03-13 13:25:09 -04:00
HtmlOutputRendererHelper.php Reconcile Parsoid opts in ParsoidOutputAccess & ParserOutputAccess 2023-08-10 23:40:26 +00:00
PageContentHelper.php
PageRedirectHelper.php Convert PageRedirectHandlerTrait to PageRedirectHelper 2023-06-20 21:15:24 +02:00
PageRestHelperFactory.php Convert PageRedirectHandlerTrait to PageRedirectHelper 2023-06-20 21:15:24 +02:00
ParsoidFormatHelper.php
RevisionContentHelper.php