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
/
PageHTMLHandlerTest.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove 2-line PHPDocs that just repeat the types from the code
thiemowmde
2025-01-17
1
-4
/
+0
*
REST: Allow page endpoint "redirect" parameter to have value "false".
bpirkle
2024-11-07
1
-0
/
+37
*
[HtmlOutputRendererHelper] Remove use of ParsoidOutputAccess::parseUncacheable
C. Scott Ananian
2024-07-19
1
-1
/
+1
*
Merge "Use MainConfigNames constants in tests where possible"
jenkins-bot
2024-07-11
1
-1
/
+1
|
\
|
*
Use MainConfigNames constants in tests where possible
thiemowmde
2024-07-10
1
-1
/
+1
*
|
Add namespace to the root classes of ObjectCache
Ebrahim Byagowi
2024-07-10
1
-1
/
+1
|
/
*
Use real type hints for services etc. in includes/Rest/
Bartosz DziewoĆski
2024-06-11
1
-2
/
+1
*
objectcache: Introduce `ObjectCacheFactory` MW service
Derick Alangi
2024-03-19
1
-0
/
+10
*
REST: Add tests for handling file description pages
daniel
2024-01-02
1
-0
/
+49
*
Namespace remaining files under includes/deferred
James D. Forrester
2023-11-22
1
-1
/
+1
*
Follow-up 71ff05267: Stop writing to tablesUsed in tests, now unnecessary
James D. Forrester
2023-11-21
1
-9
/
+0
*
Rest: Remove some unused variables from tests
Derick Alangi
2023-11-15
1
-1
/
+1
*
REST: Inject Authority instead of full User object
Derick Alangi
2023-11-13
1
-4
/
+4
*
Make ParsoidOutputAccess a wrapper over ParserOutputAccess
Subramanya Sastry
2023-10-13
1
-1
/
+4
*
Make use of assertStatusGood/Error and such in tests
thiemowmde
2023-10-04
1
-6
/
+3
*
Reorg: Move MWTimestamp to MediaWiki\Utils
Amir Sarabadani
2023-08-19
1
-1
/
+1
*
REST tests: don't require the Parsoid extension.
daniel
2023-06-18
1
-10
/
+0
*
tests: Make some PHPUnit data providers static
Tim Starling
2023-03-24
1
-2
/
+2
*
Fix tests that fail when $wgUsePigLatinVariant = false
Tim Starling
2023-03-17
1
-0
/
+1
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-1
/
+1
*
Parsoid: implicitly enable linting in API endpoints
daniel
2022-12-13
1
-0
/
+29
*
tests: Remove unnecessary override to use pig-latin
Abijeet
2022-12-08
1
-1
/
+0
*
Follow redirects for page/{title} formats source/bare
msantos
2022-12-02
1
-130
/
+2
*
HtmlOutputRendererHelper: add more convenient setters
daniel
2022-11-28
1
-1
/
+3
*
Rest: Allow fetching content of pages with system messages
Derick Alangi
2022-11-23
1
-1
/
+61
*
Introduce PageRestHelperFactory
daniel
2022-11-21
1
-9
/
+26
*
Follow redirects for page/{title} formats html/with_html
msantos
2022-11-16
1
-1
/
+47
*
Rename HTMLTransform to HtmlToContentTransform
daniel
2022-11-03
1
-1
/
+1
*
page/html endpoint: Support variant conversion
Abijeet
2022-11-01
1
-1
/
+64
*
Merge "Use markTestSkippedIfExtensionNotLoaded() shortcut in tests"
jenkins-bot
2022-10-14
1
-14
/
+4
|
\
|
*
Use markTestSkippedIfExtensionNotLoaded() shortcut in tests
thiemowmde
2022-10-04
1
-14
/
+4
*
|
Fix passing the wikiId into ParsoidOutputAccess.
daniel
2022-10-07
1
-1
/
+1
*
|
ParsoidOutputAccess: Add support for `fragment` flavor
Derick Alangi
2022-10-06
1
-1
/
+2
*
|
HtmlInputTransformHelper: Fall back to ParserCache
daniel
2022-09-30
1
-0
/
+1
|
/
*
Make RateLimiter use WRStats
Tim Starling
2022-07-16
1
-1
/
+0
*
tests: Use `overrideConfig(Value|Values)` where needed
Derick Alangi
2022-07-12
1
-2
/
+3
*
PHPUnit: introduce setMainCache
daniel
2022-07-07
1
-2
/
+3
*
Protect against passing unsupported content models to Parsoid.
daniel
2022-06-30
1
-0
/
+1
*
Storage: Warm parsoid parser cache with parsoid outputs
Derick Alangi
2022-06-28
1
-49
/
+29
*
Configure caching parsoid output per wiki based on threshold
Derick Alangi
2022-06-16
1
-4
/
+9
*
Add rate limiting to ParsoidHTMLHelper
daniel
2022-06-15
1
-0
/
+21
*
ParserCache: always use JSON
daniel
2022-06-07
1
-1
/
+0
*
Rest: Collect stats on Cache & Stash usage
Derick Alangi
2022-05-30
1
-1
/
+2
*
Rest: Return different eTags for different output modes
Derick Alangi
2022-05-25
1
-3
/
+15
*
Rest: Migrate parsoid stashing logic from RESTbase
Derick Alangi
2022-05-23
1
-17
/
+62
*
Remove or replace usages of "sanity"
Reedy
2021-11-21
1
-3
/
+3
*
Eliminate use of Title object in REST infrastructure
Petr Pchelko
2021-05-05
1
-4
/
+2
*
Convert ParserCache to PageRecord
Petr Pchelko
2021-04-02
1
-1
/
+3
*
Rest: use Authority in all core handlers
Petr Pchelko
2021-01-21
1
-1
/
+0
*
tests: Remove @param docs from test code that just repeat the signature
Thiemo Kreuz
2021-01-21
1
-2
/
+0
[next]