From 5a24e03093486321f42c8555d9ac1218457443aa Mon Sep 17 00:00:00 2001 From: jlgijsbers Date: Mon, 3 Nov 2003 21:51:06 +0000 Subject: [PATCH] Add all fixes and cleanups I forgot to mention when checking them in. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1958 57a73879-2fb5-44c3-a270-3262357dd7e2 --- CHANGES.txt | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index cc53564..93ac301 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -14,7 +14,26 @@ Fixed: - 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: -- 2.30.2