From: jenkins-bot Date: Fri, 21 Sep 2018 23:40:45 +0000 (+0000) Subject: Merge "Remove global namespaced LBFactory" X-Git-Tag: 1.34.0-rc.0~4025 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=fbc4c39708641f94cbf3a20a4283fc9f448c8175;hp=-c Merge "Remove global namespaced LBFactory" --- fbc4c39708641f94cbf3a20a4283fc9f448c8175 diff --combined RELEASE-NOTES-1.32 index b30a568806,32ef63c673..fb2829ba07 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@@ -314,6 -314,8 +314,8 @@@ because of Phabricator reports * $wgSpecialPages no longer accepts array syntax, deprecated since 1.18. * The MailAddress constructor can no longer be called with a User object, behaviour which has been deprecated since 1.24. + * LBFactory, deprecated since 1.28, has been removed. Instead, use + Wikimedia\Rdbms\LBFactory. === Deprecations in 1.32 === * HTMLForm::setSubmitProgressive() is deprecated. No need to call it. Submit @@@ -452,8 -454,8 +454,8 @@@ in MediaWiki 1.26, have now been hard deprecated. This affects $wgUseTidy, $wgTidyBin, $wgTidyConf, $wgTidyOpts, $wgTidyInternal, and $wgDebugTidy. Use $wgTidyConfig instead. -* All Tidy configurations other than Remex have been deprecated; future parsers - will not emit compatible output for these configurations. +* All Tidy configurations other than Remex have been hard deprecated; + future parsers will not emit compatible output for these configurations. === Other changes in 1.32 === * (T198811) The following tables have had their UNIQUE indexes turned into