wiki.techinc.nl/includes/language
Lucas Werkmeister 33042ebc4b LocalisationCache: Make isMergeableKey() static
It’s already cached statically since change Ib50e658149 (commit
d4d7cb62c9), and independent of any instance (only depending on class
constants), so let’s make the whole method static too.

The direct motivation for this is to make it possible to call the
method from a unit test, rather than an integration test, in change
Ia3dffea390, without needing a LocalisationCache instance.

Bug: T342418
Change-Id: I7d51bc5623e20e731e92bf1246d12436b2f6da78
2023-07-28 11:50:32 +02:00
..
converters Revert "Implement Language Converter for yue (Cantonese)" 2023-06-13 05:35:54 +00:00
dependency Various doc fixes about false and null on method arguments/return types 2022-11-03 18:55:47 +01:00
Hook MessageCache: Add a new hook for more performant override fetching 2023-03-14 21:11:35 +01:00
ConverterRule.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ILanguageConverter.php Don't clear LanguageConverter display title when converting ToC 2023-03-09 13:08:01 -05:00
Language.php language: Add specific type hints to all LocalisationCache properties 2023-07-26 23:52:46 +00:00
LanguageCode.php Languages: Add language crh-ro 2023-05-27 09:21:29 +00:00
LanguageConverter.php language: Remove unused LanguageConverter::$mUcfirst 2023-07-22 18:46:27 +00:00
LanguageConverterFactory.php Revert "Implement Language Converter for yue (Cantonese)" 2023-06-13 05:35:54 +00:00
LanguageConverterIcu.php language: Move cache version of language converter into cache key 2023-05-26 08:32:23 +00:00
LanguageConverterSpecific.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
LanguageFactory.php Make LanguageFactory::getParentLanguage() consistent with ::getLanguage() 2023-01-31 11:33:22 -05:00
LanguageFallback.php LanguageFallback: Remove unnecessary check on fallback codes 2023-06-14 03:06:03 +08:00
LanguageNameUtils.php Merge "Make LanguageNameUtils more lenient with input" 2023-03-23 05:21:00 +00:00
LCStore.php
LCStoreCDB.php
LCStoreDB.php Migrate more calls of Database::select* to SelectQueryBuilder 2023-07-26 13:01:28 +02:00
LCStoreNull.php
LCStoreStaticArray.php LCStoreStaticArray: atomically replace the cache file 2022-12-01 13:35:30 +11:00
LocalisationCache.php LocalisationCache: Make isMergeableKey() static 2023-07-28 11:50:32 +02:00
LocalisationCacheBulkLoad.php Use array_key_first()/array_key_last() in some places 2022-10-21 15:01:59 +11:00
Message.php mail: Round 1 of EmailUser refactoring 2023-05-17 10:34:10 +01:00
MessageCache.php Replace array_keys in foreach to use $_ as value instead 2023-07-10 02:53:52 +00:00
MessageLocalizer.php
RawMessage.php Make use of ??= in more places 2022-12-17 01:10:13 +00:00
TrivialLanguageConverter.php Don't clear LanguageConverter display title when converting ToC 2023-03-09 13:08:01 -05:00