From 534ea41e892b0492e1733f45c0c951e61ea2b3c7 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sun, 20 May 2018 16:15:40 +0200 Subject: [PATCH] Remove deprecated 'es5-shim' module This is an empty placeholder module that does nothing, for backwards compatibility with older extensions that were still supporting MediaWiki versions from a time where ES3 was the requirement and ES5 was shimmed. There is no longer any use of 'es5-shim' anywhere in Wikimedia Git, nor on-wiki. Bug: T192623 Change-Id: I143b89d3658ab83b98a1f201dd1f67a2d506fb09 --- RELEASE-NOTES-1.32 | 1 + resources/Resources.php | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index b92c2ba140..8340a2fd42 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -101,6 +101,7 @@ because of Phabricator reports. * (T179624) Job::insert() and ::batchInsert(), deprecated in 1.21, were both removed. Use JobQueueGroup::singleton()->push() instead. * The jquery.footHovzer module, for mediawiki.debug, was removed. +* The es5-shim module, empty and deprecated since 1.29, was removed. === Deprecations in 1.32 === * Use of a StartProfiler.php file is deprecated in favour of placing diff --git a/resources/Resources.php b/resources/Resources.php index 9e285d339e..7712c07f6d 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -2776,12 +2776,6 @@ return [ ], ], - /* es5-shim */ - 'es5-shim' => [ - 'deprecated' => 'Use of the "es5-shim" module is deprecated since MediaWiki 1.29.0', - 'targets' => [ 'desktop', 'mobile' ], - ], - /* dom-level2-shim */ 'dom-level2-shim' => [ 'deprecated' => 'Use of the "dom-level2-shim" module is deprecated since MediaWiki 1.29.0', -- 2.20.1