index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
phpunit
/
integration
/
includes
/
Rest
/
Handler
/
ParsoidHandlerTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: Streamline a few overcomplicated if-else in test code
thiemowmde
2025-03-11
1
-5
/
+1
*
Use statslib for metrics emitted by HtmlInputTransformHelper, HtmlToContentTr...
Yiannis Giannelos
2024-10-17
1
-2
/
+2
*
Namespace all remaining classes in includes/parser
James D. Forrester
2024-10-15
1
-1
/
+1
*
Add namespace to remaining parts of Wikimedia\Mime and Wikimedia\Stats
James D. Forrester
2024-09-27
1
-1
/
+1
*
Provide previous parse results to parser when rendering
C. Scott Ananian
2024-08-23
1
-2
/
+4
*
Move Language and friends into Language namespace
James D. Forrester
2024-08-10
1
-2
/
+2
*
Add MediaWiki\Registration namespace to registration classes
Ebrahim Byagowi
2024-08-10
1
-1
/
+1
*
Add namespace to WikitextContent
Ebrahim Byagowi
2024-08-06
1
-1
/
+1
*
Deprecate Html*Helper::init()
C. Scott Ananian
2024-07-19
1
-3
/
+5
*
Use MainConfigNames constants in tests where possible
thiemowmde
2024-07-10
1
-2
/
+3
*
REST: Make module definition files more like OpenAPI specs
daniel
2024-06-24
1
-1
/
+1
*
Don't ignore offsetType attribute on lint API paths
Arlo Breault
2024-06-03
1
-0
/
+28
*
Fix setting offsetType in options passed to HtmlInputTransformHelper
Arlo Breault
2024-06-03
1
-7
/
+2
*
[HtmlInputTransformHelper] Use ParserOutputAccess
C. Scott Ananian
2024-05-22
1
-1
/
+3
*
Merge "Parsoid PageConfig: remove unused ::getTitle() and ::getNs() methods"
jenkins-bot
2024-05-18
1
-1
/
+1
|
\
|
*
Parsoid PageConfig: remove unused ::getTitle() and ::getNs() methods
C. Scott Ananian
2024-05-14
1
-1
/
+1
*
|
Add namespace and deprecation alias to JavaScriptContent
Ebrahim Byagowi
2024-05-17
1
-1
/
+1
|
/
*
Introduce Modules into the REST framework
daniel
2024-05-08
1
-9
/
+10
*
Use LocalizedHttpException for remaining errors in REST handlers
Wendy Quarshie
2024-04-29
1
-17
/
+31
*
Improve error localization in REST handlers
Wendy Quarshie
2024-04-02
1
-2
/
+1
*
Merge "Filter out all priority none lints from rest api"
jenkins-bot
2024-03-13
1
-0
/
+28
|
\
|
*
Filter out all priority none lints from rest api
Arlo Breault
2024-03-12
1
-0
/
+28
*
|
REST: HTML endpoints should support all content models
daniel
2024-03-13
1
-2
/
+2
|
/
*
Merge "Rest: extract target variant from accept-language header"
jenkins-bot
2024-03-01
1
-0
/
+24
|
\
|
*
Rest: extract target variant from accept-language header
daniel
2024-02-28
1
-0
/
+24
*
|
Merge "ParserOutputAccess: only use PoolCounter if the caller asks for it."
jenkins-bot
2024-03-01
1
-4
/
+2
|
\
\
|
*
|
ParserOutputAccess: only use PoolCounter if the caller asks for it.
daniel
2024-02-29
1
-4
/
+2
|
|
/
*
|
Merge "REST: Log parsoid errors"
jenkins-bot
2024-02-29
1
-1
/
+7
|
\
\
|
*
|
REST: Log parsoid errors
daniel
2024-02-29
1
-1
/
+7
*
|
|
Merge "Remove wgTemporaryParsoidHandlerParserCacheWriteRatio config"
jenkins-bot
2024-02-28
1
-5
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove wgTemporaryParsoidHandlerParserCacheWriteRatio config
Paladox
2024-01-30
1
-5
/
+0
*
|
|
Don't interpret "0" title as falsy
Arlo Breault
2024-02-21
1
-0
/
+10
|
|
/
|
/
|
*
|
tests: Fix @covers and @coversDefaultClass to have leading \
Reedy
2024-02-16
1
-2
/
+2
|
/
*
Replace more instances of unchecked MWException
Daimona Eaytoy
2024-01-23
1
-1
/
+0
*
DummyServicesTrait: add an ITextFormatter
DannyS712
2024-01-09
1
-10
/
+3
*
Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessary
James D. Forrester
2023-11-21
1
-2
/
+0
*
Parsoid API should return latest version instead of redirecting to it
daniel
2023-11-03
1
-46
/
+0
*
ParsoidHandler: emit relative URLs in redirects
daniel
2023-11-01
1
-0
/
+33
*
For Internal REST API users, make revid handling lenient
Subramanya Sastry
2023-10-23
1
-0
/
+66
*
Merge "Remove Parsoid wt2html / html2wt metrics from Rest handlers"
jenkins-bot
2023-10-19
1
-40
/
+0
|
\
|
*
Remove Parsoid wt2html / html2wt metrics from Rest handlers
Arlo Breault
2023-10-11
1
-40
/
+0
*
|
Make ParsoidOutputAccess a wrapper over ParserOutputAccess
Subramanya Sastry
2023-10-13
1
-7
/
+8
|
/
*
Revert offsetType disabling from 1aa71cf5: Parsoid's rt-testing needs it
Subramanya Sastry
2023-09-28
1
-3
/
+5
*
Disable Parsoid support for non-default output versions and offset types
Subramanya Sastry
2023-09-27
1
-2
/
+3
*
Namespace TitleValue under \MediaWiki\Title
James D. Forrester
2023-09-18
1
-1
/
+1
*
Remove all Parsoid debugApi references and uses
Subramanya Sastry
2023-09-14
1
-8
/
+0
*
ParsoidHandler: Remove unnecessary instanceof check against PageConfig
Subramanya Sastry
2023-09-13
1
-1
/
+1
*
Make MediaWikiIntegrationTestCase::addCoreDBData a noop
Daimona Eaytoy
2023-09-05
1
-9
/
+5
*
ParsoidHandler: Look up page title from oldid, if available
Subramanya Sastry
2023-09-01
1
-1
/
+5
*
tests: Avoid relying on existence of a test page
Daimona Eaytoy
2023-08-07
1
-0
/
+4
[next]