X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=blobdiff_plain;f=RELEASE-NOTES-1.34;h=e779842519d0d39b69c37133f1e84a6336363461;hb=8c2eb40f59e3514fcecb7c4e4a5cf79c4eae8ba8;hp=cc0a7455277d4c6156c7ce680b2b1169e6bc7ed5;hpb=feb31bcc99bc807f965c597989045b159ef5f3c0;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index cc0a745527..e779842519 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -45,6 +45,8 @@ 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.31.4. * … ==== Removed external libraries ==== @@ -54,7 +56,8 @@ For notes on 1.33.x and older releases, see HISTORY. * … === Action API changes in 1.34 === -* … +* The 'recenteditcount' response property from action=query list=allusers, + deprecated in 1.25, has been removed. === Action API internal changes in 1.34 === * … @@ -75,9 +78,38 @@ because of Phabricator reports. * Functions of the MWCryptRand class: singleton(), wasStrong() and generate(). * Language::setCode, deprecated in 1.32, was removed. Use Language::factory to create a new Language object with a different language code. +* MWNamespace::clearCaches() has been removed. So has the $rebuild parameter + to MWNamespace::getCanonicalNamespaces(), which was deprecated since 1.31. + Instead, reset services, such as by calling $this->overrideMwServices() (if + your test extends MediaWikiTestCase). Services will generally not pick up + configuration changes from after they were created, so you must reset + services after any configuration change. Even if your code works now, it is + likely to break in future versions as more code is moved to services. +* The ill-defined "DatabaseOraclePostInit" hook has been removed. +* PreferencesFormLegacy and PreferencesForm classes, deprecated in 1.32, have + been removed. +* ObjectFactory class, deprecated in 1.31, has been removed. +* HWLDFWordAccumudlator class, deprecated in 1.28, has been removed. +* XMPInfo, XMPReader and XMPValidate, deprecated in 1.32, have been removed. +* The RedirectSpecialPage::execute method could sometimes return a Title object. + This behavior was removed, and the method now matches the parent signature + (SpecialPage::execute) which is to return HTML string or void. + To obtain the destination title, use RedirectSpecialPage::getRedirect. +* The 'recenteditcount' response property from action API action=query + list=allusers, deprecated in 1.25, has been removed. +* SearchEngine::userNamespaces(), SearchEngine::namespacesAsText(), + SearchEngine::create(), SearchEngine::getSearchTypes() and + SearchEngine::getNearMatch(), methods deprecated in 1.27, have been removed. +* FileRepo::streamFile(), deprecated in 1.26, has been removed. +* User::randomPassword() method, deprecated in 1.27, have been removed. +* MWNamespace::canTalk(), deprecated in 1.30, have been removed. +* Parser class property $mUniqPrefix, deprecated in 1.26, has been removed. * … === Deprecations in 1.34 === +* The MWNamespace class is deprecated. Use MediaWikiServices::getNamespaceInfo. +* ExtensionRegistry->load() is deprecated, as it breaks dependency checking. + Instead, use ->queue(). * … === Other changes in 1.34 ===