summaryrefslogtreecommitdiffstats
path: root/template/en/default/request/email.txt.tmpl
AgeCommit message (Collapse)AuthorFilesLines
2015-07-08Bug 1143132: emails about redirected attachment urls link to attachment-edit ↵Byron Jones1-3/+9
instead of the actual url (mozreview, github, etc)
2015-01-05Bug 1117246: X-Bugzilla- headers included in bugmail message-body aren't ↵Byron Jones1-1/+1
grayed out in review/needinfo request emails, in Thunderbird, due to lack of a space after "--" separator
2014-10-06merged with upstream 4.2David Lawrence1-5/+8
2014-10-06Bug 1064140: [SECURITY] Private comments can be shown to flagmail recipients ↵Simon Green1-5/+8
who aren't in the insider group r=glob,a=glob
2014-09-26Bug 1035972: add preference to include all X-Headers in email bodies to ↵Byron Jones ‹:glob›1-0/+3
allow gmail to filter on them
2014-06-05Bug 1016273: Bugzilla whine emails missing change to From header made by bug ↵David Lawrence1-1/+1
1010751
2014-05-16Bug 1010751: Add "Bugzilla@Mozilla" to the From header, so email clients ↵Byron Jones1-1/+1
don't just display "bugzilla-daemon@mozilla.org"
2014-04-18merged with bugzilla/4.2David Lawrence1-1/+1
2014-04-17Bug 968576: [SECURITY] Dangerous control characters allowed in Bugzilla textManish Goregaokar1-1/+1
r=glob a=justdave
2013-03-26Bug 852795 - Request emails should include X-Bugzilla-Product, etc headers ↵Dave Lawrence1-0/+1
(fully backport upstream bug 573919) r=glob
2011-11-07Bug 696065 - extra newline in request mail causing headers to be included in ↵Dave Lawrence1-1/+3
message conten r=glob
2011-10-17Bug 689601 - Include small patches inline in review requestsDavid Lawrence1-0/+1
r=glob
2011-10-05more porting workDavid Lawrence1-1/+2
2011-08-04Bug 657158 - (CVE-2011-2381) [SECURITY] Request email headers for attachment ↵Reed Loden1-1/+1
containing newline are corrupt [r=LpSolit a=LpSolit]
2011-08-04Bug 674554 - Add new template hook in request/email.txt.tmpl called ↵David Lawrence1-0/+3
'after_summary' r/a=mkanat
2011-04-23Bug 652165: Flagmails have a wrong Date: valueFrédéric Buclin1-1/+1
r=wicked a=LpSolit
2010-08-08Bug 585454 - In flagmail, the Date header field splits the Subject header ↵Marc Schumann1-1/+1
field in two. r/a=LpSolit
2010-07-08Bug 452761: Make the Date header of bugmail and requestmail always beReed Loden1-0/+1
equal to the delta_ts of the bug. This makes emails have the right Date even when they are sent much later by jobqueue.pl. r=mkanat, a=mkanat
2009-09-03Bug 509794: Crash if setting a flag with Unicode characters in the name - ↵lpsolit%gmail.com1-1/+2
Patch by Frédéric Buclin <LpSolit@gmail.com> r=bbaetz a=LpSolit
2009-08-05Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ↵lpsolit%gmail.com1-8/+11
by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
2008-08-28Bug 449791 – Allow flag notification emails to be threaded similar to ↵dkl%redhat.com1-0/+1
normal bug change emails Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit
2007-08-30Bug 394227 – Flagmail subject confused; X-Bugzilla-Type header broken.wurblzap%gmail.com1-1/+1
Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
2007-08-21Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com1-1/+0
<bugzilla@chimpychompy.org> r/a=LpSolit
2007-08-08Bug 376061: Changing the requestee of a flag should not change the requester ↵lpsolit%gmail.com1-1/+12
if the one doing the change is the requestee himself - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=LpSolit
2007-05-15Bug 379787: Flag request mail has a blank requestee when requestee doesn't ↵lpsolit%gmail.com1-3/+5
get the mail - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked r=myk a=LpSolit
2007-04-19Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ↵lpsolit%gmail.com1-2/+2
get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
2007-03-11Bug 366466 - "flag notification mail has canceled spelled incorrectly" ↵reed%reedloden.com1-1/+1
[p=reed r=timeless a=mkanat]
2006-10-21Bug 135812: Add a 'mailfrom' parameter to unify bugmail originating address ↵lpsolit%gmail.com1-1/+2
- Patch by Cedric Caron <cedric.caron@citycable.ch> r=LpSolit a=myk
2006-07-06Bug 343702: editflagtypes.cgi: Argument "" isn't numeric in numeric gt (>) ↵lpsolit%gmail.com1-1/+1
at template/en/default/request/email.txt.tmpl line 155 - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
2006-06-19Bug 339750: Remove Bugzilla::Flag::GetBug - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-9/+8
<LpSolit@gmail.com> r/a=myk
2005-12-30Bug 284590: When using SMTP, emails are not sent to the CC list associated ↵lpsolit%gmail.com1-2/+1
with the flag type - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=wicked a=justdave
2005-12-14Bug 266147: Internal error when Flag::notify() ends up with an invalid or ↵lpsolit%gmail.com1-10/+9
empty CC: list and no requestee in restricted bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=justdave
2005-04-10Bug 225818: %FORM, %MFORM, and %COOKIE need to go away, in favor of the CGI ↵lpsolit%gmail.com1-2/+3
methods - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
2005-04-09Bug 289002: cannot set/clear requests with requestee - Patch by Teemu ↵lpsolit%gmail.com1-2/+2
Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
2005-03-30Bug 73665 - migrate email preferences to their own table, and rearchitect ↵gerv%gerv.net1-2/+4
email internals. Patch by gerv; r=jake, a=justdave.
2005-03-17Backing out the fix for bug 135812 as it causes the mail params to be ↵jake%bugzilla.org1-2/+1
deleted on new installs.
2005-03-16Bug 135812 : Add a 'mailfrom' parameter to unify bugmail originating addresstravis%sedsystems.ca1-1/+2
Patch by Cedric Caron <cedric.caron@urbanet.ch> r=wurblzap a=justdave
2003-12-01Bug 226932: flag request email sends '&nbsp;' in subject. Removekiko%async.com.br1-2/+2
entities that were introduced by the fix for bug 13540. Patch by Stephen Reindl <sr@stephenreindl.de>, r=kiko, a=justdave
2003-07-04Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵gerv%gerv.net1-3/+6
without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-2/+2
r=myk,jake
2002-11-20Bug 179582 - More informative and easier to read flag email templatejeff.hedlund%matrixsi.com1-0/+65
r=myk a=myk