Closed Bug 299690 Opened 19 years ago Closed 19 years ago

I want to get our bug report as the default page, how do I do?

Categories

(Bugzilla :: Administration, task)

x86
Linux
task
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 51100

People

(Reporter: softwinder, Unassigned)

Details

Attachments

(2 files)

User-Agent:       Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
Build Identifier: 

when I input the address of bugzilla: http://192.168.100.247/bugzilla/
I want to get our bug report as the default page, how do I do?

Reproducible: Always
This doesn't seem like a bug in Bugzilla, does it?

You may wish to try posting your question in the netscape.public.mozilla.webtools newsgroup.  You 
should also resolve this bug as INVALID (if not, someone else probably will).

P.S. In your post to the newsgroup, you should probably say what you mean by "bug report".  Whose 
bug report?  What bug report?
see http://www.bugzilla.org/support/ for your support options.

however a really simple way to change the default bugzilla page is to rename
index.cgi to a different name (as a backup) and then copy report.cgi to index.cgi.

i'm assuming by "bug report" you mean the reports page.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
actrully, we want follow page as our default page when we input
http://192.168.100.247/bugzilla/ in ie:

http://192.168.100.247/bugzilla/report.cgi?
x_axis_field=bug_status&y_axis_field=reporter&z_axis_field=&query_format=report
-
table&short_desc_type=allwordssubstr&short_desc=&long_desc_type=substring&long_
desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&emailassigned_to1=1&emailt
ype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtyp
e2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=No
w&chfieldvalue=&format=table&action=wrap&field0-0-0=noop&type0-0-0=noop&value0-
0-0=

I can't configure it, does it£¿ So, we think it is a bug.
we hope bugzilla work as we want. I add the photo to here and show what we 
want.
actrully, we want follow page as our default page when we input
http://192.168.100.247/bugzilla/ in ie:

http://192.168.100.247/bugzilla/report.cgi?
x_axis_field=bug_status&y_axis_field=reporter&z_axis_field=&query_format=report
-
table&short_desc_type=allwordssubstr&short_desc=&long_desc_type=substring&long_
desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&emailassigned_to1=1&emailt
ype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtyp
e2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=No
w&chfieldvalue=&format=table&action=wrap&field0-0-0=noop&type0-0-0=noop&value0-
0-0=

I can't configure it, does it£¿ So, we think it is a bug.
we hope bugzilla work as we want. I add the photo to here and show what we 
want.
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
we want this page as default page
Attached image this page is not our want β€”
this page is not our want
Also, we can move report.cgi to index.cgi.
but we hope to get the statistic when we input the url like this:
http://192.168.100.247/bugzilla or
http://192.168.100.247/bugzilla

Can you tell me what do we should do?
there's a lot of bugs that cover customization of the home page.
this looks like a duplicate of bug 51100

softwinder: until that bug is fixed, you could replace index.cgi with the following:

#!/usr/bin/perl

my $url =
'http://192.168.100.247/bugzilla/report.cgi?x_axis_field=bug_status&y_axis_field=reporter&z_axis_field=&query_format=report
-table&short_desc_type=allwordssubstr&short_desc=&long_desc_type=substring&long_
desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&emailassigned_to1=1&emailt
ype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtyp
e2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=No
w&chfieldvalue=&format=table&action=wrap&field0-0-0=noop&type0-0-0=noop&value0-
0-0=';

print "Location: $url\n\n";

__END__


if you have any more questions, please use mozwebtools.




*** This bug has been marked as a duplicate of 51100 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago19 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: