Tidy Message::parseAsBlock() by enabling tidy in MessageCache
authorC. Scott Ananian <cscott@cscott.net>
Thu, 27 Sep 2018 21:45:04 +0000 (17:45 -0400)
committerC. Scott Ananian <cananian@wikimedia.org>
Wed, 17 Oct 2018 02:43:07 +0000 (02:43 +0000)
commit4b1db1190bb8f2a115c6a81a5ee487b7d18cd303
tree1f93454393b8ee11ba7436e5966031c839c40c9d
parent50d87ad2f809f9052fce4a18b02e0ddb7a58aec9
Tidy Message::parseAsBlock() by enabling tidy in MessageCache

We are incrementally removing places where the parser is used with
tidy disabled, since future parsers will not support such operation.

Bug: T198214
Change-Id: I0f417f75a49dfea873e9a2f44d81796a48b9f428
includes/cache/MessageCache.php
tests/phpunit/includes/OutputPageTest.php