X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=HISTORY;h=1c6d900e06017f3db2782348059767909cf0f5fc;hb=8c29cb61378514afc5ccb26b8cd6195cc1a88689;hp=72ff437a88cc91c73e58783c0eb466829deaff18;hpb=ca8678e23815a6fe8e71e897b4654cbd17a4447d;p=lhc%2Fweb%2Fwiklou.git diff --git a/HISTORY b/HISTORY index 72ff437a88..1c6d900e06 100644 --- a/HISTORY +++ b/HISTORY @@ -2,6 +2,25 @@ Change notes from older releases. For current info see RELEASE-NOTES-1.33. = MediaWiki 1.32 = +== MediaWiki 1.32.1 == + +=== Changes since MediaWiki 1.32.0 === +* (T213577) rdbms: avoid transaction status errors from ping() in rollback(). +* rdbms: Pass required parameter. +* rdbms: do not treat SAVEPOINT and RELEASE SAVEPOINT as write queries. +* (T204531) rdbms: reduce LoadBalancer replication log spam. +* (T213489) Avoid session double-start in Setup.php. +* (T213717) Correct namespace 'Template' for gom-deva +* (T198054) Fix login page crash caused by unknown language via ?uselang +* (T215324) (T210937) list=users mistakenly reports user as missing. +* (T209483) Add ILBFactory::redefineLocalDomain method. This is intended for +use with scripts like addWiki.php to avoid mismatched domain errors. +* (T208871) The hard-coded Google search form on the database error page was +removed. +* (T204800) Fix Title::getFragmentForURL for bad interwiki prefix +* (T215566) Fix installer being unable to determine if the database exists +during a fresh installation. + == MediaWiki 1.32.0 == === Changes since MediaWiki 1.32.0-rc.2 === @@ -522,8 +541,8 @@ because of Phabricator reports. * SearchResult::setExtensionData argument has been changed from accepting an array to accepting a Closure that returns the array when called. * Class CryptRand, everything in MWCryptRand except generateHex() and function - MediaWikiServices::getCryptRand() are deprecated, use random_bytes() to - generate cryptographically secure random byte sequences. + MediaWikiServices::getInstance()->getCryptRand() are deprecated, use + random_bytes() to generate cryptographically secure random byte sequences. * Parser::getConverterLanguage() is deprecated. Use ::getTargetLanguage() instead. * Language::markNoConversion() is deprecated. It confused readers because @@ -590,10 +609,12 @@ because of Phabricator reports. * All MagicWord static methods are now deprecated. Use the MagicWordFactory methods instead. * PasswordFactory::init is deprecated. To get a password factory with the - standard configuration, use MediaWikiServices::getPasswordFactory. -* $wgContLang is deprecated, use MediaWikiServices::getContentLanguage() + standard configuration, use + MediaWikiServices::getInstance()->getPasswordFactory. +* $wgContLang is deprecated, use + MediaWikiServices::getInstance()->getContentLanguage() instead. +* $wgParser is deprecated, use MediaWikiServices::getInstance()->getParser() instead. -* $wgParser is deprecated, use MediaWikiServices::getParser() instead. * wfGetMainCache() is deprecated, use ObjectCache::getLocalClusterInstance() instead. * wfGetCache() is deprecated, use ObjectCache::getInstance() instead.