X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.32;h=505a1caa2a5db8b9538ea09a87c1f6d674b4bef8;hb=afcd5b1771a6d755372cfe0081b7f413af62530d;hp=9c6609bec98db0b3e862639ecc6294c4e07b9144;hpb=fb1b454e6a6fb5cf4df40ce9cfa329f207ff0a10;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index 9c6609bec9..505a1caa2a 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -66,6 +66,8 @@ production. remove or otherwise alter the elements to be output in the page . * (T28934) The 'HistoryPageToolLinks' hook allows extensions to append additional links to the subtitle of a history page. +* The 'GetLinkColours' hook now receives an additional $title parameter, + the Title object of the page being parsed, on which the links will be shown. === External library changes in 1.32 === * … @@ -77,9 +79,11 @@ production. * Updated wikimedia/wrappedstring from 2.3.0 to 3.0.1. * Updated mediawiki/mediawiki-codesniffer from v20.0.0 to v21.0.0. * Updated composer/spdx-licenses from 1.3.0 to 1.4.0. +* Updated jquery.i18n from 1.0.4 to 1.0.5. +* Updated wikimedia/timestamp from 1.0.0 to 2.0.0. ==== New external libraries ==== -* Added wikimedia/xmp-reader 0.5.1 +* Added wikimedia/xmp-reader 0.6.0 * … ==== Removed and replaced external libraries ==== @@ -147,6 +151,8 @@ because of Phabricator reports. * (T195940) Added language support for Batak Mandailing (btm). * (T137491) Added language support for Standard Moroccan Amazigh (zgh). * (T198132) Added language support for Manipuri (mni). +* (T201276) Added language support for Western Armenian (hyw). +* (T201583) Added language support for Mon (mnw). === Breaking changes in 1.32 === * $wgRequestTime, deprecated in 1.25, was removed. Use @@ -229,6 +235,16 @@ because of Phabricator reports. * getItemsData: Use getItems instead and get the data property * Two OutputPage methods, addMetadataLink() and getMetadataAttribute(), were removed. Use addLink() instead. +* Another two OutputPage methods, setPageTitleActionText() and + getPageTitleActionText(), were removed. They did nothing since 1.15 (almost + ten years). Use setHTMLTitle() directly. +* All MagicWord static member variables have been removed. Use appropriate + hooks or MagicWordFactory methods instead. +* MagicWord::clearCache() has been removed. Instead, create a new + MagicWordFactory, such as by calling + resetServiceForTesting( 'MagicWordFactory' ) on a MediaWikiServices. +* mw.util.init() has been removed. This function is not needed anymore and was + a no-op function since 1.30. === Deprecations in 1.32 === * Use of a StartProfiler.php file is deprecated in favour of placing @@ -324,6 +340,10 @@ because of Phabricator reports. * The $wgExternalDiffEngine value 'wikidiff2' is deprecated. To use wikidiff2 just enable the PHP extension, and it will be autodetected. * The wfUseMW function, soft-deprecated in 1.26, is now hard deprecated. +* 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. === Other changes in 1.32 === * (T198811) The following tables have had their UNIQUE indexes turned into