summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 94e163a)
raw | patch | inline | side by side (parent: 94e163a)
author | jlgijsbers <jlgijsbers@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 3 Nov 2003 21:51:06 +0000 (21:51 +0000) | ||
committer | jlgijsbers <jlgijsbers@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 3 Nov 2003 21:51:06 +0000 (21:51 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1958 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index cc5356431e2f43d09f1da057a694979cef77088f..93ac301827a0300429eb59085deed30ae289c661 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
- 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: