commit | e397133897e754a4017827df3024d8394bae185e | [log] [tgz] |
---|---|---|
author | libraryupgrader <tools.libraryupgrader@tools.wmflabs.org> | Sun Nov 10 19:00:02 2024 +0000 |
committer | libraryupgrader <tools.libraryupgrader@tools.wmflabs.org> | Tue Nov 12 07:42:59 2024 +0000 |
tree | 29499da91484d1a8d56e72c80730733d0e64dbe9 | |
parent | 1e4b2addc83b4d7cdac0ff4d368895aa02a1b466 [diff] |
build: Updating mediawiki/mediawiki-codesniffer to 45.0.0 Change-Id: I15a0031036694ee398a9ddded6a6d033019b665c
2018 is a proof of concept MediaWiki skin designed with the following goals:
We intend to do that by:
To deploy this skin either for development or production purposes (not recommended) you will need:
From your MediaWiki root, run the following commands:
git clone https://gitlab.com/morags/mediawiki-2018-skin.git skins && cd skins/2018 npm install && npm run build
Add the following line to LocalSettings.php
, which is located in your MediaWiki root:
require_once "$IP/skins/2018/2018.php";
You can then enable the skin per user through the MediaWiki GUI (Preferences > Appearance > Skin), or set it as default for all users by adding the following to LocalSettings.php
:
$wgDefaultSkin = "2018";
Frontend tests are covered by npm and Grunt:
npm test
Backend tests are covered by Composer:
composer test
The skin is released under the MIT license. For more details see the LICENSE file.