Adding messages for new global group 'sysadmin'. Brion, Tim, Kate and JeLuF are all...
[lhc/web/wiklou.git] / includes / JobQueue.php
2008-07-29 Domas Mituzasdon't limit random range, no need, and not efficient
2008-07-22 Tim Starling* (bug 4578) Automatically fix redirects broken by...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2007-10-03 Tim StarlingWARNING! NEEDS CAREFUL DEPLOYMENT
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-21 Rob ChurchSome job cleanup:
2007-06-21 Rob ChurchRemove errant return, breaks switch statement for ...
2007-06-21 Aaron Schulz*Add $wgCustomJobs for adding functions/subclasses...
2007-05-11 River Tarnellinstead of storing every mail as a job, have a job...
2007-05-11 River TarnellrunJobs should have a way to only run certain types...
2007-05-05 River Tarnellallow enotif mails to be sent via job queue
2007-04-21 Antoine Musso* Comments
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-03-25 Domas Mituzasoops
2007-03-25 Domas Mituzasallow to specify offset at which to pop a Job.
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2006-07-03 Tim StarlingAs we say on Wikipedia, might it not have been easier...
2006-06-19 Tim StarlingFixed job command naming style
2006-06-18 Tim StarlingAdded a new method to update the cache of all pages...
2006-06-15 Rob Church(bug 6095) Introduce RunUnknownJob hook, see docs/hooks...
2006-05-31 Brion Vibber* (bug 5527) Batch up job queue insertions for, hopeful...
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoReplacing var keyword with private / public as we...
2006-05-01 Antoine Mussounused variables as per #3692
2006-03-11 Lupintrailing whitespace removal
2006-03-07 Ævar Arnfjörð Bjar... * Adding a trailing ?>
2006-02-25 Tim Starlingprofiling
2006-02-25 Tim StarlingFixed SQL error, keep track of job_id
2006-02-25 Tim StarlingAvoid circular links updates
2006-02-25 Tim StarlingDifferent pop method
2006-02-25 Tim StarlingIf there's a duplicate, don't delete and recreate,...
2006-02-24 Tim StarlingThe live immediateBegin hack didn't actually do anythin...
2006-02-24 Domas Mituzas* live immediatebegin hack
2006-02-24 Tim StarlingAdded job table, for deferred processing of jobs. The...