* (bug 21503) There's now a "reason" field when creating account for other users
[lhc/web/wiklou.git] / maintenance / runJobs.php
2010-06-09 Chad HorohoeFixed a bunch of silly instances of [^!=]==\s*(true...
2010-05-22 Sam ReedStylize maintenance folder..
2010-04-17 Mark A. Hershbergereol ws cleanup
2010-02-10 Chad HorohoeFollowup r62067, drop $wgUseNormalUser as un-needed
2009-09-14 Brion VibberMerge and clean up memory_limit hacks from wmf-deployme...
2009-08-03 Chad HorohoeRevert r54244 which was stupid and fix this properly...
2009-08-02 Chad HorohoeDon't put \n on the end of every error() call, just...
2009-08-02 Chad HorohoeMerge maintenance-work branch (now with less errors!):
2009-06-24 Brion VibberRevert r52336 "Merge maintenance-work branch:"
2009-06-24 Chad HorohoeMerge maintenance-work branch:
2009-03-18 Tim Starling(bug 17620) don't run jobs twice
2009-02-27 Tim Starling* Added restart-on-error feature to ForkController...
2009-02-26 Tim Starling* Refactored the forking code from runJobs.php to a...
2009-02-20 Tim Starling* Don't kill child processes during normal termination...
2009-02-19 Tim StarlingBasic multiprocess operation via pcntl_fork()
2009-02-16 Tim StarlingBetter logging in runJobs.php. Committing for test...
2009-02-05 Niklas Laxström* Remove unneeded includes
2008-07-29 Domas Mituzasdon't count if you don't use it! :)
2008-07-19 Antoine MussoFix 12384 : comment on maintenance/*php files
2008-05-23 Brion Vibberadd timestamps to runJobs output, should make it easier...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-01-29 Brion VibberApplying live hack from Wikimedia code base: tweaks...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-11 River TarnellrunJobs should have a way to only run certain types...
2007-03-25 Domas Mituzasspecify offset for Job::pop(), yay for efficient job...
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-13 Tim StarlingRemoved old debugging code.
2006-10-02 Brion VibberCommitted a bunch of live hacks from Wikimedia servers
2006-03-07 Ævar Arnfjörð Bjar... * Adding a trailing ?>
2006-02-28 Tim StarlingJob::pop() may occasionally return false when there...
2006-02-28 Tim StarlingDie on inappropriate references to $wgTitle, especially...
2006-02-24 Tim StarlingAdded job table, for deferred processing of jobs. The...