0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-11-10 07:38:41 +00:00
htmlpurifier/library/HTMLPurifier/ConfigSchema
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
..
Builder Revamp configuration backend. 2009-02-21 03:00:33 -05:00
Interchange Revamp configuration backend. 2009-02-21 03:00:33 -05:00
schema Fix two bugs with caching of customized raw definitions. 2010-12-30 23:51:53 +00:00
Exception.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
Interchange.php Revamp configuration backend. 2009-02-21 03:00:33 -05:00
InterchangeBuilder.php Add docs and facilities for having separate directories of schemas. 2009-05-29 22:16:35 -04:00
schema.ser Add initial implementation of CSS.Trusted. 2010-11-12 18:45:03 +00:00
Validator.php Revamp configuration backend. 2009-02-21 03:00:33 -05:00
ValidatorAtom.php Add vim modelines to all files. 2008-12-06 04:24:59 -05:00