@@ -24,6 +24,9 @@ Feature:
2424- HTML generated is now HTML4 (or optionally XHTML) compliant (sf feature
2525 814314 and sf patch 834620)
2626- default stylesheet turns off sidebar when printing
27+ - allow direct supply of filter() arguments (thanks Godefroid Chapelle)
28+ - improved body_title slot (sf patch 873502)
29+ - HTMLLinkProperty field() method renders as a field now (thanks darryl)
2730
2831Fixed:
2932- mysql documentation fixed to note requirement of 4.0+ and InnoDB
@@ -44,11 +47,9 @@ Fixed:
4447- recalculate SHA on template files when installed tracker used as
4548 template (sf bug 827510)
4649- fixed ZRoundup (sf bug 624380)
47- - allowed negative ids (ie. new item markers) in HTMLClass.getItem,
48- allowing "db/file_with_status/-1/status/menu" to generate a useful
49- widget
50- - The mail gateway now searches recursively for the text/plain and the
50+ - the mail gateway now searches recursively for the text/plain and the
5151 attachments of a message (sf bug 841241).
52+ - fixed display of feedback messages in some situations (sf bug 739545)
5253
5354Cleanup:
5455- replace curuserid attribute on Database with the extended getuid() method.
@@ -62,9 +63,19 @@ Cleanup:
6263- tidied up forms in default stylesheet
6364- force textareas to use monospace fonts, lessening surprise on the user
6465
66+
65672004-??-?? 0.6.5
6668Fixed:
6769- mailgw handling of subject-line errors
70+ - allow serving of non-"file"-Class file content (eg. paper_file)
71+ - allowed negative ids (ie. new item markers) in HTMLClass.getItem,
72+ allowing "db/file_with_status/-1/status/menu" to generate a useful
73+ widget
74+ - fixed content-type when templates are serving up xml (thanks Godefroid
75+ Chapelle)
76+ - fixed IE double-submit when it shouldn't (sf bug 842254)
77+ - fixed check for JS pop()/push() to make more general (sf bug 877504)
78+ - fix re-enabling queries (sf bug 861940)
6879
6980
70812003-12-17 0.6.4
0 commit comments