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
/
includes
/
cache
Commit message (
Expand
)
Author
Age
Files
Lines
*
LinkBatch: Introduce addUser() helper
Máté Szabó
2025-02-20
1
-0
/
+53
*
tests: Use namespaced classes
Umherirrender
2024-10-21
1
-0
/
+1
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
1
-1
/
+1
*
Add namespace to remaining parts of Wikimedia\ObjectCache
James D. Forrester
2024-09-27
1
-0
/
+1
*
Add namespace to IDBAccessObject and DBAccessObjectUtils
James D. Forrester
2024-09-27
1
-0
/
+1
*
tests: Add missing documentation to class properties
Umherirrender
2024-09-18
1
-0
/
+1
*
Add namespace to the root classes of ObjectCache
Ebrahim Byagowi
2024-07-10
1
-0
/
+2
*
Fix use of stale backlink partition cache
Tim Starling
2024-06-28
1
-3
/
+2
*
Replace db with getDb for Tests
Wandji69
2024-06-23
1
-2
/
+2
*
tests: Use namespaced classes (@covers)
Umherirrender
2024-06-14
4
-46
/
+46
*
tests: Migrate to IDatabase::newInsertQueryBuilder
Umherirrender
2024-04-14
1
-7
/
+11
*
Namespace includes/cache
James D. Forrester
2024-02-20
3
-0
/
+6
*
tests: Fix @covers and @coversDefaultClass to have leading \
Reedy
2024-02-16
4
-46
/
+46
*
Change more uses of getDBLoadBalancerFactory() to getConnectionProvider()
Bartosz Dziewoński
2024-01-23
1
-2
/
+2
*
Bump codesniffer to 42.0.0
Amir Sarabadani
2023-09-27
1
-1
/
+1
*
Namespace TitleFormatter under \MediaWiki\Title
James D. Forrester
2023-09-19
1
-0
/
+1
*
Namespace TitleValue under \MediaWiki\Title
James D. Forrester
2023-09-18
2
-0
/
+2
*
BacklinkCacheTest: Fix test case to avoid slowness
Derick Alangi
2023-08-10
1
-1
/
+2
*
cache: Remove deprecated methods from BacklinkCache
Derick Alangi
2023-08-10
1
-55
/
+0
*
language: Move tests from /cache to /language
Lucas Werkmeister
2023-07-28
2
-442
/
+0
*
HookContainer: deprecate old hook handler formats
daniel
2023-06-21
1
-2
/
+1
*
LocalisationCache: Preserve fallback source language info
Func
2023-06-14
1
-0
/
+26
*
watcheditem: Switch out of LB for picking db connection
Amir Sarabadani
2023-05-05
1
-8
/
+8
*
Remove fallback to MediaWikiServices in LinkBatch::__construct
Umherirrender
2023-04-19
1
-36
/
+18
*
tests: Make some PHPUnit data providers static
Tim Starling
2023-03-24
4
-11
/
+11
*
Merge "Hard-deprecate manual construction of LinkBatch objects"
jenkins-bot
2023-03-10
1
-0
/
+2
|
\
|
*
Hard-deprecate manual construction of LinkBatch objects
Umherirrender
2023-03-08
1
-0
/
+2
*
|
objectcache: Remove $wgMainWANCache and $wgWANObjectCaches
Timo Tijhof
2023-03-07
1
-11
/
+1
|
/
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
4
-0
/
+4
*
Tests: add LanguageNameUtils to DummyServicesTrait
DannyS712
2023-02-02
1
-31
/
+8
*
Hard-deprecate BacklinkCache::get/getLinks/getCascadeProtectedLinks
Umherirrender
2022-12-15
1
-0
/
+2
*
Hard-deprecate BacklinkCache::get
Matěj Suchánek
2022-11-20
1
-0
/
+1
*
Remove WikiRevision::downloadSource
Matěj Suchánek
2022-11-04
1
-1
/
+1
*
objectcache: Remove WANObjectCacheReaper feature
Timo Tijhof
2022-10-25
1
-90
/
+6
*
tests: Use Title::makeTitle instead of Title::newFromText
Umherirrender
2022-09-23
2
-2
/
+2
*
Merge "tests: Replace deprecated WikiPage::factory"
jenkins-bot
2022-09-09
1
-1
/
+1
|
\
|
*
tests: Replace deprecated WikiPage::factory
Umherirrender
2022-09-02
1
-1
/
+1
*
|
schema: Drop tl_title and tl_namespace fields from templatelinks
Amir Sarabadani
2022-09-06
1
-2
/
+0
|
/
*
Inline a few more trivial createMock() calls in tests
Thiemo Kreuz
2022-08-08
1
-3
/
+1
*
tests: Migrate `setMwGlobals()` to `overrideConfigValue(s)()`
Derick Alangi
2022-07-23
1
-6
/
+7
*
Tests: Use createNoOpMock() shortcut in a few more places
Thiemo Kreuz
2022-07-18
1
-4
/
+2
*
Merge "Add support for write new for templatelinks migration"
jenkins-bot
2022-07-12
1
-5
/
+14
|
\
|
*
Add support for write new for templatelinks migration
Amir Sarabadani
2022-07-12
1
-5
/
+14
*
|
tests: Use Title::makeTitle instead of Title::newFromText
Umherirrender
2022-07-06
1
-3
/
+3
|
/
*
tests: Use WikiPageFactory to create WikiPage object
Umherirrender
2022-06-26
1
-1
/
+1
*
Tests: Cleanup some unnecessary nested function calls
Reedy
2022-06-06
1
-6
/
+6
*
Merge "Use injection for LinksMigration on LinkBatch, action, api, special page"
jenkins-bot
2022-05-11
1
-4
/
+9
|
\
|
*
Use injection for LinksMigration on LinkBatch, action, api, special page
Umherirrender
2022-05-10
1
-4
/
+9
*
|
Remove references to legacy page_restrictions field in page table
Amir Sarabadani
2022-05-09
2
-7
/
+0
|
/
*
tests: Change use of AtEase to at operator
Timo Tijhof
2022-02-24
1
-4
/
+1
[next]