Remove deprecated 'json' module
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 28 Jun 2018 21:50:22 +0000 (22:50 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 28 Jun 2018 21:56:52 +0000 (22:56 +0100)
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

RELEASE-NOTES-1.32
resources/Resources.php

index 5282236..36ec3d3 100644 (file)
@@ -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.
index d0c52d8..cafc1bc 100644 (file)
@@ -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' => [