X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.32;h=fa7c962f2efbfc58c92fc951046355efb2aa7e0d;hb=5bf64e7f7231c234e145f4f1936add38575db3a2;hp=4663751bc10d012c89c20c678bc6ff6935b330ee;hpb=8c8f8d6a917783aa1d4f03439c96c995f5c1e337;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index 4663751bc1..fa7c962f2e 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -26,6 +26,8 @@ production. * (T112474) Generalized the ResourceLoader mechanism for overriding modules using a particular page during edit previews. * Added 'ApiParseMakeOutputPage' hook. +* (T174313) Added checkbox on Special:ListUsers to display only users in temporary + user groups. === External library changes in 1.32 === * … @@ -52,6 +54,8 @@ production. from normal parameters. All parameter definitions now include an "index" key to allow clients to maintain parameter ordering when merging normal and templated parameters. +* It is now an error to submit too many values for a multi-valued parameter. + This has generated a warning since MediaWiki 1.14. === Action API internal changes in 1.32 === * Added 'ApiParseMakeOutputPage' hook. @@ -64,6 +68,7 @@ Below only new and removed languages are listed, as well as changes to languages because of Phabricator reports. * (T193566) Added language support for Ambonese Malay (abs). +* (T194047) Added language support for Shawiya, Latin script (shy-latn). === Breaking changes in 1.32 === * $wgRequestTime, deprecated in 1.25, was removed. Use @@ -95,6 +100,13 @@ because of Phabricator reports. * The Html5Internal and Html5Depurate tidy driver classes were removed, along with the Balancer tidy implementation. Both implementations were experimental, and were replaced by RemexHtml. +* (T179624) Job::insert() and ::batchInsert(), deprecated in 1.21, were both + removed. Use JobQueueGroup::singleton()->push() instead. +* The jquery.footHovzer module, for mediawiki.debug, was removed. +* The es5-shim module, empty and deprecated since 1.29, was removed. +* The mediawiki.widgets.visibleByteLimit module, deprecated in 1.32, was removed. + Use mediawiki.widgets.visibleLengthLimit instead. +* The jquery.farbtastic module, unused since 1.18, was removed. === Deprecations in 1.32 === * Use of a StartProfiler.php file is deprecated in favour of placing @@ -109,6 +121,14 @@ because of Phabricator reports. * Overriding SearchEngine::{searchText,searchTitle,searchArchiveTitle} in extending classes is deprecated. Extend related doSearch* methods instead. +* CollationFa has been removed completely as it's not needed anymore +* The following 'mediawiki.api' plugin modules were merged into mediawiki.api + and deprecated: mediawiki.api.category, mediawiki.api.edit, + mediawiki.api.login, mediawiki.api.options, mediawiki.api.parse, + mediawiki.api.upload, mediawiki.api.user, mediawiki.api.watch, + mediawiki.api.messages, and mediawiki.api.rollback. +* ApiBase::truncateArray() is deprecated. No replacement, as nothing is known + to use it. === Other changes in 1.32 === * Soft hyphens (U+00AD) are now automatically removed from titles; these