Merge "EditPage: Deprecate getCheckboxes() and getCheckboxesOOUI()"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 5 Sep 2017 06:23:55 +0000 (06:23 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 5 Sep 2017 06:23:55 +0000 (06:23 +0000)
1  2 
RELEASE-NOTES-1.30
includes/EditPage.php

@@@ -191,16 -185,12 +191,18 @@@ changes to languages because of Phabric
  * EditPage::isOouiEnabled() is deprecated and will always return true.
  * EditPage::getSummaryInput() and ::getSummaryInputOOUI() are deprecated. Please
    use ::getSummaryInputWidget() instead.
+ * EditPage::getCheckboxes() and ::getCheckboxesOOUI() are deprecated. Please
+   use ::getCheckboxesWidget() instead.
  * Parser::getRandomString() (deprecated in 1.26) was removed.
  * Parser::uniqPrefix() (deprecated in 1.26) was removed.
 -* Parser::extractTagsAndParams() now only accepts three arguments.  The fourth,
 +* Parser::extractTagsAndParams() now only accepts three arguments. The fourth,
    $uniq_prefix was deprecated in 1.26 and has now been removed.
 +* (T172514) The following tables have had their UNIQUE indexes turned into proper
 +  PRIMARY KEYs for increased maintainability: categorylinks, imagelinks, iwlinks,
 +  langlinks, log_search, module_deps, objectcache, pagelinks, query_cache, site_stats,
 +  templatelinks, text, transcache, user_former_groups, user_properties.
 +* IDatabase::nextSequenceValue() is no longer needed by any database backends
 +  (formerly it was needed by PostgreSQL and Oracle), and is now deprecated.
  
  == Compatibility ==
  MediaWiki 1.30 requires PHP 5.5.9 or later. There is experimental support for
Simple merge