0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-08 07:01:53 +00:00
htmlpurifier/library/HTMLPurifier
Edward Z. Yang 374736ae44 Merged revisions 380:382 from trunk/ to branches/1.0/:
- Disambiguate between iconv and PHP test runs for cleanUTF8.
- Fixed rejection of inline style declarations that had lots of extra space in them.  This manifested in TinyMCE.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/branches/1.0@383 48356398-32a2-884e-a903-53898d9a118a
2006-09-04 23:12:32 +00:00
..
AttrDef Merged revisions 380:382 from trunk/ to branches/1.0/: 2006-09-04 23:12:32 +00:00
AttrTransform Revamp configuration files so that more rules can be added, internal organization is more logical, and descriptions are captured. 2006-08-27 18:49:16 +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 Merged revisions 363:365 from trunk/ to branches/1.0/ 2006-09-01 16:24:35 +00:00
Strategy 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
URIScheme Document URISchemes, this completes internal API documentation. 2006-08-20 22:06:11 +00:00
AttrContext.php Add lots of documentation. 2006-08-17 20:29:34 +00:00
AttrDef.php Add lots of documentation. 2006-08-17 20:29:34 +00:00
AttrTransform.php Add lots of documentation. 2006-08-17 20:29:34 +00:00
ChildDef.php Revamp configuration files so that more rules can be added, internal organization is more logical, and descriptions are captured. 2006-08-27 18:49:16 +00:00
Config.php Merged revisions 366:367 from trunk/ to branches/1.0 2006-09-01 16:58:29 +00:00
ConfigDef.php Merged revisions 366:367 from trunk/ to branches/1.0 2006-09-01 16:58:29 +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 Merged revisions 366:367 from trunk/ to branches/1.0 2006-09-01 16:58:29 +00:00
EntityLookup.php Document core classes up to EntityLookup.php 2006-08-19 23:06:59 +00:00
EntityParser.php Speed up cleanUTF8 with iconv. Also factored out code point to character code. 2006-08-31 22:25:48 +00:00
Generator.php Revamp configuration files so that more rules can be added, internal organization is more logical, and descriptions are captured. 2006-08-27 18:49:16 +00:00
HTMLDefinition.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
IDAccumulator.php Finish documentation for all base classes. 2006-08-20 20:59:13 +00:00
Lexer.php More refactoring: bundling charset and entity stuff together makes little sense, so new HTMLPurifier/EntityParser.php. 2006-08-30 02:21:39 +00:00
Strategy.php Revamp configuration files so that more rules can be added, internal organization is more logical, and descriptions are captured. 2006-08-27 18:49:16 +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 Revamp configuration files so that more rules can be added, internal organization is more logical, and descriptions are captured. 2006-08-27 18:49:16 +00:00