From 2fccb26015a740ec513f4c991bceb1b1be337c3e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Fri, 2 May 2014 21:26:14 +0200 Subject: [PATCH] Remove backwards-compatibility modules from I3947eaac These were not included in any release. Change-Id: Ieb927fa9ec1dd19e93ccdbf38595ac11b657d3d3 --- resources/Resources.php | 26 -------------------------- 1 file changed, 26 deletions(-) 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 -- 2.20.1