X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=blobdiff_plain;f=RELEASE-NOTES-1.32;h=06b60e41dea365c88ae61cb4fc6c113ca1c804e8;hb=9de46c76503053a68d99b96319a942f8394723e9;hp=2cd1222f408949c2ba5c1ad9014f93d0a04b041a;hpb=102bfd66c84dbb9b690c78ad0c3975b7dc8f1a0a;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index 2cd1222f40..06b60e41de 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -607,6 +607,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. @@ -652,9 +657,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 ==