[1.3.0] Added spiffy new smoketest printDefinition.php, which lets you twiddle with...
commit73a1e31fad23d81ddfa4cc68068ba4bbb7e02bf2
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Fri, 24 Nov 2006 06:26:02 +0000 (24 06:26 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Fri, 24 Nov 2006 06:26:02 +0000 (24 06:26 +0000)
treef2ddac4165b79f0035b1c8b0c95c10723189b571
parent775763c583c72df85913c38757262469737012f8
[1.3.0] Added spiffy new smoketest printDefinition.php, which lets you twiddle with the configuration settings and see how the internal rules are affected. (currently only complete for HTMLDefinition).
- HTMLPurifier -> HTML Purifier
. HTMLPurifier_Config->getBatch($namespace) added
. More lenient casting to bool from string in HTMLPurifier_ConfigSchema
. <?xml ... tags added to all smoketests

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@578 48356398-32a2-884e-a903-53898d9a118a
12 files changed:
NEWS
docs/examples/demo.php
library/HTMLPurifier/Config.php
library/HTMLPurifier/ConfigSchema.php
library/HTMLPurifier/Printer.php [new file with mode: 0644]
library/HTMLPurifier/Printer/CSSDefinition.php [new file with mode: 0644]
library/HTMLPurifier/Printer/HTMLDefinition.php [new file with mode: 0644]
smoketests/common.php
smoketests/printDefinition.php [new file with mode: 0644]
smoketests/utf8.php
smoketests/variableWidthAttack.php
smoketests/xssAttacks.php