File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ are given with the most recent entry first.
33
442002-11-?? 0.5.3
55- added mention of how to give users multiple Roles
6+ - mention needed trailing "/" in TRACKER_WEB
67
78
892002-11-07 0.5.2
Original file line number Diff line number Diff line change 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
2020import os
2121
4040# The email address that mail to roundup should go to
4141TRACKER_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!
4445TRACKER_WEB = 'http://your.tracker.url.example/'
4546
4647# The email address that roundup will complain to if it runs into trouble
Original file line number Diff line number Diff line change 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
2020import os
2121
4040# The email address that mail to roundup should go to
4141TRACKER_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!
4445TRACKER_WEB = 'http://your.tracker.url.example/'
4546
4647# The email address that roundup will complain to if it runs into trouble
You can’t perform that action at this time.
0 commit comments