Commit graph

9 commits

Author SHA1 Message Date
alistair3149 4e48a19503
refactor(core): ♻️ fix various phpcs issues 2024-11-04 18:42:57 -05:00
alistair3149 e1c8c78399
refactor(core): ♻️ do not use Skin::makeSpecialUrl
Skin::makeSpecialUrl is deprecated in MW 1.43.
Since the replacement method SkinComponentUtils is not avaliable in 1.39,
we are using SpecialPage::getTitleFor for now until we move onto 1.43.
2024-10-28 16:48:59 -04:00
alistair3149 3e64df8bee
fix(pageHeading): 🐛 capture brackets even without whitespace prefix
Related: #879
2024-06-14 16:34:02 -04:00
alistair3149 01d14d5598
feat(pageHeading): add support for all Unicode opening and closing punctation marks
Closes: #879
2024-06-14 12:34:07 -04:00
github-actions abc8176638 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2024-06-11 20:14:35 +00:00
alistair3149 7c681adb25
refactor(tagline): ♻️ simplify if else nest levels 2024-06-11 16:14:29 -04:00
alistair3149 fe9c0f8674
fix(tagline): 🐛 always return string from user tagline
Closes: #871
2024-06-11 15:53:52 -04:00
alistair3149 4a43280242
fix(components): 🐛 escape the contents of MediaWiki:Tagline
Co-authored-by: BlankEclair <blankeclair@waifu.club>
2024-06-01 14:50:46 -04:00
alistair3149 03da361b97
feat(components): rewrite template data partials into CitizenComponent components (#846)
- Refactor existing template data-related partials into CitizenComponent components
- Re-implement user menu header as UserInfo
- Add description text for anon and temp user in UserMenu
---------

Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2024-05-15 01:24:43 -04:00