Closed
Bug 91486
Opened 23 years ago
Closed 23 years ago
"changed from" missing from boolean chart
Categories
(Bugzilla :: Query/Bug List, defect, P3)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: bugzilla-mozilla, Assigned: endico)
Details
Attachments
(2 files)
1.29 KB,
patch
|
Details | Diff | Splinter Review | |
1.28 KB,
patch
|
afranke
:
review+
myk
:
review+
|
Details | Diff | Splinter Review |
For changes to bugs, we can already do "changed to", "changed by", "changed
before" and "changed after", so why not "changed from", since the information
is available in the same database table anyway?
This allows queries for a specific change e.g.
[status] [changed from] [VERIFIED]
And
[status] [changed to ] [REOPENED]
Finds bugs that have been reopened from a verified state (as opposed to plain
resolved).
Proposed patch follows...
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Updated•23 years ago
|
Updated•23 years ago
|
Target Milestone: --- → Bugzilla 2.16
Reporter | ||
Comment 2•23 years ago
|
||
Existing patch will be made invalid by the changes from bug 55161.
The principle of the patch still applies (copy the "changedto" block and update
the column name). I can create an updated patch after 2.14 is released.
Keywords: review
Updated•23 years ago
|
Priority: -- → P3
Comment 3•23 years ago
|
||
-> Bugzilla product, Query component, reassigning.
Assignee: tara → endico
Component: Bugzilla → Query/Bug List
Product: Webtools → Bugzilla
Version: Bugzilla 2.12 → 2.12
Reporter | ||
Comment 4•23 years ago
|
||
Comment 5•23 years ago
|
||
Comment on attachment 49013 [details] [diff] [review]
Updated patch compatible with 2.14 schema
Looks good. r=afranke
Attachment #49013 -
Flags: review+
Comment 6•23 years ago
|
||
Gerv or myk, can one of you review this? Does it have to be reviewed by the
Module Owner?
Comment 7•23 years ago
|
||
I'm not particularly familiar with how this works; I could review it if no-one
else is able to, but it would take me some time.
Gerv
Comment 8•23 years ago
|
||
Comment on attachment 49013 [details] [diff] [review]
Updated patch compatible with 2.14 schema
r=myk; trivial fix, works as intended.
Attachment #49013 -
Flags: review+
Comment 9•23 years ago
|
||
Checked in. Marking RESOLVED FIXED.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
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
•