From 3c4da9666fbc31f0517dae253212562089aa85b4 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Thu, 23 Nov 2006 21:36:17 +0000 Subject: [PATCH] - Update TODO: Caching and Configuration profiles - Added another code-quality issue git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@570 48356398-32a2-884e-a903-53898d9a118a --- TODO | 2 ++ docs/dev-code-quality.html | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 8e9e1c90..24bbe2e7 100644 --- a/TODO +++ b/TODO @@ -9,6 +9,8 @@ TODO List - Allow for background-image and list-style-image (see above) - Error logging for filtering/cleanup procedures - Rich set* methods and config file loaders for HTMLPurifier_Config + - Caching of everything + - Configuration profiles: sets of directives that get set with one func call 1.4 release - Add various "levels" of cleaning diff --git a/docs/dev-code-quality.html b/docs/dev-code-quality.html index 1b7ecad1..39e6a4aa 100644 --- a/docs/dev-code-quality.html +++ b/docs/dev-code-quality.html @@ -32,7 +32,8 @@ AttrDef Number - constructor interface inconsistent with Integer ConfigSchema - redefinition is a mess Strategy - FixNesting - cannot bubble nodes out of structures + FixNesting - cannot bubble nodes out of structures, duplicated checks + for special-case parent node MakeWellFormed - insufficient automatic closing definitions (check HTML spec for optional end tags, also, closing based on type (block/inline) might be efficient).