aboutsummaryrefslogtreecommitdiffstats
path: root/includes/language/MessageCache.php
Commit message (Expand)AuthorAgeFilesLines
...
* MessageCache: Don't initialize messageKeyOverrides in the constructormainframe982023-03-191-1/+0
* MessageCache: Add a new hook for more performant override fetchingmainframe982023-03-141-1/+25
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* MessageCache: immediately update the local cache upon hash mismatchAaron Schulz2023-02-221-1/+3
* MessageCache: improve handling of I/O errors from cache lock keysAaron Schulz2023-02-081-36/+71
* docs: Add missing StubUserLang type to some @param/@returnUmherirrender2023-01-121-1/+2
* Replace some tivial ??= with even more trivial ??thiemowmde2022-12-231-2/+2
* Make use of ??= in more placesDannyS7122022-12-171-3/+1
* Make use of ?:, ?? and ??= operators in mostly trivial casesthiemowmde2022-12-051-4/+1
* Reorg: Move StubObject classes in includes to its own directoryAmir Sarabadani2022-10-251-0/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-5/+5
* Revert "MessageCache: Avoid 'contributions' replicas"Lucas Werkmeister2022-08-031-5/+1
* language: Improve type hints in MessageCache.phpTimo Tijhof2022-07-151-20/+11
* MessageCache: Don't load the content for uncacheable rowsTim Starling2022-07-151-26/+55
* MessageCache style updatesTim Starling2022-07-151-115/+123
* language: Disable MessageCache if load() throws an exceptionTim Starling2022-07-151-1/+17
* language: Add missing `@ingroup`, subgroup "Languages" and ungroup filesTimo Tijhof2022-06-281-6/+2
* language: Move l10n-related classes from /cache to /languageTimo Tijhof2022-06-281-0/+1495