summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugMail.pm
AgeCommit message (Collapse)AuthorFilesLines
2013-06-11Bug 881348: Do not display the Excluded list when sending bugmailsByron Jones1-22/+10
2013-05-23remove bugmail instrumentationByron Jones1-34/+0
https://bugzilla.mozilla.org/show_bug.cgi?id=870202
2013-05-21Bug 870202: investigate ways of improving the performance of bugmail compositionByron Jones1-1/+36
2013-04-11Bug 859480: Ability to ignore specific bugs (not get email from them, even ↵Dave Lawrence1-3/+8
as the reporter)
2013-03-25Bug 848583: Use of uninitialized value in subroutine entry at ↵Byron Jones1-0/+3
/data/www/bugzilla.mozilla.org/Bugzilla/BugMail.pm line 408.
2013-02-25Bug 844724: updates for the push extensionByron Jones1-1/+3
2012-08-30Add x-generated-by header to bugmailByron Jones1-0/+5
2012-08-28Bug 786167: fix various "use of uninitialized value" warningsByron Jones1-1/+3
2012-08-23Bug 785063 - content of x-bugzilla-changed-fields in bugmail has changed ↵Dave Lawrence1-3/+8
from field descriptions to field names r=glob
2012-06-29Fix SQL error caused if a bugmail_recipients hook deletes all recipientsByron Jones1-14/+16
2012-06-27Bug 764430: improvements to 4.2 bugmailByron Jones1-2/+16
2012-06-19Bug 752400: port "referenced bugs" to bmo/4.2Byron Jones1-12/+56
2012-02-17Bug 721161 - Add to X-Bugzilla-Changed-Fields when a new attachment is ↵Dave Lawrence1-2/+2
created on a bug Changed from "Attachment Created" to "attachments.created" to match upstream
2012-01-25Bug 719526 - Add an extra mail header to messages containing a link to a ↵Dave Lawrence1-2/+10
first patch r=glob
2011-10-05Some more 4.2 porting fixesDavid Lawrence1-2/+6
2011-10-05more porting workDavid Lawrence1-1/+6
2011-07-25Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones1-9/+15
for bugmail. r=LpSolit, a=LpSolit
2011-04-23Bug 652165: Flagmails have a wrong Date: valueFrédéric Buclin1-3/+8
r=wicked a=LpSolit
2011-01-27Fix bustage; diffs is an arrayref in 4.0, an array on trunk.Gervase Markham1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=616422
2011-01-27Add diffs parameter to bugmail_recipients hook. r=mkanat.Gervase Markham1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=616422
2011-01-15Bug 623408: Message-ID is gone in bugmail for new bugsFrédéric Buclin1-2/+3
r=dkl a=LpSolit
2011-01-07Provide user objects to bugmail_recipients hook. r,a=mkanat.Gervase Markham1-1/+7
https://bugzilla.mozilla.org/show_bug.cgi?id=622813
2010-10-03Bug 65477: Send HTML bugmailGuy Pyrzak1-15/+45
r=mkanat, a=mkanat
2010-08-24Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fieldsTiago Mello1-1/+1
r/a=mkanat
2010-08-21Bug 583154: If you don't comment while setting the work_time (Hours Worked) ↵Frédéric Buclin1-0/+2
field, you get an empty comment in bugmails r/a=mkanat
2010-08-06Bug 466968: Remove hardcoded strings from BugMail.pm, and refactor it so ↵Frédéric Buclin1-195/+100
that bugmails are 100% localizable r/a=mkanat
2010-08-03Bug 583287: Some fields should not be displayed in bugmail for new bugsFrédéric Buclin1-2/+2
r/a=mkanat
2010-07-28Bug 396558: Dependency change e-mails should only include status changes ↵Frédéric Buclin1-156/+110
that happened right now r/a=mkanat
2010-05-12Bug 565145 - "Invalid Parameter 'in_new_bugmail' error after submitting a ↵Reed Loden1-1/+1
new bug" [r=timello a=LpSolit]
2010-05-10Change @changed_fields to \@changed_fields inside a hashref in Max Kanat-Alexander1-1/+1
Bugzilla::BugMail. https://bugzilla.mozilla.org/show_bug.cgi?id=395451
2010-05-07Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead ↵Reed Loden1-148/+77
of direct SQL" [r=mkanat a=mkanat]
2010-04-06Bug 556429: Stop sending bugmail from inside the templateMax Kanat-Alexander1-1/+0
r=LpSolit, a=LpSolit
2010-03-01Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander1-1/+0
Bugzilla->template_inner("")). r=LpSolit, a=LpSolit
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander1-9/+2
r=mkanat, a=mkanat, a=LpSolit
2010-02-11Bug 545715: New Hook: bugmail_relationshipsMax Kanat-Alexander1-13/+12
r=mkanat, a=mkanat (module owner)
2010-02-11Add a "bug" argument to the bugmail_recipients hook that was just checked in.Max Kanat-Alexander1-1/+1
r=mkanat, a=mkanat (module owner) https://bugzilla.mozilla.org/show_bug.cgi?id=545683
2010-02-11Bug 545683: New Hook: bugmail_recipientsMax Kanat-Alexander1-0/+4
r=mkanat, a=mkanat (module owner)
2010-02-10Bug 310450 - Bugzilla should send an email when a comment becomes private ↵Dave Lawrence1-2/+9
or un-private r=mkanat, a=mkanat
2010-01-05Bug 534587 - "Bugmail uses the timezone of the changee instead of the user ↵reed%reedloden.com1-1/+1
receiving the mail" [p=reed r=mkanat a=mkanat]
2009-11-10Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org1-36/+3
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-11-01Bug 366994: Make bugmail be sent for any public changes even when there is a ↵mkanat%bugzilla.org1-21/+12
private comment made. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-09-08Bug 509035: An empty e-mail gets sent to non-timetrackinggroup members if I ↵lpsolit%gmail.com1-13/+8
change time tracking information - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2009-09-08Bug 515149: BugMail.pm uses urlbase for dependency notifications despite ↵lpsolit%gmail.com1-2/+1
sslbase is set - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-08-19Bug 73330: Remove extra newlines in bugmailmkanat%bugzilla.org1-1/+3
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-06-03Bug 457657 – Make e-mail comment header localizable.wurblzap%gmail.com1-38/+10
Patch by Marc Schumann <wurblzap@gmail.com>, r/a=LpSolit
2009-01-02Bug 179638: Security group inclusion isn't indicated on "New:" bugmail ↵lpsolit%gmail.com1-0/+9
notifications - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=mkanat
2008-12-29Bug 471324: Don't build mail headers for existing bugs (too many calls to ↵lpsolit%gmail.com1-19/+13
multiline_sprintf()) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-12-10Bug 399072: Remove the 'supportwatchers' parameter - Patch by Frédéric ↵lpsolit%gmail.com1-16/+14
Buclin <LpSolit@gmail.com> r/a=mkanat
2008-08-28Bug 449791 – Allow flag notification emails to be threaded similar to ↵dkl%redhat.com1-17/+1
normal bug change emails Patch by Dave Lawrence <dkl@redhat.com> - r/a=LpSolit
2008-08-08Bug 442031: Make Bugzilla::User::groups return an arrayref of ↵mkanat%bugzilla.org1-14/+10
Bugzilla::Group objects (instead of a hashref of group ids and names).