Custom Vector theme/skin for GolemWiki, our instance of MediaWiki
Go to file
Vivek Ghaisas 28c2e986ae Don't autoload Vector.php using composer.json
As per T467, the RfC for extension management with composer has been
declined. Hence, we can get rid of Vector.php from composer.json, thus
also solving the issue of `composer test` die()ing because it loads
Vector.php and wfLoadSkin is not found.

Any users who are currently installing the skin via composer will need
to add "wfLoadSkin( 'Vector' )" to their LocalSettings.php.

Bug: T103800
Change-Id: Icd8acc34f52be9c3c0f564744d2eb2aae7f34398
2015-06-25 21:19:09 +00:00
components Removing obsolete `-moz-inline-block` property 2015-06-24 21:16:53 +01:00
i18n Localisation updates from https://translatewiki.net. 2015-06-24 21:41:18 +02:00
images Add SVG version of bullet-icon and use .list-style-image-svg() 2015-02-12 23:00:10 +00:00
skinStyles jquery.ui.button.css: Remove '-ms-linear-gradient' 2015-05-27 13:59:53 +03:00
.gitignore Add .gitignore 2014-08-08 20:11:24 +02:00
.gitreview Add .gitreview 2014-08-07 13:16:05 +02:00
.jscsrc test: Make code pass jscs 1.5.0 with Wikimedia code style preset 2015-02-14 12:45:20 -08:00
COPYING Use the plain-text GPL and fix 'license-name' to match SPDX conventions 2015-01-29 17:04:29 +01:00
SkinVector.php wfRunHooks() -> Hooks::run() 2015-04-27 21:53:29 -07:00
Vector.php Run phplint and phpcs through "composer test" entry point 2015-06-09 16:37:14 +03:00
VectorTemplate.php Display the page title on pages named '0' 2015-06-24 10:15:27 -07:00
collapsibleTabs.js test: Make code pass jscs 1.5.0 with Wikimedia code style preset 2015-02-14 12:45:20 -08:00
composer.json Don't autoload Vector.php using composer.json 2015-06-25 21:19:09 +00:00
csshover.htc Move Vector skin from core 2014-08-07 13:38:34 +02:00
csshover.min.htc Move Vector skin from core 2014-08-07 13:38:34 +02:00
hooks.txt Move hooks.txt docs from mediawiki/core 2014-08-09 17:09:24 +02:00
screen-hd.less Use .mw-body instead of div#content 2014-08-13 03:52:51 -07:00
screen.less Remove CSS transition on window resize 2015-01-15 14:30:02 -08:00
skin.json Set manifest_version in skin.json 2015-06-08 13:28:29 -07:00
variables.less Move Vector skin from core 2014-08-07 13:38:34 +02:00
vector.js Don't use JavaScript to style first sidebar portlet 2015-02-15 00:43:55 +00:00