From f4f0f80d2118437e5047ba266f92d7acb3c38fb7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 11 Apr 2011 16:41:01 +0400 Subject: update HTMLPurifier; enable embedded flash video in articles --- lib/htmlpurifier/library/HTMLPurifier/Definition.php | 11 +++++++++++ 1 file changed, 11 insertions(+) mode change 100755 => 100644 lib/htmlpurifier/library/HTMLPurifier/Definition.php (limited to 'lib/htmlpurifier/library/HTMLPurifier/Definition.php') diff --git a/lib/htmlpurifier/library/HTMLPurifier/Definition.php b/lib/htmlpurifier/library/HTMLPurifier/Definition.php old mode 100755 new mode 100644 index a7408c974..c7f82eba4 --- a/lib/htmlpurifier/library/HTMLPurifier/Definition.php +++ b/lib/htmlpurifier/library/HTMLPurifier/Definition.php @@ -12,6 +12,17 @@ abstract class HTMLPurifier_Definition */ public $setup = false; + /** + * If true, write out the final definition object to the cache after + * setup. This will be true only if all invocations to get a raw + * definition object are also optimized. This does not cause file + * system thrashing because on subsequent calls the cached object + * is used and any writes to the raw definition object are short + * circuited. See enduser-customize.html for the high-level + * picture. + */ + public $optimized = null; + /** * What type of definition is it? */ -- cgit v1.2.3