From: jenkins-bot Date: Thu, 9 May 2019 19:22:53 +0000 (+0000) Subject: Merge "EditPage: Remove `::safeUnicodeInput()` and `::safeUnicodeOutput()`" X-Git-Tag: 1.34.0-rc.0~1733 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=3774dff9bfab2f6d93a229a85b5da08024eccfdc;p=lhc%2Fweb%2Fwiklou.git Merge "EditPage: Remove `::safeUnicodeInput()` and `::safeUnicodeOutput()`" --- 3774dff9bfab2f6d93a229a85b5da08024eccfdc diff --cc RELEASE-NOTES-1.34 index e2d22b70dd,e1e769daa1..a779e6f6d8 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@@ -121,22 -121,10 +121,24 @@@ because of Phabricator reports UserGroupMembership::getLink() instead. * SavepointPostgres, deprecated in 1.31, has been removed. * Output::sectionEditLinksEnabled(), ParserOutput::getEditSectionTokens, - ::getTOCEnabled, ::setEditSectionTokens, ::setTOCEnabled, deprecated in 1.31 + ::getTOCEnabled, ::setEditSectionTokens, ::setTOCEnabled, deprecated in 1.31, + have been removed. + * EditPage::safeUnicodeInput() and ::safeUnicodeOutput(), deprecated in 1.30, have been removed. +* Four methods in OutputPage, deprecated in 1.32, have been removed. You should + use OutputPage::showFatalError or throw a FatalError instead. The methods are + ::showFileCopyError(), ::showFileRenameError(), ::showFileDeleteError(), and + ::showFileNotFoundError(). +* ApiBase::truncateArray(), deprecated in 1.32, has been removed. +* IcuCollation::getICUVersion(), deprecated in 1.32, has been removed. Use PHP's + INTL_ICU_VERSION constant directly. +* HTMLForm::setSubmitProgressive(), deprecated in 1.32, has been removed. +* ResourceLoaderStartUpModules::getStartupModules() and ::getLegacyModules(), + both deprecated in 1.32, have been removed. +* BaseTemplate::msgHtml() and QuickTemplate::msgHtml(), deprecated in 1.32, have + been removed. Use ->msg() or ->getMsg() instead. +* WatchAction::getUnwatchToken(), deprecated in 1.32, has been removed. Instead, + use WatchAction::getWatchToken() with action 'unwatch' directly. * … === Deprecations in 1.34 ===