Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 1888:465dc7dbe67a | 1889:4a77e5c0cd57 |
|---|---|
| 12 | 12 |
| 13 Fixed: | 13 Fixed: |
| 14 - mysql documentation fixed to note requirement of 4.0+ and InnoDB | 14 - mysql documentation fixed to note requirement of 4.0+ and InnoDB |
| 15 - added testing of schema mutation, fixed rdbms backends handling of a | 15 - added testing of schema mutation, fixed rdbms backends handling of a |
| 16 couple of cases | 16 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. | |
| 18 | 37 |
| 19 2003-10-?? 0.6.3 | 38 2003-10-?? 0.6.3 |
| 20 Fixed: | 39 Fixed: |
| 21 - Fixed detectors fix incorrectly fixed in bugfix release 0.6.2 | 40 - Fixed detectors fix incorrectly fixed in bugfix release 0.6.2 |
| 22 - Added note to upgrading doc for detectors fix in 0.6.2 | 41 - Added note to upgrading doc for detectors fix in 0.6.2 |
