Closed
Bug 2134
Opened 26 years ago
Closed 25 years ago
bugzilla products cannot have spaces in the name
Categories
(Bugzilla :: Bugzilla-General, defect, P3)
Bugzilla
Bugzilla-General
Tracking
()
VERIFIED
FIXED
Bugzilla 2.12
People
(Reporter: jay, Assigned: tara)
Details
bugzilla does not allow you to enter a bug when the product has spaces in it's
names. this can be fixed by changing line 257 and 258 of enter_bug.cgi to:
<INPUT TYPE=HIDDEN NAME=reporter VALUE=\"$::COOKIE{'Bugzilla_login'}\">
<INPUT TYPE=HIDDEN NAME=product VALUE=\"$product\">
we also change line 257 just in case logins have a space.
Clearing "M" field since Webtools product is not used for 5.0 specific project
bug metrics and will mess up our queries on milestones.
Comment 3•26 years ago
|
||
Reassigning to dmose@mozilla.org, who now has front-line responsibility for
all Bonsai and Bugzilla bugs.
Comment 4•26 years ago
|
||
Reassigning back to me. That stuff about me no longer being the front-line
person responsible for Bugzilla and Bonsai turned out to be short-lived.
Please pardon our confusion, and I'm very sorry about the spam.
Comment 5•26 years ago
|
||
FYI: I checked the latest Bugzilla code and
it looks like this bug has been fixed.
I did not test it though.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 6•26 years ago
|
||
I just bet spaces in product names is busted somewhere else. Someone needs to
prove otherwise before I'll close this bug.
Comment 7•25 years ago
|
||
tara@tequilarista.org is the new owner of Bugzilla and Bonsai. (For details,
see my posting in netscape.public.mozilla.webtools,
news://news.mozilla.org/38F5D90D.F40E8C1A%40geocast.com .)
Assignee: terry → tara
Status: ASSIGNED → NEW
Assignee | ||
Comment 8•25 years ago
|
||
Arg. This is me thinking evil thoughts at terry for leaving placeholder bugs
lying around forever.
*sigh*
Downgrading since no one is screaming and I'll have to set something up to test
this.
Status: NEW → ASSIGNED
Priority: P2 → P3
Comment 9•25 years ago
|
||
Tara said this was in "pending" status waiting for someplace to test it. Now we
have landfill.
I'll give my personal opinion that it's fixed though. I (as well as a few other
bugzilla installations) have been running for several months now with products
with spaces in the names and haven't run into anything except for the bug graphs,
which was recently fixed under another bug.
My personal opinion is that this should be closed, since the specific case
described in this bug has been fixed, and bugs for other specific cases that are
discovered can be filed separately much more effectively than leaving this one
here hoping no one finds anything broken...
Comment 10•25 years ago
|
||
i concur. spaces in product names seems to be working well, and i haven't gotten
any recent complaints. marking as closed. if someone finds another instance of
this bug, they can write a new one.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 11•24 years ago
|
||
In search of accurate queries.... (sorry for the spam)
Target Milestone: --- → Bugzilla 2.12
Comment 12•24 years ago
|
||
Marking VERIFIED based on Dave's comments.
Gerv
Status: RESOLVED → VERIFIED
Comment 13•23 years ago
|
||
Moving closed bugs to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
QA Contact: matty
Version: other → unspecified
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
•