Mercurial > p > roundup > code
comparison CHANGES.txt @ 1911:f5c804379c85
fixed ZRoundup - mostly changes to classic template
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 12 Nov 2003 01:00:59 +0000 |
| parents | d19fd344bd1f |
| children | 20cfd25cffda |
comparison
equal
deleted
inserted
replaced
| 1910:d19fd344bd1f | 1911:f5c804379c85 |
|---|---|
| 5 Feature: | 5 Feature: |
| 6 - support confirming registration by replying to the email (sf bug 763668) | 6 - support confirming registration by replying to the email (sf bug 763668) |
| 7 - support setgid and running on port < 1024 (sf patch 777528) | 7 - support setgid and running on port < 1024 (sf patch 777528) |
| 8 - using Zope3's test runner now, allowing GC checks, nicer controls and | 8 - using Zope3's test runner now, allowing GC checks, nicer controls and |
| 9 coverage analysis | 9 coverage analysis |
| 10 - added postgresql backend (originally from patch #761740, many changes since) | 10 - added postgresql backend (originally from sf patch 761740, many changes |
| 11 since) | |
| 11 - all RDBMS backends now have indexes on several columns | 12 - all RDBMS backends now have indexes on several columns |
| 12 - Change nosymessage and send_message to accept msgid=None (RFE #707235). | 13 - Change nosymessage and send_message to accept msgid=None (RFE #707235). |
| 13 | 14 |
| 14 Fixed: | 15 Fixed: |
| 15 - mysql documentation fixed to note requirement of 4.0+ and InnoDB | 16 - mysql documentation fixed to note requirement of 4.0+ and InnoDB |
| 16 - added testing of schema mutation, fixed rdbms backends handling of a | 17 - added testing of schema mutation, fixed rdbms backends handling of a |
| 17 couple of cases | 18 couple of cases |
| 18 - HTML 4.01 validation on the 'classic' backend | 19 - HTML 4.01 validation on the 'classic' backend |
| 19 - Messages to the mailgw can be about classes other than issues now. | 20 - Messages to the mailgw can be about classes other than issues now. |
| 20 - Signature matching is more precise (bug #827775). | 21 - Signature matching is more precise (sf bug 827775). |
| 21 - Anonymous user can no longer edit or view itself (bug #828901). | 22 - Anonymous user can no longer edit or view itself (sf bug 828901). |
| 22 - Corrected typo in installation.html (bug #822967). | 23 - Corrected typo in installation.html (sf bug 822967). |
| 23 - Clarified listTemplates docstring. | 24 - Clarified listTemplates docstring. |
| 24 - Print a nicer error message when the address is already in use | 25 - Print a nicer error message when the address is already in use |
| 25 (bug #798659). | 26 (sf bug 798659). |
| 26 - Remove empty lines before sending strings off to the csv parser | 27 - Remove empty lines before sending strings off to the csv parser |
| 27 (bug #821364). | 28 (sf bug 821364). |
| 28 - Centralised conversion of user-input data to hyperdb values (bug #802405, | 29 - Centralised conversion of user-input data to hyperdb values (sf bug 802405, |
| 29 bug #817217, rfe #816994) | 30 sf bug 817217, sf rfe 816994) |
| 30 - recalculate SHA on template files when installed tracker used as | 31 - recalculate SHA on template files when installed tracker used as |
| 31 template (sf bug 827510) | 32 template (sf bug 827510) |
| 33 - fixed ZRoundup (sf bug 624380) | |
| 32 | 34 |
| 33 Cleanup: | 35 Cleanup: |
| 34 - Replace curuserid attribute on Database with the extended getuid() method. | 36 - Replace curuserid attribute on Database with the extended getuid() method. |
| 35 - Extract a new 'mailer' module for sending mail. | 37 - Extract a new 'mailer' module for sending mail. |
| 36 - Extract a '_send_mail' method for testing mail sending. | 38 - Extract a '_send_mail' method for testing mail sending. |
