Avoid strip markes on transcluded Special:RecentChanges[Linked]
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 25 Oct 2013 16:44:27 +0000 (18:44 +0200)
committerIAlex <codereview@emsenhuber.ch>
Thu, 31 Oct 2013 10:41:13 +0000 (10:41 +0000)
commitf5809f30315c5ed00950ac06be4658ecfc8eb4f7
tree0e826977e2f0e4e6117f0422ae60d81b4889f4fa
parentd6d63c3b26ca2a18324fd873668405c9ff4b85a9
Avoid strip markes on transcluded Special:RecentChanges[Linked]

OutputPage::wrapWikiText results in a Parser::parse call, which should
not be done recursively. Using workaround from the warning under
https://www.mediawiki.org?oldid=807703#OutputPage-.3EaddWikiText.28.29

This only was happen, when the special page has no result or for
RecentChangesLinked a bad title was given.

Bug: 56167
Change-Id: I334bc6c36800af80e311301d46c7d48be1b6a055
includes/specials/SpecialRecentchanges.php
includes/specials/SpecialRecentchangeslinked.php