[3.1.1] Round up imagecrash support with HTML.MaxImgLength
commiteb9f9bc7f6e48f8e0eaf9fd53c5797f225480792
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Fri, 23 May 2008 02:09:43 +0000 (23 02:09 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Fri, 23 May 2008 02:09:43 +0000 (23 02:09 +0000)
treea905ab088ca054ee57011fdd0ab7384fcb5c79f3
parentfcebb7731df1dc42f0e50bc3b5844429502a6cc3
[3.1.1] Round up imagecrash support with HTML.MaxImgLength
- Add $max to AttrDef/HTML/Pixels.php
- Add %HTML.MaxImgLength
- CSS width/height allows percents when MaxImgLength is disabled

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1762 48356398-32a2-884e-a903-53898d9a118a
NEWS
configdoc/usage.xml
library/HTMLPurifier/AttrDef/HTML/Pixels.php
library/HTMLPurifier/CSSDefinition.php
library/HTMLPurifier/ConfigSchema/schema.ser
library/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt
library/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt [new file with mode: 0644]
library/HTMLPurifier/HTMLModule/Image.php
tests/HTMLPurifier/AttrDef/HTML/PixelsTest.php
tests/HTMLPurifier/HTMLModule/ImageTest.php [new file with mode: 0644]
tests/HTMLPurifier/Strategy/ValidateAttributesTest.php