comparison roundup/templates/classic/dbinit.py @ 337:8cd545738d8e

Features: . [SF#467129] Lossage when username=e-mail-address . [SF#473123] Change message generation for author . MailGW now moves 'resolved' to 'chatting' on receiving e-mail for an issue.
author Richard Jones <richard@users.sourceforge.net>
date Tue, 30 Oct 2001 00:54:45 +0000
parents a4241ddd22d7
children a6088556e9ba
comparison
equal deleted inserted replaced
336:b3c103e536ed 337:8cd545738d8e
13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS"
15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
17 # 17 #
18 # $Id: dbinit.py,v 1.8 2001-10-09 07:25:59 richard Exp $ 18 # $Id: dbinit.py,v 1.9 2001-10-30 00:54:45 richard Exp $
19 19
20 import os 20 import os
21 21
22 import instance_config 22 import instance_config
23 from roundup import roundupdb 23 from roundup import roundupdb
37 ''' 37 '''
38 ISSUE_TRACKER_WEB = instance_config.ISSUE_TRACKER_WEB 38 ISSUE_TRACKER_WEB = instance_config.ISSUE_TRACKER_WEB
39 ISSUE_TRACKER_EMAIL = instance_config.ISSUE_TRACKER_EMAIL 39 ISSUE_TRACKER_EMAIL = instance_config.ISSUE_TRACKER_EMAIL
40 ADMIN_EMAIL = instance_config.ADMIN_EMAIL 40 ADMIN_EMAIL = instance_config.ADMIN_EMAIL
41 MAILHOST = instance_config.MAILHOST 41 MAILHOST = instance_config.MAILHOST
42 MESSAGES_TO_AUTHOR = instance_config.MESSAGES_TO_AUTHOR
42 43
43 44
44 def open(name=None): 45 def open(name=None):
45 ''' as from the roundupdb method openDB 46 ''' as from the roundupdb method openDB
46 47
123 124
124 db.close() 125 db.close()
125 126
126 # 127 #
127 # $Log: not supported by cvs2svn $ 128 # $Log: not supported by cvs2svn $
129 # Revision 1.8 2001/10/09 07:25:59 richard
130 # Added the Password property type. See "pydoc roundup.password" for
131 # implementation details. Have updated some of the documentation too.
132 #
128 # Revision 1.7 2001/08/07 00:24:43 richard 133 # Revision 1.7 2001/08/07 00:24:43 richard
129 # stupid typo 134 # stupid typo
130 # 135 #
131 # Revision 1.6 2001/08/07 00:15:51 richard 136 # Revision 1.6 2001/08/07 00:15:51 richard
132 # Added the copyright/license notice to (nearly) all files at request of 137 # Added the copyright/license notice to (nearly) all files at request of

Roundup Issue Tracker: http://roundup-tracker.org/