summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Job
AgeCommit message (Collapse)AuthorFilesLines
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