aboutsummaryrefslogtreecommitdiffstats
path: root/includes/language/MessageCache.php
Commit message (Expand)AuthorAgeFilesLines
* language: Remove LanguageFactory dependency from MessageCacheTim Starling2025-03-101-55/+44
* language: MessageCache cleanupTim Starling2025-03-041-181/+176
* Split MessageParser out of MessageCacheTim Starling2025-02-211-134/+22
* Storage,MessageCache: Reference TTL constants from BagOStuffTimo Tijhof2025-01-201-2/+1
* Merge "Add $linestart to parseWithPostprocessing"jenkins-bot2024-11-251-2/+7
|\
| * Add $linestart to parseWithPostprocessingIsabelle Hurbain-Palatin2024-11-251-2/+7
* | DomainEventEmitter: migrate logic from DerivedDataUpdaterdaniel2024-11-221-5/+6
|/
* language: Support parsing in MessageCache while already parsingBartosz Dziewoński2024-11-171-32/+44
* MessageCache::parseWithPostprocessing: remove $options argumentC. Scott Ananian2024-11-141-3/+2
* language: Move MessageCacheUpdate to languageTimo Tijhof2024-11-141-1/+1
* Remove getText usages in the vicinity of MessageCacheIsabelle Hurbain-Palatin2024-11-091-0/+35
* Use namespaced classesUmherirrender2024-10-211-0/+2
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-4/+4
* Remove meaningless @var documentation from constantsthiemowmde2024-10-091-1/+0
* Merge "build: Use inline ignore for MediaWiki.Usage.DeprecatedGlobalVariables"jenkins-bot2024-10-051-0/+1
|\
| * build: Use inline ignore for MediaWiki.Usage.DeprecatedGlobalVariablesUmherirrender2024-09-261-0/+1
* | MessageCache: More consistently treat redirects as not existingBartosz Dziewoński2024-10-031-1/+5
* | Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-271-0/+3
* | Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-0/+1
|/
* Move Language and friends into Language namespaceJames D. Forrester2024-08-101-0/+1
* Drop MessageContent, deprecated since 1.38James D. Forrester2024-08-101-2/+1
* Use expression builder instead of raw sqlUmherirrender2024-07-231-1/+1
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-0/+2
* language: Deprecate MessageCache::get without Language objectFomafix2024-05-191-5/+9
* Migrate to IReadableDatabase::newSelectQueryBuilderUmherirrender2024-05-051-10/+9
* Show overridden message keys when using &uselang=qqxBartosz Dziewoński2024-04-301-1/+5
* Move Parser to Mediawiki\Parser namespaceSubramanya Sastry2024-02-161-0/+1
* Replace last remaining wfGetDB() calls in core, except ResourceLoaderJames D. Forrester2024-02-141-1/+3
* Move away from wfGetDB() callsAmir Sarabadani2024-02-121-1/+3
* build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manuallyJames D. Forrester2024-02-101-1/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Remove more indirect calls to IDBAccessObject::READ_* constantsAmir Sarabadani2024-01-231-1/+1
* Namespace ParserOutputJames D. Forrester2023-12-141-0/+1
* Migrate two easy cases to expression builderAmir Sarabadani2023-12-061-2/+5
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-0/+2
* Migrate all non-API code to use expression builder instead of buildLikeAmir Sarabadani2023-11-071-1/+7
* Language: minor cleanupReedy2023-10-021-19/+21
* Support message parameters on the uselang=x-xss featureFomafix2023-09-281-1/+1
* Create 'x-xss' language code featureLucas Werkmeister2023-09-281-0/+18
* Migrate another major batch to SelectQueryBuilderAmir Sarabadani2023-09-201-6/+6
* Merge "language: Inject ParserFactory into MessageCache"jenkins-bot2023-08-161-17/+18
|\
| * language: Inject ParserFactory into MessageCacheUmherirrender2023-07-301-17/+18
* | objectcache: Remove IExpiringStore interfaceDerick Alangi2023-08-081-1/+2
|/
* Replace array_keys in foreach to use $_ as value insteadUmherirrender2023-07-101-1/+1
* Merge "Collapse sequences of `if` into short `return` if possible"jenkins-bot2023-06-201-11/+4
|\
| * Collapse sequences of `if` into short `return` if possiblethiemowmde2023-06-151-11/+4
* | 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
| |/
* / LocalisationCache: Preserve fallback source language infoFunc2023-06-141-5/+19
|/
* Hard deprecate global function wfGetLangObjFomafix2023-04-071-1/+48