summaryrefslogtreecommitdiffstats
path: root/Bugzilla/JobQueue.pm
AgeCommit message (Expand)AuthorFilesLines
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
2014-06-11Bug 962424: jobqueue's worker process should process messages in batchesByron Jones1-0/+14
2013-07-31Bug 877078: shift bugmail generation to the jobqueueByron Jones1-0/+1
2013-02-15Bug 832893: changes jobqueue.pl to spawn worker processes to deliver bugmail ...Byron Jones1-1/+59
2013-01-02Bug 822547: Make jobqueue.pl clear the request cache before sending each mailByron Jones1-0/+7
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+12
2012-11-12Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is no...Frédéric Buclin1-1/+1
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+1
2012-04-11Bug 706412 - make JobQueue.pm support insertion of Job objects, and also enab...Gervase Markham1-5/+13
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
2011-11-15Bug 702208: TheSchwartz should not open a new db connection for each emailByron Jones1-0/+6
2011-01-05Allow extensions to add new Jobs. r,a=mkanat.Gervase Markham1-1/+11
2009-11-22Bug 530270: Whining fails if mail queueing is enabled - Patch by Frédér...lpsolit%gmail.com1-1/+3
2009-11-10Bug 527505: Make 001compile.t use Bugzilla->feature to determine which module...mkanat%bugzilla.org1-1/+1
2009-10-24Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of c...mkanat%bugzilla.org1-2/+2
2008-12-24Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org1-0/+108