(bug 36669) Installer CSS outdated
authorTimo Tijhof <ttijhof@wikimedia.org>
Wed, 9 May 2012 00:08:04 +0000 (02:08 +0200)
committerTimo Tijhof <ttijhof@wikimedia.org>
Wed, 9 May 2012 00:20:03 +0000 (02:20 +0200)
Change-Id: I7ac606f2e8538eb5fd10a3944cf9d8b42bbc5ed5

includes/installer/WebInstallerOutput.php
resources/Resources.php

index 972d8ac..aabc1f3 100644 (file)
@@ -116,9 +116,15 @@ class WebInstallerOutput {
                // by '../skins/$skinName/images/', where $skinName is what appears
                // before the last '/' in each of the strings.
                $cssFileNames = array(
-                       "common/shared.css",
-                       "vector/screen.css",
-                       "common/config.css",
+
+                       // Basically the "skins.vector" ResourceLoader module styles
+                       'common/commonElements.css',
+                       'common/commonContent.css',
+                       'common/commonInterface.css',
+                       'vector/screen.css',
+
+                       // mw-config specific
+                       'common/config.css',
                );
 
                $css = '';
index 909cb6e..31d24d1 100644 (file)
@@ -70,6 +70,7 @@ return array(
                'localBasePath' => $GLOBALS['wgStyleDirectory'],
        ),
        'skins.vector' => array(
+               // Keep in sync with WebInstallerOutput::getCSS()
                'styles' => array(
                        'common/commonElements.css' => array( 'media' => 'screen' ),
                        'common/commonContent.css' => array( 'media' => 'screen' ),