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
/
language
/
MessageCache.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
language: Remove LanguageFactory dependency from MessageCache
Tim Starling
2025-03-10
1
-55
/
+44
*
language: MessageCache cleanup
Tim Starling
2025-03-04
1
-181
/
+176
*
Split MessageParser out of MessageCache
Tim Starling
2025-02-21
1
-134
/
+22
*
Storage,MessageCache: Reference TTL constants from BagOStuff
Timo Tijhof
2025-01-20
1
-2
/
+1
*
Merge "Add $linestart to parseWithPostprocessing"
jenkins-bot
2024-11-25
1
-2
/
+7
|
\
|
*
Add $linestart to parseWithPostprocessing
Isabelle Hurbain-Palatin
2024-11-25
1
-2
/
+7
*
|
DomainEventEmitter: migrate logic from DerivedDataUpdater
daniel
2024-11-22
1
-5
/
+6
|
/
*
language: Support parsing in MessageCache while already parsing
Bartosz Dziewoński
2024-11-17
1
-32
/
+44
*
MessageCache::parseWithPostprocessing: remove $options argument
C. Scott Ananian
2024-11-14
1
-3
/
+2
*
language: Move MessageCacheUpdate to language
Timo Tijhof
2024-11-14
1
-1
/
+1
*
Remove getText usages in the vicinity of MessageCache
Isabelle Hurbain-Palatin
2024-11-09
1
-0
/
+35
*
Use namespaced classes
Umherirrender
2024-10-21
1
-0
/
+2
*
Use explicit nullable type on parameter arguments
Umherirrender
2024-10-16
1
-4
/
+4
*
Remove meaningless @var documentation from constants
thiemowmde
2024-10-09
1
-1
/
+0
*
Merge "build: Use inline ignore for MediaWiki.Usage.DeprecatedGlobalVariables"
jenkins-bot
2024-10-05
1
-0
/
+1
|
\
|
*
build: Use inline ignore for MediaWiki.Usage.DeprecatedGlobalVariables
Umherirrender
2024-09-26
1
-0
/
+1
*
|
MessageCache: More consistently treat redirects as not existing
Bartosz Dziewoński
2024-10-03
1
-1
/
+5
*
|
Add namespace to remaining parts of Wikimedia\ObjectCache
James D. Forrester
2024-09-27
1
-0
/
+3
*
|
Add namespace to IDBAccessObject and DBAccessObjectUtils
James D. Forrester
2024-09-27
1
-0
/
+1
|
/
*
Move Language and friends into Language namespace
James D. Forrester
2024-08-10
1
-0
/
+1
*
Drop MessageContent, deprecated since 1.38
James D. Forrester
2024-08-10
1
-2
/
+1
*
Use expression builder instead of raw sql
Umherirrender
2024-07-23
1
-1
/
+1
*
Add namespace to the root classes of ObjectCache
Ebrahim Byagowi
2024-07-10
1
-0
/
+2
*
language: Deprecate MessageCache::get without Language object
Fomafix
2024-05-19
1
-5
/
+9
*
Migrate to IReadableDatabase::newSelectQueryBuilder
Umherirrender
2024-05-05
1
-10
/
+9
*
Show overridden message keys when using &uselang=qqx
Bartosz Dziewoński
2024-04-30
1
-1
/
+5
*
Move Parser to Mediawiki\Parser namespace
Subramanya Sastry
2024-02-16
1
-0
/
+1
*
Replace last remaining wfGetDB() calls in core, except ResourceLoader
James D. Forrester
2024-02-14
1
-1
/
+3
*
Move away from wfGetDB() calls
Amir Sarabadani
2024-02-12
1
-1
/
+3
*
build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manually
James D. Forrester
2024-02-10
1
-1
/
+1
*
Namespace includes/context
James D. Forrester
2024-02-08
1
-0
/
+1
*
Remove more indirect calls to IDBAccessObject::READ_* constants
Amir Sarabadani
2024-01-23
1
-1
/
+1
*
Namespace ParserOutput
James D. Forrester
2023-12-14
1
-0
/
+1
*
Migrate two easy cases to expression builder
Amir Sarabadani
2023-12-06
1
-2
/
+5
*
Namespace remaining files under includes/deferred
James D. Forrester
2023-11-22
1
-0
/
+2
*
Migrate all non-API code to use expression builder instead of buildLike
Amir Sarabadani
2023-11-07
1
-1
/
+7
*
Language: minor cleanup
Reedy
2023-10-02
1
-19
/
+21
*
Support message parameters on the uselang=x-xss feature
Fomafix
2023-09-28
1
-1
/
+1
*
Create 'x-xss' language code feature
Lucas Werkmeister
2023-09-28
1
-0
/
+18
*
Migrate another major batch to SelectQueryBuilder
Amir Sarabadani
2023-09-20
1
-6
/
+6
*
Merge "language: Inject ParserFactory into MessageCache"
jenkins-bot
2023-08-16
1
-17
/
+18
|
\
|
*
language: Inject ParserFactory into MessageCache
Umherirrender
2023-07-30
1
-17
/
+18
*
|
objectcache: Remove IExpiringStore interface
Derick Alangi
2023-08-08
1
-1
/
+2
|
/
*
Replace array_keys in foreach to use $_ as value instead
Umherirrender
2023-07-10
1
-1
/
+1
*
Merge "Collapse sequences of `if` into short `return` if possible"
jenkins-bot
2023-06-20
1
-11
/
+4
|
\
|
*
Collapse sequences of `if` into short `return` if possible
thiemowmde
2023-06-15
1
-11
/
+4
*
|
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
|
|
/
*
/
LocalisationCache: Preserve fallback source language info
Func
2023-06-14
1
-5
/
+19
|
/
*
Hard deprecate global function wfGetLangObj
Fomafix
2023-04-07
1
-1
/
+48
[next]