X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=9c5081cd77b5c88f1856c0da03c87ed992451824;hb=d31761f08a0958f51ecd31d76a6b4449e646e0ea;hp=6e5de2c76fb0d846eac9e027aec9e1274279d722;hpb=70713f106e23f9758e162b4a2b3c75b4ccbd9b3b;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index 6e5de2c76f..9c5081cd77 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -110,6 +110,8 @@ For notes on 1.32.x and older releases, see HISTORY. * (T214706) LinksUpdate::getAddedExternalLinks() and LinksUpdate::getRemovedExternalLinks() were introduced. * (T213893) Added 'MaintenanceUpdateAddParams' hook +* (T219655) The MarkPatrolled hook has a new parameter for the tags + associated with this entry in the patrol log. === External library changes in 1.33 === ==== New external libraries ==== @@ -159,6 +161,8 @@ For notes on 1.32.x and older releases, see HISTORY. if entirewatchlist is set, so updates may not be visible immediately * Block info will be added to "blocked" errors from more modules. * (T216245) Autoblocks will now be spread by action=edit and action=move. +* action=query&meta=userinfo has a new uiprop, 'latestcontrib', that returns + the date of user's latest contribution. === Action API internal changes in 1.33 === * A number of deprecated methods for API documentation, intended for overriding @@ -346,6 +350,9 @@ because of Phabricator reports. to "Pàgina printzipale". Existing wikis using this content language need to move the main page or change the name through MediaWiki:Mainpage page. * wfSplitWikiID(), deprecated in 1.32, has been removed. +* MessageBlobStore::getBlob(), deprecated in 1.27, has been removed. + Use ::getBlobs() instead. +* The .background-size() LESS mixin, deprecated in 1.27, has been removed. === Deprecations in 1.33 === * The configuration option $wgUseESI has been deprecated, and is expected @@ -406,10 +413,14 @@ because of Phabricator reports. deprecated and will be removed in the future. * The FileBasedSiteLookup class has been deprecated. For a cacheable SiteLookup implementation, use CachingSiteStore instead. +* Language::viewPrevNext function is deprecated, use + SpecialPage::buildPrevNextNavigation instead * ManualLogEntry::setTags() is deprecated, use ManualLogEntry::addTags() instead. The setTags() method was overriding the tags, addTags() doesn't override, only adds new tags. * Block::isValid is deprecated, since it is no longer needed in core. +* Calling Maintenance::hasArg() as well as Maintenance::getArg() with no + parameter has been deprecated. Please pass the argument number 0. === Other changes in 1.33 === * (T201747) Html::openElement() warns if given an element name with a space @@ -423,6 +434,8 @@ because of Phabricator reports. to page updates: LinksUpdateConstructed, LinksUpdate, LinksUpdateComplete. LinksUpdateAfterInsert is not triggered since deletions do not cause insertions into links tables. +* Category::newFromID( $id )->getID() will now return $id without any + validation, to avoid a mostly unnecessary DB query. == Compatibility == MediaWiki 1.33 requires PHP 7.0.13 or later. Although HHVM 3.18.5 or later is