Hard deprecate codepaths where tidy is disabled
authorC. Scott Ananian <cscott@cscott.net>
Tue, 26 Jun 2018 13:53:12 +0000 (09:53 -0400)
committerC. Scott Ananian <cananian@wikimedia.org>
Mon, 5 Nov 2018 18:49:16 +0000 (18:49 +0000)
commit54ac31f94d3245e5e1e040a4fe4b3e35c44dbb20
treef6931984b5518479e3a3bd9fce305ff04c820192
parentc51b4f607d702c768608f2df059ef5606471e589
Hard deprecate codepaths where tidy is disabled

Future parsers will not support the output generated with tidy disabled.

Parser tests using untidied output will also be deprecated (and
rewritten) in a follow-up patch.

No new release notes necessary since user-visible tidy configuration
was deprecated previously (in 1.32), and individual methods which had
disabled tidy during execution were individually release-noted as they
were updated.

Bug: T198214
Depends-On: I0f417f75a49dfea873e9a2f44d81796a48b9f428
Depends-On: If5c619cdd3e7f786687cfc2ca166074d9197ca11
Change-Id: I592e0e0dfef7d929f05c60ffe4d60e09725b39cc
includes/parser/Parser.php
includes/parser/Sanitizer.php
includes/specials/SpecialExpandTemplates.php
tests/parser/ParserTestRunner.php
tests/phpunit/includes/parser/SanitizerTest.php