Closed Bug 123105 Opened 23 years ago Closed 18 years ago

No tooltips in duplicates.cgi

Categories

(Bugzilla :: Bugzilla-General, enhancement, P3)

2.10
enhancement

Tracking

()

RESOLVED FIXED
Bugzilla 3.0

People

(Reporter: netdragon, Assigned: spam)

References

(Depends on 1 open bug)

Details

Attachments

(1 file, 4 obsolete files)

We need tooltips in duplicates.cgi
Depends on: 115796
Priority: -- → P3
Target Milestone: --- → Bugzilla 2.18
Enhancements which don't currently have patches on them which are targetted at 2.18 are being retargetted to 2.20 because we're about to freeze for 2.18. Consideration will be taken for moving items back to 2.18 on a case-by-case basis (but is unlikely for enhancements)
Target Milestone: Bugzilla 2.18 → Bugzilla 2.20
Bugzilla 2.20 feature set is now frozen as of 15 Sept 2004. Anything flagged enhancement that hasn't already landed is being pushed out. If this bug is otherwise ready to land, we'll handle it on a case-by-case basis, please set the blocking2.20 flag to '?' if you think it qualifies.
Target Milestone: Bugzilla 2.20 → Bugzilla 2.22
Reassigning bugs that I'm not actively working on to the default component owner in order to try to make some sanity out of my personal buglist. This doesn't mean the bug isn't being dealt with, just that I'm not the one doing it. If you are dealing with this bug, please assign it to yourself.
Assignee: justdave → general
QA Contact: mattyt-bugzilla → default-qa
Target Milestone: Bugzilla 2.22 → ---
Comment on attachment 237451 [details] [diff] [review] patch for tip, bug_link filter added >+ <a href="show_bug.cgi?id=[% bug.id %]">[% bug.id FILTER bug_link(bug.id) FILTER closed(isclosed) %]</a> Have a look at other templates to see how FILTER bug_link works. What is done here is wrong.
Attachment #237451 - Flags: review? → review-
Attached patch patch for tip v2 (obsolete) — Splinter Review
Attachment #237451 - Attachment is obsolete: true
Attachment #237465 - Flags: review?
Comment on attachment 237465 [details] [diff] [review] patch for tip v2 >+ [% bug.id FILTER closed(isclosed) FILTER bug_link(bug.id) %] FILTER bug_link() already uses the bz_closed class if the bug is resolved. You don't need FILTER closed() at all when using FILTER bug_link(). Do not forget to remove above this one as we don't need isclosed anymore.
Attachment #237465 - Flags: review? → review-
Attached patch patch for tip v3 (obsolete) — Splinter Review
argh
Attachment #237465 - Attachment is obsolete: true
Attachment #237469 - Flags: review?
Attached patch v3 has a wrong test code ;'( (obsolete) — Splinter Review
Attachment #237469 - Attachment is obsolete: true
Attachment #237472 - Flags: review?
Attachment #237469 - Flags: review?
Comment on attachment 237472 [details] [diff] [review] v3 has a wrong test code ;'( >Index: template/en/default/reports/duplicates-table.html.tmpl > <center> > [% isclosed = bug.resolution != "" %] We don't need this line anymore as we don't use isclosed *at all*. Else your patch looks good. r=LpSolit with this line removed.
Attachment #237472 - Flags: review? → review+
Assignee: general → bmo2007
Flags: approval?
Target Milestone: --- → Bugzilla 3.0
removed the line
Attachment #237472 - Attachment is obsolete: true
Attachment #237477 - Flags: review+
(In reply to comment #11) > docs patch for tip v5 not a docs patch :-(
Flags: approval? → approval+
Checking in template/en/default/filterexceptions.pl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/filterexceptions.pl,v <-- filterexceptions.pl new revision: 1.78; previous revision: 1.77 done 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.13; previous revision: 1.12 done
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: