0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-11-12 16:38:40 +00:00
htmlpurifier/library/HTMLPurifier
Edward Z. Yang 21116373a7 [1.5.0] Implemented new HTMLDefinition based on XHTML 1.1 Modularization
- Well, not really, but it's now official. Some gunky prototype code left, but it's pretty much all done.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@723 48356398-32a2-884e-a903-53898d9a118a
2007-02-04 23:17:13 +00:00
..
AttrDef [1.5.0] Rename Class to Nmtokens (more accurate) 2007-02-03 20:15:33 +00:00
AttrTransform Merge in PHP5 strict changes that are applicable to PHP4. 2007-01-16 22:22:08 +00:00
ChildDef Add a bunch of compatibility gunk to XHTMLDefinition for modules we've not implemented yet and replace HTMLDefinition with it. 2007-02-04 23:10:10 +00:00
EntityLookup [1.2.0] 2006-09-30 20:18:08 +00:00
Filter [1.4.1] docs/enduser-youtube.html updated according to new functionality and YouTube IDs can have underscores and dashes 2007-01-21 21:45:14 +00:00
HTMLModule Rename attr_collection to attr_collections, which is more accurate. HTMLModule now has attr_collections_info rather than attr_collections which implied an object. Further clarified naming conventions. 2007-02-04 22:26:56 +00:00
Language [1.5.0] Add rudimentary I18N and L10N support based off MediaWiki 2007-01-29 20:11:00 +00:00
Lexer Fix minor typo. 2007-01-28 22:19:05 +00:00
Printer Add full documentation. Implement deferred ChildDef to HTMLModule. Add missing attributes for table, switched some to Number. Add necessary includes to module files. Add pre exclusions. Printer now ksorts arrays before output. Exclude ins/del from descendants_are_inline flagging. 2007-02-04 20:09:35 +00:00
Strategy [1.5.0] Massive refactoring for Blockquote and Chameleon to be more extensible and accommodating of XHTMLDefinition. 2007-02-04 03:53:57 +00:00
URIScheme [1.2.0] Non-accessible resources (ex. mailto) blocked from embedded URIs (img src) 2006-11-17 23:09:10 +00:00
AttrCollections.php Add a bunch of compatibility gunk to XHTMLDefinition for modules we've not implemented yet and replace HTMLDefinition with it. 2007-02-04 23:10:10 +00:00
AttrDef.php [1.2.0] Implement primitive email regexp to be used for mailto. There are many spotty implementation issues, so this code is not actually called anywhere else currently. 2006-11-08 03:10:43 +00:00
AttrTransform.php [1.3.1] Standardized all attribute handling variables to attr, made it plural 2006-12-06 22:29:08 +00:00
AttrTypes.php Add a bunch of compatibility gunk to XHTMLDefinition for modules we've not implemented yet and replace HTMLDefinition with it. 2007-02-04 23:10:10 +00:00
ChildDef.php [1.3.0] Add Printer_CSSDefinition. 2006-11-25 05:05:32 +00:00
Config.php Add a bunch of compatibility gunk to XHTMLDefinition for modules we've not implemented yet and replace HTMLDefinition with it. 2007-02-04 23:10:10 +00:00
ConfigSchema.php [1.4.0] Revamp ConfigSchema tests, add more error checking. 2007-01-20 22:59:20 +00:00
Context.php [1.2.0] Unit test housekeeping: 2006-11-16 23:58:33 +00:00
CSSDefinition.php [1.4.0] Implement 'background' shorthand CSS property. 2007-01-20 02:21:43 +00:00
ElementDef.php [1.5.0] Implemented new HTMLDefinition based on XHTML 1.1 Modularization 2007-02-04 23:17:13 +00:00
Encoder.php [1.4.0] 2007-01-19 03:54:55 +00:00
EntityLookup.php Merge in PHP5 strict changes that are applicable to PHP4. 2007-01-16 22:22:08 +00:00
EntityParser.php [1.2.0] 2006-10-22 16:09:36 +00:00
Error.php [1.2.0] Allow configuration directives to permit null values. ConfigDoc updated accordingly. 2006-11-12 02:59:36 +00:00
Filter.php [1.4.0] YouTube preservation code added to the core by adding HTMLPurifier_Filter hierarchy. 2007-01-21 15:09:07 +00:00
Generator.php [1.3.1] Standardized all attribute handling variables to attr, made it plural 2006-12-06 22:29:08 +00:00
HTMLDefinition.php [1.5.0] Implemented new HTMLDefinition based on XHTML 1.1 Modularization 2007-02-04 23:17:13 +00:00
HTMLModule.php Rename attr_collection to attr_collections, which is more accurate. HTMLModule now has attr_collections_info rather than attr_collections which implied an object. Further clarified naming conventions. 2007-02-04 22:26:56 +00:00
IDAccumulator.php [1.2.0] 2006-10-22 16:09:36 +00:00
Language.php [1.5.0] Add rudimentary I18N and L10N support based off MediaWiki 2007-01-29 20:11:00 +00:00
LanguageFactory.php [1.5.0] Add rudimentary I18N and L10N support based off MediaWiki 2007-01-29 20:11:00 +00:00
Lexer.php Replaced version check with functionality check for DOM 2007-01-20 15:07:48 +00:00
PercentEncoder.php [1.2.0] Add documentation to PercentEncoder.php 2006-11-07 17:42:41 +00:00
Printer.php [1.3.0] Add Printer_CSSDefinition. 2006-11-25 05:05:32 +00:00
Strategy.php [1.2.0] 2006-10-01 20:47:07 +00:00
TagTransform.php [1.3.1] Standardized all attribute handling variables to attr, made it plural 2006-12-06 22:29:08 +00:00
Token.php [1.3.1] Standardized all attribute handling variables to attr, made it plural 2006-12-06 22:29:08 +00:00
TokenFactory.php [1.3.1] Standardized all attribute handling variables to attr, made it plural 2006-12-06 22:29:08 +00:00
URIScheme.php [1.2.0] Non-accessible resources (ex. mailto) blocked from embedded URIs (img src) 2006-11-17 23:09:10 +00:00
URISchemeRegistry.php Merge in PHP5 strict changes that are applicable to PHP4. 2007-01-16 22:22:08 +00:00