X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=blobdiff_plain;f=RELEASE-NOTES-1.32;h=63d089434476f7f1a4fb880f1a2ac44bc096da6f;hb=e8f41f68474bef1adafe5a5724b2446bb6f2d31c;hp=cfe90a016cbe1c22519199953ef779f8dd6dfca2;hpb=0041b43966d3a027495b028c26cbe861dabe60f5;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index cfe90a016c..63d0894344 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -93,6 +93,9 @@ production. This action should be considered deprecated and should not be used directly. * Extensions overriding ContentHandler::getUndoContent() will need to be updated for the changed method signature. +* Added a new hook, 'UserGetRightsRemove', which can be used to remove rights + from user. Unlike the 'UserGetRights' it will ensure that removed rights + will not be reinserted. === External library changes in 1.32 === @@ -108,7 +111,7 @@ production. * 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. +* Updated wikimedia/timestamp from 1.0.0 to 2.2.0. * Updated wikimedia/remex-html from 1.0.3 to 2.0.0. * Updated jquery from v3.2.1 to v3.3.1. @@ -119,6 +122,7 @@ production. * SpecialPage::execute() will now only call checkLoginSecurityLevel() if getLoginSecurityLevel() returns non-false. * (T43720, T46197) Improved page display title handling for category pages +* (T65080) Fixed resetting options of some types via API action=options. === Action API changes in 1.32 === * Added templated parameters. @@ -167,13 +171,15 @@ production. content is not being preserved. 'fromsection-{slot}' and 'tosection-{slot}' instead expand the given text as if for a section edit. This effectively declines T183823 in favor of T185723. +* (T198214) The 'disabletidy' parameter to action=parse has been + deprecated; untidy output will not be supported by future wikitext + parsers. === Action API internal changes in 1.32 === * Added 'ApiParseMakeOutputPage' hook. * Parameter names may no longer contain '{' or '}', as these are now used for templated parameters. * (T194950) Added 'ApiMaxLagInfo' hook. -* Added 'ApiParseMakeOutputPage' hook. * The following methods now take a RevisionRecord rather than a Revision. No external callers are known. * ApiFeedContributions::feedItemAuthor() @@ -318,6 +324,14 @@ because of Phabricator reports. Wikimedia\Rdbms\LBFactory. * The MimeMagic class, deprecated since 1.28 has been removed. Get a MimeAnalyzer instance from MediaWikiServices instead. +* The '--tidy' option to maintenance/parse.php has been removed. Tidying + the output is now the default. Use '--no-tidy' to bypass the tidy + phase. +* The global function wfErrorLog, deprecated since 1.25, has now been removed. + Use MWLoggerLegacyLogger::emit or UDPTransport. + The hooks 'SpecialRecentChangesQuery' & 'SpecialWatchlistQuery', deprecated in + 1.23, were removed. Instead, use ChangesListSpecialPageStructuredFilters or + ChangesListSpecialPageQuery. === Deprecations in 1.32 === * HTMLForm::setSubmitProgressive() is deprecated. No need to call it. Submit @@ -461,6 +475,13 @@ because of Phabricator reports. * QuickTemplate::msgHtml() and BaseTemplate::msgHtml() have been deprecated as they promote bad practises. I18n messages should always be properly escaped. +* Skin::getDynamicStylesheetQuery() has been deprecated. It always + returns action=raw&ctype=text/css which callers should use directly. +* Class LegacyFormatter is deprecated. +* Use of CommentStore::insertWithTempTable() with 'img_description' is + deprecated. Use CommentStore::insert() instead. +* Language::setCode is deprecated as public function. Use Language::factory + to create a new Language object with a different language code. === Other changes in 1.32 === * (T198811) The following tables have had their UNIQUE indexes turned into @@ -476,7 +497,10 @@ because of Phabricator reports. yet for creating or managing content in slots beides the main slot. See for more information. -* … +* The image_comment_temp database table is merged into the image table and + deprecated. Since access should be mediated by the CommentStore class, this + change shouldn't affect external code. +* (T206147) Database::close() will no longer commit any open transactions. == Compatibility == MediaWiki 1.32 requires PHP 7.0.0 or later. Although HHVM 3.18.5 or later is