Merge "EditPage: Remove `::safeUnicodeInput()` and `::safeUnicodeOutput()`"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 9 May 2019 19:22:53 +0000 (19:22 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 9 May 2019 19:22:53 +0000 (19:22 +0000)
1  2 
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 ===