tidy: Remove obsolete Depurate and Balancer drivers
authorKunal Mehta <legoktm@member.fsf.org>
Mon, 7 May 2018 08:34:13 +0000 (01:34 -0700)
committerJforrester <jforrester@wikimedia.org>
Tue, 8 May 2018 15:32:49 +0000 (15:32 +0000)
commit853b8fe34c717f44a03d4ed164732ee55f38bcb3
tree787bb0b2745cbbab411c084205afa3a20df47962
parent744a44845d7772b104be3dcf317300f044205aa4
tidy: Remove obsolete Depurate and Balancer drivers

The Html5Depurate driver was intended to be used with an external Java
service, but it never gained traction due to deployment concerns.

The Html5Internal (Balancer) driver was originally intended for use with
the balanced templates proposal and could also handle tidying. But it was
tightly coupled to MediaWiki, so part of it was used as the basis of the
RemexHtml library. Remex most likely can also implement the balanced
templates proposal, so there isn't any reason to keep the Balancer code
around anymore,

Change-Id: I8542d69e9cdbf0e2fb7ebbb919933a64c1b8c293
RELEASE-NOTES-1.32
autoload.php
includes/DefaultSettings.php
includes/parser/MWTidy.php
includes/tidy/Balancer.php [deleted file]
includes/tidy/Html5Depurate.php [deleted file]
includes/tidy/Html5Internal.php [deleted file]
tests/phpunit/includes/tidy/BalancerTest.php [deleted file]