From: Ori Livneh Date: Mon, 25 May 2015 23:52:08 +0000 (+0200) Subject: Remove mediawiki.action.history group X-Git-Tag: 1.31.0-rc.0~11281^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22statistiques_visites%22%2C%22%22%29%20.%20%22?a=commitdiff_plain;h=aacc7d37adb643760825b47aeaf3ef8e5615bc9a;p=lhc%2Fweb%2Fwiklou.git Remove mediawiki.action.history group Per task: "This group was added as a misguided patch for T29418. The proper solution to the problem reported there is to use the top queue (which didn't even exist at the time; and still isn't being used for these modules!). A separate group is harmful, because it causes an extra RL request for things that depend on diff styles (like VisualEditor)." Bug: T90842 Change-Id: Ie008316791558749ee3adca45a941ccfd99914b9 --- diff --git a/resources/Resources.php b/resources/Resources.php index b0cd932929..64355a5dfd 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -1161,9 +1161,9 @@ return array( ), ), 'mediawiki.action.history' => array( + 'position' => 'top', 'scripts' => 'resources/src/mediawiki.action/mediawiki.action.history.js', 'styles' => 'resources/src/mediawiki.action/mediawiki.action.history.css', - 'group' => 'mediawiki.action.history', ), 'mediawiki.action.history.diff' => array( 'position' => 'top', @@ -1173,7 +1173,6 @@ return array( 'media' => 'print' ), ), - 'group' => 'mediawiki.action.history', 'targets' => array( 'desktop', 'mobile' ), ), 'mediawiki.action.view.dblClickEdit' => array(