From 03293f1f693d9acb4c6b00a50fedfcaac4b51a91 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Wed, 18 Sep 2019 19:37:03 +0100 Subject: [PATCH] Remove redundant 'jquery.accessKeylabel' module alias Follows-up f168493b57. This isn't actually used anywhere so might as well remove right away like we did with some of the other modules we combined this release. Change-Id: I6267db732e9835d9dba5cf32d2c6743461f7cb35 --- RELEASE-NOTES-1.34 | 4 ++-- resources/Resources.php | 7 ------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index 136ecc3306..173a5da20e 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -317,6 +317,8 @@ because of Phabricator reports. * The jquery.colorUtil module was removed. Use jquery.color instead. * The jquery.checkboxShiftClick module was removed. The functionality is provided by mediawiki.page.ready instead (T232688). +* The 'jquery.accessKeyLabel' module has been removed. This jQuery + plugin now ships as part of the 'mediawiki.util' module bundle. * EditPage::submit(), deprecated in 1.29, has been removed. Use $this->edit() directly. * HTMLForm::getErrors(), deprecated in 1.28, has been removed. Use @@ -501,8 +503,6 @@ because of Phabricator reports. * ResourceLoaderContext::getConfig and ResourceLoaderContext::getLogger have been deprecated. Inside ResourceLoaderModule subclasses, use the local methods instead. Elsewhere, use the methods from the ResourceLoader class. -* The 'jquery.accessKeyLabel' module has been deprecated. This jQuery - plugin is now ships as part of the 'mediawiki.util' module bundle. * The Profiler::setTemplated and Profiler::getTemplated methods have been deprecated. Use Profiler::setAllowOutput and Profiler::getAllowOutput instead. diff --git a/resources/Resources.php b/resources/Resources.php index b8f23d547b..c8eae03120 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -155,13 +155,6 @@ return [ /* jQuery Plugins */ - 'jquery.accessKeyLabel' => [ - 'deprecated' => 'Please use "mediawiki.util" instead.', - 'dependencies' => [ - 'mediawiki.util', - ], - 'targets' => [ 'mobile', 'desktop' ], - ], 'jquery.chosen' => [ 'scripts' => 'resources/lib/jquery.chosen/chosen.jquery.js', 'styles' => 'resources/lib/jquery.chosen/chosen.css', -- 2.20.1