0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-01-09 15:31:53 +00:00
htmlpurifier/library/HTMLPurifier
Edward Z. Yang bc5871f389 Merged 438:439, 440:441, and 442:457 from trunk/ to branches/1.1/, mostly major work done for 1.1.1 release.
- Various documentation updates
- Fixed fatal error in benchmark scripts, slightly augmented
- As far as possible, whitespace is preserved in-between table children
- Configuration option to optionally Tidy up output for indentation to make up for dropped whitespace by DOMLex (pretty-printing for the entire application should be done by a page-wide Tidy)
- Sample test-settings.php file included

Unrelated unmerged edit: removed irrelevant 1.2.0 release notes, those only exist in the trunk.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/branches/1.1@458 48356398-32a2-884e-a903-53898d9a118a
2006-09-24 22:22:06 +00:00
..
AttrDef Merged 438:439, 440:441, and 442:457 from trunk/ to branches/1.1/, mostly major work done for 1.1.1 release. 2006-09-24 22:22:06 +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 Merged 438:439, 440:441, and 442:457 from trunk/ to branches/1.1/, mostly major work done for 1.1.1 release. 2006-09-24 22:22:06 +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 Document URISchemes, this completes internal API documentation. 2006-08-20 22:06:11 +00:00
AttrContext.php Merged r434:436 from trunk/ to branches/1.1 2006-09-17 22:08:48 +00:00
AttrDef.php - XHTML generation can now be turned off, allowing things like <br> 2006-09-16 00:37:33 +00:00
AttrTransform.php Add lots of documentation. 2006-08-17 20:29:34 +00:00
ChildDef.php Merged 438:439, 440:441, and 442:457 from trunk/ to branches/1.1/, mostly major work done for 1.1.1 release. 2006-09-24 22:22:06 +00:00
Config.php Renamed ConfigDef to ConfigSchema. (Required major internal restructuring but should not affect end-users) 2006-09-16 22:36:58 +00:00
ConfigSchema.php Merged r434:436 from trunk/ to branches/1.1 2006-09-17 22:08:48 +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 438:439, 440:441, and 442:457 from trunk/ to branches/1.1/, mostly major work done for 1.1.1 release. 2006-09-24 22:22:06 +00:00
EntityLookup.php Document core classes up to EntityLookup.php 2006-08-19 23:06:59 +00:00
EntityParser.php Merged r434:436 from trunk/ to branches/1.1 2006-09-17 22:08:48 +00:00
Generator.php Merged 438:439, 440:441, and 442:457 from trunk/ to branches/1.1/, mostly major work done for 1.1.1 release. 2006-09-24 22:22:06 +00:00
HTMLDefinition.php [1.1] Table child definition made more flexible, will fix up poorly ordered elements 2006-09-15 01:52:22 +00:00
IDAccumulator.php Finish documentation for all base classes. 2006-08-20 20:59:13 +00:00
Lexer.php Renamed ConfigDef to ConfigSchema. (Required major internal restructuring but should not affect end-users) 2006-09-16 22:36:58 +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