X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.34;h=7a24818f40d3a5ab9eec694b70aeda5a5aa97176;hb=52e431fc518ca33ff7acb5a1394fb5ff78c4b695;hp=c470fff22d919ea47448eeae6da92b8939c23a72;hpb=714797861b69b58ead75ee1847afefe20c8651d5;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index c470fff22d..7a24818f40 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -70,6 +70,8 @@ For notes on 1.33.x and older releases, see HISTORY. * $wgDebugPrintHttpHeaders - The default of including HTTP headers in the debug log channel is no longer configurable. The debug log itself remains configurable via $wgDebugLogFile. +* $wgPasswordSalt – This setting, used for migrating exceptionally old, insecure + password setups and deprecated since 1.24, is now removed. === New user-facing features in 1.34 === * Special:Mute has been added as a quick way for users to block unwanted emails @@ -82,6 +84,8 @@ For notes on 1.33.x and older releases, see HISTORY. strings like "5 days ago" instead of "5 days 13 hours ago". * (T220163) Added SpecialMuteModifyFormFields hook to allow extensions to add fields to Special:Mute. +* (T100896) Skin authors can define custom OOUI themes using OOUIThemePaths. + See for details. === External library changes in 1.34 === @@ -90,7 +94,7 @@ For notes on 1.33.x and older releases, see HISTORY. ==== Changed external libraries ==== * Updated Mustache from 1.0.0 to v3.0.1. -* Updated OOUI from v0.31.3 to v0.33.2. +* Updated OOUI from v0.31.3 to v0.33.4. * Updated composer/semver from 1.4.2 to 1.5.0. * Updated composer/spdx-licenses from 1.4.0 to 1.5.1 (dev-only). * Updated mediawiki/codesniffer from 25.0.0 to 26.0.0 (dev-only). @@ -307,6 +311,9 @@ because of Phabricator reports. have been removed. * The UploadVerification hook, deprecated in 1.28, has been removed. Instead, use the UploadVerifyFile hook. +* UploadBase:: and UploadFromChunks::stashFileGetKey() and stashSession(), + deprecated in 1.28, have been removed. Instead, please use the getFileKey() + method on the response from doStashFile(). * … === Deprecations in 1.34 === @@ -375,6 +382,7 @@ because of Phabricator reports. and should no longer be passed. Search engine implemenations should be responsible for carrying relevant information needed for highlighting with their own SearchResultSet/SearchResult sub-classes. +* SearchResultSet::free() method is deprecated. * SearchEngine::$searchTerms protected field is deprecated. Moved to SearchDatabase. * The use of the $terms param in the ShowSearchHit and ShowSearchHitTitle