summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugMail.pm
AgeCommit message (Collapse)AuthorFilesLines
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).
2008-08-05Bug 449184: Classification should not appear in new bugmail when ↵lpsolit%gmail.com1-1/+3
useclassification = 0 - Patch by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r/a=LpSolit
2008-02-13Bug 416481: No bugmail is sent if no comment is added on bug creation - ↵lpsolit%gmail.com1-1/+1
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-02-08Bug 415539: Remove trailing whitespaces from bugmailmkanat%bugzilla.org1-1/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-02-04Bug 376453 – E-mail threading can be enhanced with references header - ↵olav%bkor.dhs.org1-1/+2
Patch by Henrik Skupin <hskupin@gmail.com> r=bkor a=LpSolit
2008-01-28Bug 410521: The diffs in bugmails were broken and BugMail.pm was throwing a ↵mkanat%bugzilla.org1-1/+1
warning about sprintf. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-12-19Bug 405444: FormatDouble and FormatTriple mangle multi-byte strings in emailmkanat%bugzilla.org1-23/+38
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=himorin, a=mkanat
2007-12-12Bug 375007: [Oracle] Some CGIs use SQL names in their "AS" clauses that ↵mkanat%bugzilla.org1-2/+2
don't work in Oracle Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
2007-10-18Bug 398990: process_bug.cgi shouldn't check the 'reporter' field as this ↵lpsolit%gmail.com1-1/+1
field is not editable - Patch by fedor ezeev <fe@alterplast.ru> r/a=LpSolit
2007-10-09Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch ↵lpsolit%gmail.com1-1/+2
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-09-05Bug 394933 – “neworchanged” of bugmail could be localizable ↵wurblzap%gmail.com1-7/+6
more easily. Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=mkanat
2007-08-26Bug 365735: Add classification, alias, assigned to name, reporter login and ↵lpsolit%gmail.com1-0/+7
reporter name fields to BugMail - Patch by Albert Ting <altlist@gmail.com> r=wicked a=mkanat
2007-08-08Hum... 2nd attempt to fix bug 332149. I committed the wrong patch *and* I ↵lpsolit%gmail.com1-10/+3
lost connection in the middle of the commit. Bad!
2007-08-08Bug 332149: Ability to have symbols placed next to user names based on group ↵lpsolit%gmail.com1-3/+4
membership - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=LpSolit
2007-02-28Bug 371808: 'emailsuffix' is duplicated on email notification - Patch by ↵lpsolit%gmail.com1-3/+2
Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
2007-02-27bug 369429: bug reports should contain microformat markup in order to make ↵db48x%yahoo.com1-3/+3
the information in them more useable. r=LpSolit
2007-02-07Bug 366629: Bugmail messed up if adding dependency for resolved bug in new bugolav%bkor.dhs.org1-38/+50
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=LpSolit
2007-02-06Bug 366187: Fix regression; ensure dependent changed bugmail will be sent outolav%bkor.dhs.org1-0/+1
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=LpSolit
2007-01-11Bug 365443 - "Bugmail for new bugs without flags contains two unneeded ↵reed%reedloden.com1-1/+1
lines" [p=reed r=LpSolit a=LpSolit]
2007-01-10Bug 365444: Obsolete custom fields are shown in e-mail notifications for new ↵lpsolit%gmail.com1-9/+8
bugs, despite they shouldn't - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-12-28Bug 365067: Flags set from the enter_bug page are not mentioned in email - ↵lpsolit%gmail.com1-4/+2
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
2006-12-27Bug 364958 - "If user does not have a real name, just e-mail address should ↵reed%reedloden.com1-5/+12
be displayed instead of " <user@email.tld>"" [p=reed r=bkor a=justdave]
2006-12-12Bug 297186: Send emails in the recipient's locale, not the current user's - ↵lpsolit%gmail.com1-15/+41
Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
2006-11-21Bug 353656: User Interface gets corrupted by multiple localized users ↵lpsolit%gmail.com1-24/+8
resolving bugs as duplicates - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
2006-11-14Bug 277370: Ability to specify an email address to which notification about ↵olav%bkor.dhs.org1-6/+15
all bugs should go Patch by Guillaume Rousse <guillomovitch@zarb.org> r=bkor a=myk
2006-09-23Bug 353796: Rename BugMail::ProcessOneBug() as BugMail::Send() - Patch by ↵lpsolit%gmail.com1-5/+0
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-09-23Bug 353623: SanityCheck 'rescanallbugmail' parameter not working (no ↵lpsolit%gmail.com1-1/+4
'changer' specified) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=justdave
2006-09-23Bug 349852: "I'm added to or removed from this capacity" email pref doesn't ↵lpsolit%gmail.com1-1/+2
work for new bugs - Original patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org>, slightly modified by Frédéric Buclin <LpSolit@gmail.com> r=LpSolit, r=mkanat a=justdave
2006-09-21Bug 352625: "You are receiving this mail because" messages cannot be localizedmkanat%bugzilla.org1-30/+11
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=myk