0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-11-14 09:18:41 +00:00
htmlpurifier/tests/HTMLPurifier/DefinitionCache
Edward Z. Yang f3d050c517 Fix two bugs with caching of customized raw definitions.
The first bug is that we will repeatedly write out the result
of a customized raw definition to the filesystem, even when a cache
entry already exists.

The second bug is that caching these definitions doesn't actually
work (the cache entry is written but never used.)  A new API
for retrieving raw definitions permits the user to take advantage
of caching.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
2010-12-30 23:51:53 +00:00
..
Decorator Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
SerializerTest Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
DecoratorHarness.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
DecoratorTest.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
SerializerTest.php Fix two bugs with caching of customized raw definitions. 2010-12-30 23:51:53 +00:00