From: jenkins-bot Date: Fri, 1 Sep 2017 20:17:01 +0000 (+0000) Subject: Merge "EditPage: Restore getSummaryInput(); deprecate it and getSummaryInputOOUI()" X-Git-Tag: 1.31.0-rc.0~2236 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=34487054ed508a1924832625d9c71dd3960825fc;p=lhc%2Fweb%2Fwiklou.git Merge "EditPage: Restore getSummaryInput(); deprecate it and getSummaryInputOOUI()" --- 34487054ed508a1924832625d9c71dd3960825fc diff --cc RELEASE-NOTES-1.30 index d38a34d2e1,10759995fc..93d52b8066 --- a/RELEASE-NOTES-1.30 +++ b/RELEASE-NOTES-1.30 @@@ -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