Disable jQuery Migrate by default (enable via $wgIncludejQueryMigrate)
authorJames D. Forrester <jforrester@wikimedia.org>
Fri, 16 May 2014 15:04:12 +0000 (16:04 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 3 Jun 2014 20:25:54 +0000 (22:25 +0200)
commit8e41082af8aa04d48267af6cccafb34fd98d0d6d
tree5648dd007c91eb71efc2fbbdfc0056c8b5a40c44
parenta0c68987e68b051d0e92c0cf570a1c64853ef471
Disable jQuery Migrate by default (enable via $wgIncludejQueryMigrate)

Follows-up e5502d1f and 63c36506.

Per the plan[1], after a few weeks of migration, the jQuery Migrate plugin
will be disabled in MediaWiki core.

The added configuration variable allows sysadmins to continue to use code
that is not yet compatible with jQuery 1.9 and higher (e.g. extensions
and/or gadgets that still use legacy jQuery functionality).

[1] http://www.mail-archive.com/wikitech-l@lists.wikimedia.org/msg75735.html

Bug: 44740
Change-Id: If1c9ab722c7ce025b550b457506dcdf90d3326c3
RELEASE-NOTES-1.24
includes/DefaultSettings.php
resources/Resources.php