mediawiki-skins-Citizen/includes/Partials
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
..
BodyContent.php refactor(core): ♻️ remove unnessecary params 2023-11-15 15:54:21 -05:00
Drawer.php ci: add PHPUnit tests (#712) 2023-08-25 14:39:37 -07:00
Footer.php ci: 👷 lint code to MediaWiki standards 2022-11-21 17:41:00 -05:00
Header.php ci: add PHPUnit tests (#712) 2023-08-25 14:39:37 -07:00
Metadata.php refactor(core): ♻️ avoid unnessecary declarations 2023-12-29 17:23:48 -05:00
PageTitle.php ci: 👷 lint code to MediaWiki standards 2023-04-05 17:51:09 +00:00
PageTools.php ci: add PHPUnit tests (#712) 2023-08-25 14:39:37 -07:00
Partial.php ci: 👷 lint code to MediaWiki standards 2023-08-25 00:57:30 +00:00
Tagline.php ci: 👷 lint code to MediaWiki standards 2023-08-25 00:57:30 +00:00
Theme.php feat(core): move theme preferences to clientPrefs 2024-04-24 20:23:54 -04:00