From aacc7d37adb643760825b47aeaf3ef8e5615bc9a Mon Sep 17 00:00:00 2001 From: Ori Livneh Date: Tue, 26 May 2015 01:52:08 +0200 Subject: [PATCH] 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 --- resources/Resources.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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( -- 2.20.1