Commit graph

167 commits

Author SHA1 Message Date
alistair3149 dd7270bcd4
feat(codex): add grade A support for Codex
Also align with MW UI, OOUI
2022-12-01 22:03:42 -05:00
alistair3149 ca7dd9fe86
feat(ooui): redo OOUI styles 2022-11-30 21:42:28 -05:00
alistair3149 dcd7a7bf21
feat(Popups): update Popups styles 2022-11-28 22:04:07 -05:00
alistair3149 a078508771
docs(readme): update feature description
More concise on what extension style means
2022-11-28 03:09:46 -05:00
alistair3149 7b6743e4b6
feat(MultimediaViewer): revamp mmv styles 2022-11-27 22:30:34 -05:00
alistair3149 4e26241669
docs(readme): 📚️ wfLoadSkin should be below all extensions
So that the skin can add icons to menus after extensions added their links
2022-11-21 17:47:23 -05:00
alistair3149 3c0eea2637
feat(RelatedArticles): update RelatedArticles styles 2022-11-21 17:47:05 -05:00
alistair3149 bbdde88200
docs(readme): 📚️ update badges 2022-11-21 17:46:13 -05:00
alistair3149 fbdc15b7f9
docs(readme): 📚️ rewrite descriptions in readme 2022-11-21 17:46:12 -05:00
alistair3149 70fbda4bba
feat(wikiEditor): rework styles for WikiEditor to grade A 2022-11-21 17:45:41 -05:00
alistair3149 9232c91352
feat(core): deprecate preconnect
Deprecating due to low usage. It was originally used for external assets
like analytics, but that should really be done through the extension instead
of the skin.
2022-11-21 17:42:16 -05:00
alistair3149 c9acfc879a
docs(readme): 📚️ bump MW requirement to 1.39 2022-11-21 17:41:16 -05:00
alistair3149 2bc022aba2
feat(core): rename $wgCitizenSiteToolsPorlet to $wgCitizenGlobalToolsPorlet 2022-11-21 17:40:54 -05:00
alistair3149 164fcca571
docs(readme): 📚️ fix incorrect contributor badge 2022-11-02 16:42:19 -04:00
alistair3149 f0f2567144
docs(readme): 📚️ update status badges 2022-11-02 16:40:13 -04:00
alistair3149 b89873d99c
feat(fonts): add Noto Sans CJK font support
This is by default disabled since it is only used for wikis with CJK language,
and also it adds around 100kb to the startup stylesheet. The fonts are subsetted
with Google Fonts slicing pattern, so it should be performance friendly
2022-10-27 16:53:12 -04:00
alistair3149 f1fb5537c9
feat(AJAXPoll): add skinStyle for AJAXPoll (#487) 2022-10-25 14:55:39 -04:00
alistair3149 0083d2fb84
feat(tabberNeue): update active tab selector 2022-10-23 17:17:05 -04:00
alistair3149 5fbba91fd9
feat(tabberNeue): update skinStyles 2022-10-21 18:11:01 -04:00
alistair3149 9cff2cfe25
docs: 📚️ update Math to grade B 2022-10-21 14:25:48 -04:00
alistair3149 fa1ae98497
feat(smw): revamp SMW skinStyles (#532)
Update to grade A
2022-10-21 13:44:15 -04:00
alistair3149 de5e110ce5
docs: 📚️ fix incorrect MW version label 2022-10-02 12:10:28 -04:00
alistair3149 6b68e94885
docs: 📚️ add notes about 1.X releases 2022-10-02 12:09:53 -04:00
Nathan Kuenzig 8c6cdc4c29
feat(skinStyles): add Math skinStyles (#502)
* Create Extension:Math styles

* Added ext.math.styles

* Added Extension:Math as Grade E

I'm not sure how to accomplish this without using LESS variables.  CSS variables don't seem to work with the `.recolor()` mixin.

* Added Stack Overflow link
2022-08-21 12:42:48 -04:00
alistair3149 f03697f309
feat(skinStyles): add skinStyles for ManageWiki extension 2022-06-16 16:51:07 -04:00
alistair3149 64f7e18837
fix(skinStyles): dismiss button in CentralNotice should be on top 2022-06-16 16:40:03 -04:00
alistair3149 00e1f57bad
feat(core): add config to use numberformatter without disabling sitestats
Add the ability to disable numberformatter independently from sitestats
Due to an upstream issue, numberforrmatter can throw an exception in some
instances (#474). This will help to mitigate the issue.
2022-06-14 15:56:03 -04:00
alistair3149 d7d512c6d4 feat(skinStyles): add grade B support for RevisionSlider 2022-06-02 12:58:15 -04:00
alistair3149 c5c822745d
docs: use English Star Citizen Wiki as live demo site
As it is more updated compared to the German wiki now
2022-05-23 16:14:07 -04:00
alistair3149 5adb8915b6
docs: add contributor badge to readme 2022-05-21 16:55:49 -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 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 6c6883bb11
feat(skinStyles): add skinStyles for Interwiki 2022-05-15 17:58:42 -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 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 e5b01e805c
feat(skinStyles): add skinStyles for DiscussionTools 2022-05-06 12:22:36 -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 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 ae4dc16121
docs: remove references unused SkinStyles grades
Grade C and D SkinStyles are all updated to at least grade B, so there is no need to mention those grades anymore.
2022-04-27 16:58:04 -04:00
alistair3149 d6415ecde6
docs: update skinStyles grade 2022-04-27 11:33:03 -04:00
alistair3149 fd0346bebb
docs: add link to the adapting Citizen style wiki page 2022-04-25 21:29:20 -04:00
alistair3149 02d9f88742
feat: update TabberNeue styles to latest version 2022-04-19 11:10:07 -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
alistair3149 c58e917ae4
feat: upgrade Popups skinStyles to grade A
Added additional styles and tweaked animation
2021-09-02 11:47:04 -04:00
alistair3149 d8cf5e1804
feat: update OAuth skinStyles to grade B 2021-08-31 13:11:06 -04:00
alistair3149 5cc56acec4
feat: update Popups skinStyles to grade B 2021-08-31 13:03:41 -04:00
alistair3149 0c493f37da
feat: add skinstyles for Cargo main 2021-08-31 12:54:50 -04:00
alistair3149 d5ac0ce295
feat: update RelatedArticle skinstyle to grade A 2021-08-31 12:29:49 -04:00
alistair3149 8b68493ea2
docs: add link to contribute skinstyle page 2021-08-31 10:22:52 -04:00
alistair3149 f41c63a502
feat: add SyntaxHighlight skinStyles 2021-08-26 15:56:07 -04:00
alistair3149 59a02ba38c
feat: update AdvancedSearch skinStyles to grade B 2021-08-26 11:57:11 -04:00
alistair3149 47f91a8c37 feat: update Capiunto skinStyles to grade B 2021-08-26 11:35:40 -04:00
alistair3149 ca07e91bd9 feat: MsUpload styles clean up 2021-08-25 16:32:07 -04:00
alistair3149 86e48c7b73 feat: CodeMirror styles clean up 2021-08-25 16:32:07 -04:00
alistair3149 9828b52c49
feat: update WikiEditor skinStyles to grade B 2021-08-11 17:48:10 -04:00
alistair3149 a244aa6d47
feat: update Echo skinStyles to grade A 2021-08-11 16:30:43 -04:00
alistair3149 6a5f00749d
docs: soft depreciate security headers 2021-08-05 11:43:38 -04:00
alistair3149 d413115eeb feat: update VisualEditor skinStyles to grade A 2021-08-04 19:59:52 -04:00
alistair3149 b70292903f
docs: move skinstyles section up 2021-07-29 23:54:05 -04:00
alistair3149 3436865156
docs: fill in all skinstyle status 2021-07-29 23:52:14 -04:00
alistair3149 4f9743ac80 docs: add status and description for skinstyles 2021-07-29 23:23:07 -04:00
alistair3149 f8b3cc1243
doc: update readme for 1.35.2 bump 2021-06-10 01:09:11 -04:00
alistair3149 7e20df1f0b
doc: change default branch from master to main 2021-05-20 12:08:06 -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 3c64070d6e
doc: remove extra footstop in readme 2021-04-28 12:09:19 -04:00
alistair3149 fcb36600e5
doc: fix a few typo in readme 2021-04-28 12:08:51 -04:00
alistair3149 117c7efb32 doc: add space between badges 2021-04-28 12:05:52 -04:00
alistair3149 7a3c4a33fb doc: update readme and add new badges 2021-04-28 12:05:52 -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 17069c3fef
doc: add the site stat config 2021-03-22 17:05:52 -04:00
alistair3149 6f4dc240ee
doc: fix typo on wgCitizenSearchUseREST 2021-03-12 16:20:36 -05:00
alistair3149 32ffddb2aa
doc: add remark on CitizenSearchDescriptionSource
REST API search endpoint does not provide access to textextract and pagedescription value.
2021-03-12 14:33:28 -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 bf24b76589
doc: update default value of theme color config 2021-03-08 14:04:07 -05:00
alistair3149 0375a5cbc9
doc: fix typo 2021-03-02 19:42:20 -05:00
alistair3149 11009deeb2
Add collapsible sections to features 2021-03-02 19:40:10 -05:00
alistair3149 af5565f490
feat: implement collapsible sections 2021-03-02 17:16:24 -05:00
alistair3149 00448a095d
feat: add drawer subsearch part 2 2021-02-03 15:47:32 -05:00
alistair3149 7f0899d940
docs: add PortalAttach config 2021-01-29 15:55:41 -05:00
alistair3149 6da02aba6d docs: update dark mode readme 2021-01-12 18:35:31 -05:00
alistair3149 dbcf0c3318
doc: bump version to 1.2.0 2021-01-12 18:23:58 -05:00
alistair3149 d1b96d5639
Update README.md 2020-08-23 12:19:12 -04:00
alistair3149 edd7d30cca
Remove config flag from readme 2020-08-23 11:59:19 -04:00
alistair3149 972d71edab Emphasize 1.35+ requirement 2020-08-12 12:59:57 -04:00
alistair3149 4583a49383 Bump major version as it requires 1.35+ now 2020-08-12 12:59:57 -04:00
alistair3149 72570a7b4a Update readme about legacy version 2020-08-12 12:59:56 -04:00
alistair3149 1e012eb101
Default image lazyload to false due to leak 2020-07-22 17:07:15 -04:00
Hannes Kruse 8703b7bd7c
Fix some typos
Signed-off-by: Hannes Kruse <hannes@octofox.de>
2020-07-05 14:33:01 +02:00
alistair3149 f72af5e76d
Improve CI and code clean up (#143)
* Replace existing grunt linter

* Fix stylesheet issues picked up by stylelint

* Update the git workflow

* Fix incorrect slash in workflow file

* Github CI lint - eslint/stylelint

* Clean up composer

* Fix phpcb error

* MediaWiki CI

* Change commit message

* Update status badge

* Add JSDoc

* Add SVGO

* Make a dinner reservation - MediaWiki CI

I clean up code to MediaWiki standards

* Optimize SVG files with SVGO

Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2020-06-16 22:49:41 -04:00
alistair3149 105412c408
Fix link in README 2020-06-12 15:44:02 -04:00
alistair3149 034a350969
Update README 2020-06-12 15:43:05 -04:00
alistair3149 71049159dd
Update README 2020-06-12 15:41:20 -04:00
alistair3149 e47188054a
Update README.md 2020-06-12 15:25:49 -04:00
alistair3149 9d6f97cae6
Added config to disable lazyload (#121) 2020-06-09 01:28:50 -04:00
alistair3149 4ad5056fc4
Add config to enable or disable rich search suggestions 2020-06-07 17:16:45 -04:00