Merge "EditPage: Restore getSummaryInput(); deprecate it and getSummaryInputOOUI()"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 1 Sep 2017 20:17:01 +0000 (20:17 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 1 Sep 2017 20:17:01 +0000 (20:17 +0000)
1  2 
RELEASE-NOTES-1.30
includes/EditPage.php

@@@ -189,16 -183,12 +189,18 @@@ changes to languages because of Phabric
  * MWMemcached and MemCachedClientforWiki classes (deprecated in 1.27) were removed.
    The MemcachedClient class should be used instead.
  * EditPage::isOouiEnabled() is deprecated and will always return true.
+ * EditPage::getSummaryInput() and ::getSummaryInputOOUI() are deprecated. Please
+   use ::getSummaryInputWidget() 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