(bug 40632) Remove CleanupPresentationalAttributes feature
authorTimo Tijhof <ttijhof@wikimedia.org>
Thu, 1 Nov 2012 18:08:54 +0000 (19:08 +0100)
committerTimo Tijhof <ttijhof@wikimedia.org>
Mon, 19 Nov 2012 21:09:17 +0000 (22:09 +0100)
commit5f41c8ba875d6617f512fb236b50627453eed2f7
tree59d5cb8d77ba4a509732cdef92ef16c54426fc4c
parent237c4293313d4c60fb5ffdbe92714e8a2dd44c5a
(bug 40632) Remove CleanupPresentationalAttributes feature

Removed $wgCleanupPresentationalAttributes, the associated
code it toggles and references to those in src and tests.

Also fixes bug 40329.

This was originally introduced in r94465 (released in REL1_19) but
disabled by default. Then enabled in r98053, after which several
bugs were filed and eventually the decision was made to remove
this feature.

Removed obsolete release-note entry, as this is to be backported
to REL1_20.

Change-Id: I4e86305520a3b22ef88381caab55d24abac932e3
RELEASE-NOTES-1.20
includes/DefaultSettings.php
includes/Sanitizer.php
tests/parser/parserTest.inc
tests/parser/parserTests.txt
tests/phpunit/includes/SanitizerTest.php
tests/phpunit/includes/parser/NewParserTest.php