Closed
Bug 5603
Opened 26 years ago
Closed 23 years ago
No link to editowners.cgi
Categories
(Bugzilla :: Bugzilla-General, defect, P3)
Bugzilla
Bugzilla-General
Tracking
()
VERIFIED
INVALID
People
(Reporter: mhamby, Assigned: justdave)
Details
First, congradulations Terry and Sam for an outstanding piece
of software. Still getting to know it, but love it already.
To business:
Current CVS version of Bugzilla (2.3 27-apr-99) has no
means to invoke the 'editowners.cgi' script.
It was apparently accidently removed during addition of
'editcomponents.cgi' script.
I patched editcomponents.cgi (CVS version 1.1) to add a link
to 'editowners.cgi' rather than putting the link in
'query.cgi'.
My patch follows. I apologize if it is not in correct format.
I have not done sent back many updates to developers before.
--- orig/editcomponents.cgi Thu Mar 11 16:48:41 1999
+++ new/editcomponents.cgi Tue Apr 27 20:21:30 1999
@@ -45,6 +45,10 @@
PutHeader("Edit Components");
print "This lets you edit the program components of bugzilla.\n";
+print "<hr>";
+print "<a href=editowners.cgi>Edit component owners.</a><br>\n";
+print "<hr>";
print "<form method=post action=doeditcomponents.cgi>\n";
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Comment 1•26 years ago
|
||
Well, actually, editowners doesn't do anything that you can't also do with
editcomponents. editowners.cgi is dead code now.
Assignee | ||
Comment 3•23 years ago
|
||
moving all closed Bugzilla bugs to the new Bugzilla product.
This batch is DUPLICATE/INVALID/WORKSFORME/WONTFIX
reassigning to default owner and QA in case of the bug being reopened.
Clearing milestones, since we really shouldn't have them on these types of
resolutions. Sorry for the spam everyone...
Assignee: terry → justdave
Status: VERIFIED → NEW
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: other → unspecified
Assignee | ||
Comment 4•23 years ago
|
||
damn, bit by bug 30731. sorry for the respam... one more coming to complete
fixing this...
Status: NEW → RESOLVED
Closed: 26 years ago → 23 years ago
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•