Commit graph

442 commits

Author SHA1 Message Date
alistair3149 4d7fecc299
refactor(core): clean up polyfilled Mustache template data
Clean up Mustache-related polyfill for 1.35 against 1.39,
in preparation of the 1.39 refactor
2022-05-26 17:33:59 -04:00
alistair3149 58d85ff426 refactor(core): normalize PHP namespaces used in Citizen
Related: T303102
2022-05-26 16:58:14 -04:00
alistair3149 0a0456db97
fix(skinStyles): incorrect file path for DiscussionTools 2022-05-24 17:56:14 -04:00
alistair3149 f89cc6ba05 chore(release): 1.17.3 2022-05-23 16:12:32 -04:00
alistair3149 a5c52e48b7
feat(core): indicate when search results are from redirects
For REST API, search results will now indicate if they are from redirects.
The current implementation is that it will always show up, the logic to
trim redundant info will come later

Related: T303013
2022-05-20 19:10:36 -04:00
alistair3149 da619c793b
refactor(core): remove duplicated auto theme handling
Refactor auto theme handling into inline script since theme.js is basically duplicated code
at this point. Also add the event listener whenever auto theme is set.

Closes: #461
2022-05-20 17:33:10 -04:00
alistair3149 851356f3d9
feat(core): rename $wgCitizenPortalAttach to $wgCitizenSiteToolsPortlet
The previous name was not self-explanatory.
2022-05-18 19:54:08 -04:00
alistair3149 64ffd3642b chore(release): 1.17.2 2022-05-18 19:49:15 -04:00
alistair3149 082b70f7e5
refactor(core): clean up drawer code
* Make it a bit more readable
* Define function return type
* Change default of CitizenPortalAttach to an empty string
* Site tools now attach to the first portlet when CitizenPortalAttach is empty
2022-05-18 19:43:50 -04:00
alistair3149 be4c711d12 chore(release): 1.17.1 2022-05-17 22:21:46 -04:00
alistair3149 1be7f5faaf refactor(core): rewrite ToC scrollspy based on Vector 2022-05-17 15:11:16 -04:00
alistair3149 f38422d97a chore(release): 1.17.0 2022-05-17 11:18:12 -04:00
alistair3149 95e48b13d5
feat(skinStyles): update ULS styles
Updated to MLEB 2021.12, the last version that supports MW 1.35
2022-05-17 10:57:50 -04:00
alistair3149 615bd98d81
refactor(core): remove citizen-theme-toggle message
It is no longer used.
2022-05-16 18:16:09 -04:00
alistair3149 c6e9bc44a9 feat(core): use checkboxHack for page actions more menu
* use checkboxHack for the menu
* streamline language and more action menu styles and classes
2022-05-16 18:14:35 -04:00
alistair3149 442f241641
feat(core): add language menu to page tools
In other language menu and language variant menu are merged into a singular menu
with a toggle in page tools. This is the first step towards having better language
handling in the skin.
2022-05-16 00:50:00 -04:00
alistair3149 6c6883bb11
feat(skinStyles): add skinStyles for Interwiki 2022-05-15 17:58:42 -04:00
alistair3149 d59ca5c83a
refactor(core): move intersection observer into a module
* We will likely use it for other things in the future
* Based on Vector's implementation
* Also do not get toc element twice
2022-05-13 00:26:53 -04:00
alistair3149 1a86f0f88b chore(release): 1.16.1 2022-05-12 22:45:04 -04:00
alistair3149 ac28ef4651
fix(core): undefined toc script 2022-05-12 21:38:15 -04:00
alistair3149 508c96ae9d
refactor(core): merge ToC script into core scripts 2022-05-12 17:18:39 -04:00
alistair3149 c9514d99f3
fix(skinStyles): duplicated entry in skin.json 2022-05-11 18:46:35 -04:00
alistair3149 5614d2abdf
refactor(core): make api/ directory to use PSR-4 autoloading
Also make use of the correct namespace
2022-05-11 18:34:25 -04:00
alistair3149 3867f1588a
feat(skinStyles): add grade B support Wikibase (#439)
Add grade B support for Wikibase.

Wikibase is a massive extension with a lot of legacy styles and jquery dependencies.
There might be missing styles here and there for the initial implementation,
but it should work for now.
2022-05-11 18:01:43 -04:00
alistair3149 83c935e0f2 chore(release): 1.16.0 2022-05-10 13:43:19 -04:00
alistair3149 cae7deb945
refactor(core): clean up header icon styles 2022-05-10 11:59:43 -04:00
alistair3149 6e35212007 refactor(core): clean up search box implementation
* Clean up DOM structure
* Clean up HTML classes
* Use relative units
* Remove unnessecary CSS
2022-05-10 10:52:36 -04:00
alistair3149 5ccfbcfdeb refactor(core): clean up drawer implementation
This is a part of the site header refactor
* Use relative units
* Add title to toggle button
* Remove unnessecary CSS
* Rewrite HTML classes
* Temporary remove drawer subsearch, it will be re-explored in a later patch
2022-05-10 10:52:36 -04:00
alistair3149 75cee0c3f4
feat(core): add missing user page icon 2022-05-06 12:47:28 -04:00
alistair3149 e5b01e805c
feat(skinStyles): add skinStyles for DiscussionTools 2022-05-06 12:22:36 -04:00
alistair3149 61d13a0f99
feat(skinStyles): add dark styles to source edit summary box 2022-05-02 21:53:37 -04:00
alistair3149 1587e82cd5 chore(release): 1.15.0 2022-05-01 22:55:37 -04:00
alistair3149 76a84d9e00 feat(core): add ARIA support to collaspible sections
* Also renamed toggle to indicator since it is misleading. The whole heading is the toggle itself.
2022-04-30 14:48:09 -04:00
alistair3149 0f381493f1
feat(skinStyles): tweak CookieWarning styles
* Add a 720px max width to the cookie banner so it does not span the whole page
* Remove border
2022-04-29 14:42:02 -04:00
alistair3149 7800f701c3
feat(skinStyles): update Lingo to grade B 2022-04-29 13:39:40 -04:00
alistair3149 774731bacf chore(release): 1.14.1 2022-04-28 16:15:36 -04:00
alistair3149 13ed0f07fa
chore: fix incorrect version in skin.json
Somehow standard-release forgot to bump up the version in skin.json
2022-04-28 01:49:07 -04:00
alistair3149 da0174c17e feat(skinStyles): update StructuredDiscussions to grade B
It should also fix all the error that comes with using Citizen with the extension

Closes #438
2022-04-27 18:53:06 -04:00
alistair3149 37efe85bb7
feat: allow scripts to run when MobileFrontend is active 2022-04-27 16:43:53 -04:00
alistair3149 f0b9879fbd
feat: add skinStyles for collapsible toggles in MobileFrontend 2022-04-27 16:27:12 -04:00
alistair3149 0177a06a22 feat: use wikiText icon for source edit when VE is present
* Use wikitext icon to indicate source edit instead of regular edit icon.
* Visual edit would now use regular edit icon
2022-04-27 13:12:59 -04:00
alistair3149 47e3e5c0ca
build: bump to 1.13.0 2022-04-25 22:33:35 -04:00
alistair3149 00f35a7fab
build: bump to 1.12.1 2022-04-25 02:04:57 -04:00
alistair3149 318ca23ad0
build: bump to 1.12.0 2022-04-23 01:32:50 -04:00
alistair3149 6217bad7c0 feat: implement RTL icons 2022-04-23 01:30:02 -04:00
alistair3149 6efff7f5da feat: revamp drawer header
* wgLogo is always visible in the drawer
* Increase the size of wiki name
* Sitestats will now format large numbers into human readable formats (e.g. 12.2K, 3M, etc.)
* Sitestats now use icons instead of text as labels
* Remove wordmark for now, will revisit later
2022-04-23 01:30:02 -04:00
alistair3149 7ecf3a81eb
feat: depreciate theme preferences in MW user preferences
Just local storage is good enough
2022-04-19 17:31:23 -04:00
Lens0021 cebc35fd4b
feat: show footer desc and tagline in the content language (#444) 2022-04-17 12:23:43 -04:00
alistair3149 2eb4fe9a5f
build: bump to 1.11.0 2022-04-14 00:39:02 -04:00
Lens0021 5202ddbebe
feat: add styles for PortableInfobox (#441)
* feat: add styles for PortableInfobox

* Update ext.PortableInfobox.styles.less

* Update ext.PortableInfobox.styles.less
2022-04-14 00:36:33 -04:00
Lens0021 c0003c223a
feat: add styles for SimpleTooltip (#426) 2022-02-19 15:00:22 -05:00
alistair3149 4b671569d2
docs: update documentation on WSSerachFront extension 2021-12-15 22:16:56 -05:00
H. C. Kruse b35e9c6c64
feat: add WSSearchFront skinStyles (#411) 2021-11-27 13:55:00 -05:00
alistair3149 42df59f2b4
refactor!: drop security header support 2021-08-31 13:20:51 -04:00
alistair3149 0c493f37da
feat: add skinstyles for Cargo main 2021-08-31 12:54:50 -04:00
alistair3149 9010957f40
build: bump to 1.10.0 2021-08-26 16:11:15 -04:00
alistair3149 f41c63a502
feat: add SyntaxHighlight skinStyles 2021-08-26 15:56:07 -04:00
alistair3149 86e48c7b73 feat: CodeMirror styles clean up 2021-08-25 16:32:07 -04:00
Calum Dingwall d889cb91ab feat: MsUpload styles 2021-08-25 16:32:07 -04:00
alistair3149 a244aa6d47
feat: update Echo skinStyles to grade A 2021-08-11 16:30:43 -04:00
alistair3149 933b0d2db8
build: bump to 1.9.5 2021-08-05 11:42:51 -04:00
alistair3149 f5a2a831d1
feat: add user customizable line height 2021-08-05 11:24:52 -04:00
alistair3149 36d550f134
feat: add skinStyles for Special:ListFiles (#394) 2021-07-30 23:00:53 -04:00
alistair3149 73f28c33dd
build: bump to 1.9.4 2021-07-29 22:48:50 -04:00
alistair3149 6ebe1c302f
feat: rework skinstyles for UniversalLanguageSelector extension 2021-07-29 22:45:30 -04:00
alistair3149 a9fce3b467
feat: add skinstyles for CleanChanges extension 2021-07-29 22:11:59 -04:00
alistair3149 9b2f291652
feat: add skinstyles for Babel extension 2021-07-29 22:09:36 -04:00
alistair3149 33624b636e
feat: rework skinstyles for Translate extension 2021-07-29 20:35:07 -04:00
alistair3149 aae08f0a73
feat: rewrite OOUI skinstyles to the new system 2021-07-27 02:13:22 -04:00
alistair3149 8861b4e567
build: bump to 1.9.3 2021-07-25 19:18:41 -04:00
alistair3149 692cc19825
build: bump to 1.9.2 2021-06-21 20:53:55 -04:00
alistair3149 e2e5f62ca7
feat: add TabberNeue styles 2021-06-21 20:50:25 -04:00
alistair3149 5347f86585
build: bump to 1.9.1 2021-06-20 02:13:55 -04:00
alistair3149 354e994529
build: bump to 1.9.0 2021-06-09 15:00:40 -04:00
alistair3149 19119f2b5d
feat: add auto theme to preferences 2021-06-09 14:40:44 -04:00
alistair3149 ac06d312d3
feat: bump MediaWiki requirement to 1.35.2
Nessecary as SkinModule features are not supported before 1.35.2
2021-06-09 13:51:17 -04:00
alistair3149 5fcba674ba feat: avoid loading unnessecary features 2021-06-09 13:49:55 -04:00
alistair3149 906cfd88ba
feat: add styles for mediawiki.notification 2021-05-18 21:13:59 -04:00
alistair3149 580f80bacc
build: bump to 1.8.1 2021-05-18 12:29:38 -04:00
alistair3149 d23358f7df
build: bump to 1.8.0 2021-05-17 17:13:55 -04:00
alistair3149 c43e5279dd feat: remove lazyload modules
It is replaced by the core config `$wgNativeImageLazyLoading`
2021-05-17 16:55:11 -04:00
alistair3149 b2bd79196d
feat: rework search module (#386)
* feat: rewrite search module (WIP)
There are some caveats because it is a WIP
- Messages are not i18n yet
- Missing placeholder suggestion thumbnail
- Only REST mode works
- Missing greeting message when there is no search query
- Code might look like a mess (I learned JS not long ago)

* refactor: remove old search module

* feat: clean up search suggestion styles

* feat: hide overflow for suggestion text

* feat: add action API and various cleanup

* feat: re-add abort controller

* feat: add message support and tweaks

* feat: use virtual config instead of ResourceLoader hook

* fix: missing comma in const definition

* feat: add ARIA attributes
2021-05-17 16:34:14 -04:00
alistair3149 9654003259
build: bump to 1.7.4 2021-05-13 09:56:44 -04:00
alistair3149 4b0eb98477
build: bump to 1.7.3 2021-05-10 12:15:42 -04:00
alistair3149 ac2ed38183
feat: unify header button highlight hover state (#363) 2021-05-10 12:00:04 -04:00
alistair3149 87756194fb
feat: add icon and text for addsection action (#368) 2021-05-05 13:08:37 -04:00
alistair3149 c74b6f955e
build: bump to 1.7.2 2021-05-04 13:35:07 -04:00
alistair3149 28419d4006
build: bump to 1.7.1 2021-04-28 12:10:35 -04:00
alistair3149 bd8cbe29ea
build: bump to 1.7.0 2021-04-27 13:51:33 -04:00
alistair3149 51ac47691e feat: implement reading preferences
allow visitor to adjust theme, font size, and page width
2021-04-27 13:51:03 -04:00
alistair3149 e6ab1acf76
build: bump to 1.6.1 2021-04-26 15:39:46 -04:00
alistair3149 e2b4a4e49a
feat: show page title on header after scroll
The page header also acts as a jump to top link
2021-04-26 11:39:27 -04:00
alistair3149 447c2b077e
build: bump to 1.6.0
All scripts are refactored to ES6 (except for skins.citizen.search, which will be addressed later)
2021-04-22 12:12:50 -04:00
alistair3149 546fa36d33
refactor: drop dependency for mediawiki.page.ready 2021-04-22 11:44:48 -04:00
alistair3149 2cec33906e
refactor: integrate skins.citizen.scripts.theme into core scripts 2021-04-20 23:42:45 -04:00
alistair3149 b75e936b71 refactor: convert skin.citizen.scripts.theme to ES6
Also renamed the file and remove unnessecary dependencies
2021-04-20 22:40:05 -04:00
alistair3149 30465ebc20 refactor: convert skin.citizen.scripts.sections to ES6 2021-04-20 21:49:22 -04:00
alistair3149 fb7c164fc9
refactor: rename drawerSubSearch script to match RL module name 2021-04-20 20:28:27 -04:00
alistair3149 66a9a29bbf
fix: add missing permission policy config 2021-04-19 14:22:15 -04:00
alistair3149 013cfbb259
feat: add support for Permissions Policy 2021-04-19 14:17:23 -04:00
alistair3149 5bf3c9c30d
build: bump to 1.5.6 2021-04-16 23:44:21 -04:00
alistair3149 67e7a0e619
build: bump to 1.5.5 2021-04-12 17:11:53 -04:00
alistair3149 3f1cebae6c
fix: mediawiki.skinning.interface being loaded on VE preview 2021-04-11 15:58:56 -04:00
alistair3149 6ae72fc3da
build: bump to 1.5.4 2021-04-09 22:31:34 -04:00
alistair3149 9e2dcdadb8
refactor: switch to Mustache template for search suggestions 2021-04-09 22:25:39 -04:00
alistair3149 f8dbbe01a8
fix: move inline theme script into hook
Co-authored-by: Hannes Kruse <hannes@octofox.de>
2021-04-05 09:56:44 -04:00
alistair3149 ad6d2e7228
build: bump to 1.5.3 2021-04-04 11:40:25 -04:00
alistair3149 aba2c29701
build: bump to 1.5.2 2021-04-02 15:48:35 -04:00
alistair3149 b19bdbb617
build: bump to 1.5.1 2021-03-26 12:13:49 -04:00
alistair3149 00416246c1
feat: add styles for Graph 2021-03-26 12:03:03 -04:00
alistair3149 b291aff832
build: bump to 1.5.0 2021-03-22 17:08:07 -04:00
alistair3149 17069c3fef
doc: add the site stat config 2021-03-22 17:05:52 -04:00
alistair3149 bbbcaba94d
feat: add site stats to drawer 2021-03-22 17:01:08 -04:00
alistair3149 523ddcc8e9
feat: update CodeMirror styles 2021-03-19 12:36:01 -04:00
alistair3149 c5154c0827
fix: Parsoid style exception 2021-03-18 14:01:19 -04:00
alistair3149 068cca49a1
build: bump to 1.4.11 2021-03-18 13:40:48 -04:00
alistair3149 aa42838abc feat: add styles for Parsoid content 2021-03-18 13:01:52 -04:00
alistair3149 fd931a13d5
feat: add debug styles 2021-03-18 12:35:18 -04:00
alistair3149 9f1e064e4e
feat: remove ooui dependency for search suggestion 2021-03-15 16:35:48 -04:00
alistair3149 175d109f26
build: bump to 1.4.10 2021-03-13 13:17:54 -05:00
alistair3149 c299787b35
Refactor: all messages should be listed from skin.json 2021-03-13 13:10:56 -05:00
alistair3149 062cdd91a1
feat: add option to use REST API as search suggestion source
Co-authored-by: Hannes <hannes@octofox.de>
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2021-03-12 14:25:32 -05:00
alistair3149 3fafb379ec
build: bump to 1.4.9
The two fixes are important enough to warrant a bump
2021-03-11 21:29:41 -05:00
alistair3149 1b9c2a7e97
build: bump to 1.4.8 2021-03-10 20:36:51 -05:00
alistair3149 cddb37901e
doc: add others to author
Add others to the author field since there are other minor contributors as well.
2021-03-09 22:15:29 -05:00
alistair3149 2401be2cf3
bump to 1.4.7 2021-03-09 12:13:24 -05:00
alistair3149 c9d3c998c9
feat: add TimedMediaHandler styles 2021-03-09 12:05:39 -05:00
alistair3149 959191a23e
feat: add ApprovedRevs styles
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2021-03-08 15:43:45 -05:00
alistair3149 40ca38fc29
feat: update meta and manifest theme color 2021-03-08 14:02:58 -05:00
alistair3149 40d18172fb
build: bump to 1.4.6 2021-03-08 12:13:10 -05:00
alistair3149 7712dfb1ce
feat: add DissmissableSiteNotice styles
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2021-03-07 14:55:48 -05:00
alistair3149 8f7d17b874
build: bump to 1.4.5 2021-03-07 13:13:44 -05:00
alistair3149 cbf2a20dee
fix: incorrect jquery ui resourceloader name 2021-03-07 12:09:13 -05:00
alistair3149 84acaac3d5
feat: add styles for OAuth 2021-03-06 19:51:31 -05:00
alistair3149 07ffe33e0b
build: bump to 1.4.4 2021-03-06 10:49:42 -05:00
alistair3149 62957f428e
build: bump to 1.4.3 2021-03-05 13:44:20 -05:00
alistair3149 9abc0ae96c
build: bump to 1.4.2 2021-03-04 15:09:36 -05:00
alistair3149 43cc4455c5
build: bump to 1.4.1 2021-03-03 03:17:31 -05:00
H. C. Kruse 49f6916195
fix: collapsible section issues (#283)
* fix: DOMDocument parser warnings

* minor: Run phpcbf

* minor: Remove linter warnings

* bug: Fix section.js script name
2021-03-03 03:05:13 -05:00
alistair3149 c466d04f7f
build: bump to 1.4.0 2021-03-02 19:35:57 -05:00
alistair3149 624d896d73
refactor: rename variables and modules 2021-03-02 19:28:54 -05:00
alistair3149 af5565f490
feat: implement collapsible sections 2021-03-02 17:16:24 -05:00
alistair3149 c9d5f3183e
build: bump to 1.3.5 2021-03-01 13:02:31 -05:00
alistair3149 5c12381d45
build: bump to 1.3.4 2021-02-26 17:07:02 -05:00
alistair3149 4654f5af32
build: bump version to 1.3.3 2021-02-20 15:25:16 -05:00
alistair3149 198fe0800d
feat: improve UploadWizard styles and make it responsive (#273) 2021-02-20 14:57:10 -05:00
alistair3149 3fa4992911
build: bump to 1.3.2 2021-02-03 15:53:00 -05:00
H. C. Kruse 407d367e37 feat: add drawer subsearch (#264)
* bug: Fix display of theme toggle button if set to auto

* feat: Add subsearch script to drawer

An input in the drawer allows to search portal headings and links for matching text
- Hides all portals / links based on the search value

Feature can be enabled by setting `$wgCitizenEnableDrawerSubSearch = true;` in LocalSettings.

* bug: Fix subsearch
2021-02-03 15:01:50 -05:00
Hannes 876f2da4bb
feat: Allow to choose the link append portal 2021-01-29 21:49:01 +01:00
alistair3149 3116edd977
build: bump to 1.3.1 2021-01-29 14:02:20 -05:00