mediawiki-skins-MinervaNeue/includes
Jon Robson 06463592b4 Fix Issue with localization of special page titles in exclusion logic
The fixSpecialName function does the opposite of what we want - it takes
a special page and converts it to the local name using getLocalNameFor
Instead of doing that map canonicalTitle to a Title created using the canonical
name.

This requires less computation than localizing every title in the pagetitles array.

Bug: T359958
Change-Id: Ied3ed927202dd9356ebeb7e404230f571a1d910d
2024-03-13 15:33:52 +01:00
..
Hooks Create HookRunner class and the hook handler interface 2023-06-09 22:19:59 +02:00
Menu Merge "Inject service UserIdentityUtils in DefaultMainMenuBuilder" 2024-03-01 19:01:43 +00:00
Permissions Replace global variable by config 2024-02-27 06:45:34 +00:00
Skins Fix Issue with localization of special page titles in exclusion logic 2024-03-13 15:33:52 +01:00
Hooks.php Merge "Move Hooks::setMinervaSkinOptions to class SkinOptions" 2024-03-11 23:15:42 +00:00
LanguagesHelper.php Inject service LanguageConverterFactory in LanguagesHelper 2024-03-03 13:00:31 +00:00
MobileFrontendHooks.php Move Hooks::setMinervaSkinOptions to class SkinOptions 2024-03-09 22:34:28 +00:00
ResourceLoaderSkinModule.php Use namespaced classes 2024-01-06 16:31:38 +01:00
ServiceWiring.php Merge "Move Hooks::setMinervaSkinOptions to class SkinOptions" 2024-03-11 23:15:42 +00:00
SkinOptions.php Move Hooks::setMinervaSkinOptions to class SkinOptions 2024-03-09 22:34:28 +00:00