From: btongminh Date: Fri, 14 Sep 2012 19:27:35 +0000 (+0200) Subject: (bug 39941) Add missing stylesheet common/shared.css to the installer X-Git-Tag: 1.31.0-rc.0~22379^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=db759c2acb655771a7fb057336946be7393d43cb;p=lhc%2Fweb%2Fwiklou.git (bug 39941) Add missing stylesheet common/shared.css to the installer pages Change-Id: I802840fc39bc55a2d135168f9e0139622e68e17d --- diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20 index e2e46f64cd..9203f90887 100644 --- a/RELEASE-NOTES-1.20 +++ b/RELEASE-NOTES-1.20 @@ -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. diff --git a/includes/installer/WebInstallerOutput.php b/includes/installer/WebInstallerOutput.php index e440c6bdb7..f3166c256f 100644 --- a/includes/installer/WebInstallerOutput.php +++ b/includes/installer/WebInstallerOutput.php @@ -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',