Code

detabbing
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 11 Jun 2002 04:58:07 +0000 (04:58 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 11 Jun 2002 04:58:07 +0000 (04:58 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@771 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/roundupdb.py

index 9f1d81db9b171117a2c685180c6a41292426ef82..e4b947b4a2285fc9099127a9cb1b06ba7acb77cf 100644 (file)
@@ -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
 #