aboutsummaryrefslogtreecommitdiffstats
path: root/includes/cache/LinkBatch.php
Commit message (Expand)AuthorAgeFilesLines
* LinkBatch: Introduce addUser() helperMáté Szabó2025-02-201-0/+36
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-1/+1
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-1/+1
* Namespace includes/cacheJames D. Forrester2024-02-201-1/+8
* Namespace TitleFormatter under \MediaWiki\TitleJames D. Forrester2023-09-191-0/+1
* Namespace TitleValue under \MediaWiki\TitleJames D. Forrester2023-09-181-0/+1
* Remove duplicate array_keys() from GenderCache::doLinkBatchthiemowmde2023-07-031-2/+2
* Merge "Merge sequences of `if` that end doing the same thing anyway"jenkins-bot2023-06-171-5/+1
|\
| * Merge sequences of `if` that end doing the same thing anywaythiemowmde2023-06-161-5/+1
* | LinkBatch: Re-apply makeWhereFrom2d/constructSet exceptionTimo Tijhof2023-06-151-5/+5
|/
* cache: Do not throw on empty set in LinkBatch::constructSetUmherirrender2023-05-181-0/+4
* watcheditem: Switch out of LB for picking db connectionAmir Sarabadani2023-05-051-7/+7
* Remove fallback to MediaWikiServices in LinkBatch::__constructUmherirrender2023-04-191-37/+25
* Hard-deprecate manual construction of LinkBatch objectsUmherirrender2023-03-081-1/+8
* ResourceLoader: Switch to use select query builder in WikiModuleAmir Sarabadani2023-02-281-2/+2
* Merge "Make use of ??= in more places"jenkins-bot2022-12-211-3/+1
|\
| * Make use of ??= in more placesDannyS7122022-12-171-3/+1
* | Merge "cache: Migrate queries to SelectQueryBuilder"jenkins-bot2022-12-201-7/+6
|\ \
| * | cache: Migrate queries to SelectQueryBuilderAmir Sarabadani2022-12-201-7/+6
| |/
* / LinkBatch: fix comment about deprecation replacementDannyS7122022-12-201-1/+1
|/
* Clean up redundant array manipulationMatěj Suchánek2022-12-111-4/+0
* Various doc fixes about false on method arguments/return typesUmherirrender2022-11-101-2/+2
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Stop merging LinkCache select fields with page_title and page_namespaceAlexander Vorwerk2022-07-051-4/+1
* Merge "Revision: Log traces as 'exception.trace' instead of 'trace'"jenkins-bot2022-05-131-2/+2
|\
| * Revision: Log traces as 'exception.trace' instead of 'trace'Timo Tijhof2022-04-131-2/+2
* | Use injection for LinksMigration on LinkBatch, action, api, special pageUmherirrender2022-05-101-4/+10
|/
* Add more support for read new in links migrationAmir Sarabadani2022-04-121-1/+10
* Consistently use `@deprecated since` rather `@deprecated`Reedy2022-03-061-1/+1
* LinkBatch::getPageIdentities(): Fix return typeGergő Tisza2022-02-191-6/+6
* Fix pollution of LinkBatch/LinkCache with interwiki linkTim Starling2022-01-281-4/+18
* LinkBatch/LinkBatchFactory: Minor cleanupReedy2021-11-191-6/+4
* LinkBatch: skip bad inputdaniel2021-05-071-9/+27
* LinkBatch: replace Title with PageReference in method signaturesdaniel2021-04-261-8/+49
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* LinkBatch: Fix property documentationsAmmarpad2021-01-221-7/+7
* Merge "Fix some unit tests accessing MediaWikiServices"jenkins-bot2020-11-171-7/+10
|\
| * Fix some unit tests accessing MediaWikiServicesDaimona Eaytoy2020-11-121-7/+10
* | Update a lot of unspecific "array" types in PHPDocsThiemo Kreuz2020-10-281-3/+3
|/
* LinkBatch: Include namespace in warning loggingUmherirrender2020-07-111-4/+4
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-1/+1
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Add LinkBatchFactory to inject services into LinkBatchmainframe982020-01-061-14/+56
* Don't fail hard on bad titles in the database.daniel2019-11-251-7/+17
* Use IResultWrapper in code comments instead of ResultWrapperAaron Schulz2019-06-221-2/+2
* Use IResultWrapper in LinkBatch and BacklinkCacheUmherirrender2019-06-061-3/+3
* Reduce calls to MediaWikiServices::getInstance()Umherirrender2018-08-181-2/+3
* Make LinkBatch::setCaller chainableNiklas Laxström2018-08-151-0/+3
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-2/+1
* Batch request titles for cdn purge from dbErik Bernhardson2017-08-301-1/+1