Set $wgIncludeLegacyJavaScript false by default
authorJames D. Forrester <jforrester@wikimedia.org>
Wed, 16 Mar 2016 10:53:33 +0000 (10:53 +0000)
committerKrinkle <krinklemail@gmail.com>
Thu, 24 Mar 2016 18:49:47 +0000 (18:49 +0000)
commitb18add24a99d78b7274a7d896f40fac7b7a2a523
tree1125f7a4c675207c4f6ead794b8ee7d82481ad24
parent5a0da02e6a42da80035d7b3591e257c0c995e5e3
Set $wgIncludeLegacyJavaScript false by default

This setting was deprecated in 0ac4f998 but was left as true by default, which
means sysadmins weren't prompted to find and fix faulty code. Setting this to
false by default gives them a release in which to fix the code (setting this
back to true until such fixes are made) before we remove it entirely in the
next MediaWiki release. Extensions, skins, gadgets and scripts that need the
mediawiki.legacy.wikibits module should express a dependency on it in their
ResourceLoader manifest.

Bug: T35836
Change-Id: If787d0975b6019827e81f4ea0d90898e361d9acd
RELEASE-NOTES-1.27
includes/DefaultSettings.php