Forms implementation for %HTML.Trusted. Some backend changes:
commitc9b6f125aa7b8bbe1ad3d566267bf2b5c46801cd
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Fri, 15 Aug 2008 22:57:44 +0000 (15 18:57 -0400)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Fri, 15 Aug 2008 22:57:44 +0000 (15 18:57 -0400)
tree45d496332922cd8928763016bcfb9c3eb47ae8ec
parentdc28346677939f1d729e3dfe5f76dab57495c1f0
Forms implementation for %HTML.Trusted. Some backend changes:

* Added Charsets and Character attribute types
* Fix a heavily recursive form of ContentSets, this allows a content-set
  to include another content-set which includes another content-set, and
  so forth.

Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
17 files changed:
NEWS
TODO
configdoc/usage.xml
library/HTMLPurifier.includes.php
library/HTMLPurifier.safe-includes.php
library/HTMLPurifier/AttrTransform/Input.php [new file with mode: 0644]
library/HTMLPurifier/AttrTransform/Textarea.php [new file with mode: 0644]
library/HTMLPurifier/AttrTypes.php
library/HTMLPurifier/ChildDef/Custom.php
library/HTMLPurifier/ContentSets.php
library/HTMLPurifier/HTMLModule/Forms.php [new file with mode: 0644]
library/HTMLPurifier/HTMLModuleManager.php
tests/HTMLPurifier/AttrTransform/InputTest.php [new file with mode: 0644]
tests/HTMLPurifier/ChildDef/CustomTest.php
tests/HTMLPurifier/ChildDef/RequiredTest.php
tests/HTMLPurifier/ComplexHarness.php
tests/HTMLPurifier/HTMLModule/FormsTest.php [new file with mode: 0644]