aboutsummaryrefslogtreecommitdiffstats
path: root/includes/cache/BacklinkCache.php
Commit message (Expand)AuthorAgeFilesLines
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-271-1/+1
* BacklinkCache: cleanup, use fullResultCache with limitTim Starling2024-06-281-93/+100
* Fix use of stale backlink partition cacheTim Starling2024-06-281-30/+44
* 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/+10
* Use thousands separators in selected integer literalsTim Starling2023-12-121-1/+1
* Replace single-value $db->buildComparison() with $db->expr()Bartosz Dziewoński2023-10-221-2/+2
* cache: Dependency inject more args into BacklinkCacheDerick Alangi2023-10-021-8/+23
* cache: Add support for pagelinks read new in BacklinkCacheAmir Sarabadani2023-09-191-5/+0
* Namespace TitleValue under \MediaWiki\TitleJames D. Forrester2023-09-181-0/+1
* cache: Remove deprecated methods from BacklinkCacheDerick Alangi2023-08-101-48/+0
* Simplify WHERE conditions with field IS NULLUmherirrender2023-07-241-4/+1
* Migrate several wfGetDB() to use ICPAmir Sarabadani2023-07-051-1/+6
* Merge "Replace some more usages of deprecated MWException"jenkins-bot2023-06-091-6/+3
|\
| * Replace some more usages of deprecated MWExceptionDaimona Eaytoy2023-06-091-6/+3
* | Database: support passing an IReadableDatabase to getCacheSetOptionsTaavi Väänänen2023-06-091-2/+2
|/
* Fix Phan suppressions related to Title::castFrom*() and friendsBartosz Dziewoński2023-04-221-2/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* BacklinkCache: Remove unused internal `clear()` methodTimo Tijhof2023-02-211-33/+1
* BacklinkCache: Simplify to use getWithSetCallback() and remove check keyAaron Schulz2023-02-081-128/+88
* Make use of ??= in more placesDannyS7122022-12-171-3/+1
* Hard-deprecate BacklinkCache::get/getLinks/getCascadeProtectedLinksUmherirrender2022-12-151-4/+6
* Merge "remove unused BacklinkCache::$instance"jenkins-bot2022-12-141-3/+0
|\
| * remove unused BacklinkCache::$instanceDannyS7122022-12-141-3/+0
* | Merge "cache: Inject HookContainer into BacklinkCache"jenkins-bot2022-12-141-5/+14
|\|
| * cache: Inject HookContainer into BacklinkCacheUmherirrender2022-11-191-5/+14
* | Use SelectQueryBuilder in BacklinkCacheLucas Werkmeister2022-12-081-64/+81
* | Reorg: Move Title-related classes to title/Amir Sarabadani2022-11-261-0/+2
* | Hard-deprecate BacklinkCache::getMatěj Suchánek2022-11-201-0/+1
|/
* Remove unnecessary wrappers for generator functionsBartosz Dziewoński2022-11-141-14/+11
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* BackLinkCache::queryLinks: Make janky filter more robustBrian Wolff2022-09-121-2/+2
* LinksUpdate: Last pieces of templatelinks migrationAmir Sarabadani2022-07-251-7/+8
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-1/+2
* linker: Add LinksMigration service for read newAmir Sarabadani2022-04-071-1/+5
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-1/+6
* cache: Fix various scalar and null types to match documentationUmherirrender2022-03-141-2/+2
* Fix various documentation related to null types (part II)Umherirrender2022-03-081-1/+1
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-3/+3
* Remove or replace usages of "sane"Reedy2021-11-221-1/+1
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
* Update callers of deprecated BacklinkCache methodsTChin2021-09-291-1/+1
* Title: Make use of BacklinkCacheFactory serviceDerick Alangi2021-09-091-2/+2
* Add BacklinkCacheFactory ServiceDerick Alangi2021-09-091-9/+17
* Remove Title usage from BacklinkCacheAryeh Gregor2021-08-301-39/+79
* Add logger to BacklinkCache serializingTChin2021-08-201-0/+3
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Use strict (in)equality with namespaces constants when LHS is definitely an i...Ed Sanders2020-07-311-1/+1
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-7/+7
* Hooks::run() call site migrationTim Starling2020-05-301-2/+5