2006-08-16 17:35:24 +00:00
|
|
|
NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
|
2006-08-16 16:32:44 +00:00
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
|
2006-09-28 01:28:18 +00:00
|
|
|
= KEY ====================
|
|
|
|
! Feature
|
|
|
|
- Bugfix
|
|
|
|
+ Sub-comment
|
|
|
|
. Internal change
|
|
|
|
==========================
|
|
|
|
|
2006-09-17 00:17:45 +00:00
|
|
|
1.2.0, unknown projected release date
|
2006-10-01 18:14:08 +00:00
|
|
|
. Switched to purify()-wide Context object registry
|
2006-09-17 00:17:45 +00:00
|
|
|
|
2006-09-30 20:18:08 +00:00
|
|
|
1.1.3, unknown projected release date
|
|
|
|
(bugfix release, may be dropped if no major bugs are found before features)
|
|
|
|
|
2006-09-30 19:02:32 +00:00
|
|
|
1.1.2, released 2006-09-30
|
2006-09-30 19:34:59 +00:00
|
|
|
! Add HTMLPurifier.auto.php stub file that configures include_path
|
2006-09-27 02:09:54 +00:00
|
|
|
- Documentation updated
|
2006-09-28 01:28:18 +00:00
|
|
|
+ INSTALL document rewritten
|
|
|
|
+ TODO added semi-lossy conversion
|
|
|
|
+ API Doxygen docs' file exclusions updated
|
2006-09-30 18:55:17 +00:00
|
|
|
+ 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
|
2006-09-27 02:09:54 +00:00
|
|
|
- Fixed lack of attribute parsing in HTMLPurifier_Lexer_PEARSax3
|
2006-09-30 17:24:12 +00:00
|
|
|
- ftp:// URIs now have their typecodes checked
|
2006-09-30 18:55:17 +00:00
|
|
|
- Hooked up HTMLPurifier_ChildDef_Custom's unit tests (they weren't being run)
|
2006-09-28 01:28:18 +00:00
|
|
|
. Line endings standardized throughout project (svn:eol-style standardized)
|
|
|
|
. Refactored parseData() to general Lexer class
|
2006-09-30 18:55:17 +00:00
|
|
|
. Tester named "HTML Purifier" not "HTMLPurifier"
|
2006-09-24 23:42:14 +00:00
|
|
|
|
|
|
|
1.1.1, released 2006-09-24
|
2006-09-28 01:28:18 +00:00
|
|
|
! 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)
|
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
|
|
|
|
- Sample test-settings.php file included
|
2006-09-17 00:17:45 +00:00
|
|
|
|
|
|
|
1.1.0, released 2006-09-16
|
2006-09-28 01:28:18 +00:00
|
|
|
! Directive documentation generation using XSLT
|
|
|
|
! XHTML can now be turned off, output becomes <br>
|
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-15 01:52:22 +00:00
|
|
|
- Table child definition made more flexible, will fix up poorly ordered elements
|
2006-09-28 01:28:18 +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-09-28 01:28:18 +00:00
|
|
|
! Shorthand CSS properties implemented: font, border, background, list-style
|
|
|
|
! Basic color keywords translated into hexadecimal values
|
|
|
|
! Table CSS properties implemented
|
|
|
|
! Support for charsets other than UTF-8 (defined by iconv)
|
|
|
|
! Malformed UTF-8 and non-SGML character detection and cleaning implemented
|
2006-08-18 17:49:33 +00:00
|
|
|
- Fixed broken numeric entity conversion
|
2006-08-20 22:06:11 +00:00
|
|
|
- API documentation completed
|
2006-09-28 01:28:18 +00:00
|
|
|
. (HTML|CSS)Definition de-singleton-ized
|
2006-08-18 00:04:05 +00:00
|
|
|
|
2006-08-16 17:35:24 +00:00
|
|
|
1.0.0beta, released 2006-08-16
|
2006-09-28 01:28:18 +00:00
|
|
|
! First public release, most functionality implemented. Notable omissions are:
|
|
|
|
+ Shorthand CSS properties
|
|
|
|
+ Table CSS properties
|
|
|
|
+ Deprecated attribute transformations
|