Closed
Bug 123105
Opened 23 years ago
Closed 18 years ago
No tooltips in duplicates.cgi
Categories
(Bugzilla :: Bugzilla-General, enhancement, P3)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: netdragon, Assigned: spam)
References
(Depends on 1 open bug)
Details
Attachments
(1 file, 4 obsolete files)
1.39 KB,
patch
|
spam
:
review+
|
Details | Diff | Splinter Review |
We need tooltips in duplicates.cgi
Updated•23 years ago
|
Priority: -- → P3
Target Milestone: --- → Bugzilla 2.18
Comment 1•21 years ago
|
||
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
Comment 2•20 years ago
|
||
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
Comment 3•20 years ago
|
||
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
Assignee | ||
Comment 4•18 years ago
|
||
Attachment #237451 -
Flags: review?
![]() |
||
Comment 5•18 years ago
|
||
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-
Assignee | ||
Comment 6•18 years ago
|
||
Attachment #237451 -
Attachment is obsolete: true
Attachment #237465 -
Flags: review?
![]() |
||
Comment 7•18 years ago
|
||
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-
Assignee | ||
Comment 8•18 years ago
|
||
argh
Attachment #237465 -
Attachment is obsolete: true
Attachment #237469 -
Flags: review?
Assignee | ||
Comment 9•18 years ago
|
||
Attachment #237469 -
Attachment is obsolete: true
Attachment #237472 -
Flags: review?
Attachment #237469 -
Flags: review?
![]() |
||
Comment 10•18 years ago
|
||
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+
![]() |
||
Updated•18 years ago
|
Assignee: general → bmo2007
Flags: approval?
Target Milestone: --- → Bugzilla 3.0
Assignee | ||
Comment 11•18 years ago
|
||
removed the line
Attachment #237472 -
Attachment is obsolete: true
Attachment #237477 -
Flags: review+
Assignee | ||
Comment 12•18 years ago
|
||
(In reply to comment #11)
> docs patch for tip v5
not a docs patch :-(
Updated•18 years ago
|
Flags: approval? → approval+
![]() |
||
Comment 13•18 years ago
|
||
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.
Description
•