Merge "Deprecate specialized file errors in OutputPage and fix escaping"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 12 Jul 2018 17:23:49 +0000 (17:23 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 12 Jul 2018 17:23:49 +0000 (17:23 +0000)
1  2 
RELEASE-NOTES-1.32

diff --combined RELEASE-NOTES-1.32
@@@ -181,8 -181,6 +181,8 @@@ because of Phabricator reports
    CapsuleMultiselectWidget. The following methods may no longer be used:
    * setItemsFromData: Use setValue instead
    * getItemsData: Use getItems instead and get the data property
 +* The hook 'LogEventsListGetExtraInputs' now needs a form descriptor array
 +  and not plain HTML.
  
  === Deprecations in 1.32 ===
  * Use of a StartProfiler.php file is deprecated in favour of placing
  * 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 ==