From: Bartosz DziewoƄski Date: Fri, 2 May 2014 19:26:14 +0000 (+0200) Subject: Remove backwards-compatibility modules from I3947eaac X-Git-Tag: 1.31.0-rc.0~15444^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_modifier.php?a=commitdiff_plain;h=2fccb26015a740ec513f4c991bceb1b1be337c3e;p=lhc%2Fweb%2Fwiklou.git Remove backwards-compatibility modules from I3947eaac These were not included in any release. Change-Id: Ieb927fa9ec1dd19e93ccdbf38595ac11b657d3d3 --- diff --git a/resources/Resources.php b/resources/Resources.php index 9ff78904e8..8756501c09 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -107,32 +107,6 @@ return array( 'localBasePath' => $GLOBALS['wgStyleDirectory'], ), - // Temporarily kept for backwards-compatibility with generated HTML - 'skins.common.elements' => array( - 'styles' => array( - 'common/commonElements.css' => array( 'media' => 'screen' ), - ), - 'remoteBasePath' => $GLOBALS['wgStylePath'], - 'localBasePath' => $GLOBALS['wgStyleDirectory'], - ), - 'skins.common.content' => array( - 'styles' => array( - 'common/commonElements.css' => array( 'media' => 'screen' ), - 'common/commonContent.css' => array( 'media' => 'screen' ), - ), - 'remoteBasePath' => $GLOBALS['wgStylePath'], - 'localBasePath' => $GLOBALS['wgStyleDirectory'], - ), - 'skins.common.interface' => array( - 'styles' => array( - 'common/commonElements.css' => array( 'media' => 'screen' ), - 'common/commonContent.css' => array( 'media' => 'screen' ), - 'common/commonInterface.css' => array( 'media' => 'screen' ), - ), - 'remoteBasePath' => $GLOBALS['wgStylePath'], - 'localBasePath' => $GLOBALS['wgStyleDirectory'], - ), - 'mediawiki.skinning.content.parsoid' => array( // Style Parsoid HTML+RDFa output consistent with wikitext from PHP parser // with the commonInterface.css styles; skinStyles should be used if your