Closed
Bug 226932
Opened 22 years ago
Closed 22 years ago
flag request email sends ' ' in subject
Categories
(Bugzilla :: Email Notifications, defect)
Bugzilla
Email Notifications
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: sreindl, Assigned: sreindl)
Details
Attachments
(1 file)
|
1.75 KB,
patch
|
kiko
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0; T312461)
Build Identifier:
If you change a flag, the Subject line looks like '[Bug XXX]....'
The   should not be there
Reproducible: Always
Steps to Reproduce:
1. Open an Issue
2. apply a flag
3. wait for the flag update confirmation message
Actual Results:
There are ' ' entities in the mail subject AND the text.
Expected Results:
Use single spaces only
Comment 1•22 years ago
|
||
Related to bug 226527.
| Assignee | ||
Comment 2•22 years ago
|
||
The attached patch replaces the ' ' with template logic (i.e. put a plus
at the beginning of the template: [%+ keeps blanks on the left)
Comment 3•22 years ago
|
||
Gerv, you added these s to the email templates (I've seen them in others)
-- was this done intentionally, or did it end up sneaking into the big sweep you
did over at bug 13540?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•22 years ago
|
||
Comment on attachment 136418 [details] [diff] [review]
Use template logic instead of ' ' to provide spaces
Thanks for the patch.
For reference, it would be best if you provided unified diffs (diff -urNp work
nicely for me) as they are standard on the Mozilla project.
Attachment #136418 -
Flags: review+
Updated•22 years ago
|
Flags: approval?
Comment 5•22 years ago
|
||
Just FYI, this patch will conflict with the patch for bug 84876. Ironically,
this patch touches code that is (right now) the last holdup for 84876 because...
I can't nail Myk down for the hours it will take to fix it.
Comment 6•22 years ago
|
||
Err... *two* hours it *would* take to fix it.
Comment 7•22 years ago
|
||
Yeah, must have been a mistake...
Gerv
Comment 8•22 years ago
|
||
Do you have something you'd like to say, Gerv?
Comment 9•22 years ago
|
||
-> patch author
Assignee: preed → sr
Severity: normal → trivial
Flags: approval? → approval+
Target Milestone: --- → Bugzilla 2.18
Comment 10•22 years ago
|
||
J.P.: Yes. I obviously didn't review jwilmoth@starbucks.com's patch for bug
13540 carefully enough :-)
Gerv
Comment 11•22 years ago
|
||
Gone into the great melting pot:
/cvsroot/mozilla/webtools/bugzilla/template/en/default/request/email.txt.tmpl,v
<-- email.txt.tmpl
new revision: 1.4; previous revision: 1.3
Thanks, Stephen.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•