- Rename Duplicate to Unique, as the name of validator indicates what we want the...
commit14437cbf47af43b31067ac929d50cae92b24fe1c
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Tue, 4 Mar 2008 04:20:55 +0000 (4 04:20 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Tue, 4 Mar 2008 04:20:55 +0000 (4 04:20 +0000)
tree8ce09e6f8460a56e0d990107a9da51a778d7ec2b
parent4c798bd17e9ba237a3cc995f5664df117c5ef51f
- Rename Duplicate to Unique, as the name of validator indicates what we want the input to be
- Enable flush to work when includes are renamed

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1597 48356398-32a2-884e-a903-53898d9a118a
library/HTMLPurifier.includes.php
library/HTMLPurifier/ConfigSchema.php
library/HTMLPurifier/ConfigSchema/Interchange.php
library/HTMLPurifier/ConfigSchema/Validator/Unique.php [moved from library/HTMLPurifier/ConfigSchema/Validator/Duplicate.php with 85% similarity]
tests/HTMLPurifier/ConfigSchema/Validator/UniqueTest.php [moved from tests/HTMLPurifier/ConfigSchema/Validator/DuplicateTest.php with 86% similarity]
tests/HTMLPurifier/ConfigSchemaTest.php
tests/index.php