Skip to content

Commit 77480dd

Browse files
author
Richard Jones
committed
mention needed trailing "/" in TRACKER_WEB
1 parent 91979ce commit 77480dd

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ are given with the most recent entry first.
33

44
2002-11-?? 0.5.3
55
- added mention of how to give users multiple Roles
6+
- mention needed trailing "/" in TRACKER_WEB
67

78

89
2002-11-07 0.5.2

roundup/templates/classic/config.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: config.py,v 1.3 2002-09-11 01:18:42 richard Exp $
18+
# $Id: config.py,v 1.4 2002-11-07 21:17:44 richard Exp $
1919

2020
import os
2121

@@ -40,7 +40,8 @@
4040
# The email address that mail to roundup should go to
4141
TRACKER_EMAIL = 'issue_tracker@%s'%MAIL_DOMAIN
4242

43-
# The web address that the instance is viewable at
43+
# The web address that the instance is viewable at. This URL MUST end
44+
# in a trailing forward slash "/" or your web interface will break!
4445
TRACKER_WEB = 'http://your.tracker.url.example/'
4546

4647
# The email address that roundup will complain to if it runs into trouble

roundup/templates/minimal/config.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: config.py,v 1.1 2002-09-26 04:15:06 richard Exp $
18+
# $Id: config.py,v 1.2 2002-11-07 21:17:44 richard Exp $
1919

2020
import os
2121

@@ -40,7 +40,8 @@
4040
# The email address that mail to roundup should go to
4141
TRACKER_EMAIL = 'issue_tracker@%s'%MAIL_DOMAIN
4242

43-
# The web address that the instance is viewable at
43+
# The web address that the instance is viewable at. This URL MUST end
44+
# in a trailing forward slash "/" or your web interface will break!
4445
TRACKER_WEB = 'http://your.tracker.url.example/'
4546

4647
# The email address that roundup will complain to if it runs into trouble

0 commit comments

Comments
 (0)