aboutsummaryrefslogtreecommitdiffstats
path: root/includes/cache/localisation/LocalisationCache.php
Commit message (Expand)AuthorAgeFilesLines
* language: Move l10n-related classes from /cache to /languageTimo Tijhof2022-06-281-1125/+0
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-5/+6
* phan: Remove PhanTypePossiblyInvalidDimOffset suppressionUmherirrender2022-03-281-0/+1
* Avoid references to DefaultSettings.daniel2022-02-221-2/+2
* Prefer is_dir/is_file to file_existsKosta Harlan2022-01-041-1/+1
* Remove or replace usages of "sanity"Reedy2021-11-211-1/+1
* localisation: Remove conditional for `plurals-mediawiki.xml` fileTimo Tijhof2021-08-051-15/+18
* Remove capitalize-all-nouns CSS class supportJack Phoenix2021-07-301-1/+1
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-2/+2
* Remove unused default values from class propertiesThiemo Kreuz2021-05-121-1/+1
* Remove unneeded isset() before unset()Lucas Werkmeister2020-11-101-3/+1
* Mark CONSTRUCTOR_OPTIONS as internalAryeh Gregor2020-08-211-2/+1
* includes: Use expression assignment operator += or |= where possibleUmherirrender2020-07-311-2/+1
* Revert "Add a new type of database to the installer from extension"Kunal Mehta2020-07-221-24/+1
* Merge "phan: Enable redundant_condition_detection"jenkins-bot2020-07-021-0/+3
|\
| * phan: Enable redundant_condition_detectionUmherirrender2020-07-011-0/+3
* | Add a new type of database to the installer from extensionArtBaltai2020-06-261-1/+24
|/
* Hooks::run() call site migrationTim Starling2020-05-301-3/+11
* Fix even more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-1/+1
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-7/+7
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Set method visibility for various constructorsUmherirrender2019-12-031-1/+1
* ParamValidator: Use MessageValue!Brad Jorsch2019-11-011-0/+1
* Split rest messages from the main en.jsonAmir Aharoni2019-10-221-0/+1
* Merge "Split some Language methods to LanguageNameUtils"jenkins-bot2019-10-081-4/+11
|\
| * Split some Language methods to LanguageNameUtilsAryeh Gregor2019-10-071-4/+11
* | Services: Convert LocalisationCache's static to a const now HHVM is goneJames D. Forrester2019-10-081-4/+2
|/
* Make LocalisationCache a serviceAryeh Gregor2019-10-071-65/+82
* localisation: Remove PHP5-specific perf optimisationTimo Tijhof2019-09-211-9/+0
* Unsuppress more phan issues (part 3)Daimona Eaytoy2019-08-311-20/+14
* Revert "Make LocalisationCache a service"Amir Sarabadani2019-08-261-90/+68
* Pass correct store to rebuildLocalisationCache.phpAryeh Gregor2019-08-261-0/+32
* Split some Language methods to LanguageNameUtilsAryeh Gregor2019-08-231-4/+11
* Make LocalisationCache a serviceAryeh Gregor2019-08-221-69/+52
* Drop newlines in LocalisationCache debug logsAntoine Musso2019-07-241-5/+5
* Remove $purgeBlobs parameter from LocalisationCacheRecache hookRoan Kattouw2019-07-151-3/+3
* Stop using wfDebugLog in LocalisationCacheAmir Sarabadani2019-07-111-8/+14
* languages: Hard deprecate Language::getExtraUserToggles() methodDerick Alangi2019-05-241-9/+10
* localisation: Inject 'directory' option to LCStore classesTimo Tijhof2019-05-141-7/+5
* localisation: Improve documentation around wgLocalisationCacheConfTimo Tijhof2019-05-071-6/+6
* Obtain MessageBlobStore instance in a consistent wayRoan Kattouw2019-05-071-3/+1
* Upgrade to newer phanKunal Mehta2019-03-231-1/+0
* resourceloader: Make $rl parameter mandatory for MessageBlobStoreTimo Tijhof2019-02-191-1/+3
* build: Updating mediawiki/mediawiki-codesniffer to 24.0.0Kunal Mehta2019-02-071-8/+8
* Move exif messages to a separate i18n fileAmir Aharoni2018-12-271-0/+1
* LocalisationCache: Avoid use of compact()Kunal Mehta2018-10-151-7/+12
* Define which languages explicitly fallback to 'en'Ed Sanders2018-09-191-8/+14
* resources: Rename oojs-ui file paths to ooui per general brandingJames D. Forrester2018-09-101-1/+1
* Move l10n_cache table to a separate DB for sqlite via the installerAaron Schulz2018-08-141-0/+2