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