Mercurial > p > roundup > code
diff CHANGES.txt @ 1889:4a77e5c0cd57
Add all fixes and cleanups I forgot to mention when checking them in.
| author | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
|---|---|
| date | Mon, 03 Nov 2003 21:51:06 +0000 |
| parents | f63aa57386b0 |
| children | 80534c722838 |
line wrap: on
line diff
--- a/CHANGES.txt Mon Nov 03 19:08:41 2003 +0000 +++ b/CHANGES.txt Mon Nov 03 21:51:06 2003 +0000 @@ -14,7 +14,26 @@ - mysql documentation fixed to note requirement of 4.0+ and InnoDB - added testing of schema mutation, fixed rdbms backends handling of a couple of cases +- HTML 4.01 validation on the 'classic' backend +- Messages to the mailgw can be about classes other than issues now. +- Signature matching is more precise (bug #827775). +- Anonymous user can no longer edit or view itself (bug #828901). +- Corrected typo in installation.html (bug #822967). +- Clarified listTemplates docstring. +- Print a nicer error message when the address is already in use + (bug #798659). +- Remove empty lines before sending strings off to the csv parser + (bug #821364). +Cleanup: +- Replace curuserid attribute on Database with the extended getuid() method. +- Extract a new 'mailer' module for sending mail. +- Extract a '_send_mail' method for testing mail sending. +- Simplify backend importing. +- Use roundup_server in demo.py. +- Implement newItemAction using editItemAction. +- Use FormError in client.py, moving the handling up to inner_main(). +- Implemented semantic comparison of Message objects in test_mailgw. 2003-10-?? 0.6.3 Fixed:
