From 41a25cb6b8a29f57d29ff575468bf614bf0306bc Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Wed, 13 Dec 2006 04:14:30 +0000 Subject: [PATCH] [1.3.2] printDefinition.php: added labels, added better clarification - Updated TODO git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@609 48356398-32a2-884e-a903-53898d9a118a --- NEWS | 1 + TODO | 6 ++++++ smoketests/printDefinition.php | 37 ++++++++++++++++++++-------------- 3 files changed, 29 insertions(+), 15 deletions(-) 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 '';