Closed Bug 100639 Opened 23 years ago Closed 22 years ago

make resolution more visible on mostfreq list

Categories

(Bugzilla :: Query/Bug List, enhancement, P3)

2.15
x86
Linux
enhancement

Tracking

()

RESOLVED FIXED
Bugzilla 2.18

People

(Reporter: jruderman, Assigned: gerv)

References

()

Details

Attachments

(1 file)

At http://bugzilla.mozilla.org/duplicates.cgi, the only indication that a bug is resolved is that the bug number is crossed out. This makes it hard to quickly scan the list for only open bugs. Suggested fix: show the resolution of closed bugs in the target milestone column ("FIXED" for fixed bugs, "INVALID" for invalid bugs, etc). So the list might look like: . . . mozilla0.9.6 summary . . . INVALID summary . . . --- summary . . . mozilla1.0 summary . . . Future summary . . . FIXED summary
Priority: -- → P3
Target Milestone: --- → Bugzilla 2.20
In addition, give resolved bugs a gray background. Here's a bookmarklet workaround that does the same thing: javascript:TRs = document.getElementsByTagName('tr'); for(i=0; i < TRs.length; ++i) { tr = TRs[i]; if (tr.getElementsByTagName('strike').length!=0) tr.style.backgroundColor='#cccccc'; } void 0; A similar bookmarklet can be used to hide resolved bugs: javascript:TRs = document.getElementsByTagName('tr'); for(i=0; i < TRs.length; ++i) { tr = TRs[i]; if (tr.getElementsByTagName('strike').length!=0) tr.style.display = 'none'; } void 0;
duplicates.cgi is gerv's.
Assignee: endico → gerv
The rewrite/templatisation allows you to hide resolved bugs. Gerv
You can now hide resolved bugs on that page. Gerv
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
clearing target in DUPLICATE/WORKSFORME/INVALID/WONTFIX bugs so they'll show up as untriaged if they get reopened.
Target Milestone: Bugzilla 2.20 → ---
This is still a problem when you don't hide resolved bugs. Not hiding resolved bugs is a common setting.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Attached patch Patch v.1Splinter Review
This uses the same styling for resolved bugs as the dependency tree view. Gerv
Comment on attachment 106292 [details] [diff] [review] Patch v.1 Dave - can you make jesse happy and review this, please? :-) Gerv
Attachment #106292 - Flags: review?(justdave)
Comment on attachment 106292 [details] [diff] [review] Patch v.1 r= justdave a= justdave
Attachment #106292 - Flags: review?(justdave) → review+
Fixed. Checking in template/en/default/reports/duplicates-table.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/reports/duplicates-table.html.tmpl,v <-- duplicates-table.html.tmpl new revision: 1.6; previous revision: 1.5 done Checking in template/en/default/reports/duplicates.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/reports/duplicates.html.tmpl,v <-- duplicates.html.tmpl new revision: 1.8; previous revision: 1.7 done Gerv
Status: REOPENED → RESOLVED
Closed: 22 years ago22 years ago
Resolution: --- → FIXED
Target Milestone: --- → Bugzilla 2.18
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: