mediawiki-skins-MinervaNeue/tests/phpunit
Moh'd Khier Abualruz 5d6b866890 Rename the skin night mode classes to more readable classes
The classes:
- skin-night-mode-clientpref-0
- skin-night-mode-clientpref-1
- skin-night-mode-clientpref-2
is being replaced with
- skin-theme-clientpref-day
- skin-theme-clientpref-night
- skin-theme-clientpref-os
- Moved $forceNightMode to be a text parameter (dat|night|os)
- Keep adding the old classes to the html element, to give the ability of gradual deployment

The preference is renamed from minerva-night-mode to minerva-theme (a follow up to consider
migrating existing values will follow).

The query string minervanightmode continues to behave the same but now
accepts other values such as day, night and os.

Bug: T359983
Change-Id: Ia253de68f94236e7fe2219b736dd6084c64ce838
2024-03-19 23:12:59 +00:00
..
menu Fix alignment for nearby and settings items in menu, and correctly hide when JS is disabled 2023-12-14 21:58:39 +00:00
permissions Merge "Move Hooks::setMinervaSkinOptions to class SkinOptions" 2024-03-11 23:15:42 +00:00
skins Rename the skin night mode classes to more readable classes 2024-03-19 23:12:59 +00:00
structure phpunit: Implement the new BundleSizeTest::getSkinName() 2022-04-12 00:50:24 +00:00
unit Move Hooks::setMinervaSkinOptions to class SkinOptions 2024-03-09 22:34:28 +00:00
LanguagesHelperTest.php LanguagesHelperTest: Use @dataProvider to configure test cases 2024-03-05 18:37:35 +00:00