alistair3149
|
4b1a39eb1c
|
fix(search): 🐛 avoid double encoding conditions and printouts
|
2023-08-03 20:33:14 -04:00 |
|
alistair3149
|
1346151bd3
|
chore(release): 🚀 2.7.7
|
2023-08-03 19:51:17 -04:00 |
|
alistair3149
|
dad90d38f2
|
feat(FlaggedRevs): ✨ add styles
Closes: #701
|
2023-08-03 19:49:22 -04:00 |
|
alistair3149
|
e24e0e7429
|
docs(search): 📚️ add jsdoc type to typeahead elements
|
2023-08-03 19:30:57 -04:00 |
|
alistair3149
|
fd224071db
|
refactor(search): ♻️ clean up typeahead init and event functions
|
2023-08-03 19:25:41 -04:00 |
|
alistair3149
|
0afb40fc86
|
feat(core): ✨ adapt typography to user preferences
* Add reduced gradation for dark mode
* Bolder font for prefer high contrast
* Thinner font for prefer low contrast
|
2023-08-03 17:41:54 -04:00 |
|
alistair3149
|
eec5c6fd64
|
feat(search): ✨ reimplement multi search command experiment
Search commands start withs slash and includes: action, rest, ask
|
2023-08-02 22:07:41 -04:00 |
|
alistair3149
|
4241f8522d
|
fix(search): 🐛 exit early if there are no query results
|
2023-08-02 21:28:39 -04:00 |
|
alistair3149
|
17593b8202
|
refactor(search): ♻️ separate search query and client from typeahead.js
|
2023-08-02 20:16:39 -04:00 |
|
alistair3149
|
9862000b11
|
refactor(search): ♻️ clean up search query handling
|
2023-08-02 19:56:09 -04:00 |
|
github-actions
|
d9b655b04c
|
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
|
2023-08-02 23:04:22 +00:00 |
|
alistair3149
|
51db19938c
|
feat(search): ✨ reimplement SMW Ask API search
Instead of relying on hardcoded config, you can simply type the
conditions as search query (e.g. `[[Has population::1200]][[:+]]`).
|
2023-08-02 19:02:50 -04:00 |
|
alistair3149
|
431599cb59
|
refactor(search): ♻️ reimplement and clean up search clients
This should make the search clients more readable and easier to expand
|
2023-08-02 18:56:08 -04:00 |
|
alistair3149
|
c2431ebeba
|
refactor(search): ♻️ clean up result fetch functions
Based on Vector implementation
|
2023-07-31 20:59:50 -04:00 |
|
translatewiki.net
|
ed439dea73
|
Localisation updates from https://translatewiki.net.
|
2023-07-31 13:16:06 +02:00 |
|
alistair3149
|
e866edc3a5
|
fix(toc): 🐛 add null check for link
|
2023-07-30 19:44:34 -04:00 |
|
alistair3149
|
7690c4e97e
|
chore(release): 🚀 2.7.6
|
2023-07-30 18:06:10 -04:00 |
|
github-actions
|
4f6c5df0b7
|
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
|
2023-07-30 22:00:12 +00:00 |
|
alistair3149
|
67bb0c118d
|
feat(CookieWarning): ✨ update banner styles
|
2023-07-30 17:59:20 -04:00 |
|
github-actions
|
32e4dc143c
|
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
|
2023-07-28 01:20:14 +00:00 |
|
alistair3149
|
ba5bea704e
|
style: 🎨 apply recess order to styles
|
2023-07-27 21:19:27 -04:00 |
|
alistair3149
|
6b7609787f
|
chore: 🔧 switch to recess order for stylelint
|
2023-07-27 21:18:13 -04:00 |
|
alistair3149
|
18dd617764
|
chore: 🔧 list stylelint explictly in dev deps
|
2023-07-27 20:41:49 -04:00 |
|
alistair3149
|
65fe56d2ac
|
fix(core): 🐛 incorrect selector for menu backdrop styles
|
2023-07-27 20:31:04 -04:00 |
|
alistair3149
|
4e931f6812
|
fix(core): 🐛 add missing hover styles for source element in thumbnails
|
2023-07-24 15:37:38 -04:00 |
|
github-actions
|
502bb28bfa
|
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
|
2023-07-24 19:36:45 +00:00 |
|
alistair3149
|
4f19de3b62
|
feat: ✨ add support for source element in thumbnails
In prepration of supporting Extension:PictureHtmlSupport
|
2023-07-24 15:36:22 -04:00 |
|
alistair3149
|
07e8318568
|
chore: 🔧 remove djlint
|
2023-07-24 15:35:46 -04:00 |
|
github-actions
|
9abdfe595e
|
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
|
2023-07-23 18:18:57 +00:00 |
|
沈澄心
|
6e44db80ef
|
fix(MediaWiki): break down long filenames for broken files (#698)
* Update content.thumbnails-common.less
* Update content.media-common.less
|
2023-07-23 14:18:05 -04:00 |
|
沈澄心
|
f0f0a07121
|
feat(MediaWiki): update bad file styles for bad image list (#697)
* Update content.media-screen.less
* Update content.thumbnails-screen.less
* Update content.thumbnails-screen.less
* Update content.media-screen.less
|
2023-07-23 14:16:38 -04:00 |
|
沈澄心
|
69a6350de3
|
fix(VisualEditor): don't merge edit buttons when JS is disabled (#696)
|
2023-07-23 03:12:30 -04:00 |
|
dependabot[bot]
|
3505c1fa33
|
chore(deps-dev): bump djlint from 1.32.0 to 1.32.1 (#695)
Bumps [djlint](https://github.com/Riverside-Healthcare/djLint) from 1.32.0 to 1.32.1.
- [Release notes](https://github.com/Riverside-Healthcare/djLint/releases)
- [Changelog](https://github.com/Riverside-Healthcare/djLint/blob/master/.releaserc)
- [Commits](https://github.com/Riverside-Healthcare/djLint/compare/v1.32.0...v1.32.1)
---
updated-dependencies:
- dependency-name: djlint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-07-23 03:11:38 -04:00 |
|
github-actions
|
8bfa8b5e6a
|
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
|
2023-07-20 22:18:16 +00:00 |
|
alistair3149
|
fab4d27273
|
feat(core): ✨ add overflow handling for citizen inner header
|
2023-07-20 18:17:14 -04:00 |
|
dependabot[bot]
|
d3cc5fde39
|
chore(deps-dev): bump @commitlint/cli from 17.6.6 to 17.6.7 (#694)
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 17.6.6 to 17.6.7.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.6.7/@commitlint/cli)
---
updated-dependencies:
- dependency-name: "@commitlint/cli"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-07-19 20:32:37 -04:00 |
|
dependabot[bot]
|
4db5f64c92
|
chore(deps-dev): bump djlint from 1.31.1 to 1.32.0 (#693)
Bumps [djlint](https://github.com/Riverside-Healthcare/djLint) from 1.31.1 to 1.32.0.
- [Release notes](https://github.com/Riverside-Healthcare/djLint/releases)
- [Changelog](https://github.com/Riverside-Healthcare/djLint/blob/master/.releaserc)
- [Commits](https://github.com/Riverside-Healthcare/djLint/compare/v1.31.1...v1.32.0)
---
updated-dependencies:
- dependency-name: djlint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-07-19 20:28:37 -04:00 |
|
dependabot[bot]
|
2af804b414
|
chore(deps-dev): bump @commitlint/config-conventional (#692)
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.6.6 to 17.6.7.
- [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.6.7/@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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-07-19 20:28:24 -04:00 |
|
github-actions
|
099b239267
|
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
|
2023-07-19 10:01:52 +00:00 |
|
alistair3149
|
c14889f8c0
|
feat(toc): remove background and color transition from top link
It is expensive and unnecessary
|
2023-07-19 06:01:04 -04:00 |
|
github-actions
|
9796560793
|
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
|
2023-07-19 09:58:48 +00:00 |
|
alistair3149
|
2f64346c25
|
feat(core): add overlay transition to header menus
|
2023-07-19 05:57:55 -04:00 |
|
alistair3149
|
ef5e081dc3
|
chore(release): 🚀 2.7.5
|
2023-07-17 18:18:24 -04:00 |
|
alistair3149
|
075875c574
|
fix(core): 🐛 missing space between logo attributes
|
2023-07-17 18:17:03 -04:00 |
|
alistair3149
|
8605c6c6dc
|
fix(core): 🐛 deprecate User::idFromName
|
2023-07-17 17:59:28 -04:00 |
|
dependabot[bot]
|
9c2284bcb5
|
chore(deps-dev): bump stylelint-config-wikimedia from 0.15.0 to 0.16.0 (#690)
Bumps [stylelint-config-wikimedia](https://github.com/wikimedia/stylelint-config-wikimedia) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/wikimedia/stylelint-config-wikimedia/releases)
- [Changelog](https://github.com/wikimedia/stylelint-config-wikimedia/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wikimedia/stylelint-config-wikimedia/compare/v0.15.0...v0.16.0)
---
updated-dependencies:
- dependency-name: stylelint-config-wikimedia
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-07-16 21:56:15 -04:00 |
|
github-actions
|
5d78425119
|
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
|
2023-07-17 00:50:06 +00:00 |
|
alistair3149
|
e7ef5431a2
|
feat(SemanticMediaWiki): ✨ update datatable filter focus styles
|
2023-07-16 20:49:09 -04:00 |
|
alistair3149
|
a6bc1a8d4b
|
feat(core): ✨ sync input styles with Codex and OOUI
|
2023-07-16 20:48:37 -04:00 |
|
alistair3149
|
ab70217b26
|
feat(SemanticMediaWiki): ✨ tweak SMW datatable styles
|
2023-07-16 20:41:30 -04:00 |
|