From 2bc08c09bd0445ab3a33029f9db896a3c113b203 Mon Sep 17 00:00:00 2001 From: richard Date: Tue, 11 Jun 2002 04:58:07 +0000 Subject: [PATCH] detabbing git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@771 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/roundupdb.py | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/roundup/roundupdb.py b/roundup/roundupdb.py index 9f1d81d..e4b947b 100644 --- a/roundup/roundupdb.py +++ b/roundup/roundupdb.py @@ -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 @@ class IssueClass(Class): # 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 @@ class IssueClass(Class): # # $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 # -- 2.30.2