[1.2.0] Add context parameter to URIScheme and URISchemeRegistry classes.
commit74ba9b862997100fdea2a67f3ed84dc4e7f65669
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Fri, 27 Oct 2006 01:20:10 +0000 (27 01:20 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Fri, 27 Oct 2006 01:20:10 +0000 (27 01:20 +0000)
treef9e81706c02d91e91cbc27767ca600016e8ca52b
parentb9caa35bf40b7fa4e69e4c72ecd05a6ea3fca6e3
[1.2.0] Add context parameter to URIScheme and URISchemeRegistry classes.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@500 48356398-32a2-884e-a903-53898d9a118a
library/HTMLPurifier/AttrDef/URI.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
library/HTMLPurifier/URISchemeRegistry.php
tests/HTMLPurifier/AttrDef/URITest.php
tests/HTMLPurifier/URISchemeRegistryTest.php
tests/HTMLPurifier/URISchemeTest.php