2006-08-16 17:35:24 +00:00
|
|
|
NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
|
2006-08-16 16:32:44 +00:00
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
|
2006-09-16 00:37:33 +00:00
|
|
|
1.1.0, projected 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
|