Merge "add type check and bail out when title could not be created"
[lhc/web/wiklou.git] / includes / job / JobQueue.php
2012-05-07 Aaron SchulzMerge "add type check and bail out when title could...
2012-05-07 HasharMerge "Adding tests for dumps"
2012-05-07 SiebrandMerge "Pass the result of the database queries in Title...
2012-05-05 Aaron SchulzMerge "Use local context to get messages and time forma...
2012-05-04 ReedyMerge "Only use per-template profiling for one-time...
2012-05-04 Aaron SchulzMerge "Credits/RN for bug 5445 / 7694faf68"
2012-05-04 DemonMerge "Use the same object when checking if the user...
2012-05-04 DemonMerge "[FileRepo] Various ForeignApiRepo fixes."
2012-05-04 ReedyMerge "Added missing GPLv2 headers in some places."
2012-05-04 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2012-05-02 jeroendedauwadd type check and bail out when title could not be...
2012-02-24 Sam ReedMore __METHOD__ in our madness
2012-01-03 Sam ReedFix non reverted job_insert_timestamp
2012-01-03 Sam Reed* (bug 27724) Add timestamp to job queue.
2011-10-26 Sam ReedMore documentation!
2011-07-12 Tim StarlingNon-concurrent pop_type() since the $row === false...
2011-06-30 Aaron Schulz* Follow-up r84397: make sure that mysql uses the job_i...
2011-05-28 Sam ReedAnd even more documentation
2011-03-20 Roan Kattouw(bug 27336) Add $wgJobTypesExcludedFromDefaultQueue...
2011-03-18 Aaron Schulz* Fixed wfIncrStats calls from r83617 (I assume this...
2011-03-10 Tim StarlingFix duplicate removal. Was completely broken, with...
2011-03-10 Tim StarlingStats for duplicate removal
2011-03-10 Tim Starling* Add a $count argument to wfIncrStats(), to allow...
2011-02-28 Sam ReedCommit some uncommited documentation from my w/c
2011-02-19 Sam ReedMore function documentation
2010-10-14 Sam ReedBig attack on unused variables...
2010-09-03 Alexandre Emsenhuberadded file description header
2010-07-09 Max SemenikRemoved commented-out deprecated function
2010-05-14 Mark A. HershbergerMove jobqueue classes to their own directory.