wiki.techinc.nl/tests/phpunit/includes/resourceloader
Func fbe6443942 Apply logo variant override in ResourceLoaderSkinModule
Logo variant override is available for 'wordmark' and 'tagline' in
the new Vector skin and has been used for a while, but the 'logo'
feature built in the core didn't take variants into account.
The logic should be pushed down to ResourceLoaderSkinModule so that
behavior can be consistent between skins and core.

Also, old code use $title->getPageViewLanguage() to determine the
variant of logo, which is a wrong behavior. Logos should be in the
interface language instead of the content variant.

Bug: T273578
Change-Id: Ifb3cc45600d57cf9c72757016148684cd7ab1400
2022-03-28 13:22:07 +08:00
..
templates
DerivativeResourceLoaderContextTest.php resourceloader: Use UserIdentity in some cases 2021-11-08 22:58:56 +01:00
MessageBlobStoreTest.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
ResourceLoaderClientHtmlTest.php phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
ResourceLoaderContextTest.php resourceloader: Use UserIdentity in some cases 2021-11-08 22:58:56 +01:00
ResourceLoaderFileModuleTest.php Use updated ObjectFactory namespace 2022-03-09 23:04:51 +00:00
ResourceLoaderImageModuleTest.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
ResourceLoaderLessVarFileModuleTest.php resourceloader: Fail gracefully if a LESS message is not found 2021-01-07 15:41:02 -08:00
ResourceLoaderModuleTest.php Merge "resourceloader: Preserve new 'debug' param in getScriptURLsForDebug()" 2021-09-28 15:27:27 +00:00
ResourceLoaderOOUIImageModuleTest.php Use updated ObjectFactory namespace 2022-03-09 23:04:51 +00:00
ResourceLoaderSkinModuleTest.php Apply logo variant override in ResourceLoaderSkinModule 2022-03-28 13:22:07 +08:00
ResourceLoaderStartUpModuleTest.php resourceloader: Add Module::getSkins to skip irrelevant modules from startup 2022-03-24 23:38:51 +00:00
ResourceLoaderTest.php resourceloader: Set class-wide @covers and ignore coverage of HookRunner 2022-03-20 15:17:21 +00:00
ResourceLoaderUserOptionsModuleTest.php Add tests for ResourceLoaderExcludeUserOptions hook 2022-02-09 21:29:14 -08:00
ResourceLoaderWikiModuleTest.php Replace usages of deprecated wfWikiID() 2021-12-21 02:05:55 +00:00