[1.7.0] Implement Cleanup decorator
commite2a951420f392a6b72f59af38f46396e7efa57c9
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Tue, 29 May 2007 20:49:33 +0000 (29 20:49 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Tue, 29 May 2007 20:49:33 +0000 (29 20:49 +0000)
tree9224535913860d435e114288befa403c64d5dbd8
parent002395de09da85a782b8939adc328c6d60464191
[1.7.0] Implement Cleanup decorator
- Create generic DecoratorHarness
- Name decorators, so that they can be overridden or removed
- Add setup function to definition cache factory

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1118 48356398-32a2-884e-a903-53898d9a118a
TODO
library/HTMLPurifier/DefinitionCache/Decorator.php
library/HTMLPurifier/DefinitionCache/Decorator/Cleanup.php [new file with mode: 0644]
library/HTMLPurifier/DefinitionCache/Decorator/Memory.php
library/HTMLPurifier/DefinitionCache/Decorator/Template.php.in
library/HTMLPurifier/DefinitionCacheFactory.php
tests/HTMLPurifier/DefinitionCache/Decorator/CleanupTest.php [new file with mode: 0644]
tests/HTMLPurifier/DefinitionCache/Decorator/MemoryTest.php
tests/HTMLPurifier/DefinitionCache/DecoratorHarness.php [new file with mode: 0644]
tests/test_files.php