|
15 | 15 | # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
16 | 16 | # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
17 | 17 | # |
18 | | -# $Id: roundupdb.py,v 1.54 2002-05-29 01:16:17 richard Exp $ |
| 18 | +# $Id: roundupdb.py,v 1.55 2002-06-11 04:58:07 richard Exp $ |
19 | 19 |
|
20 | 20 | __doc__ = """ |
21 | 21 | Extending hyperdb with types specific to issue-tracking. |
@@ -352,7 +352,7 @@ def nosymessage(self, nodeid, msgid, oldvalues): |
352 | 352 |
|
353 | 353 | # we have new recipients |
354 | 354 | if sendto: |
355 | | - # map userids to addresses |
| 355 | + # map userids to addresses |
356 | 356 | sendto = [users.get(i, 'address') for i in sendto] |
357 | 357 |
|
358 | 358 | # update the message's recipients list |
@@ -634,6 +634,18 @@ def generateChangeNote(self, nodeid, oldvalues): |
634 | 634 |
|
635 | 635 | # |
636 | 636 | # $Log: not supported by cvs2svn $ |
| 637 | +# Revision 1.54 2002/05/29 01:16:17 richard |
| 638 | +# Sorry about this huge checkin! It's fixing a lot of related stuff in one go |
| 639 | +# though. |
| 640 | +# |
| 641 | +# . #541941 ] changing multilink properties by mail |
| 642 | +# . #526730 ] search for messages capability |
| 643 | +# . #505180 ] split MailGW.handle_Message |
| 644 | +# - also changed cgi client since it was duplicating the functionality |
| 645 | +# . build htmlbase if tests are run using CVS checkout (removed note from |
| 646 | +# installation.txt) |
| 647 | +# . don't create an empty message on email issue creation if the email is empty |
| 648 | +# |
637 | 649 | # Revision 1.53 2002/05/25 07:16:24 rochecompaan |
638 | 650 | # Merged search_indexing-branch with HEAD |
639 | 651 | # |
|
0 commit comments