comparison roundup/templates/extended/dbinit.py @ 188:1536be43d2fa

Roundupdb now appends "mailing list" information to its messages... ...which include the e-mail address and web interface address. Templates may override this in their db classes to include specific information (support instructions, etc).
author Richard Jones <richard@users.sourceforge.net>
date Thu, 02 Aug 2001 06:38:17 +0000
parents b0c4ac63c6ed
children d45384bc6420
comparison
equal deleted inserted replaced
187:0384459b2486 188:1536be43d2fa
1 # $Id: dbinit.py,v 1.8 2001-07-30 01:26:59 richard Exp $ 1 # $Id: dbinit.py,v 1.9 2001-08-02 06:38:17 richard Exp $
2 2
3 import os 3 import os
4 4
5 import instance_config 5 import instance_config
6 from roundup import roundupdb 6 from roundup import roundupdb
15 pass 15 pass
16 16
17 class IssueClass(roundupdb.IssueClass): 17 class IssueClass(roundupdb.IssueClass):
18 ''' issues need the email information 18 ''' issues need the email information
19 ''' 19 '''
20 ISSUE_TRACKER_WEB = instance_config.ISSUE_TRACKER_WEB
20 ISSUE_TRACKER_EMAIL = instance_config.ISSUE_TRACKER_EMAIL 21 ISSUE_TRACKER_EMAIL = instance_config.ISSUE_TRACKER_EMAIL
21 ADMIN_EMAIL = instance_config.ADMIN_EMAIL 22 ADMIN_EMAIL = instance_config.ADMIN_EMAIL
22 MAILHOST = instance_config.MAILHOST 23 MAILHOST = instance_config.MAILHOST
23 24
24 25
153 154
154 db.close() 155 db.close()
155 156
156 # 157 #
157 # $Log: not supported by cvs2svn $ 158 # $Log: not supported by cvs2svn $
159 # Revision 1.8 2001/07/30 01:26:59 richard
160 # Big changes:
161 # . split off the support priority into its own class
162 # . added "new support, new user" to the page head
163 # . fixed the display options for the heading links
164 #
158 # Revision 1.7 2001/07/29 07:01:39 richard 165 # Revision 1.7 2001/07/29 07:01:39 richard
159 # Added vim command to all source so that we don't get no steenkin' tabs :) 166 # Added vim command to all source so that we don't get no steenkin' tabs :)
160 # 167 #
161 # Revision 1.6 2001/07/25 01:23:07 richard 168 # Revision 1.6 2001/07/25 01:23:07 richard
162 # Added the Roundup spec to the new documentation directory. 169 # Added the Roundup spec to the new documentation directory.

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