aboutsummaryrefslogtreecommitdiffstats
path: root/includes/language
Commit message (Expand)AuthorAgeFilesLines
* Follow-up "ZhConverter: Fix language variant fallback chain"Winston Sung2024-03-081-8/+8
* ZhConverter: Fix language variant fallback chainWinston Sung2024-02-151-8/+8
* LocalisationCache: Fix a rare case in fallback source languageSébastien Beyou2023-11-241-4/+8
* LocalisationCache: Preserve fallback source language infoFunc2023-10-132-16/+106
* Fixes for the phan upgrade, part 2Daimona Eaytoy2023-06-291-1/+1
* MessageCache: immediately update the local cache upon hash mismatchAaron Schulz2023-05-071-1/+3
* MessageCache: improve handling of I/O errors from cache lock keysAaron Schulz2023-05-071-36/+71
* LinksUpdate: Use DB key for category links tableFunc2023-02-221-1/+1
* Improve LocalisationCache post-merge validation checkTim Starling2023-01-051-6/+5
* LCStoreStaticArray: atomically replace the cache fileTim Starling2022-12-011-1/+5
* Language: Handle ronna and quettaReedy2022-11-221-5/+6
* Drop some pre-7.4 php compat codeAlexander Vorwerk2022-09-191-22/+1
* Merge "Move isWellFormedLanguageTag from Language to LanguageCode"jenkins-bot2022-09-052-43/+63
|\
| * Move isWellFormedLanguageTag from Language to LanguageCodeFomafix2022-08-302-43/+63
* | Merge "Update Language::isWellFormedLanguageTag"jenkins-bot2022-09-051-6/+7
|\|
| * Update Language::isWellFormedLanguageTagFomafix2022-08-301-6/+7
* | Add a new function LanguageFactory::getRawLanguageFomafix2022-09-041-0/+14
* | docs: Clarify that functions returning namespace names include underscores (n...Bartosz Dziewoński2022-08-301-2/+4
* | Merge "LocalisationCache: Remove accidentally checked in code"jenkins-bot2022-08-301-17/+0
|\ \ | |/ |/|
| * LocalisationCache: Remove accidentally checked in codeJon Robson2022-08-291-17/+0
* | Update LanguageConverter ShiConverter shi/"unconverted" variantWinston Sung2022-08-261-1/+1
|/
* SpecialPages: Can formally register navigation linksMoh'd Khier Abualruz2022-08-171-0/+17
* Add markup to page titles to distinguish the namespace and the main textBartosz Dziewoński2022-08-163-11/+57
* Language: More specific PHPDocs in Language class and relatedThiemo Kreuz2022-08-154-51/+57
* Use spacey style also for code in comments and documentationFomafix2022-08-121-10/+10
* 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
* Various whitespace changesUmherirrender2022-07-121-6/+6
* Merge "Fix typing of MessageCacheReplaceHook"jenkins-bot2022-07-071-3/+1
|\
| * Fix typing of MessageCacheReplaceHookMáté Szabó2022-07-071-3/+1
* | Language::getHumanTimestamp: Don't show time when timestamp in a different yearEd Sanders2022-07-061-9/+14
|/
* language: Add missing `@ingroup`, subgroup "Languages" and ungroup filesTimo Tijhof2022-06-2830-112/+94
* language: Move l10n-related classes from /cache to /languageTimo Tijhof2022-06-2819-0/+3835
* Get rid of warnings on PHP 8.1Aryeh Gregor2022-06-131-2/+2
* language: Remove deprecated FakeConverter class aliasUmherirrender2022-05-281-5/+0
* ResourceLoader namespace (attempt 2)Tim Starling2022-05-241-1/+1
* Language: Inject NamespaceInfoBartosz Dziewoński2022-05-112-4/+20
* Fix many typos in commentsMatěj Suchánek2022-05-102-5/+5
* Merge "Use MainConfigNames instead of string literals, #4"jenkins-bot2022-04-271-2/+3
|\
| * Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-2/+3
* | language: Remove Language::__destruct()Timo Tijhof2022-04-261-10/+0
|/
* Use MainConfigNames instead of string literals, #3Aryeh Gregor2022-04-264-26/+37
* language: Add comment about some used messagesUmherirrender2022-04-141-0/+4
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+2
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-214-0/+4
* phan: Disable scalar_implicit_cast settingUmherirrender2022-03-181-0/+2
* Language: retrieve MainConfig instead of using a bunch of globalsDannyS7122022-03-152-26/+39