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