summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 54e4f3e)
raw | patch | inline | side by side (parent: 54e4f3e)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 7 Nov 2002 21:17:44 +0000 (21:17 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 7 Nov 2002 21:17:44 +0000 (21:17 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1381 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt | patch | blob | history | |
roundup/templates/classic/config.py | patch | blob | history | |
roundup/templates/minimal/config.py | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index a24c4961c5714efa6eedda94f30cbac376a96f5f..7113b1a13f617e952288e88fc82cc1fc47dddd3d 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
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
index 8c35557dfe51327cdbf1e23b1faf5e89a94bfb14..9683b40991083fdcfa25fed2b2242f64e2227881 100644 (file)
# 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
# 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
index 3fce4dcad5096b7e383dc355b9f75915544edb45..2987ed6ee8a94da07fb25f856231d5641be1365d 100644 (file)
# 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
# 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