0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-11-10 07:38:41 +00:00
htmlpurifier/library/HTMLPurifier/HTMLModule
Edward Z. Yang da92cb9ff4 [1.7.0] Fix bug in HTMLPurifier_Harness that causes certain aspects of $input to change after parsing
- Add makeLookup() convenience function to HTMLModule
- Relocate SGML exclusion comment
- Add preliminary Bdo module test

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1049 48356398-32a2-884e-a903-53898d9a118a
2007-05-13 03:42:09 +00:00
..
Bdo.php [1.7.0] Modify addElement to return a reference to the created definition, shorten other HTMLModules accordingly. 2007-05-12 20:44:47 +00:00
CommonAttributes.php [1.7.0] Add more convenience functions to HTMLModule, wire Edit and Hypertext to use new functionality 2007-05-08 03:28:58 +00:00
Edit.php [1.7.0] Migrate Presentation module to new syntax, compactify Edit, Legacy and List declarations. 2007-05-11 00:54:04 +00:00
Hypertext.php [1.7.0] Modify addElement to return a reference to the created definition, shorten other HTMLModules accordingly. 2007-05-12 20:44:47 +00:00
Image.php [1.7.0] Modify addElement to return a reference to the created definition, shorten other HTMLModules accordingly. 2007-05-12 20:44:47 +00:00
Legacy.php [1.7.0] Implement addBlankElement for non-standalone elements. 2007-05-12 20:54:55 +00:00
List.php [1.7.0] Modify addElement to return a reference to the created definition, shorten other HTMLModules accordingly. 2007-05-12 20:44:47 +00:00
Presentation.php [1.7.0] Migrate Presentation module to new syntax, compactify Edit, Legacy and List declarations. 2007-05-11 00:54:04 +00:00
Scripting.php Add experimental and dangerous Scripting module. This is NOT mentioned in the NEWS items, and will be officially released with 1.7. 2007-05-01 21:43:24 +00:00
StyleAttribute.php - Revamp ordering scheme: onus in on collections, conflict resolution based on module load order. 2007-02-17 17:10:28 +00:00
Tables.php [1.7.0] Convert table module to new format. Add support for literal object $contents variable. 2007-05-12 20:26:26 +00:00
Target.php [1.7.0] Implement addBlankElement for non-standalone elements. 2007-05-12 20:54:55 +00:00
Text.php [1.7.0] Fix bug in HTMLPurifier_Harness that causes certain aspects of $input to change after parsing 2007-05-13 03:42:09 +00:00
TransformToStrict.php [1.6.1] Implement AttrTransform for type in ul, ol and li 2007-05-05 19:13:52 +00:00
TransformToXHTML11.php [1.6.1] Fix fatal error with XHTML 1.1 validation. 2007-05-04 01:17:00 +00:00