[3.1.1] Allow injectors to be specified by modules.
commit32025a12e195a36a575f207d9184f4c7f72fa1f4
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Mon, 9 Jun 2008 01:23:05 +0000 (9 01:23 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Mon, 9 Jun 2008 01:23:05 +0000 (9 01:23 +0000)
treee06a248a36741b2bd6e8eb89e8b5cfa6e449660d
parent7dae94c44b96cbd31c999946e9498faa153fc186
[3.1.1] Allow injectors to be specified by modules.
- Make method for URI implemented
- Split out checkNeeded in Injector from prepare

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1779 48356398-32a2-884e-a903-53898d9a118a
NEWS
library/HTMLPurifier/AttrDef/URI.php
library/HTMLPurifier/HTMLDefinition.php
library/HTMLPurifier/HTMLModule.php
library/HTMLPurifier/HTMLModuleManager.php
library/HTMLPurifier/Injector.php
library/HTMLPurifier/Strategy/MakeWellFormed.php
tests/HTMLPurifier/AttrDef/URITest.php
tests/HTMLPurifier/HTMLDefinitionTest.php
tests/HTMLPurifier/HTMLModuleManagerTest.php