X-Git-Url: http://git.cyclocoop.org/%24image?a=blobdiff_plain;f=RELEASE-NOTES-1.34;h=5e4f61d37ade3e5b911907ec4f5ce2ffb3998680;hb=d421f22eb6e7d09d088fb03355796c1e776eb2dc;hp=56a886e447292558799d6411a936c0a49794fe45;hpb=35da1bbd7cb8b4414c4fbcf331473f1024bc638d;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index 56a886e447..5e4f61d37a 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 @@ -92,8 +97,6 @@ For notes on 1.33.x and older releases, see HISTORY. to add fields to Special:Mute. * (T100896) Skin authors can define custom OOUI themes using OOUIThemePaths. See for details. -* The HtmlCacheUpdater service was added to unify the logic of purging CDN cache - and HTML file cache to simplify callers and make them more consistent. === External library changes in 1.34 === @@ -415,6 +418,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 @@ -437,7 +442,6 @@ 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. -* Title::purgeSquid is deprecated. Use MediaWikiServices::getHtmlCacheUpdater. === Other changes in 1.34 === * …