0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-11-08 14:58:42 +00:00
htmlpurifier/library/HTMLPurifier
Edward Z. Yang 9af9c505e1 [1.1.2]
- Added notes on HTML versus XML attribute whitespace handling
- Noted that HTMLPurifier_ChildDef_Custom isn't being used
- Noted that config object's definitions are cached versions
- Hooked up HTMLPurifier_ChildDef_Custom's unit tests (they weren't being run)
- Tester named "HTML Purifier" not "HTMLPurifier"

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@472 48356398-32a2-884e-a903-53898d9a118a
2006-09-30 18:55:17 +00:00
..
AttrDef [1.1.1] 2006-09-23 00:43:21 +00:00
AttrTransform Renamed ConfigDef to ConfigSchema. (Required major internal restructuring but should not affect end-users) 2006-09-16 22:36:58 +00:00
EntityLookup Implement EntityLookup and put in the Lexer. Some behavior was migrated, since it looks like it will have to be used in all Lexers, not just DirectLex (which is the only one that uses it). 2006-07-23 21:07:30 +00:00
Lexer [1.1.2] 2006-09-27 02:09:54 +00:00
Strategy Renamed ConfigDef to ConfigSchema. (Required major internal restructuring but should not affect end-users) 2006-09-16 22:36:58 +00:00
URIScheme [1.1.2] ftp:// URIs now have their typecodes checked 2006-09-30 17:24:12 +00:00
AttrContext.php [1.1.1] Update documentation and TODO. 2006-09-17 21:59:40 +00:00
AttrDef.php [1.1.2] 2006-09-30 18:55:17 +00:00
AttrTransform.php Add lots of documentation. 2006-08-17 20:29:34 +00:00
ChildDef.php [1.1.2] 2006-09-30 18:55:17 +00:00
Config.php [1.1.2] 2006-09-30 18:55:17 +00:00
ConfigSchema.php [1.1.1] Update documentation and TODO. 2006-09-17 21:59:40 +00:00
CSSDefinition.php De-singleton-ized (HTML|CSS)Definition, tying them to the configuration and making them more amenable to changes. 2006-08-31 20:33:07 +00:00
Encoder.php [1.1.1] Removed double-semicolon. 2006-09-24 19:58:59 +00:00
EntityLookup.php Document core classes up to EntityLookup.php 2006-08-19 23:06:59 +00:00
EntityParser.php [1.1.1] Update documentation and TODO. 2006-09-17 21:59:40 +00:00
Generator.php [1.1.1] 2006-09-24 21:58:14 +00:00
HTMLDefinition.php Add more documentation to HTMLDefinition in anticipation for refactoring. 2006-09-22 02:47:41 +00:00
IDAccumulator.php Finish documentation for all base classes. 2006-08-20 20:59:13 +00:00
Lexer.php [1.1.2] 2006-09-27 02:09:54 +00:00
Strategy.php Renamed ConfigDef to ConfigSchema. (Required major internal restructuring but should not affect end-users) 2006-09-16 22:36:58 +00:00
TagTransform.php Finish documentation for all base classes. 2006-08-20 20:59:13 +00:00
Token.php Finish documentation for all base classes. 2006-08-20 20:59:13 +00:00
TokenFactory.php Fix syntax error. 2006-08-20 21:39:22 +00:00
URIScheme.php Finish documentation for all base classes. 2006-08-20 20:59:13 +00:00
URISchemeRegistry.php Renamed ConfigDef to ConfigSchema. (Required major internal restructuring but should not affect end-users) 2006-09-16 22:36:58 +00:00