X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.32;h=8e5022c2e05ace924e875881bb12f01d2b7de107;hb=8699cff44aa46759b75a556222e4eac2a1727b23;hp=b8d55e0eb565d914d27254c5596a30b2f8653c9e;hpb=d4e5204934c5e9b707cc84cf551ddfe89d749f02;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index b8d55e0eb5..8e5022c2e0 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -11,16 +11,20 @@ production. * The $wgSiteSupportPage setting, unused since 1.5, was removed. * $wgJpegQuality was added to allow configuring the quality of JPEG thumbnails (default 80). * The default quality of JPEG thumbnails generated by GD was reduced from 95 to 80. +* $wgExperimentalHtmlIds, deprecated since 1.30, has been removed. The 'html5-legacy' value for + $wgFragmentMode is no longer accepted. * … === New features in 1.32 === -* … +* (T112474) Generalized the ResourceLoader mechanism for overriding modules + using a particular page during edit previews. +* Added 'ApiParseMakeOutputPage' hook. === External library changes in 1.32 === * … ==== Upgraded external libraries ==== -* … +* Updated QUnit from 2.4.0 to 2.6.0. ==== New external libraries ==== * … @@ -35,7 +39,7 @@ production. * … === Action API internal changes in 1.32 === -* … +* Added 'ApiParseMakeOutputPage' hook. === Languages updated in 1.32 === MediaWiki supports over 350 languages. Many localisations are updated @@ -54,10 +58,24 @@ changes to languages because of Phabricator reports. * wfShellExecDisabled() was removed (deprecated in 1.30). * The type string for the parameter $lang of DateFormatter::getInstance is removed (deprecated in 1.31). +* The EDIT_TOKEN_SUFFIX constant was removed (deprecated in 1.27). + Use MediaWiki\Session\Token::SUFFIX instead. +* EditPage::isOouiEnabled() was removed (deprecated in 1.30). +* mw.util.wikiGetlink() was removed (deprecated in 1.23). + Use mw.util.getUrl() instead. +* (T61113) The following methods and constants from the Revision class were deprecated in + 1.25 and have now been removed. + * Revision::getRawUser() + * Revision::getRawUserText() + * Revision::getRawComment() +* window.gM() from mediawiki.jqueryMsg was removed (deprecated in 1.23). + Use mw.msg() or mw.message() instead. === Deprecations in 1.32 === * Use of a StartProfiler.php file is deprecated in favour of placing configuration in LocalSettings.php. +* HTMLForm::setSubmitProgressive() is deprecated. No need to call it. Submit + button is already marked as progressive. === Other changes in 1.32 === * …