From 49879d2cc6671bcfe9348f52792c9f2a86b74873 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Tue, 27 Dec 2011 23:21:32 +0800 Subject: [PATCH] Add note about superseding modules in TODO. Signed-off-by: Edward Z. Yang --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index 2fbd801f..d09ce9e1 100644 --- a/TODO +++ b/TODO @@ -23,6 +23,11 @@ Things to do as soon as possible: - Deprecated config options that emit warnings when you set them (with' a way of muting the warning if you really want to) - Make HTML.Trusted work with Output.FlashCompat + - HTML.Trusted and HTML.SafeObject have funny interaction; general + problem is what to do when a module "supersedes" another + (see also tables and basic tables.) This is a little dicier + because HTML.SafeObject has some extra functionality that + trusted might find useful. See http://htmlpurifier.org/phorum/read.php?3,5762,6100 FUTURE VERSIONS ---------------