From: Bartosz DziewoƄski Date: Tue, 22 Jul 2014 00:50:08 +0000 (+0200) Subject: Resources.php: Remove/deprecate 'skinStyles' references to 'minerva' skin X-Git-Tag: 1.31.0-rc.0~14703^2 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=b61b5e188152de3c0115a85a24b55a5fa5396142;p=lhc%2Fweb%2Fwiklou.git Resources.php: Remove/deprecate 'skinStyles' references to 'minerva' skin It doesn't even exist in core: it is part of the MobileFrontend extension. The skin style overrides should be reapplied there using $wgResourceModuleSkinStyles: done in I30c8ce13. OOjs UI has some weird build process that currently requires this, though. According to James, that will be fixed "in a couple of months". Change-Id: If82556a41c0510a70796a09b3555d2c91a7abb52 --- diff --git a/resources/Resources.php b/resources/Resources.php index 46a342c74a..78c0fe73a5 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -113,7 +113,6 @@ return array( // skin over-rides common content styling. 'skinStyles' => array( 'default' => 'resources/src/mediawiki.skinning/content.parsoid.less', - 'minerva' => array(), ), 'targets' => array( 'desktop', 'mobile' ), ), @@ -1471,6 +1470,7 @@ return array( ), 'skinStyles' => array( 'default' => 'resources/lib/oojs-ui/oojs-ui-apex.css', + // FIXME As of July 2014, this is to be gone "in a couple of months". 'minerva' => 'resources/lib/oojs-ui/oojs-ui-agora.css', ), 'messages' => array(