0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 19:25:19 +00:00
htmlpurifier/library/HTMLPurifier/HTMLModule
Edward Z. Yang bf0d659c47 [2.0.1] Improve special case handling for <script>
- DirectLex now honors comments with greater than or less than signs in them
- Comments are transformed into script elements, ending comments are scrapped
- Buggy generator code rewritten to be more error-proof
- AttrValidator checks if token has attributes before processing
- Remove invalid documentation from Scripting
- "Commenting" of script elements switched to the more advanced version

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1189 48356398-32a2-884e-a903-53898d9a118a
2007-06-21 14:44:26 +00:00
..
Tidy [1.7.0] Finish implementing legacy elements, begin implementing legacy attributes 2007-05-21 01:36:15 +00:00
Bdo.php [1.7.0] New compact syntax for AttrDef objects that can be used to instantiate new objects via make() 2007-05-23 00:39:07 +00:00
CommonAttributes.php [1.7.0] Implement and hook-in Tidy module setup. 2007-05-19 21:00:12 +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] Add native support for required elements 2007-06-20 21:39:28 +00:00
Legacy.php [1.7.0] Complete Legacy element and attribute native support. 2007-05-29 16:51:32 +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
NonXMLCommonAttributes.php [1.7.0] Implement and hook-in Tidy module setup. 2007-05-19 21:00:12 +00:00
Presentation.php [1.7.0] Minor reformatting of some modules to make them more like the XHTML abstract definitions 2007-05-13 20:50:53 +00:00
Scripting.php [2.0.1] Improve special case handling for <script> 2007-06-21 14:44:26 +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] HTML Purifier now works with PHP 4.3.2. Yay! 2007-05-27 14:27:54 +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] Minor reformatting of some modules to make them more like the XHTML abstract definitions 2007-05-13 20:50:53 +00:00
Tidy.php Officially transition from 1.7 -> 2.0, mass substitution. Also, wrote WHATSNEW. We are in feature-freeze! 2007-06-20 03:00:36 +00:00
XMLCommonAttributes.php [1.7.0] Implement and hook-in Tidy module setup. 2007-05-19 21:00:12 +00:00