changeset 2108:54815ca493a5

add line to rego email to help URL detection [SF#906247]
author Richard Jones <richard@users.sourceforge.net>
date Wed, 24 Mar 2004 20:31:43 +0000
parents b7404a96b58a
children b86f0627b07c
files CHANGES.txt roundup/cgi/actions.py
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Wed Mar 24 06:18:59 2004 +0000
+++ b/CHANGES.txt	Wed Mar 24 20:31:43 2004 +0000
@@ -89,6 +89,7 @@
   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
--- a/roundup/cgi/actions.py	Wed Mar 24 06:18:59 2004 +0000
+++ b/roundup/cgi/actions.py	Wed Mar 24 20:31:43 2004 +0000
@@ -717,6 +717,7 @@
 - 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,

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