2006-08-16 17:35:24 +00:00
|
|
|
NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
|
2006-08-16 16:32:44 +00:00
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
|
2006-09-17 00:17:45 +00:00
|
|
|
1.2.0, unknown projected release date
|
2006-09-24 23:42:14 +00:00
|
|
|
(feature release)
|
2006-09-17 00:17:45 +00:00
|
|
|
|
2006-09-24 23:42:14 +00:00
|
|
|
1.1.2, unknown projected release date
|
2006-09-25 00:23:33 +00:00
|
|
|
(bugfix release, may be merged with 1.2.0 if new features precede major bugs)
|
2006-09-27 02:14:53 +00:00
|
|
|
- Line endings standardized throughout project
|
2006-09-27 02:09:54 +00:00
|
|
|
- Documentation updated
|
|
|
|
- API docs now exclude more files that are not classes
|
|
|
|
- Fixed lack of attribute parsing in HTMLPurifier_Lexer_PEARSax3
|
2006-09-27 02:14:53 +00:00
|
|
|
- (internal) Refactored parseData() to general Lexer class
|
2006-09-24 23:42:14 +00:00
|
|
|
|
|
|
|
1.1.1, released 2006-09-24
|
2006-09-24 02:06:12 +00:00
|
|
|
- Various documentation updates
|
|
|
|
- Fixed parse error in configuration documentation script
|
2006-09-24 21:58:14 +00:00
|
|
|
- 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
|
2006-09-17 00:17:45 +00:00
|
|
|
|
|
|
|
1.1.0, released 2006-09-16
|
2006-09-04 02:31:27 +00:00
|
|
|
- Made URI validator more forgiving: will ignore leading and trailing
|
|
|
|
quotes, apostrophes and less than or greater than signs.
|
2006-09-06 02:07:46 +00:00
|
|
|
- Enforce alphanumeric namespace and directive names for configuration.
|
2006-09-13 00:59:20 +00:00
|
|
|
- Directive documentation generation using XSLT
|
2006-09-15 01:52:22 +00:00
|
|
|
- Table child definition made more flexible, will fix up poorly ordered elements
|
2006-09-16 00:37:33 +00:00
|
|
|
- XHTML generation can now be turned off, allowing things like <br>
|
2006-09-16 22:36:58 +00:00
|
|
|
- Renamed ConfigDef to ConfigSchema
|
2006-09-11 02:20:33 +00:00
|
|
|
|
|
|
|
1.0.1, released 2006-09-04
|
2006-09-01 16:19:21 +00:00
|
|
|
- Fixed slight bug in DOMLex attribute parsing
|
2006-09-01 16:40:14 +00:00
|
|
|
- Fixed rejection of case-insensitive configuration values when there is a
|
|
|
|
set of allowed values. This manifested in %Core.Encoding.
|
2006-09-04 23:01:47 +00:00
|
|
|
- Fixed rejection of inline style declarations that had lots of extra
|
|
|
|
space in them. This manifested in TinyMCE.
|
2006-09-01 16:19:21 +00:00
|
|
|
|
2006-09-01 14:57:47 +00:00
|
|
|
1.0.0, released 2006-09-01
|
2006-08-18 17:49:33 +00:00
|
|
|
- Fixed broken numeric entity conversion
|
2006-08-19 17:53:59 +00:00
|
|
|
- Malformed UTF-8 and non-SGML character detection and cleaning implemented
|
2006-08-20 22:06:11 +00:00
|
|
|
- API documentation completed
|
2006-08-29 02:01:58 +00:00
|
|
|
- Shorthand CSS properties implemented: font, border, background, list-style
|
2006-08-27 00:35:57 +00:00
|
|
|
- Basic color keywords translated into hexadecimal values
|
2006-08-28 20:10:01 +00:00
|
|
|
- Table CSS properties implemented
|
2006-08-31 20:33:07 +00:00
|
|
|
- (HTML|CSS)Definition de-singleton-ized
|
2006-09-01 00:54:38 +00:00
|
|
|
- Support for charsets other than UTF-8 (defined by iconv)
|
2006-08-18 00:04:05 +00:00
|
|
|
|
2006-08-16 17:35:24 +00:00
|
|
|
1.0.0beta, released 2006-08-16
|
|
|
|
- First public release, most functionality implemented. Notable omissions are:
|
|
|
|
. Shorthand CSS properties
|
|
|
|
. Table CSS properties
|
|
|
|
. Deprecated attribute transformations
|