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
/
BacklinkCache.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add namespace to remaining parts of Wikimedia\ObjectCache
James D. Forrester
2024-09-27
1
-1
/
+1
*
BacklinkCache: cleanup, use fullResultCache with limit
Tim Starling
2024-06-28
1
-93
/
+100
*
Fix use of stale backlink partition cache
Tim Starling
2024-06-28
1
-30
/
+44
*
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
/
+10
*
Use thousands separators in selected integer literals
Tim Starling
2023-12-12
1
-1
/
+1
*
Replace single-value $db->buildComparison() with $db->expr()
Bartosz Dziewoński
2023-10-22
1
-2
/
+2
*
cache: Dependency inject more args into BacklinkCache
Derick Alangi
2023-10-02
1
-8
/
+23
*
cache: Add support for pagelinks read new in BacklinkCache
Amir Sarabadani
2023-09-19
1
-5
/
+0
*
Namespace TitleValue under \MediaWiki\Title
James D. Forrester
2023-09-18
1
-0
/
+1
*
cache: Remove deprecated methods from BacklinkCache
Derick Alangi
2023-08-10
1
-48
/
+0
*
Simplify WHERE conditions with field IS NULL
Umherirrender
2023-07-24
1
-4
/
+1
*
Migrate several wfGetDB() to use ICP
Amir Sarabadani
2023-07-05
1
-1
/
+6
*
Merge "Replace some more usages of deprecated MWException"
jenkins-bot
2023-06-09
1
-6
/
+3
|
\
|
*
Replace some more usages of deprecated MWException
Daimona Eaytoy
2023-06-09
1
-6
/
+3
*
|
Database: support passing an IReadableDatabase to getCacheSetOptions
Taavi Väänänen
2023-06-09
1
-2
/
+2
|
/
*
Fix Phan suppressions related to Title::castFrom*() and friends
Bartosz Dziewoński
2023-04-22
1
-2
/
+1
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
BacklinkCache: Remove unused internal `clear()` method
Timo Tijhof
2023-02-21
1
-33
/
+1
*
BacklinkCache: Simplify to use getWithSetCallback() and remove check key
Aaron Schulz
2023-02-08
1
-128
/
+88
*
Make use of ??= in more places
DannyS712
2022-12-17
1
-3
/
+1
*
Hard-deprecate BacklinkCache::get/getLinks/getCascadeProtectedLinks
Umherirrender
2022-12-15
1
-4
/
+6
*
Merge "remove unused BacklinkCache::$instance"
jenkins-bot
2022-12-14
1
-3
/
+0
|
\
|
*
remove unused BacklinkCache::$instance
DannyS712
2022-12-14
1
-3
/
+0
*
|
Merge "cache: Inject HookContainer into BacklinkCache"
jenkins-bot
2022-12-14
1
-5
/
+14
|
\
|
|
*
cache: Inject HookContainer into BacklinkCache
Umherirrender
2022-11-19
1
-5
/
+14
*
|
Use SelectQueryBuilder in BacklinkCache
Lucas Werkmeister
2022-12-08
1
-64
/
+81
*
|
Reorg: Move Title-related classes to title/
Amir Sarabadani
2022-11-26
1
-0
/
+2
*
|
Hard-deprecate BacklinkCache::get
Matěj Suchánek
2022-11-20
1
-0
/
+1
|
/
*
Remove unnecessary wrappers for generator functions
Bartosz Dziewoński
2022-11-14
1
-14
/
+11
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-1
/
+1
*
BackLinkCache::queryLinks: Make janky filter more robust
Brian Wolff
2022-09-12
1
-2
/
+2
*
LinksUpdate: Last pieces of templatelinks migration
Amir Sarabadani
2022-07-25
1
-7
/
+8
*
Use MainConfigNames instead of string literals, #4
Aryeh Gregor
2022-04-26
1
-1
/
+2
*
linker: Add LinksMigration service for read new
Amir Sarabadani
2022-04-07
1
-1
/
+5
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-1
/
+6
*
cache: Fix various scalar and null types to match documentation
Umherirrender
2022-03-14
1
-2
/
+2
*
Fix various documentation related to null types (part II)
Umherirrender
2022-03-08
1
-1
/
+1
*
Refactor global variables to use MediaWikiServices instead
TChin
2022-01-10
1
-3
/
+3
*
Remove or replace usages of "sane"
Reedy
2021-11-22
1
-1
/
+1
*
Remove or replace usages of "sanity"
Reedy
2021-11-19
1
-1
/
+1
*
Update callers of deprecated BacklinkCache methods
TChin
2021-09-29
1
-1
/
+1
*
Title: Make use of BacklinkCacheFactory service
Derick Alangi
2021-09-09
1
-2
/
+2
*
Add BacklinkCacheFactory Service
Derick Alangi
2021-09-09
1
-9
/
+17
*
Remove Title usage from BacklinkCache
Aryeh Gregor
2021-08-30
1
-39
/
+79
*
Add logger to BacklinkCache serializing
TChin
2021-08-20
1
-0
/
+3
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-1
/
+1
*
Use strict (in)equality with namespaces constants when LHS is definitely an i...
Ed Sanders
2020-07-31
1
-1
/
+1
*
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
1
-7
/
+7
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-2
/
+5
[next]