X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=RELEASE-NOTES-1.34;h=c4bbd4af949e6fb2ade87a28f93795f6d368d10b;hp=b8c9102d824bb80c3064dce9e1cd41c0eca0e073;hb=1aac226b92a73a7be6787c6eb425e680bf1335b6;hpb=93f78d904d22fc0e22d373d0aea253493ee640fc diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index b8c9102d82..c4bbd4af94 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -162,8 +162,8 @@ $wgPasswordPolicy['policies']['default']['PasswordNotInLargeBlacklist'] = false; === Action API changes in 1.34 === * The 'recenteditcount' response property from action=query list=allusers, deprecated in 1.25, has been removed. -* (T60993) action=query list=filearchive no longer requires the 'deletedhistory' - user right. +* (T60993) action=query list=filearchive, list=alldeletedrevisions and + prop=deletedrevisions no longer require the 'deletedhistory' user right. === Action API internal changes in 1.34 === * The exception thrown in ApiModuleManager::getModule has been changed @@ -302,6 +302,9 @@ because of Phabricator reports. Use the mediawiki.String module instead. * mw.language.specialCharacters, deprecated in 1.33, has been removed. Use require( 'mediawiki.language.specialCharacters' ) instead. +* The jquery.colorUtil module was removed. Use jquery.color instead. +* The jquery.checkboxShiftClick module was removed. The functionality + is provided by mediawiki.page.ready instead (T232688). * EditPage::submit(), deprecated in 1.29, has been removed. Use $this->edit() directly. * HTMLForm::getErrors(), deprecated in 1.28, has been removed. Use @@ -428,6 +431,9 @@ because of Phabricator reports. * Revision::selectTextFields() * Revision::selectPageFields() * Revision::selectUserFields() +* User::setNewpassword(), deprecated in 1.27 has been removed. +* The ObjectCache::getMainWANInstance and ObjectCache::getMainStashInstance + functions, deprecated since 1.28, have been removed. === Deprecations in 1.34 === * The MWNamespace class is deprecated. Use NamespaceInfo. @@ -562,13 +568,17 @@ because of Phabricator reports. system block that hides the user. * The GetBlockedStatus hook is deprecated. Use GetUserBlock instead, to add or remove a block. +* $wgContentHandlerUseDB is deprecated and should always be true. +* StreamFile::send404Message() and StreamFile::parseRange() are now deprecated. + Use HTTPFileStreamer::send404Message() and HTTPFileStreamer::parseRange() + respectively instead. === Other changes in 1.34 === * … == Compatibility == -MediaWiki 1.34 requires PHP 7.0.13 or later. Although HHVM 3.18.5 or later is -supported, it is generally advised to use PHP 7.0.13 or later for long term +MediaWiki 1.34 requires PHP 7.2.0 or later. Although HHVM 3.18.5 or later is +supported, it is generally advised to use PHP 7.2.0 or later for long term support. It also requires the following PHP extensions: * ctype