Commit graph

3022 commits

Author SHA1 Message Date
github-actions 7a0f3a1294 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-01-31 19:55:38 +00:00
alistair3149 d14ddd99e6
refactor(core): ♻️ simplify page title implementation 2023-01-31 14:54:20 -05:00
translatewiki.net 88c1bb8752 Localisation updates from https://translatewiki.net. 2023-01-30 13:10:00 +01:00
alistair3149 5bf0147499
fix(RelatedArtcles): 🐛 add min-height so that RA cards will render 2023-01-27 14:27:42 -05:00
alistair3149 65d43eb957
chore(release): 🚀 2.3.6 2023-01-27 14:20:59 -05:00
alistair3149 06071f8bf8
style(OOUI): 🎨 no duplicate selectors 2023-01-27 14:20:31 -05:00
alistair3149 7639110326
fix(search): 🐛 overlay should not cover search box 2023-01-27 14:19:32 -05:00
alistair3149 a3ed7666e2
fix(OOUI): 🐛 standardize OOUI window z-index
The original z-index (4) was too low and inconsistent with Citizen and Codex.
This should also fix the z-index issues related to OOUI
2023-01-26 19:13:20 -05:00
translatewiki.net 50008bf691 Localisation updates from https://translatewiki.net. 2023-01-26 13:13:13 +01:00
alistair3149 ee4a7eda4f
refactor(core): ♻️ rename mw-checkbox-hack class to citizen-menu-checkbox 2023-01-25 20:25:40 -05:00
alistair3149 afcf37d529
fix(core): 🐛 checkboxHack buttons should be focusable
So that users can use keyboard to navigate to such button.
Previously they all have a display:none property, which makes it
impossible to reach with keyboard
2023-01-25 20:20:46 -05:00
alistair3149 ef955c28a0
feat(core): use MW core checkboxHack instead
We no longer need to emulate the same feature when it is in core
2023-01-25 19:40:52 -05:00
alistair3149 393c7e1d76
refactor(core): ♻️ use core selector to fix gallery padding 2023-01-25 18:12:04 -05:00
translatewiki.net 304dc4b4ce Localisation updates from https://translatewiki.net. 2023-01-23 13:10:04 +01:00
alistair3149 5ebd7ad025
feat(core): remove plainlist styles
It should not be a part of the skin as it belongs to a template
2023-01-23 00:17:32 -05:00
paladox b1a2604c68
ci: test against PHP 8.0, 8.1, and 8.2 (#574)
* Test against php 8.0. and 8.1

* Test against PHP 8.3

Co-authored-by: alistair3149 <alistair3149@users.noreply.github.com>
2023-01-21 18:18:57 -05:00
CosmicAlpha 8aca2e8b68
refactor(core): ensure that shouldShowPageTools() returns a bool (#573) 2023-01-21 18:11:41 -05:00
alistair3149 63a35d2774
chore(release): 🚀 2.3.5 2023-01-21 14:51:41 -05:00
alistair3149 6ce8d2d1f4
feat(RevisionSilder): add color to bar chart 2023-01-21 14:34:08 -05:00
alistair3149 08cd314432
feat(core): use Citizen monospace fonts for diff 2023-01-21 14:33:39 -05:00
alistair3149 ca503c7f7b
feat(DiscussionTools): update DT styles 2023-01-21 14:11:18 -05:00
alistair3149 a7406d8e32
fix(core): 🐛 default to auto theme unless set 2023-01-20 20:18:58 -05:00
translatewiki.net 8cd462b731 Localisation updates from https://translatewiki.net. 2023-01-19 13:12:49 +01:00
dependabot[bot] 80d40b6c66
chore(deps-dev): bump eslint-config-wikimedia from 0.23.0 to 0.24.0 (#572)
Bumps [eslint-config-wikimedia](https://github.com/wikimedia/eslint-config-wikimedia) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/wikimedia/eslint-config-wikimedia/releases)
- [Changelog](https://github.com/wikimedia/eslint-config-wikimedia/blob/master/CHANGELOG.md)
- [Commits](https://github.com/wikimedia/eslint-config-wikimedia/compare/v0.23.0...v0.24.0)

---
updated-dependencies:
- dependency-name: eslint-config-wikimedia
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-18 19:31:06 -05:00
github-actions 7d2e51574c ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-01-18 03:47:37 +00:00
alistair3149 7a6dfc6645
fix(core): 🐛 incorrect signup stats selector 2023-01-17 22:46:14 -05:00
alistair3149 4ae0f0cfcd
refactor(pwa): ♻️ rename manifest classes 2023-01-17 22:45:51 -05:00
alistair3149 aeb8e160cf
fix(core): 🐛 increase mw-body-header z-index
This should allow modals in mw-body-header to be higher than
the custom sticky headers
2023-01-17 16:44:35 -05:00
alistair3149 68cb9b6c68
fix(pwa): 🐛 declare before adding array 2023-01-17 16:36:56 -05:00
alistair3149 e78ebd7165
fix(pwa): 🐛 incorrect var type 2023-01-17 16:34:02 -05:00
alistair3149 e4851f9de2
fix(core): 🐛 stricter selector for sign up form container 2023-01-17 16:15:12 -05:00
alistair3149 15ed16da2a
refactor(pwa): ♻️ use more approiate function to set maxage 2023-01-17 15:21:39 -05:00
alistair3149 01de2ec5f6
refactor(pwa): ♻️ better naming for manifest 2023-01-17 14:54:11 -05:00
github-actions e8be32f7c5 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-01-17 19:43:57 +00:00
alistair3149 d73fa67a31
feat(pwa): use proper manifest type instead of json 2023-01-17 14:42:49 -05:00
alistair3149 04be2a1452
chore(release): 🚀 2.3.4 2023-01-17 14:13:02 -05:00
alistair3149 e40d4e65fa
fix(pwa): 🐛 syntax error in manifest API 2023-01-17 14:12:47 -05:00
alistair3149 d63025f084
fix(pwa): 🐛 parse error in manifest API 2023-01-17 12:40:18 -05:00
alistair3149 7bb55c1e4d
chore(release): 🚀 2.3.3 2023-01-16 19:36:07 -05:00
alistair3149 5c22145295
feat(Echo): tweak Special:Notifications styles 2023-01-16 19:35:00 -05:00
alistair3149 5589916bfa
fix(VisualEditor): 🐛 incorrect layout for header in preview dialog 2023-01-16 18:25:15 -05:00
alistair3149 dc01717c98
fix(search): 🐛 consistent empty messages 2023-01-16 18:08:47 -05:00
alistair3149 4b8e128e4b
feat(search): add search portals to empty state 2023-01-16 18:02:07 -05:00
alistair3149 7416a7f6d1
fix(search): 🐛 incorrect max height for search suggestions 2023-01-16 17:36:45 -05:00
alistair3149 7c552fe763
fix(core): 🐛 more defensive check for logo
Resolve undefined index from wgLogos
2023-01-16 15:58:55 -05:00
translatewiki.net 8e0edeaaf4 Localisation updates from https://translatewiki.net. 2023-01-16 13:10:09 +01:00
alistair3149 e3bf5813c8
fix(core): 🐛 disable ULS-enhanced language button for now
Somehow the ULS popup does not appear after clicking the button.
Disabling it for now until it is fixed
2023-01-15 02:26:34 -05:00
alistair3149 f40c0db9bf
fix(core): 🐛 incorrect gallery margin and padding styles
See T327016
2023-01-14 19:35:21 -05:00
alistair3149 f11ad86a07
fix(Cargo): 🐛 incorrect hover style for datatable 2023-01-14 19:16:36 -05:00
dependabot[bot] c98e87a92c
chore(deps-dev): bump @commitlint/config-conventional (#569)
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.4.0 to 17.4.2.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.4.2/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-13 08:56:01 -05:00