[3.1.0] Fix ScriptRequired bug with trusted installs
commit4b862f64e63a07932696affe28f1eaabdc9f6134
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Mon, 28 Apr 2008 01:35:07 +0000 (28 01:35 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Mon, 28 Apr 2008 01:35:07 +0000 (28 01:35 +0000)
tree118d1721b7e99cf88d9c43685b49bc4fc2715cb4
parentbe2cfb79182eadc0c00d4dfef6b692316650fd6f
[3.1.0] Fix ScriptRequired bug with trusted installs
- Generator now takes $config and $context during instantiation
- Double quotes outside of attributes are not escaped

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1700 48356398-32a2-884e-a903-53898d9a118a
NEWS
TODO
configdoc/usage.xml
library/HTMLPurifier.includes.php
library/HTMLPurifier.php
library/HTMLPurifier.safe-includes.php
library/HTMLPurifier/AttrTransform/ScriptRequired.php [new file with mode: 0644]
library/HTMLPurifier/Generator.php
library/HTMLPurifier/HTMLModule/Scripting.php
tests/HTMLPurifier/ComplexHarness.php
tests/HTMLPurifier/GeneratorTest.php