From 0a7255f29f66dd5c5836ae786e02d15b8202fef5 Mon Sep 17 00:00:00 2001 From: richard Date: Thu, 7 Nov 2002 21:17:44 +0000 Subject: [PATCH] mention needed trailing "/" in TRACKER_WEB git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1381 57a73879-2fb5-44c3-a270-3262357dd7e2 --- CHANGES.txt | 1 + roundup/templates/classic/config.py | 5 +++-- roundup/templates/minimal/config.py | 5 +++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index a24c496..7113b1a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,7 @@ are given with the most recent entry first. 2002-11-?? 0.5.3 - added mention of how to give users multiple Roles +- mention needed trailing "/" in TRACKER_WEB 2002-11-07 0.5.2 diff --git a/roundup/templates/classic/config.py b/roundup/templates/classic/config.py index 8c35557..9683b40 100644 --- a/roundup/templates/classic/config.py +++ b/roundup/templates/classic/config.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: config.py,v 1.3 2002-09-11 01:18:42 richard Exp $ +# $Id: config.py,v 1.4 2002-11-07 21:17:44 richard Exp $ import os @@ -40,7 +40,8 @@ TRACKER_NAME = 'Roundup issue tracker' # The email address that mail to roundup should go to TRACKER_EMAIL = 'issue_tracker@%s'%MAIL_DOMAIN -# The web address that the instance is viewable at +# The web address that the instance is viewable at. This URL MUST end +# in a trailing forward slash "/" or your web interface will break! TRACKER_WEB = 'http://your.tracker.url.example/' # The email address that roundup will complain to if it runs into trouble diff --git a/roundup/templates/minimal/config.py b/roundup/templates/minimal/config.py index 3fce4dc..2987ed6 100644 --- a/roundup/templates/minimal/config.py +++ b/roundup/templates/minimal/config.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: config.py,v 1.1 2002-09-26 04:15:06 richard Exp $ +# $Id: config.py,v 1.2 2002-11-07 21:17:44 richard Exp $ import os @@ -40,7 +40,8 @@ TRACKER_NAME = 'Roundup issue tracker' # The email address that mail to roundup should go to TRACKER_EMAIL = 'issue_tracker@%s'%MAIL_DOMAIN -# The web address that the instance is viewable at +# The web address that the instance is viewable at. This URL MUST end +# in a trailing forward slash "/" or your web interface will break! TRACKER_WEB = 'http://your.tracker.url.example/' # The email address that roundup will complain to if it runs into trouble -- 2.30.2