From: jenkins-bot Date: Thu, 12 Jul 2018 17:23:49 +0000 (+0000) Subject: Merge "Deprecate specialized file errors in OutputPage and fix escaping" X-Git-Tag: 1.34.0-rc.0~4798 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=commitdiff_plain;h=a72fa4c99dd48dad8c05ca74cd007405c94a6d7a;p=lhc%2Fweb%2Fwiklou.git Merge "Deprecate specialized file errors in OutputPage and fix escaping" --- a72fa4c99dd48dad8c05ca74cd007405c94a6d7a diff --cc RELEASE-NOTES-1.32 index e37e76e39c,c6107223d0..878c84166e --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@@ -236,11 -234,13 +236,16 @@@ because of Phabricator reports * ResourceLoaderStartUpModule::getStartupModules() and ::getLegacyModules() are deprecated. These concepts are obsolete and have no replacement. * String type for $lang of DifferenceEngine::setTextLanguage is deprecated. + * The following methods of OutputPage are now deprecated in favour + of using showFatalError directly: OutputPage::showFileDeleteError() + OutputPage::showFileNotFoundError(), OutputPage::showFileRenameError() + OutputPage::showFileCopyError() and OutputPage::showUnexpectedValueError(). + === Other changes in 1.32 === +* (T198811) The following tables have had their UNIQUE indexes turned into proper + PRIMARY KEYs for increased maintainability: interwiki, page_props, + protected_titles and site_identifiers. * … == Compatibility ==