Closed
Bug 180542
Opened 22 years ago
Closed 15 years ago
request email should not wrap URLs
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: myk, Unassigned)
References
Details
request email wraps bug and attachment URLs at 80 characters, which breaks the
linkify URL functionality of some email clients and makes the URLs harder to
cut-and-paste in other clients. the email should not wrap URLs at all.
Comment 1•22 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 2•22 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
Component: email notifications, maybe? And this looks like a dupe of 137016,
aside from the viewing context (email vs bug comment).
Reporter | ||
Comment 4•21 years ago
|
||
Text::Wrap has disappeared from CPAN, but we now require Perl 5.6, which comes
with a version of Text::Wrap that supports $huge="overflow", so we should remove
the dependency on Text::Wrap from checksetup.pl and set $huge in Text::Wrap.
Unfortunately we use Text::Wrap through Template::Plugin::Wrap, which doesn't
appear to have a way to set $huge, so we may have to fix TT first.
Severity: normal → trivial
Target Milestone: --- → Bugzilla 2.22
QA Contact: mattyt-bugzilla → default-qa
Target Milestone: Bugzilla 2.22 → ---
Updated•18 years ago
|
Assignee: myk → ui
Comment 6•15 years ago
|
||
I cannot reproduce the problem in Bugzilla 3.5. No idea what fixed this.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•