summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ac807d1)
raw | patch | inline | side by side (parent: ac807d1)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 11 Sep 2002 02:20:35 +0000 (02:20 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Wed, 11 Sep 2002 02:20:35 +0000 (02:20 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1133 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/roundupdb.py | patch | blob | history |
diff --git a/roundup/roundupdb.py b/roundup/roundupdb.py
index 1e1ed409bed1e34d81a3b49e5684ae6fa35f5871..4ad3eb952cad36a928fdbeafe826141ce7ae8a7e 100644 (file)
--- a/roundup/roundupdb.py
+++ b/roundup/roundupdb.py
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: roundupdb.py,v 1.67 2002-09-10 12:44:42 richard Exp $
+# $Id: roundupdb.py,v 1.68 2002-09-11 02:20:35 richard Exp $
__doc__ = """
Extending hyperdb with types specific to issue-tracking.
def email_signature(self, nodeid, msgid):
''' Add a signature to the e-mail with some useful information
'''
-
# simplistic check to see if the url is valid,
# then append a trailing slash if it is missing
base = self.db.config.TRACKER_WEB
"fully-qualified URL"
elif base[-1] != '/' :
base += '/'
- web = base + 'issue'+ nodeid
+ web = base + self.classname + nodeid
# ensure the email address is properly quoted
email = straddr((self.db.config.TRACKER_NAME,