summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d61fe49)
raw | patch | inline | side by side (parent: d61fe49)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 16 Feb 2002 08:06:14 +0000 (08:06 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 16 Feb 2002 08:06:14 +0000 (08:06 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@631 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/templates/classic/dbinit.py | patch | blob | history |
index e95104b1ba9ddd959efd2fba0e8d4e62a9f9b59a..ba9642a16003265aad934d6bdc4f3307e608cfa3 100644 (file)
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: dbinit.py,v 1.15 2002-02-15 07:08:44 richard Exp $
+# $Id: dbinit.py,v 1.16 2002-02-16 08:06:14 richard Exp $
import os
issue = IssueClass(db, "issue",
assignedto=Link("user"), topic=Multilink("keyword"),
priority=Link("priority"), status=Link("status"))
- issue.setkey('title')
import detectors
detectors.init(db)
#
# $Log: not supported by cvs2svn $
+# Revision 1.15 2002/02/15 07:08:44 richard
+# . Alternate email addresses are now available for users. See the MIGRATION
+# file for info on how to activate the feature.
+#
# Revision 1.14 2002/01/14 02:20:15 richard
# . changed all config accesses so they access either the instance or the
# config attriubute on the db. This means that all config is obtained from