Remove most support for configuring Tidy, including Raggett
authorC. Scott Ananian <cscott@cscott.net>
Wed, 17 Oct 2018 14:05:02 +0000 (10:05 -0400)
committerC. Scott Ananian <cscott@cscott.net>
Thu, 15 Nov 2018 17:22:06 +0000 (12:22 -0500)
commit6db35b3c98ee807c71d8187ea45d69999df63b38
treeb2b132a9920114d4817bf85cd0c25823f429b69b
parent595640d90df44e84dbff02647617c90c95f35c7e
Remove most support for configuring Tidy, including Raggett

Remex is pure PHP so there is no reason to use an external tidy any
more. Configuration variables and implementation classes were
deprecated in 1.32 or earlier.  We've kept only $wgTidyConfig
which can be used for experimental features or debugging Remex.

Bug: T198214
Change-Id: I99d48f858d97b6e1d1e6cd76a42c960cc2c61f9f
15 files changed:
.phpcs.xml
RELEASE-NOTES-1.33
includes/DefaultSettings.php
includes/parser/MWTidy.php
includes/tidy/RaggettBase.php [deleted file]
includes/tidy/RaggettExternal.php [deleted file]
includes/tidy/RaggettInternalHHVM.php [deleted file]
includes/tidy/RaggettInternalPHP.php [deleted file]
includes/tidy/RaggettWrapper.php [deleted file]
includes/tidy/tidy.conf [deleted file]
maintenance/dictionary/mediawiki.dic
tests/common/TestsAutoLoader.php
tests/parser/ParserTestRunner.php
tests/parser/TidySupport.php [deleted file]
tests/phpunit/includes/parser/SanitizerTest.php