[3.1.0] Landed modified patch by Braden Anderson for %CSS.AllowedProperties
commit51cbb7264917e395d24aa326bd3ef49cb1bdbde4
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Sun, 30 Mar 2008 21:44:16 +0000 (30 21:44 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Sun, 30 Mar 2008 21:44:16 +0000 (30 21:44 +0000)
treee3522016ac95dafaef8551945724151e6f63942e
parent9f2f6c3166f79cd74e701e4f902ecf5d21b42a51
[3.1.0] Landed modified patch by Braden Anderson for %CSS.AllowedProperties
- Fix broken ConfigSchema build, as well as broken aliases
- Remove another advisory property from runtime ConfigSchema classes
- Reorder flush script to more accurately reflect dependencies
- Remove some aliases from unit tests

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1635 48356398-32a2-884e-a903-53898d9a118a
13 files changed:
NEWS
TODO
library/HTMLPurifier/CSSDefinition.php
library/HTMLPurifier/ConfigDef/Directive.php
library/HTMLPurifier/ConfigSchema.php
library/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php
library/HTMLPurifier/ConfigSchema/schema.ser
library/HTMLPurifier/ConfigSchema/schema/CSS.AllowedProperties.txt [new file with mode: 0644]
library/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocksScope.txt
library/HTMLPurifier/HTMLDefinition.php
maintenance/flush.php
tests/HTMLPurifier/DefinitionCacheFactoryTest.php
tests/HTMLPurifierTest.php