X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=RELEASE-NOTES-1.32;h=da317de8c14d78f6a8cdf57fd26f0438e606704c;hp=b89d2b97994b261720eda4be24781ab7d0804fff;hb=4aa6454d454df807059db5e794ef620896ff2e3d;hpb=8380f0173e79b66f0e2afd6c49cd88afb9f4f6f3 diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index b89d2b9799..da317de8c1 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -48,6 +48,14 @@ production. * The 'ImageBeforeProduceHTML' hook is now passed three new parameters, $parser, &$query and &$widthOption, allowing extensions even finer control over the resulting HTML code. +* Added new 'ArticleShowPatrolFooter' hook, which allows extensions to determine + if the [mark as patrolled] link should be shown at the footer of patrollable + pages. +* The array of hidden options ($opts) passed to the 'SpecialSearchPowerBox' hook + is now passed by reference, allowing extensions to modify or even unset it. +* Added new 'OutputPageAfterGetHeadLinksArray' hook, allowing extensions to + modify the return value of OutputPage#getHeadLinksArray in order to add, + remove or otherwise alter the elements to be output in the page . === External library changes in 1.32 === * … @@ -251,10 +259,15 @@ because of Phabricator reports. OutputPage::showFileCopyError() and OutputPage::showUnexpectedValueError(). * The Replacer, DoubleReplacer, HashtableReplacer, and RegexlikeReplacer classes are now deprecated. Use a Closure instead. +* (T194263) ContentHandler::makeParserOptions() is deprecated. Use + WikiPage::makeParserOptions() or ParserOptions::newCanonical() instead. +* (T100681) Use of the Parsoid v1 API with the VirtualRESTService, deprecated in + MediaWiki 1.26, is now hard-deprecated. All known clients were converted to + the Parsoid v3 API in May 2015. === Other changes in 1.32 === -* (T198811) The following tables have had their UNIQUE indexes turned into proper - PRIMARY KEYs for increased maintainability: interwiki, page_props, +* (T198811) The following tables have had their UNIQUE indexes turned into + proper PRIMARY KEYs for increased maintainability: interwiki, page_props, protected_titles and site_identifiers. * …