X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=RELEASE-NOTES-1.32;h=cc250efb19ba35c810accf4e182afc87ed8689a0;hb=791a1cc565212bca58ddedf268d379ac57df3ceb;hp=8ccc9c2fa7f452a1213beee5e2e77cf4d06503e1;hpb=cb4d4c4d8f4884bfe18b1e69c0d1bc2d8d567d5c;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index 8ccc9c2fa7..cc250efb19 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -154,6 +154,7 @@ production. ** ScopedCallback objects can no longer be serialized. * Updated wikimedia/timestamp from v1.0.0 to v2.2.0. * Updated wikimedia/wrappedstring from v2.3.0 to v3.0.1. +* oyejorge/less.php replaced with our fork wikimedia/less.php * Updated composer/spdx-licenses from v1.3.0 to v1.4.0 (dev-only). * Updated mediawiki/mediawiki-codesniffer from v18.0.0 to v22.0.0 (dev-only). @@ -598,6 +599,7 @@ because of Phabricator reports. $wgTidyConfig instead. * All Tidy configurations other than Remex have been hard deprecated; future parsers will not emit compatible output for these configurations. + In particular, running MediaWiki with tidy disabled has been deprecated. * (T198214) OutputPage::addWikiText(), OutputPage::addWikiTextWithTitle(), and OutputPage::addWikiTextTitle() have been deprecated, since they can result in untidy output. In addition OutputPage::addWikiTextTidy() @@ -606,6 +608,11 @@ because of Phabricator reports. OutputPage::addWikiTextAsContent() instead, which ensures the output is tidy and clarifies whether content-language specific postprocessing should be done on the text. +* OutputPage::parse() and OutputPage::parseInline() have been deprecated + due to untidy output and inconsistent handling of wrapper divs and + interface/content language defaults. Use OutputPage::parseAsContent(), + OutputPage::parseAsInterface(), or OutputPage::parseInlineAsInterface() + as appropriate. * QuickTemplate::msgHtml() and BaseTemplate::msgHtml() have been deprecated as they promote bad practises. I18n messages should always be properly escaped. @@ -651,9 +658,9 @@ 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. +* The image_comment_temp database table has been removed. Since all 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 ==