aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/integration/includes/Rest/Handler/ParsoidHandlerTest.php
Commit message (Expand)AuthorAgeFilesLines
* tests: Streamline a few overcomplicated if-else in test codethiemowmde2025-03-111-5/+1
* Use statslib for metrics emitted by HtmlInputTransformHelper, HtmlToContentTr...Yiannis Giannelos2024-10-171-2/+2
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-151-1/+1
* Add namespace to remaining parts of Wikimedia\Mime and Wikimedia\StatsJames D. Forrester2024-09-271-1/+1
* Provide previous parse results to parser when renderingC. Scott Ananian2024-08-231-2/+4
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-2/+2
* Add MediaWiki\Registration namespace to registration classesEbrahim Byagowi2024-08-101-1/+1
* Add namespace to WikitextContentEbrahim Byagowi2024-08-061-1/+1
* Deprecate Html*Helper::init()C. Scott Ananian2024-07-191-3/+5
* Use MainConfigNames constants in tests where possiblethiemowmde2024-07-101-2/+3
* REST: Make module definition files more like OpenAPI specsdaniel2024-06-241-1/+1
* Don't ignore offsetType attribute on lint API pathsArlo Breault2024-06-031-0/+28
* Fix setting offsetType in options passed to HtmlInputTransformHelperArlo Breault2024-06-031-7/+2
* [HtmlInputTransformHelper] Use ParserOutputAccessC. Scott Ananian2024-05-221-1/+3
* Merge "Parsoid PageConfig: remove unused ::getTitle() and ::getNs() methods"jenkins-bot2024-05-181-1/+1
|\
| * Parsoid PageConfig: remove unused ::getTitle() and ::getNs() methodsC. Scott Ananian2024-05-141-1/+1
* | Add namespace and deprecation alias to JavaScriptContentEbrahim Byagowi2024-05-171-1/+1
|/
* Introduce Modules into the REST frameworkdaniel2024-05-081-9/+10
* Use LocalizedHttpException for remaining errors in REST handlersWendy Quarshie2024-04-291-17/+31
* Improve error localization in REST handlersWendy Quarshie2024-04-021-2/+1
* Merge "Filter out all priority none lints from rest api"jenkins-bot2024-03-131-0/+28
|\
| * Filter out all priority none lints from rest apiArlo Breault2024-03-121-0/+28
* | REST: HTML endpoints should support all content modelsdaniel2024-03-131-2/+2
|/
* Merge "Rest: extract target variant from accept-language header"jenkins-bot2024-03-011-0/+24
|\
| * Rest: extract target variant from accept-language headerdaniel2024-02-281-0/+24
* | Merge "ParserOutputAccess: only use PoolCounter if the caller asks for it."jenkins-bot2024-03-011-4/+2
|\ \
| * | ParserOutputAccess: only use PoolCounter if the caller asks for it.daniel2024-02-291-4/+2
| |/
* | Merge "REST: Log parsoid errors"jenkins-bot2024-02-291-1/+7
|\ \
| * | REST: Log parsoid errorsdaniel2024-02-291-1/+7
* | | Merge "Remove wgTemporaryParsoidHandlerParserCacheWriteRatio config"jenkins-bot2024-02-281-5/+0
|\ \ \ | |/ / |/| |
| * | Remove wgTemporaryParsoidHandlerParserCacheWriteRatio configPaladox2024-01-301-5/+0
* | | Don't interpret "0" title as falsyArlo Breault2024-02-211-0/+10
| |/ |/|
* | tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-161-2/+2
|/
* Replace more instances of unchecked MWExceptionDaimona Eaytoy2024-01-231-1/+0
* DummyServicesTrait: add an ITextFormatterDannyS7122024-01-091-10/+3
* Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessaryJames D. Forrester2023-11-211-2/+0
* Parsoid API should return latest version instead of redirecting to itdaniel2023-11-031-46/+0
* ParsoidHandler: emit relative URLs in redirectsdaniel2023-11-011-0/+33
* For Internal REST API users, make revid handling lenientSubramanya Sastry2023-10-231-0/+66
* Merge "Remove Parsoid wt2html / html2wt metrics from Rest handlers"jenkins-bot2023-10-191-40/+0
|\
| * Remove Parsoid wt2html / html2wt metrics from Rest handlersArlo Breault2023-10-111-40/+0
* | Make ParsoidOutputAccess a wrapper over ParserOutputAccessSubramanya Sastry2023-10-131-7/+8
|/
* Revert offsetType disabling from 1aa71cf5: Parsoid's rt-testing needs itSubramanya Sastry2023-09-281-3/+5
* Disable Parsoid support for non-default output versions and offset typesSubramanya Sastry2023-09-271-2/+3
* Namespace TitleValue under \MediaWiki\TitleJames D. Forrester2023-09-181-1/+1
* Remove all Parsoid debugApi references and usesSubramanya Sastry2023-09-141-8/+0
* ParsoidHandler: Remove unnecessary instanceof check against PageConfigSubramanya Sastry2023-09-131-1/+1
* Make MediaWikiIntegrationTestCase::addCoreDBData a noopDaimona Eaytoy2023-09-051-9/+5
* ParsoidHandler: Look up page title from oldid, if availableSubramanya Sastry2023-09-011-1/+5
* tests: Avoid relying on existence of a test pageDaimona Eaytoy2023-08-071-0/+4