Remove decorator pattern from validator; we'll only have one decorator which invokes...
commitd81bcbd2080a5590b2e0b9f81f748616150a5aa2
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Sun, 2 Mar 2008 02:57:31 +0000 (2 02:57 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Sun, 2 Mar 2008 02:57:31 +0000 (2 02:57 +0000)
tree9d95b2a89f375b9c0f56a1d4fff874b1b3b834a8
parentfa6b6fe85fdf332c328a1cc479bea8036e077a08
Remove decorator pattern from validator; we'll only have one decorator which invokes the subsystem.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1586 48356398-32a2-884e-a903-53898d9a118a
library/HTMLPurifier.includes.php
library/HTMLPurifier/ConfigSchema/Interchange.php
library/HTMLPurifier/ConfigSchema/Interchange/Validator.php [deleted file]
library/HTMLPurifier/ConfigSchema/Interchange/Validator/IdExists.php [deleted file]
library/HTMLPurifier/ConfigSchema/Validator.php [new file with mode: 0644]
library/HTMLPurifier/ConfigSchema/Validator/IdExists.php [new file with mode: 0644]
maintenance/flush.php
tests/HTMLPurifier/ConfigSchema/Interchange/Validator/IdExistsTest.php [deleted file]
tests/HTMLPurifier/ConfigSchema/Validator/IdExistsTest.php [new file with mode: 0644]
tests/HTMLPurifier/ConfigSchema/ValidatorHarness.php [moved from tests/HTMLPurifier/ConfigSchema/Interchange/ValidatorHarness.php with 57% similarity]