Mercurial > p > roundup > code
diff roundup/roundupdb.py @ 758:ae0ec3c15e0d
detabbing
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 11 Jun 2002 04:58:07 +0000 |
| parents | 938edfdeac6e |
| children | 17208b487199 |
line wrap: on
line diff
--- a/roundup/roundupdb.py Tue Jun 11 04:57:04 2002 +0000 +++ b/roundup/roundupdb.py Tue Jun 11 04:58:07 2002 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: roundupdb.py,v 1.54 2002-05-29 01:16:17 richard Exp $ +# $Id: roundupdb.py,v 1.55 2002-06-11 04:58:07 richard Exp $ __doc__ = """ Extending hyperdb with types specific to issue-tracking. @@ -352,7 +352,7 @@ # we have new recipients if sendto: - # map userids to addresses + # map userids to addresses sendto = [users.get(i, 'address') for i in sendto] # update the message's recipients list @@ -634,6 +634,18 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.54 2002/05/29 01:16:17 richard +# Sorry about this huge checkin! It's fixing a lot of related stuff in one go +# though. +# +# . #541941 ] changing multilink properties by mail +# . #526730 ] search for messages capability +# . #505180 ] split MailGW.handle_Message +# - also changed cgi client since it was duplicating the functionality +# . build htmlbase if tests are run using CVS checkout (removed note from +# installation.txt) +# . don't create an empty message on email issue creation if the email is empty +# # Revision 1.53 2002/05/25 07:16:24 rochecompaan # Merged search_indexing-branch with HEAD #
