Commit graph

10 commits

Author SHA1 Message Date
alistair3149 86da3e0771
fix(userInfo): 🐛 escape html characters for real name
GHSA-62r2-gcxr-426x
2024-09-28 17:40:31 -04:00
alistair3149 19441d8a74
fix(userinfo): 🐛 use more appropiate i18n for edit label
Closes: #944
2024-09-10 22:16:05 -04:00
alistair3149 c5e8c2bfc8
fix(core): 🐛 incorrect label text when edit count contains separator 2024-05-17 16:43:35 -04:00
alistair3149 e5fef2ac09
fix(core): 🐛 turn message into string before str_replace 2024-05-15 10:08:20 -04:00
alistair3149 84a65a303b
fix(core): 🐛 only pass string into str replace 2024-05-15 09:40:25 -04:00
github-actions 1827a1b5c9 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2024-05-15 06:44:12 +00:00
alistair3149 d4d71dc34a
fix(core): 🐛 incorrect try catch block 2024-05-15 02:43:50 -04:00
github-actions c1aad746c3 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2024-05-15 06:31:31 +00:00
alistair3149 0006db65a2
fix(components): catch MalformedTitleException in titleFromText 2024-05-15 02:31:00 -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