From 114d6841ab474c78f3155b8a36ee8a31afadcc84 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Mon, 30 Apr 2007 00:48:22 +0000 Subject: [PATCH] Update TODO: rename release and add HTML configuration interface git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@998 48356398-32a2-884e-a903-53898d9a118a --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 7f157706..c023fb24 100644 --- a/TODO +++ b/TODO @@ -7,7 +7,7 @@ TODO List ? Maybe I'll Do It ========================== -1.6.1 [Oh God, We Missed Something!] +1.6.1 [Oh Dear, We Missed Something!] # vspace and hspace in img # align in img and table # target in a @@ -19,6 +19,7 @@ TODO List # Implement all deprecated tags and attributes - Parse TinyMCE-style whitelist into our %HTML.Allow* whitelists (possibly do this earlier) + ? HTML interface for tweaking configuration to see changes 1.8 release [Refactor, refactor!] # URI validation routines tighter (see docs/dev-code-quality.html) (COMPLEX)