From: Timo Tijhof Date: Thu, 28 Jun 2018 21:50:22 +0000 (+0100) Subject: Remove deprecated 'json' module X-Git-Tag: 1.34.0-rc.0~4924^2 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=f1d815f528e9d5bebf1e1241051136d80ee6ca96;p=lhc%2Fweb%2Fwiklou.git Remove deprecated 'json' module This is an empty placeholder module. It was kept for backwards compatibility with older extensions that were still supporting MediaWiki versions that in turn supported older browsers that in turn did not yet implement the JSON interface of the ES5 standard. There is no longer any use of 'json' module anywhere in Wikimedia Git, nor anywhere found by Codesearch, nor anywhere on-wiki in gadgets at WMF. Bug: T127328 Change-Id: I8ba40a73dc900909e3fa3bd3ebe88616c9a26d3c --- diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index 5282236fff..36ec3d3628 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -133,6 +133,7 @@ because of Phabricator reports. * The jquery.footHovzer module, for mediawiki.debug, was removed. * The es5-shim module, empty and deprecated since 1.29, was removed. * the dom-level2-shim module, empty and deprecated since 1.29, was removed. +* the json module, empty and deprecated since 1.29, was removed. * The mediawiki.widgets.visibleByteLimit module alias, deprecated in 1.32, was removed. Use mediawiki.widgets.visibleLengthLimit instead. * The jquery.farbtastic module, unused since 1.18, was removed. diff --git a/resources/Resources.php b/resources/Resources.php index d0c52d846f..cafc1bc6b4 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -706,12 +706,6 @@ return [ 'group' => 'jquery.ui', ], - /* json2 */ - 'json' => [ - 'deprecated' => 'Use of the "json" module is deprecated since MediaWiki 1.29.0', - 'targets' => [ 'desktop', 'mobile' ], - ], - /* Moment.js */ 'moment' => [