From: richard Date: Wed, 24 Mar 2004 20:31:43 +0000 (+0000) Subject: add line to rego email to help URL detection (sf bug 906247) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a26e8ef75040dc5f5203680378b56dc0e92ede98;p=roundup.git add line to rego email to help URL detection (sf bug 906247) git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2177 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/CHANGES.txt b/CHANGES.txt index 282f181..2c9f6ef 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -89,6 +89,7 @@ Fixed: appended (so the demo tracker's template name is "classic-demo") - handle bad multilink input at item creation time better (sf bug 917834) - make sure email signature starts on a newline (sf bug 919759) +- add line to rego email to help URL detection (sf bug 906247) 2004-03-01 0.6.7 diff --git a/roundup/cgi/actions.py b/roundup/cgi/actions.py index 33e7281..4cf0992 100755 --- a/roundup/cgi/actions.py +++ b/roundup/cgi/actions.py @@ -717,6 +717,7 @@ reply's additional "Re:" is ok), - or visit the following URL: %(url)s?@action=confrego&otk=%(otk)s + """ % {'name': props['username'], 'tracker': tracker_name, 'url': self.base, 'otk': otk, 'tracker_email': tracker_email} if not self.client.standard_message([props['address']], subject, body,