Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-05 | Bug 829358: Changing the name of a private attachment in an unhidden bug ↵ | David Lawrence | 1 | -1/+4 | |
results in the name change being sent unencrypted | |||||
2014-11-27 | Bug 1092578: Decide if an email needs to be encrypted at the time it is ↵ | Byron Jones | 1 | -0/+8 | |
generated, not at the time it is sent | |||||
2014-10-28 | Bug 1076746: Mentor field is missing in the email when a bug gets created | David Lawrence | 1 | -1/+10 | |
2014-07-08 | Bug 990980: create an extension for server-side filtering of bugmail | Byron Jones | 1 | -0/+6 | |
2013-10-25 | Bug 930407: background bugmail generation throws a "Can't store CODE items" ↵ | Byron Jones | 1 | -9/+15 | |
error on some changes | |||||
2013-10-24 | disable changes from bug 910565 | Byron Jones | 1 | -5/+8 | |
2013-10-21 | Bug 910565: backport bug 877078 to bmo (shift bugmail generation to the ↵ | Byron Jones | 1 | -17/+64 | |
jobqueue) | |||||
2013-07-30 | Bug 899627 - backport upstream bug 856736 to bmo/4.2 for filtering on ↵ | Dave Lawrence | 1 | -1/+8 | |
dependency bugmail | |||||
2013-07-10 | Bug 822980 - backport bug 815532 to bmo (Bugzilla::User objects should be ↵ | Dave Lawrence | 1 | -3/+3 | |
cached where appropriate) r=glob | |||||
2013-06-11 | Bug 881348: Do not display the Excluded list when sending bugmails | Byron Jones | 1 | -22/+10 | |
2013-05-23 | remove bugmail instrumentation | Byron Jones | 1 | -34/+0 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=870202 | |||||
2013-05-21 | Bug 870202: investigate ways of improving the performance of bugmail composition | Byron Jones | 1 | -1/+36 | |
2013-04-11 | Bug 859480: Ability to ignore specific bugs (not get email from them, even ↵ | Dave Lawrence | 1 | -3/+8 | |
as the reporter) | |||||
2013-03-25 | Bug 848583: Use of uninitialized value in subroutine entry at ↵ | Byron Jones | 1 | -0/+3 | |
/data/www/bugzilla.mozilla.org/Bugzilla/BugMail.pm line 408. | |||||
2013-02-25 | Bug 844724: updates for the push extension | Byron Jones | 1 | -1/+3 | |
2012-08-30 | Add x-generated-by header to bugmail | Byron Jones | 1 | -0/+5 | |
2012-08-28 | Bug 786167: fix various "use of uninitialized value" warnings | Byron Jones | 1 | -1/+3 | |
2012-08-23 | Bug 785063 - content of x-bugzilla-changed-fields in bugmail has changed ↵ | Dave Lawrence | 1 | -3/+8 | |
from field descriptions to field names r=glob | |||||
2012-06-29 | Fix SQL error caused if a bugmail_recipients hook deletes all recipients | Byron Jones | 1 | -14/+16 | |
2012-06-27 | Bug 764430: improvements to 4.2 bugmail | Byron Jones | 1 | -2/+16 | |
2012-06-19 | Bug 752400: port "referenced bugs" to bmo/4.2 | Byron Jones | 1 | -12/+56 | |
2012-02-17 | Bug 721161 - Add to X-Bugzilla-Changed-Fields when a new attachment is ↵ | Dave Lawrence | 1 | -2/+2 | |
created on a bug Changed from "Attachment Created" to "attachments.created" to match upstream | |||||
2012-01-25 | Bug 719526 - Add an extra mail header to messages containing a link to a ↵ | Dave Lawrence | 1 | -2/+10 | |
first patch r=glob | |||||
2011-10-05 | Some more 4.2 porting fixes | David Lawrence | 1 | -2/+6 | |
2011-10-05 | more porting work | David Lawrence | 1 | -1/+6 | |
2011-07-25 | Bug 589128: Adds a preference allowing users to choose between text or html | Byron Jones | 1 | -9/+15 | |
for bugmail. r=LpSolit, a=LpSolit | |||||
2011-04-23 | Bug 652165: Flagmails have a wrong Date: value | Frédéric Buclin | 1 | -3/+8 | |
r=wicked a=LpSolit | |||||
2011-01-27 | Fix bustage; diffs is an arrayref in 4.0, an array on trunk. | Gervase Markham | 1 | -1/+1 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=616422 | |||||
2011-01-27 | Add diffs parameter to bugmail_recipients hook. r=mkanat. | Gervase Markham | 1 | -1/+1 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=616422 | |||||
2011-01-15 | Bug 623408: Message-ID is gone in bugmail for new bugs | Frédéric Buclin | 1 | -2/+3 | |
r=dkl a=LpSolit | |||||
2011-01-07 | Provide user objects to bugmail_recipients hook. r,a=mkanat. | Gervase Markham | 1 | -1/+7 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=622813 | |||||
2010-10-03 | Bug 65477: Send HTML bugmail | Guy Pyrzak | 1 | -15/+45 | |
r=mkanat, a=mkanat | |||||
2010-08-24 | Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fields | Tiago Mello | 1 | -1/+1 | |
r/a=mkanat | |||||
2010-08-21 | Bug 583154: If you don't comment while setting the work_time (Hours Worked) ↵ | Frédéric Buclin | 1 | -0/+2 | |
field, you get an empty comment in bugmails r/a=mkanat | |||||
2010-08-06 | Bug 466968: Remove hardcoded strings from BugMail.pm, and refactor it so ↵ | Frédéric Buclin | 1 | -195/+100 | |
that bugmails are 100% localizable r/a=mkanat | |||||
2010-08-03 | Bug 583287: Some fields should not be displayed in bugmail for new bugs | Frédéric Buclin | 1 | -2/+2 | |
r/a=mkanat | |||||
2010-07-28 | Bug 396558: Dependency change e-mails should only include status changes ↵ | Frédéric Buclin | 1 | -156/+110 | |
that happened right now r/a=mkanat | |||||
2010-05-12 | Bug 565145 - "Invalid Parameter 'in_new_bugmail' error after submitting a ↵ | Reed Loden | 1 | -1/+1 | |
new bug" [r=timello a=LpSolit] | |||||
2010-05-10 | Change @changed_fields to \@changed_fields inside a hashref in | Max Kanat-Alexander | 1 | -1/+1 | |
Bugzilla::BugMail. https://bugzilla.mozilla.org/show_bug.cgi?id=395451 | |||||
2010-05-07 | Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead ↵ | Reed Loden | 1 | -148/+77 | |
of direct SQL" [r=mkanat a=mkanat] | |||||
2010-04-06 | Bug 556429: Stop sending bugmail from inside the template | Max Kanat-Alexander | 1 | -1/+0 | |
r=LpSolit, a=LpSolit | |||||
2010-03-01 | Bug 508823: Make it so that you don't ever have to reset template_inner (like | Max Kanat-Alexander | 1 | -1/+0 | |
Bugzilla->template_inner("")). r=LpSolit, a=LpSolit | |||||
2010-02-16 | Bug 372979: Make voting into an extension | Max Kanat-Alexander | 1 | -9/+2 | |
r=mkanat, a=mkanat, a=LpSolit | |||||
2010-02-11 | Bug 545715: New Hook: bugmail_relationships | Max Kanat-Alexander | 1 | -13/+12 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-02-11 | Add a "bug" argument to the bugmail_recipients hook that was just checked in. | Max Kanat-Alexander | 1 | -1/+1 | |
r=mkanat, a=mkanat (module owner) https://bugzilla.mozilla.org/show_bug.cgi?id=545683 | |||||
2010-02-11 | Bug 545683: New Hook: bugmail_recipients | Max Kanat-Alexander | 1 | -0/+4 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-02-10 | Bug 310450 - Bugzilla should send an email when a comment becomes private ↵ | Dave Lawrence | 1 | -2/+9 | |
or un-private r=mkanat, a=mkanat | |||||
2010-01-05 | Bug 534587 - "Bugmail uses the timezone of the changee instead of the user ↵ | reed%reedloden.com | 1 | -1/+1 | |
receiving the mail" [p=reed r=mkanat a=mkanat] | |||||
2009-11-10 | Bug 472217: Create a Bugzilla::Comment object and eliminate GetComments | mkanat%bugzilla.org | 1 | -36/+3 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-11-01 | Bug 366994: Make bugmail be sent for any public changes even when there is a ↵ | mkanat%bugzilla.org | 1 | -21/+12 | |
private comment made. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat |