[2.1.0] Create new URI object and migrate URI validation systems to use it. URIScheme...
commit797b89930520c58198e846fd5c8db36828ea17f6
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Wed, 1 Aug 2007 18:34:46 +0000 (1 18:34 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Wed, 1 Aug 2007 18:34:46 +0000 (1 18:34 +0000)
tree601da4eb8ffb09567184fd97f857040569b7fc19
parent8c9dbe142d28b565681f6005f075e2a5f45c81c7
[2.1.0] Create new URI object and migrate URI validation systems to use it. URIScheme interface changed.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1334 48356398-32a2-884e-a903-53898d9a118a
16 files changed:
NEWS
library/HTMLPurifier/AttrDef/URI.php
library/HTMLPurifier/URI.php [new file with mode: 0644]
library/HTMLPurifier/URIParser.php
library/HTMLPurifier/URIScheme.php
library/HTMLPurifier/URIScheme/ftp.php
library/HTMLPurifier/URIScheme/http.php
library/HTMLPurifier/URIScheme/mailto.php
library/HTMLPurifier/URIScheme/news.php
library/HTMLPurifier/URIScheme/nntp.php
tests/HTMLPurifier/AttrDef/URITest.php
tests/HTMLPurifier/Harness.php
tests/HTMLPurifier/URIParserTest.php
tests/HTMLPurifier/URISchemeTest.php
tests/HTMLPurifier/URITest.php [new file with mode: 0644]
tests/test_files.php