X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.34;h=69a64d01cb0c308c7e48296e420d8fffcf2fa066;hb=a97171eaff1c42b5b5b036766b4cbe9cdb80a769;hp=8ecc469d67b0ecb47c069de2ddf43d9c0a09bada;hpb=91ec64c80719f002426ada7aa1ed62b465c66a0a;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index 8ecc469d67..69a64d01cb 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -82,6 +82,11 @@ For notes on 1.33.x and older releases, see HISTORY. === New user-facing features in 1.34 === * Special:Mute has been added as a quick way for users to block unwanted emails from other users originating from Special:EmailUser. +* (T207577) Special:NewSection has been created as a shortcut to creating a new + section on a page. When linked to, its subpage is used as the target + ([[Special:NewSection/Test]] redirects to creating a new section in "Test"). + Otherwise, it displays a basic interface to allow the end user to specify + the target manually. === New developer features in 1.34 === * The ImgAuthModifyHeaders hook was added to img_auth.php to allow modification @@ -335,6 +340,8 @@ 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. * … === Deprecations in 1.34 === @@ -413,6 +420,8 @@ because of Phabricator reports. template option 'searchaction' instead. * LoadBalancer::haveIndex() and LoadBalancer::isNonZeroLoad() have been deprecated. +* FileBackend::getWikiId() has been deprecated. + Use FileBackend::getDomainId() instead. * User::getRights() and User::$mRights have been deprecated. Use PermissionManager::getUserPermissions() instead. * The LocalisationCacheRecache hook no longer allows purging of message blobs