[2.0.1] DefinitionCache related bug-fixes
commitdc0fb7d2b4712a0d86d3904297369ad6ba35766c
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Sat, 23 Jun 2007 14:05:09 +0000 (23 14:05 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Sat, 23 Jun 2007 14:05:09 +0000 (23 14:05 +0000)
tree7c900904316e4ae719562b9816ee0dfa12c1a812
parenteee45fed374fa80d81f59c9b6019f828f3a540d4
[2.0.1] DefinitionCache related bug-fixes
- Fixed bug where manually modified definitions were not saved via cache (mostly harmless, except for the fact that it would be a little slower)
- Configuration objects with different serials do not clobber each others when revision numbers are unequal
. DefinitionCache keys reordered to reflect precedence: version number, hash, then revision number

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1204 48356398-32a2-884e-a903-53898d9a118a
NEWS
library/HTMLPurifier/Config.php
library/HTMLPurifier/DefinitionCache.php
library/HTMLPurifier/DefinitionCache/Serializer.php
tests/HTMLPurifier/ConfigTest.php
tests/HTMLPurifier/DefinitionCache/SerializerTest.php
tests/HTMLPurifier/DefinitionCacheTest.php