|
15 | 15 | # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
16 | 16 | # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
17 | 17 | # |
18 | | -# $Id: dbinit.py,v 1.13 2001-10-30 00:54:45 richard Exp $ |
| 18 | +# $Id: dbinit.py,v 1.14 2001-11-21 02:34:18 richard Exp $ |
19 | 19 |
|
20 | 20 | import os |
21 | 21 |
|
@@ -110,7 +110,7 @@ def open(name=None): |
110 | 110 | assignedto=Link("user"), priority=Link("priority"), |
111 | 111 | status=Link("status"), product=Link("product"), |
112 | 112 | platform=Multilink("platform"), version=String(), |
113 | | - supportcall=Multilink("support")) |
| 113 | + targetversion=String(), supportcall=Multilink("support")) |
114 | 114 |
|
115 | 115 | import detectors |
116 | 116 | detectors.init(db) |
@@ -176,6 +176,12 @@ def init(adminpw): |
176 | 176 |
|
177 | 177 | # |
178 | 178 | # $Log: not supported by cvs2svn $ |
| 179 | +# Revision 1.13 2001/10/30 00:54:45 richard |
| 180 | +# Features: |
| 181 | +# . #467129 ] Lossage when username=e-mail-address |
| 182 | +# . #473123 ] Change message generation for author |
| 183 | +# . MailGW now moves 'resolved' to 'chatting' on receiving e-mail for an issue. |
| 184 | +# |
179 | 185 | # Revision 1.12 2001/10/09 07:25:59 richard |
180 | 186 | # Added the Password property type. See "pydoc roundup.password" for |
181 | 187 | # implementation details. Have updated some of the documentation too. |
|
0 commit comments