mediawiki-skins-Citizen/includes
alistair3149 a741639085
feat(core): move theme preferences to clientPrefs
Since clientPrefs and other related features are not avaliable until MW 1.42,
many of them are backported as polyfill. Instead of using cookies, the polyfill
are using localStorage only like Citizen in the past.

There are many changes behind the scene, but the most important one being that
`skin-citizen-*` theme classes are now soft-deprecated, and replaced by the
standardized `skin-theme-clientpref-*` classes. There will be sufficient
time before the hard deprecation.

Related: #780
2024-04-24 20:23:54 -04:00
..
Api ci: 👷 lint code to MediaWiki standards 2023-08-25 00:57:30 +00:00
Hooks feat(core): move theme preferences to clientPrefs 2024-04-24 20:23:54 -04:00
Partials feat(core): move theme preferences to clientPrefs 2024-04-24 20:23:54 -04:00
GetConfigTrait.php refactor(core): normalize PHP namespaces used in Citizen 2022-05-26 16:58:14 -04:00
SkinCitizen.php fix(core): 🐛 use runOnSkinTemplateNavigationHooks instead 2024-04-23 22:55:16 -04:00