Custom Vector theme/skin for GolemWiki, our instance of MediaWiki
Go to file
jdlrobson 3603dce8ea Allow styles to run on mobile
Any skins. prefixed ResourceLoader style modules are okay to run on mobile
given they should only run in the context of the skin.

See I7c000165c61a4bd2094f23b6ffd96335f7f7818f
with that patch and the following enabled:
$wgMFDefaultSkinClass = 'SkinVector';
$wgVectorResponsive = true;

you'll be able to use the Vector skin in mobile mode.

Change-Id: I7b796385ce9786c2c7900e5acc36b1b4dbbb5b97
2016-01-29 16:16:50 +00:00
components .redirectMsg needs to be 0 height 2016-01-26 20:12:40 +01:00
i18n Localisation updates from https://translatewiki.net. 2016-01-28 20:56:17 +01:00
images Increase transparent background canvas of external link icons 2015-12-29 13:16:41 +01:00
skinStyles Rework Vector style of Preferences to prevent FOUC 2015-11-08 19:43:21 +00:00
.gitignore git no more ignore /composer.json 2015-11-23 22:35:58 +01: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
.jshintignore build: Configure jshint, jsonlint, banan-checker & jscs 2015-06-25 23:35:53 +00:00
.jshintrc build: Configure jshint, jsonlint, banan-checker & jscs 2015-06-25 23:35:53 +00:00
COPYING Use the plain-text GPL and fix 'license-name' to match SPDX conventions 2015-01-29 17:04:29 +01:00
Gruntfile.js Update jscs to 2.1.0 2015-10-22 00:38:01 +01:00
SkinVector.php Unbreak styles for installer 2015-07-23 17:05:26 -07:00
Vector.php Run phplint and phpcs through "composer test" entry point 2015-06-09 16:37:14 +03:00
VectorTemplate.php Don't output an empty h1 element (once more, with feeling) 2015-06-25 11:55:24 +00:00
collapsibleTabs.js collapsibleTabs: Defer DOM changes via requestAnimiationFrame 2015-11-19 23:54:42 +00:00
composer.json Update grunt-jsonlint to 1.0.7 and MW codesniffer to 0.5.1 2015-12-29 11:33:41 +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
package.json Update grunt-jscs to 2.6.0 2016-01-19 14:26:27 +00:00
phpcs.xml Make it easer to debug php code sniffer, Update mediawiki/mediawiki-codesniffer to 0.4.0 2015-09-29 21:33:17 +00:00
responsive.less Make tabs, actions and search usable in Responsive Vector 2015-11-22 16:40:55 +01: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 Allow styles to run on mobile 2016-01-29 16:16:50 +00:00
variables.less Move Vector skin from core 2014-08-07 13:38:34 +02:00
vector.js Update jscs to 2.1.0 2015-10-22 00:38:01 +01:00