wiki.techinc.nl/includes/parser/Parsoid
Amir Sarabadani 623d3dc419 rdbms: Move ReadOnlyMode and ConfiguredReadOnlyMode to rdbms library
The db/ directory does not have an owner and it's a mess in general.
These classes don't depend on anything in core except the rdbms library.
Let's simply move it there. In other words, Krinkle made me do it.

Since the class was moved in I6202e52ba73 merged less than a week ago,
no need to alias anything.

Bug: T321882
Change-Id: I24ceeb8bf765a50f441270136acd612359d50aa2
2023-05-04 23:41:21 +02:00
..
Config rdbms: Move ReadOnlyMode and ConfiguredReadOnlyMode to rdbms library 2023-05-04 23:41:21 +02:00
HtmlToContentTransform.php Use Bcp47Code when interfacing with Parsoid 2023-03-13 13:25:09 -04:00
HtmlTransformFactory.php LanguageVariantConverter: Add fallback to core LanguageConverter 2022-12-11 12:12:33 +05:30
LanguageVariantConverter.php Merge "LanguageVariantConverter: Use LanguageConverter::hasVariant() to check source" 2023-04-28 15:58:22 +00:00
PageBundleJsonTrait.php
PageBundleParserOutputConverter.php Allow setting a ParserOption to generate Parsoid HTML 2023-03-26 21:46:05 -04:00
ParsoidOutputAccess.php Use a Bcp47Code when communicating with Parsoid 2023-03-15 00:36:09 -04:00
ParsoidParser.php Fix Phan suppressions related to Title::castFrom*() and friends 2023-04-22 16:45:09 +02:00
ParsoidParserFactory.php Allow setting a ParserOption to generate Parsoid HTML 2023-03-26 21:46:05 -04:00
ParsoidRenderID.php Revert "Revert "TransformHandler: Load stashed page bundle based on ETag."" 2023-03-10 13:44:46 -06:00
ParsoidServices.php