aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/JobQueue.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 1301887 - File::Slurp triggers warnings on perl 5.24 (#53)Vitaly Belekhov2018-01-041-3/+3
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
* Bug 962424: jobqueue's worker process should process messages in batchesByron Jones2014-06-111-0/+14
* Bug 877078: shift bugmail generation to the jobqueueByron Jones2013-07-311-0/+1
* Bug 832893: changes jobqueue.pl to spawn worker processes to deliver bugmail ...Byron Jones2013-02-151-1/+59
* Bug 822547: Make jobqueue.pl clear the request cache before sending each mailByron Jones2013-01-031-0/+7
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+12
* Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is no...Frédéric Buclin2012-11-121-1/+1
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
* Bug 706412 - make JobQueue.pm support insertion of Job objects, and also enab...Gervase Markham2012-04-111-5/+13
* 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
* Bug 702208: TheSchwartz should not open a new db connection for each emailByron Jones2011-11-151-0/+6
* Allow extensions to add new Jobs. r,a=mkanat.Gervase Markham2011-01-051-1/+11
* Bug 530270: Whining fails if mail queueing is enabled - Patch by Frédér...lpsolit%gmail.com2009-11-221-1/+3
* Bug 527505: Make 001compile.t use Bugzilla->feature to determine which module...mkanat%bugzilla.org2009-11-101-1/+1
* Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of c...mkanat%bugzilla.org2009-10-241-2/+2
* Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org2008-12-241-0/+108