X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=RELEASE-NOTES-1.30;h=13a9f4e0c6ee42519b53045abc0db8e94b1c2e44;hp=6023b13af2cf09c5b506069f5c36d9bd3407a9ec;hb=2f86533a552d063954d88acd85a74a3c1276a6f2;hpb=33bb6888c8f9c5eab812703bc32755f0921712ef diff --git a/RELEASE-NOTES-1.30 b/RELEASE-NOTES-1.30 index 6023b13af2..13a9f4e0c6 100644 --- a/RELEASE-NOTES-1.30 +++ b/RELEASE-NOTES-1.30 @@ -37,6 +37,8 @@ section). This PHP extension was deprecated in PHP 5.5 and removed in PHP 7.0. MediaWiki auto-selects the 'mysqli' driver since MediaWiki 1.22, except if explicitly requested through the configuration parameter $wgDBservers. +* $wgOOUIEditPage was removed, as it is now the default. This was documented as a + temporary variable during the migration period. === New features in 1.30 === * (T37247) Output from Parser::parse() will now be wrapped in a div with @@ -181,6 +183,13 @@ changes to languages because of Phabricator reports. should be used instead. * RunningStat class (deprecated in 1.27) was removed. The namespaced RunningStat\RunningStat should be used instead. +* 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. +* 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, + $uniq_prefix was deprecated in 1.26 and has now been removed. == Compatibility == MediaWiki 1.30 requires PHP 5.5.9 or later. There is experimental support for