Mercurial > p > roundup > code
changeset 2172:cf7941a669d6 maint-0.6
fix mail tests
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 01 Apr 2004 00:07:35 +0000 |
| parents | 64f8d2747152 |
| children | a467ee0f77dc |
| files | CHANGES.txt doc/announcement.txt roundup/__init__.py test/test_mailgw.py |
| diffstat | 4 files changed, 29 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Wed Mar 31 23:46:49 2004 +0000 +++ b/CHANGES.txt Thu Apr 01 00:07:35 2004 +0000 @@ -1,7 +1,7 @@ This file contains the changes to the Roundup system over time. The entries are given with the most recent entry first. -2004-??-?? 0.6.8 +2004-04-01 0.6.8 Fixed: - existing trackers (ie. live ones) may be used as templates for new trackers - the TEMPLATE-INFO.txt name entry has the tracker's dir name
--- a/doc/announcement.txt Wed Mar 31 23:46:49 2004 +0000 +++ b/doc/announcement.txt Thu Apr 01 00:07:35 2004 +0000 @@ -1,15 +1,17 @@ -I'm pleased to announce Roundup 0.6.7, a maintenance release which fixes -some bugs (most notably making the EMAIL_CHARSET config variable backwards- -compatible): +I'm pleased to announce Roundup 0.6.8, a maintenance release which fixes +some bugs: -- be more backward-compatible when asking for EMAIL_CHARSET -- made error on create consistent with edit when user enters invalid data - for Multilink and Link form fields (sf bug 904072) -- made errors from bad input in the quick "Show issue:" form more - user-friendly (sf bug 904064) -- don't add a query to a user's list if it's already there -- nicer invalid property error in HTML templating -- use EMAIL_CHARSET for message body too (still sf bug 900046) +- existing trackers (ie. live ones) may be used as templates for new + trackers - the TEMPLATE-INFO.txt name entry has the tracker's dir name + appended (so the demo tracker's template name is "classic-demo") +- handle bad multilink input at item creation time better (sf bug 917834) +- make sure email signature starts on a newline (sf bug 919759) +- add line to rego email to help URL detection (sf bug 906247) +- look harder for text/plain in email +- fixed fallback excel writer in rcsv so it has a delimiter +- fixed setup.py's use of listTemplates (!) +- make rdbms serialise() less trusting +- handle Boolean values in history HTML display If you're upgrading from an older version of Roundup you *must* follow the "Software Upgrade" guidelines given in the maintenance documentation.
--- a/roundup/__init__.py Wed Mar 31 23:46:49 2004 +0000 +++ b/roundup/__init__.py Thu Apr 01 00:07:35 2004 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: __init__.py,v 1.25.2.7 2004-03-01 00:07:27 richard Exp $ +# $Id: __init__.py,v 1.25.2.8 2004-04-01 00:07:35 richard Exp $ ''' Roundup - issue tracking for knowledge workers. @@ -67,6 +67,6 @@ much prettier cake :) ''' -__version__ = '0.6.7' +__version__ = '0.6.8' # vim: set filetype=python ts=4 sw=4 et si
--- a/test/test_mailgw.py Wed Mar 31 23:46:49 2004 +0000 +++ b/test/test_mailgw.py Thu Apr 01 00:07:35 2004 +0000 @@ -8,7 +8,7 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # -# $Id: test_mailgw.py,v 1.46 2003-05-06 21:49:20 kedder Exp $ +# $Id: test_mailgw.py,v 1.46.2.1 2004-04-01 00:07:35 richard Exp $ import unittest, cStringIO, tempfile, os, shutil, errno, imp, sys, difflib import rfc822 @@ -239,6 +239,7 @@ nosy: Chef, mary, richard status: unread title: Testing... + _______________________________________________________________________ Roundup issue tracker <issue_tracker@your.tracker.email.domain.example> <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1> @@ -291,6 +292,7 @@ ---------- status: unread -> chatting + _______________________________________________________________________ Roundup issue tracker <issue_tracker@your.tracker.email.domain.example> <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1> @@ -341,6 +343,7 @@ assignedto: -> mary nosy: +john, mary status: unread -> chatting + _______________________________________________________________________ Roundup issue tracker <issue_tracker@your.tracker.email.domain.example> <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1> @@ -387,6 +390,7 @@ assignedto: -> mary nosy: +john, mary status: unread -> chatting + _______________________________________________________________________ Roundup issue tracker <issue_tracker@your.tracker.email.domain.example> <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1> @@ -433,6 +437,7 @@ ---------- nosy: +john status: unread -> chatting + _______________________________________________________________________ Roundup issue tracker <issue_tracker@your.tracker.email.domain.example> <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1> @@ -481,6 +486,7 @@ ---------- nosy: +john status: unread -> chatting + _______________________________________________________________________ Roundup issue tracker <issue_tracker@your.tracker.email.domain.example> <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1> @@ -529,6 +535,7 @@ ---------- nosy: +john status: unread -> chatting + _______________________________________________________________________ Roundup issue tracker <issue_tracker@your.tracker.email.domain.example> <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1> @@ -575,6 +582,7 @@ ---------- status: unread -> chatting + _______________________________________________________________________ Roundup issue tracker <issue_tracker@your.tracker.email.domain.example> <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1> @@ -622,6 +630,7 @@ ---------- status: unread -> chatting + _______________________________________________________________________ Roundup issue tracker <issue_tracker@your.tracker.email.domain.example> <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1> @@ -752,6 +761,7 @@ ---------- status: unread -> chatting + _______________________________________________________________________ Roundup issue tracker <issue_tracker@your.tracker.email.domain.example> <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1> @@ -807,6 +817,7 @@ ---------- status: unread -> chatting + _______________________________________________________________________ Roundup issue tracker <issue_tracker@your.tracker.email.domain.example> <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1> @@ -887,6 +898,7 @@ ---------- status: unread -> chatting + _______________________________________________________________________ Roundup issue tracker <issue_tracker@your.tracker.email.domain.example> <http://tracker.example/cgi-bin/roundup.cgi/bugs/issue1>
