(bug 39941) Add missing stylesheet common/shared.css to the installer
authorbtongminh <bryan.tongminh@gmail.com>
Fri, 14 Sep 2012 19:27:35 +0000 (21:27 +0200)
committerbtongminh <bryan.tongminh@gmail.com>
Fri, 14 Sep 2012 19:27:35 +0000 (21:27 +0200)
pages

Change-Id: I802840fc39bc55a2d135168f9e0139622e68e17d

RELEASE-NOTES-1.20
includes/installer/WebInstallerOutput.php

index e2e46f6..9203f90 100644 (file)
@@ -244,6 +244,7 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki.
 * (bug 36329) Accesskey tooltips for Firefox 14 on Mac should use "ctrl-option-" prefix.
 * (bug 32552) Drop unused database field cat_hidden from table category.
 * (bug 40214) Category pages no longer use deprecated "width" HTML attribute.
+* (bug 39941) Add missing stylesheets to the installer pages
 
 === API changes in 1.20 ===
 * (bug 34316) Add ability to retrieve maximum upload size from MediaWiki API.
index e440c6b..f3166c2 100644 (file)
@@ -118,6 +118,7 @@ class WebInstallerOutput {
                $cssFileNames = array(
 
                        // Basically the "skins.vector" ResourceLoader module styles
+                       'common/shared.css',
                        'common/commonElements.css',
                        'common/commonContent.css',
                        'common/commonInterface.css',