Skip to content

Commit b1771f7

Browse files
author
Johannes Gijsbers
committed
Add all fixes and cleanups I forgot to mention when checking them in.
1 parent 6d08327 commit b1771f7

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGES.txt

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1938
2003-10-?? 0.6.3
2039
Fixed:

0 commit comments

Comments
 (0)