From: harrison%netscape.com <>
Date: Mon, 19 Oct 1998 05:18:25 +0000 (+0000)
Subject: created reports.cgi which provide an overview of active bugs
X-Git-Tag: bugzilla-2.2~78
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b7812657fe6e4569586b189bf274b65071e5d90;p=thirdparty%2Fbugzilla.git
created reports.cgi which provide an overview of active bugs
sorted by owner. updated README to reflect my experiences
installing mysql, bugzilla. put links into index.html, query.cgi
to point into reports.cgi. harrison 10/18/98
---
diff --git a/CHANGES b/CHANGES
index fe704836ae..7fbba808b6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,8 +9,7 @@ query the CVS tree. For example,
will tell you what has been changed in the last week.
-
-
+10/17/98 modified README installation instructions slightly.
10/7/98 Added a new table called "products". Right now, this is used
only to have a description for each product, and that description is
diff --git a/README b/README
index dab08e205d..5af19d61ec 100644
--- a/README
+++ b/README
@@ -53,17 +53,20 @@ You have a freedom of choice here - Apache, Netscape or any other
server on UNIX would do. The only thing - to make configuration easier
you'd better run HTTP daemon on the same machine that you run MySQL
server on. Make sure that you can access 'bugs' database with user
-id you're running the daemon with.
+id you're running the daemon with.
+globals.pl: $::db = Mysql->Connect("localhost", "bugs", "nobody", "")
+
+In globals.pl, the database connect call uses a mysql account
+name "bugs" (third argument to Mysql->Connect) to access the
+bugs database. You may have to hack the code to use "nobody"
+or whatever your HTTP server is running as.
-2. TWEAKING THE TOOLS
- Now you should have all necessary tools to be able to run Bugzilla
-and see why the wouldn't work for you right now.
+2. TWEAKING THE TOOLS
- First of all you have to change "#!/usr/bonsaitools" to wherever
-you've installed your binaries in all executable scripts in Bugzilla
-directories.
+ All scripts look in /usr/bonsaitools/bin for perl. Make
+the appropriate links or modify the paths in each script.
Make sure the directory containing the binaries is writable by the
web server. Bugzilla keeps some temporary files here.
diff --git a/index.html b/index.html
index d1537012a7..a8e36662f4 100644
--- a/index.html
+++ b/index.html
@@ -68,7 +68,8 @@ bugzilla.
But it all boils down to a choice of:
Go to the query page to start.
-Enter a new bug
+Enter a new bug
+Bug reports