Closed
Bug 314757
Opened 19 years ago
Closed 19 years ago
The mybugstemplate parameter should include UNCONFIRMED bugs I reported myself
Categories
(Bugzilla :: Query/Bug List, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.22
People
(Reporter: Wurblzap, Assigned: Wurblzap)
References
Details
Attachments
(1 file, 1 obsolete file)
947 bytes,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
This is what bug 28357 was all about until it veered away.
By default, the parameter should be bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailreporter1=1&emailtype1=exact&email1=%userid%&field0-0-0=bug_status&type0-0-0=notequals&value0-0-0=UNCONFIRMED&field0-0-1=reporter&type0-0-1=equals&value0-0-1=%userid% (see bug 304410).
Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Flags: blocking2.22?
Assignee | ||
Comment 1•19 years ago
|
||
Attachment #201619 -
Flags: review?
Assignee | ||
Updated•19 years ago
|
Attachment #201619 -
Flags: review? → review?(justdave)
Updated•19 years ago
|
Attachment #201619 -
Flags: review?(justdave) → review?
Updated•19 years ago
|
Attachment #201619 -
Flags: review? → review?(justdave)
Comment 2•19 years ago
|
||
This isn't a blocker (I would release without it), but I think it's a good idea.
Flags: blocking2.22? → blocking2.22-
Assignee | ||
Comment 3•19 years ago
|
||
Not seeing own UNCONFIRMED bugs is a FAQ, and this gets rid of it. The proposed mybugstemplate is already live at b.m.o. Requesting blocking again.
Flags: blocking2.22- → blocking2.22?
Comment 4•19 years ago
|
||
OK. As it's a FAQ, we should get it in.
Flags: blocking2.22? → blocking2.22+
Comment 5•19 years ago
|
||
Comment on attachment 201619 [details] [diff] [review]
Patch
> {
> name => 'mybugstemplate',
> type => 't',
>- default => 'buglist.cgi?bug_status=NEW /* truncated */
>+ default => 'bug_status=UNCONFIRMED&bug_status=NEW /* truncated */
> },
Looks good to me except you missed the leading "buglist.cgi?" in front of the query. Fix that and I will grant review.
Attachment #201619 -
Flags: review?(justdave) → review-
Assignee | ||
Comment 6•19 years ago
|
||
Right.
Attachment #201619 -
Attachment is obsolete: true
Attachment #206036 -
Flags: review?(LpSolit)
Comment 7•19 years ago
|
||
Comment on attachment 206036 [details] [diff] [review]
Patch 1.1
r=LpSolit
Attachment #206036 -
Flags: review?(LpSolit) → review+
Updated•19 years ago
|
Flags: approval?
Updated•19 years ago
|
Flags: approval? → approval+
Assignee | ||
Comment 8•19 years ago
|
||
Checking in Bugzilla/Config/Query.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Config/Query.pm,v <-- Query.pm
new revision: 1.2; previous revision: 1.1
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•