[1.2.0] Assorted tinyfixes
[htmlpurifier.git] / NEWS
blob0f1423906aa3605d4a2064068521a8d50ee1fc12
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 ! Added MODx plugin <http://modxcms.com/forums/index.php/topic,6604.0.html>
13 - Documentation updated
14   + TODO added request Phalanger
15   + TODO added request Native compression
16 . Switched to purify()-wide Context object registry
17 . Refactored unit tests to minimize duplication
18 . XSS attack sheet updated
20 1.1.3, unknown projected release date
21 (bugfix release, may be dropped if no major bugs are found before features)
22 - Documentation updated
24 1.1.2, released 2006-09-30
25 ! Add HTMLPurifier.auto.php stub file that configures include_path
26 - Documentation updated
27   + INSTALL document rewritten
28   + TODO added semi-lossy conversion
29   + API Doxygen docs' file exclusions updated
30   + Added notes on HTML versus XML attribute whitespace handling
31   + Noted that HTMLPurifier_ChildDef_Custom isn't being used
32   + Noted that config object's definitions are cached versions
33 - Fixed lack of attribute parsing in HTMLPurifier_Lexer_PEARSax3
34 - ftp:// URIs now have their typecodes checked
35 - Hooked up HTMLPurifier_ChildDef_Custom's unit tests (they weren't being run)
36 . Line endings standardized throughout project (svn:eol-style standardized)
37 . Refactored parseData() to general Lexer class
38 . Tester named "HTML Purifier" not "HTMLPurifier"
40 1.1.1, released 2006-09-24
41 ! Configuration option to optionally Tidy up output for indentation to make up
42   for dropped whitespace by DOMLex (pretty-printing for the entire application
43   should be done by a page-wide Tidy)
44 - Various documentation updates
45 - Fixed parse error in configuration documentation script
46 - Fixed fatal error in benchmark scripts, slightly augmented
47 - As far as possible, whitespace is preserved in-between table children
48 - Sample test-settings.php file included
50 1.1.0, released 2006-09-16
51 ! Directive documentation generation using XSLT
52 ! XHTML can now be turned off, output becomes <br>
53 - Made URI validator more forgiving: will ignore leading and trailing
54   quotes, apostrophes and less than or greater than signs.
55 - Enforce alphanumeric namespace and directive names for configuration.
56 - Table child definition made more flexible, will fix up poorly ordered elements
57 . Renamed ConfigDef to ConfigSchema
59 1.0.1, released 2006-09-04
60 - Fixed slight bug in DOMLex attribute parsing
61 - Fixed rejection of case-insensitive configuration values when there is a
62   set of allowed values.  This manifested in %Core.Encoding.
63 - Fixed rejection of inline style declarations that had lots of extra
64   space in them.  This manifested in TinyMCE.
66 1.0.0, released 2006-09-01
67 ! Shorthand CSS properties implemented: font, border, background, list-style
68 ! Basic color keywords translated into hexadecimal values
69 ! Table CSS properties implemented
70 ! Support for charsets other than UTF-8 (defined by iconv)
71 ! Malformed UTF-8 and non-SGML character detection and cleaning implemented
72 - Fixed broken numeric entity conversion
73 - API documentation completed
74 . (HTML|CSS)Definition de-singleton-ized
76 1.0.0beta, released 2006-08-16
77 ! First public release, most functionality implemented. Notable omissions are:
78   + Shorthand CSS properties
79   + Table CSS properties
80   + Deprecated attribute transformations