X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.31;h=051f6d02bdff23c47ef6d9f0188e301ff23a0909;hb=96bbe7cb4c8ab5ecd78cc65985633cec14a65839;hp=b467449b48a84f82825dbafdcfd65552a710631c;hpb=efcef34d3da74613b01a320873bc59e134748183;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.31 b/RELEASE-NOTES-1.31 index b467449b48..051f6d02bd 100644 --- a/RELEASE-NOTES-1.31 +++ b/RELEASE-NOTES-1.31 @@ -31,10 +31,6 @@ production. * (T188472) The 'comma' value for $wgArticleCountMethod is no longer supported for performance reasons, and installations with this setting will now work as if it was configured with 'any'. -* (T185753) MediaWiki now defaults to using RemexHtml to tidy up user input, rather than - being off by default. If you wish to disable HTML tidying entirely, set $wgTidyConfig - to null; if you wish to use the old, deprecated Tidy external binary, both - set $wgTidyConfig to null and also set $wgUseTidy to true. * $wgLogAutopatrol now defaults to false instead of true. === New features in 1.31 === @@ -124,7 +120,9 @@ production. returned regardless. === Action API internal changes in 1.31 === -* … +* ApiBase::getProfileDBTime was removed (deprecated since 1.25) +* ApiBase::getModuleProfileName was removed (deprecated since 1.25) +* ApiBase::getProfileTime was removed (deprecated since 1.25) === Languages updated in 1.31 === MediaWiki supports over 350 languages. Many localisations are updated @@ -335,6 +333,7 @@ changes to languages because of Phabricator reports. can use MediaWikiTitleCodec::getTitleInvalidRegex() instead. * HTMLForm & VFormHTMLForm::isVForm(), deprecated in 1.25, have been removed. * The ProfileSection class, deprecated in 1.25 and unused, has been removed. +* Wikimedia\Rdbms\SavepointPostgres is deprecated. == Compatibility == MediaWiki 1.31 requires PHP 5.5.9 or later. Although HHVM 3.18.5 or later is supported,