From 808eca90f03555ace7ac5b4a7f145442249e0ad2 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 24 Nov 2005 01:18:06 +0000 Subject: [PATCH] r571: - explain the tracker name and tracker URL during install - prepopulate the tracker URL during install --- docs/beta-3-review.txt | 2 -- install/install.php | 5 +++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/beta-3-review.txt b/docs/beta-3-review.txt index b03ad6a..b2f521c 100644 --- a/docs/beta-3-review.txt +++ b/docs/beta-3-review.txt @@ -1,7 +1,5 @@ ## $Id$ ## -- put the description of the tracker name -- prepopulate the tracker url - getting login page multiple times for admin - adding new bug status - should tell me the other 2 fields are optional and you will pick'em if I don't diff --git a/install/install.php b/install/install.php index 4d390a6..31cccfa 100644 --- a/install/install.php +++ b/install/install.php @@ -116,6 +116,7 @@ if ($bugsys->in['mark'] == 3) if ($bugsys->in['mark'] == 4) { + $value = 'http' . ($_SERVER['HTTPS'] == 'on' ? 's' : '') . '://' . $_SERVER['SERVER_NAME'] . ($_SERVER['SERVER_PORT'] != '80' ? ':' . $_SERVER['SERVER_PORT'] : '') . str_replace('/install/install.php', '', $_SERVER['SCRIPT_NAME']); ?>

General Settings

@@ -124,8 +125,8 @@ if ($bugsys->in['mark'] == 4)
-
Tracker Name:
-
Tracker URL (does not end with a trailing slash!):
+
Tracker Name (the name of the entire tracking system, for instance "Acme Inc. Bug Tracker"):
+
Tracker URL (the root URL of your tracker, we have tried to guess this for you; it does not end with a trailing slash!):
Webmaster Email:
-- 2.22.5