Merge "Fix populateContentTables.php with no rows"
[lhc/web/wiklou.git] / RELEASE-NOTES-1.32
index c610722..ac68967 100644 (file)
@@ -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
@@ -238,9 +240,13 @@ because of Phabricator reports.
   of using showFatalError directly: OutputPage::showFileDeleteError()
   OutputPage::showFileNotFoundError(), OutputPage::showFileRenameError()
   OutputPage::showFileCopyError() and OutputPage::showUnexpectedValueError().
-
+* The Replacer, DoubleReplacer, HashtableReplacer, and RegexlikeReplacer
+  classes are now deprecated. Use a Closure instead.
 
 === 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 ==