1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-11 00:24:03 +02:00

[2.1.2?] Final migration for Injectors, deprecate the config and context parameters in assertResult

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1378 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2007-08-08 05:38:52 +00:00
parent 71301b36eb
commit 8f58c7f49e
5 changed files with 184 additions and 97 deletions

3
NEWS
View File

@@ -13,6 +13,9 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
! Implemented Object module for trusted users
- Fix non-visible parsing error in DirectLex with empty tags that have
slashes inside attribute values.
. Unit test refactoring for one logical test per test function
. Config and context parameters in ComplexHarness deprecated: instead, edit
the $config and $context member variables
2.1.1, released 2007-08-04
- Fix show-stopper bug in %URI.MakeAbsolute functionality