diff --git a/NEWS b/NEWS index aa909d8f..61104e87 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,7 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier 1.3.2, unknown release date, may be dropped (security/bugfix/minor feature release) +- printDefinition.php: added labels, added better clarification 1.3.1, released 2006-12-06 ! Added HTMLPurifier.func.php stub for a convenient function to call the library diff --git a/TODO b/TODO index b29e320f..5b8620eb 100644 --- a/TODO +++ b/TODO @@ -85,6 +85,12 @@ Requested contents should be dropped or not (currently, there's code that could do something like this if it didn't drop the inner text too.) - Accept array input, by iterating and purifying all of the items + - More user-friendly warnings when %HTML.Allow* attempts to specify a + tag or attribute that is not supported + - Allow specifying global attributes on a tag-by-tag basis in + %HTML.AllowAttributes + - Parse TinyMCE whitelist into our %HTML.Allow whitelists + - XSS-attempt detection Wontfix - Non-lossy smart alternate character encoding transformations (unless diff --git a/smoketests/printDefinition.php b/smoketests/printDefinition.php index a937ec71..91c15d4c 100644 --- a/smoketests/printDefinition.php +++ b/smoketests/printDefinition.php @@ -36,6 +36,7 @@ echo '';