File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
roundup/templates/classic Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1515# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717#
18- # $Id: dbinit.py,v 1.15 2002-02-15 07: 08:44 richard Exp $
18+ # $Id: dbinit.py,v 1.16 2002-02-16 08:06:14 richard Exp $
1919
2020import os
2121
@@ -79,7 +79,6 @@ def open(name=None):
7979 issue = IssueClass (db , "issue" ,
8080 assignedto = Link ("user" ), topic = Multilink ("keyword" ),
8181 priority = Link ("priority" ), status = Link ("status" ))
82- issue .setkey ('title' )
8382
8483 import detectors
8584 detectors .init (db )
@@ -123,6 +122,10 @@ def init(adminpw):
123122
124123#
125124# $Log: not supported by cvs2svn $
125+ # Revision 1.15 2002/02/15 07:08:44 richard
126+ # . Alternate email addresses are now available for users. See the MIGRATION
127+ # file for info on how to activate the feature.
128+ #
126129# Revision 1.14 2002/01/14 02:20:15 richard
127130# . changed all config accesses so they access either the instance or the
128131# config attriubute on the db. This means that all config is obtained from
You can’t perform that action at this time.
0 commit comments