X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.34;h=5e49fc7773c7688e0c706b20578e95f05418d45b;hb=434015880aab5b155cc7edd6fcddf1883d0395eb;hp=d34b45959b4f97b0cda78c78286f599ca1d0589c;hpb=e2c202edad616b0305e3eb61059463c757988722;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index d34b45959b..5e49fc7773 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -74,7 +74,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.32.1. +* Updated OOUI from v0.31.3 to v0.33.1. * 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). @@ -251,6 +251,20 @@ because of Phabricator reports. calls that use an invalid path (i.e., something other than an absolute path, protocol-relative URL, or full scheme URL), and will instead pass them to the client where they will likely 404. This usage was deprecated in 1.24. +* Database::reportConnectionError, deprecated in 1.32, has been removed. +* APIEditBeforeSave hook, deprecated in 1.28, has been removed. Please see + EditFilterMergedContent hook for an alternative way to use this feature. +* API module methods getDescription(), getParamDescription(), & getExamples(), + all deprecated in 1.25 and ignored, have been removed. +* The API module method getDescriptionMessage(), deprecated in 1.30, has been + removed. +* The JavaScript global variable wgLoadScript has been removed. Use + mw.util.wikiScript( 'load' ) instead. +* ResourceLoader no longer creates the 'mw.legacy' placeholder object. It has + been unused since 1.16 and was deprecated in 1.22. To deprecate a property + in JavaScript, use mw.log.deprecate() instead. +* The 'user.groups' module, deprecated in 1.28, was removed. + Use the 'user' module instead. * … === Deprecations in 1.34 === @@ -324,6 +338,10 @@ because of Phabricator reports. * The use of the $terms param in the ShowSearchHit and ShowSearchHitTitle hooks is highly discouraged as it's only populated by SearchDatabase search engines. +* Skin::escapeSearchLink() is deprecated. Use Skin::getSearchLink() or the skin + template option 'searchaction' instead. +* LoadBalancer::haveIndex() and LoadBalancer::isNonZeroLoad() have + been deprecated. === Other changes in 1.34 === * …