From: Matthew Flaschen Date: Tue, 18 Feb 2014 21:53:06 +0000 (-0500) Subject: Add mediawiki.ui.button to all pages so wiki content can use it X-Git-Tag: 1.31.0-rc.0~16731^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22calendrier%22%2C%22type=semaine%22%29%20.%20%22?a=commitdiff_plain;h=3e61d70f6f05e03d233c9cae82d2b610648baa39;p=lhc%2Fweb%2Fwiklou.git Add mediawiki.ui.button to all pages so wiki content can use it Change-Id: I835f3eb9370982e2696a2af5aad451eda7cd786d --- diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23 index 382b54f06e..dfdaccf10d 100644 --- a/RELEASE-NOTES-1.23 +++ b/RELEASE-NOTES-1.23 @@ -114,6 +114,8 @@ production. whether to send a watchlist email notification. * (bug 42026) Special:Contributions now includes an option to filter page creations, similar to the topOnly option. +* Add mediawiki.ui.button styling to all pages so wiki content can use styled + buttons. === Bug fixes in 1.23 === * (bug 41759) The "updated since last visit" markers (on history pages, recent diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index 8bccaec8f3..066411de4b 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -104,7 +104,7 @@ class SkinTemplate extends Skin { * @param $out OutputPage */ function setupSkinUserCss( OutputPage $out ) { - $out->addModuleStyles( array( 'mediawiki.legacy.shared', 'mediawiki.legacy.commonPrint' ) ); + $out->addModuleStyles( array( 'mediawiki.legacy.shared', 'mediawiki.legacy.commonPrint', 'mediawiki.ui.button' ) ); } /**