Add mediawiki.ui.button to all pages so wiki content can use it
authorMatthew Flaschen <mflaschen@wikimedia.org>
Tue, 18 Feb 2014 21:53:06 +0000 (16:53 -0500)
committerMatthew Flaschen <mflaschen@wikimedia.org>
Wed, 5 Mar 2014 08:22:42 +0000 (03:22 -0500)
Change-Id: I835f3eb9370982e2696a2af5aad451eda7cd786d

RELEASE-NOTES-1.23
includes/SkinTemplate.php

index 382b54f..dfdaccf 100644 (file)
@@ -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
index 8bccaec..066411d 100644 (file)
@@ -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' ) );
        }
 
        /**