summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Job/Mailer.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2014-11-10Bug 1093481: non-bugmail notifications are not sent when using the jobqueue ↵Byron Jones1-1/+1
("Can't call method "header" on unblessed reference at Bugzilla/Mailer.pm line 95.") r=dylan,a=glob
2014-10-31Bug 1062739: add the ability for administrators to limit the number of ↵Byron Jones1-5/+15
emails sent to a user per minute and hour r=dylan,a=glob
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
r=dkl a=sgreen
2013-07-31Bug 877078: shift bugmail generation to the jobqueueByron Jones1-10/+0
r=sgreen, a=sgreen
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
r/a=LpSolit
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+10
r/a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+3
r=wicked a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-20/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2009-09-11Bug 515606: Fix the arguments of Bugzilla::Job::Mailer->retry_delay--it's ↵mkanat%bugzilla.org1-1/+1
actually a class method, not just a subroutine Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2008-12-24Fix some test failures caused by the checkin of bug 284184.mkanat%bugzilla.org1-0/+1
2008-12-24Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org1-0/+56
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Mark Smith <mark@plogs.net> r=glob, a=mkanat