X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.34;h=9a4aeb38f98a1f4b281bcfc074a8b17edf4f2493;hb=609091451b61739e2f0cd938880d897e99477494;hp=5e4f61d37ade3e5b911907ec4f5ce2ffb3998680;hpb=c06a32cba584cb3632aa9f719a5903680695564e;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index 5e4f61d37a..9a4aeb38f9 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -39,6 +39,7 @@ For notes on 1.33.x and older releases, see HISTORY. * editmyuserjsredirect user right – users without this right now cannot edit JS redirects in their userspace unless the target of the redirect is also in their userspace. By default, this right is given to everyone. +* (T226733) Add rate limiter to Special:ConfirmEmail. ==== Changed configuration ==== * $wgUseCdn, $wgCdnServers, $wgCdnServersNoPurge, and $wgCdnMaxAge – These four @@ -340,7 +341,10 @@ because of Phabricator reports. * Database::getProperty(), deprecated in 1.28, has been removed. * IDatabase::getWikiId(), deprecated in 1.30, has been removed. Use IDatabase::getDomainID() instead. -* … +* (T191231) Support for using Oracle or MSSQL as database backends has been + dropped. +* MessageCache::destroyInstance() has been removed. Instead, call + MediaWikiTestCase::resetServices(). === Deprecations in 1.34 === * The MWNamespace class is deprecated. Use NamespaceInfo. @@ -442,6 +446,10 @@ because of Phabricator reports. * SearchEngine::textAlreadyUpdatedForIndex() is deprecated, given the deprecation above this method is no longer needed/called and should not be implemented by SearchEngine implementation. +* IDatabase::bufferResults() has been deprecated. Use query batching instead. +* MessageCache::singleton() is deprecated. Use + MediaWikiServices::getMessageCache(). +* Constructing MovePage directly is deprecated. Use MovePageFactory. === Other changes in 1.34 === * … @@ -452,16 +460,13 @@ supported, it is generally advised to use PHP 7.0.13 or later for long term support. MySQL/MariaDB is the recommended DBMS. PostgreSQL or SQLite can also be used, -but support for them is somewhat less mature. There is experimental support for -Oracle and Microsoft SQL Server. +but support for them is somewhat less mature. The supported versions are: * MySQL 5.5.8 or later * PostgreSQL 9.2 or later * SQLite 3.8.0 or later -* Oracle 9.0.1 or later -* Microsoft SQL Server 2005 (9.00.1399) == Online documentation == Documentation for both end-users and site administrators is available on