File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,26 @@ Fixed:
1414- mysql documentation fixed to note requirement of 4.0+ and InnoDB
1515- added testing of schema mutation, fixed rdbms backends handling of a
1616 couple of cases
17-
17+ - HTML 4.01 validation on the 'classic' backend
18+ - Messages to the mailgw can be about classes other than issues now.
19+ - Signature matching is more precise (bug #827775).
20+ - Anonymous user can no longer edit or view itself (bug #828901).
21+ - Corrected typo in installation.html (bug #822967).
22+ - Clarified listTemplates docstring.
23+ - Print a nicer error message when the address is already in use
24+ (bug #798659).
25+ - Remove empty lines before sending strings off to the csv parser
26+ (bug #821364).
27+
28+ Cleanup:
29+ - Replace curuserid attribute on Database with the extended getuid() method.
30+ - Extract a new 'mailer' module for sending mail.
31+ - Extract a '_send_mail' method for testing mail sending.
32+ - Simplify backend importing.
33+ - Use roundup_server in demo.py.
34+ - Implement newItemAction using editItemAction.
35+ - Use FormError in client.py, moving the handling up to inner_main().
36+ - Implemented semantic comparison of Message objects in test_mailgw.
1837
19382003-10-?? 0.6.3
2039Fixed:
You can’t perform that action at this time.
0 commit comments