aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Job
Commit message (Collapse)AuthorAgeFilesLines
* Bug 877078: shift bugmail generation to the jobqueueByron Jones2013-07-312-10/+31
| | | | r=sgreen, a=sgreen
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
| | | | r/a=LpSolit
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+10
| | | | r/a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+3
| | | | r=wicked a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-20/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 515606: Fix the arguments of Bugzilla::Job::Mailer->retry_delay--it's ↵mkanat%bugzilla.org2009-09-101-1/+1
| | | | | | actually a class method, not just a subroutine Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Fix some test failures caused by the checkin of bug 284184.mkanat%bugzilla.org2008-12-241-0/+1
|
* Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org2008-12-241-0/+56
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Mark Smith <mark@plogs.net> r=glob, a=mkanat