Hard deprecate OutputPage::addWikiText*Tidy() methods
authorC. Scott Ananian <cscott@cscott.net>
Wed, 26 Sep 2018 17:22:38 +0000 (13:22 -0400)
committerC. Scott Ananian <cscott@cscott.net>
Wed, 10 Oct 2018 18:54:27 +0000 (14:54 -0400)
commit2837fe85569f878fab5648ed51cf549ead9adbdd
treec8e809bec7bf627c14bcb89dbce0ac58e8cb839e
parentf2b325002b23c1e0bd70d28fd19c27fd1d537e61
Hard deprecate OutputPage::addWikiText*Tidy() methods

These have been replaced with OutputPage::addWikiTextAsContent().
There is only one apparent use outside core, in the ProofreadPage
extension.

Bug: T198214
Depends-On: I826e463c1623481c11156a55a5b7e1da0aa27b8b
Change-Id: I4b1a9429029bfbbf70b2d5da1b290319ecbbdf3a
includes/OutputPage.php
tests/phpunit/includes/OutputPageTest.php