"Wikinaut" posted a comment on MediaWiki.r113297. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/113297#c31958
Commit summary for MediaWiki.r113297: fix for bug34763 'RSS feed items (HTML) are not rendered as HTML but htmlescaped'; tolerated controlled regression bug30377 'feed item length limitation', because this now becomes very tricky when we allow some tags in order to close bug 34763. Wikinaut's comment: RE: + $renderedFeed = $this->sandboxParse( $renderedFeed ); I double-checked it. result: the sandbox-parsign is needed. If I use recursiveTagParse the wiki page is not correctly rendered and elements from the content window break out and appear outside, navigation bar broken etc. So what has been written on https://www.mediawiki.org/wiki/Manual:Special_pages#workaround_.231 applies to the present issue. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
