Closed
Bug 74355
Opened 25 years ago
Closed 20 years ago
Set tooltip to bug title for full-url buglinks
Categories
(Bugzilla :: User Interface, enhancement, P3)
Bugzilla
User Interface
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: jruderman, Assigned: ddkilzer)
References
Details
Attachments
(1 file, 2 obsolete files)
|
1.46 KB,
patch
|
goobix
:
review+
|
Details | Diff | Splinter Review |
All of these should get tooltips, but the last one doesn't:
bug 31322
bug
#31322
http://bugzilla.mozilla.org/show_bug.cgi?id=31322
| Reporter | ||
Comment 1•25 years ago
|
||
And I guess it might make sense to cross the last one out, too.
Updated•25 years ago
|
Target Milestone: --- → Bugzilla 2.16
Comment 2•25 years ago
|
||
hmm, that'd be interesting to do. Bugzilla doesn't even know that's a bug link.
All it knows is it's a URL so it hyperlinks it.
I suppose it could check if the beginning of the URL is
"%urlbase%/show_bug.cgi?id="
Updated•24 years ago
|
Priority: -- → P3
Comment 3•24 years ago
|
||
-> Bugzilla product, User Interface component, reassigning.
Assignee: tara → myk
Component: Bugzilla → User Interface
Product: Webtools → Bugzilla
Version: other → unspecified
Comment 4•24 years ago
|
||
*** Bug 108411 has been marked as a duplicate of this bug. ***
Comment 5•24 years ago
|
||
We are currently trying to wrap up Bugzilla 2.16. We are now close enough to
release time that anything that wasn't already ranked at P1 isn't going to make
the cut. Thus this is being retargetted at 2.18. If you strongly disagree with
this retargetting, please comment, however, be aware that we only have about 2
weeks left to review and test anything at this point, and we intend to devote
this time to the remaining bugs that were designated as release blockers.
Target Milestone: Bugzilla 2.16 → Bugzilla 2.18
Comment 6•24 years ago
|
||
*** Bug 114585 has been marked as a duplicate of this bug. ***
Comment 7•24 years ago
|
||
*** Bug 120515 has been marked as a duplicate of this bug. ***
Comment 8•23 years ago
|
||
*** Bug 161858 has been marked as a duplicate of this bug. ***
Comment 9•23 years ago
|
||
The User Interface component now belongs to Gerv. Reassigning all UNCONFIRMED
and NEW (but not ASSIGNED) bugs currently owned by Myk (the previous component
owner) to Gerv.
Assignee: myk → gerv
Comment 10•23 years ago
|
||
Reassigning back to Myk. That stuff about Gerv taking over the User Interface
component turned out to be short-lived. Please pardon our confusion, and I'm
very sorry about the spam.
Assignee: gerv → myk
Updated•22 years ago
|
OS: Linux → All
Hardware: PC → All
Updated•22 years ago
|
Summary: [rfe] bug title in tooltip for full-url buglinks → Set tooltip to bug title for full-url buglinks
Comment 11•22 years ago
|
||
*** Bug 217879 has been marked as a duplicate of this bug. ***
Comment 12•22 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 13•21 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
QA Contact: mattyt-bugzilla → default-qa
Target Milestone: Bugzilla 2.22 → ---
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Flags: blocking2.22?
| Assignee | ||
Comment 14•20 years ago
|
||
Updated quoteUrls() in globals.pl to process bug link URLs before other URLs.
Handles both 'urlbase' and 'sslbase' (if set).
Attachment #208618 -
Flags: review?(mkanat)
| Assignee | ||
Updated•20 years ago
|
Assignee: myk → ddkilzer
Status: ASSIGNED → NEW
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Comment 15•20 years ago
|
||
No enhancement can block, at this point in the dev. process.
Flags: blocking2.22? → blocking2.22-
| Assignee | ||
Updated•20 years ago
|
Target Milestone: --- → Bugzilla 2.24
Comment 16•20 years ago
|
||
Comment on attachment 208618 [details] [diff] [review]
Patch v1.0
Unfortunately my regex-foo is not strong enough to be able to review changes to this particular function. :-) This looks basically correct, and I think it's a good idea.
However, do note that we just moved these functions into Bugzilla::Template, in bug 284875.
Attachment #208618 -
Flags: review?(mkanat) → review?(bbaetz)
| Assignee | ||
Comment 17•20 years ago
|
||
Changes from Patch v1.0:
- Updated bit rot after Bug 284875 was applied:
- Fixed contributor portion of the patch.
- Applied to Bugzilla/Template.pm instead of globals.pl.
- Changed GetBugLink() method to get_bug_link().
- Tested locally with Bugzilla 2.23.
Attachment #208618 -
Attachment is obsolete: true
Attachment #208618 -
Flags: review?(bbaetz)
Attachment #213248 -
Flags: review?(bbaetz)
Comment 18•20 years ago
|
||
Comment on attachment 213248 [details] [diff] [review]
Patch v2.0
I kinda stared at the thing for half an hour, wondering if \0 does something special, until I read the comments in that file:
# We use /g for speed, but uris can have other things inside them
# (http://foo/bug#3 for example). Filtering that out filters valid
# bug refs out, so we have to do replacements.
# mailto can't contain space or #, so we don't have to bother for that
# Do this by escaping \0 to \1\0, and replacing matches with \0\0$count\0\0
# \0 is used because its unliklely to occur in the text, so the cost of
# doing this should be very small
# Also, \0 won't appear in the value_quote'd bug title, so we don't have
# to worry about bogus substitutions from there
Kind of clicked then :) Nice! Tested successfully on the tip.
Attachment #213248 -
Flags: review?(bbaetz) → review+
Updated•20 years ago
|
Flags: approval?
| Assignee | ||
Comment 19•20 years ago
|
||
Comment on attachment 213248 [details] [diff] [review]
Patch v2.0
I just realized that this line of code is completely unnecessary because nothing is done with the $tmp variable:
>+ ~($tmp = html_quote($1)) &&
It should be removed and the next line down should get the tilde:
>+ ~($things[$count++] = get_bug_link($3, $1)) &&
I'll fix this tonight (unless you're okay with fixing it on checkin).
Updated•20 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 20•20 years ago
|
||
Removed unneeded code from Patch v2.0 per Comment #19.
Retested on local Bugzilla 2.23.
Attachment #213248 -
Attachment is obsolete: true
| Assignee | ||
Updated•20 years ago
|
Attachment #213864 -
Flags: review?
Updated•20 years ago
|
Attachment #213864 -
Flags: review? → review+
Comment 21•20 years ago
|
||
Checking in Bugzilla/Template.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Template.pm,v <-- Template.pm
new revision: 1.44; previous revision: 1.43
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 22•19 years ago
|
||
Added to relnotes in bug 349423. Please let me know if I missed any critical information about this bug in the release notes.
Keywords: relnote
You need to log in
before you can comment on or make changes to this bug.
Description
•