[1.1.2] ftp:// URIs now have their typecodes checked
[htmlpurifier.git] / NEWS
blobd8466ba21b1eaf7993110952fddb56f1eb6d0a24
1 NEWS ( CHANGELOG and HISTORY )                                     HTMLPurifier
2 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 = KEY ====================
5     ! Feature
6     - Bugfix
7       + Sub-comment
8     . Internal change
9 ==========================
11 1.2.0, unknown projected release date
12 (feature release)
14 1.1.2, unknown projected release date
15 (bugfix release, may be merged with 1.2.0 if new features precede major bugs)
16 ! Add HTMLPurifier.auto.php stub file that automatically configures pathx
17 - Documentation updated
18   + INSTALL document rewritten
19   + TODO added semi-lossy conversion
20   + API Doxygen docs' file exclusions updated
21 - Fixed lack of attribute parsing in HTMLPurifier_Lexer_PEARSax3
22 - ftp:// URIs now have their typecodes checked
23 . Line endings standardized throughout project (svn:eol-style standardized)
24 . Refactored parseData() to general Lexer class
26 1.1.1, released 2006-09-24
27 ! Configuration option to optionally Tidy up output for indentation to make up
28   for dropped whitespace by DOMLex (pretty-printing for the entire application
29   should be done by a page-wide Tidy)
30 - Various documentation updates
31 - Fixed parse error in configuration documentation script
32 - Fixed fatal error in benchmark scripts, slightly augmented
33 - As far as possible, whitespace is preserved in-between table children
34 - Sample test-settings.php file included
36 1.1.0, released 2006-09-16
37 ! Directive documentation generation using XSLT
38 ! XHTML can now be turned off, output becomes <br>
39 - Made URI validator more forgiving: will ignore leading and trailing
40   quotes, apostrophes and less than or greater than signs.
41 - Enforce alphanumeric namespace and directive names for configuration.
42 - Table child definition made more flexible, will fix up poorly ordered elements
43 . Renamed ConfigDef to ConfigSchema
45 1.0.1, released 2006-09-04
46 - Fixed slight bug in DOMLex attribute parsing
47 - Fixed rejection of case-insensitive configuration values when there is a
48   set of allowed values.  This manifested in %Core.Encoding.
49 - Fixed rejection of inline style declarations that had lots of extra
50   space in them.  This manifested in TinyMCE.
52 1.0.0, released 2006-09-01
53 ! Shorthand CSS properties implemented: font, border, background, list-style
54 ! Basic color keywords translated into hexadecimal values
55 ! Table CSS properties implemented
56 ! Support for charsets other than UTF-8 (defined by iconv)
57 ! Malformed UTF-8 and non-SGML character detection and cleaning implemented
58 - Fixed broken numeric entity conversion
59 - API documentation completed
60 . (HTML|CSS)Definition de-singleton-ized
62 1.0.0beta, released 2006-08-16
63 ! First public release, most functionality implemented. Notable omissions are:
64   + Shorthand CSS properties
65   + Table CSS properties
66   + Deprecated attribute transformations