From: James D. Forrester Date: Wed, 29 Aug 2018 23:31:09 +0000 (-0700) Subject: resources: Deprecate jquery.localize, long-replaced by jquery.i18n X-Git-Tag: 1.34.0-rc.0~4255 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=fe082d714f7595d6f2a7e224bb1e6fac75792b3a;p=lhc%2Fweb%2Fwiklou.git resources: Deprecate jquery.localize, long-replaced by jquery.i18n Bug: T202154 Change-Id: I2548880987145d41f6a0c6fa7466fb6405e1c5a1 --- diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index 7ab2134e28..ab008db9f1 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -402,6 +402,7 @@ because of Phabricator reports. previously used by OOUI HTMLForm fields, are now deprecated. Use 'help', 'help-message', 'help-messages' instead. * (T197179) HTMLFormField::getNotices() is now deprecated. +* The jquery.localize module is now deprecated. Use jquery.i18n instead. === Other changes in 1.32 === * (T198811) The following tables have had their UNIQUE indexes turned into diff --git a/resources/Resources.php b/resources/Resources.php index c40ef93916..14dab33cf2 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -286,6 +286,7 @@ return [ ], 'jquery.localize' => [ 'scripts' => 'resources/src/jquery/jquery.localize.js', + 'deprecated' => 'Please use "jquery.i18n" instead.', ], 'jquery.makeCollapsible' => [ 'dependencies' => [ 'jquery.makeCollapsible.styles' ],