From db759c2acb655771a7fb057336946be7393d43cb Mon Sep 17 00:00:00 2001 From: btongminh Date: Fri, 14 Sep 2012 21:27:35 +0200 Subject: [PATCH] (bug 39941) Add missing stylesheet common/shared.css to the installer pages Change-Id: I802840fc39bc55a2d135168f9e0139622e68e17d --- RELEASE-NOTES-1.20 | 1 + includes/installer/WebInstallerOutput.php | 1 + 2 files changed, 2 insertions(+) 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', -- 2.20.1