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
/
includes
/
cache
/
LinkBatch.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
LinkBatch: Introduce addUser() helper
Máté Szabó
2025-02-20
1
-0
/
+36
*
Move Language and friends into Language namespace
James D. Forrester
2024-08-10
1
-1
/
+1
*
Standardise all our class alias deprecation comments for ease of grepping
James D. Forrester
2024-03-19
1
-1
/
+1
*
Namespace includes/cache
James D. Forrester
2024-02-20
1
-1
/
+8
*
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
1
-0
/
+1
*
Remove duplicate array_keys() from GenderCache::doLinkBatch
thiemowmde
2023-07-03
1
-2
/
+2
*
Merge "Merge sequences of `if` that end doing the same thing anyway"
jenkins-bot
2023-06-17
1
-5
/
+1
|
\
|
*
Merge sequences of `if` that end doing the same thing anyway
thiemowmde
2023-06-16
1
-5
/
+1
*
|
LinkBatch: Re-apply makeWhereFrom2d/constructSet exception
Timo Tijhof
2023-06-15
1
-5
/
+5
|
/
*
cache: Do not throw on empty set in LinkBatch::constructSet
Umherirrender
2023-05-18
1
-0
/
+4
*
watcheditem: Switch out of LB for picking db connection
Amir Sarabadani
2023-05-05
1
-7
/
+7
*
Remove fallback to MediaWikiServices in LinkBatch::__construct
Umherirrender
2023-04-19
1
-37
/
+25
*
Hard-deprecate manual construction of LinkBatch objects
Umherirrender
2023-03-08
1
-1
/
+8
*
ResourceLoader: Switch to use select query builder in WikiModule
Amir Sarabadani
2023-02-28
1
-2
/
+2
*
Merge "Make use of ??= in more places"
jenkins-bot
2022-12-21
1
-3
/
+1
|
\
|
*
Make use of ??= in more places
DannyS712
2022-12-17
1
-3
/
+1
*
|
Merge "cache: Migrate queries to SelectQueryBuilder"
jenkins-bot
2022-12-20
1
-7
/
+6
|
\
\
|
*
|
cache: Migrate queries to SelectQueryBuilder
Amir Sarabadani
2022-12-20
1
-7
/
+6
|
|
/
*
/
LinkBatch: fix comment about deprecation replacement
DannyS712
2022-12-20
1
-1
/
+1
|
/
*
Clean up redundant array manipulation
Matěj Suchánek
2022-12-11
1
-4
/
+0
*
Various doc fixes about false on method arguments/return types
Umherirrender
2022-11-10
1
-2
/
+2
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-1
/
+1
*
Stop merging LinkCache select fields with page_title and page_namespace
Alexander Vorwerk
2022-07-05
1
-4
/
+1
*
Merge "Revision: Log traces as 'exception.trace' instead of 'trace'"
jenkins-bot
2022-05-13
1
-2
/
+2
|
\
|
*
Revision: Log traces as 'exception.trace' instead of 'trace'
Timo Tijhof
2022-04-13
1
-2
/
+2
*
|
Use injection for LinksMigration on LinkBatch, action, api, special page
Umherirrender
2022-05-10
1
-4
/
+10
|
/
*
Add more support for read new in links migration
Amir Sarabadani
2022-04-12
1
-1
/
+10
*
Consistently use `@deprecated since` rather `@deprecated`
Reedy
2022-03-06
1
-1
/
+1
*
LinkBatch::getPageIdentities(): Fix return type
Gergő Tisza
2022-02-19
1
-6
/
+6
*
Fix pollution of LinkBatch/LinkCache with interwiki link
Tim Starling
2022-01-28
1
-4
/
+18
*
LinkBatch/LinkBatchFactory: Minor cleanup
Reedy
2021-11-19
1
-6
/
+4
*
LinkBatch: skip bad input
daniel
2021-05-07
1
-9
/
+27
*
LinkBatch: replace Title with PageReference in method signatures
daniel
2021-04-26
1
-8
/
+49
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-1
/
+1
*
LinkBatch: Fix property documentations
Ammarpad
2021-01-22
1
-7
/
+7
*
Merge "Fix some unit tests accessing MediaWikiServices"
jenkins-bot
2020-11-17
1
-7
/
+10
|
\
|
*
Fix some unit tests accessing MediaWikiServices
Daimona Eaytoy
2020-11-12
1
-7
/
+10
*
|
Update a lot of unspecific "array" types in PHPDocs
Thiemo Kreuz
2020-10-28
1
-3
/
+3
|
/
*
LinkBatch: Include namespace in warning logging
Umherirrender
2020-07-11
1
-4
/
+4
*
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
1
-1
/
+1
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
1
-1
/
+1
*
Add LinkBatchFactory to inject services into LinkBatch
mainframe98
2020-01-06
1
-14
/
+56
*
Don't fail hard on bad titles in the database.
daniel
2019-11-25
1
-7
/
+17
*
Use IResultWrapper in code comments instead of ResultWrapper
Aaron Schulz
2019-06-22
1
-2
/
+2
*
Use IResultWrapper in LinkBatch and BacklinkCache
Umherirrender
2019-06-06
1
-3
/
+3
*
Reduce calls to MediaWikiServices::getInstance()
Umherirrender
2018-08-18
1
-2
/
+3
*
Make LinkBatch::setCaller chainable
Niklas Laxström
2018-08-15
1
-0
/
+3
*
Mass conversion of $wgContLang to service
Aryeh Gregor
2018-08-11
1
-2
/
+1
*
Batch request titles for cdn purge from db
Erik Bernhardson
2017-08-30
1
-1
/
+1
[next]