| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve documentation of maintenance scripts. | Alexandre Emsenhuber | 2012-08-11 | 1 | -2/+8 |
* | * (bug 38953) --memory-limit switch not working for runJobs.php. | Reedy | 2012-08-02 | 1 | -0/+3 |
* | Don't manually quote stuff | Reedy | 2012-08-02 | 1 | -2/+2 |
* | debug start of jobs | Antoine Musso | 2012-06-27 | 1 | -0/+1 |
* | (but 37072) - infinite loop with runJobs.php | Antoine Musso | 2012-06-08 | 1 | -1/+3 |
* | Add braces | Sam Reed | 2011-12-31 | 1 | -2/+4 |
* | Merge r86398 into the old wfWaitForSlaves. Update core calls. | Platonides | 2011-04-20 | 1 | -1/+1 |
* | Add --maxtime parameter to allow job runners to be limited by time instead of... | Tim Starling | 2011-03-10 | 1 | -1/+8 |
* | Revert r73198 (adding exclusing option to runJobs.php). Per CR, this should u... | Chad Horohoe | 2011-02-04 | 1 | -28/+4 |
* | Fix concern raised by Brion in r74108 (but has really existed since the maint... | Chad Horohoe | 2011-01-13 | 1 | -1/+1 |
* | Follow up r47852. Unlike forkWorkers(), the start() method doesn't get the $p... | Platonides | 2011-01-12 | 1 | -1/+1 |
* | Add exclusive option for runJobs.php | Niklas Laxström | 2010-09-17 | 1 | -4/+28 |
* | Fixed a bunch of silly instances of [^!=]==\s*(true|false) | Chad Horohoe | 2010-06-09 | 1 | -4/+2 |
* | Stylize maintenance folder.. | Sam Reed | 2010-05-22 | 1 | -11/+11 |
* | eol ws cleanup | Mark A. Hershberger | 2010-04-17 | 1 | -3/+3 |
* | Followup r62067, drop $wgUseNormalUser as un-needed | Chad Horohoe | 2010-02-10 | 1 | -2/+0 |
* | Merge and clean up memory_limit hacks from wmf-deployment r53208. | Brion Vibber | 2009-09-14 | 1 | -0/+5 |
* | Revert r54244 which was stupid and fix this properly. Require commandLine.inc... | Chad Horohoe | 2009-08-03 | 1 | -1/+1 |
* | Don't put \n on the end of every error() call, just do it in error() itself. ... | Chad Horohoe | 2009-08-02 | 1 | -1/+1 |
* | Merge maintenance-work branch (now with less errors!): | Chad Horohoe | 2009-08-02 | 1 | -60/+80 |
* | Revert r52336 "Merge maintenance-work branch:" | Brion Vibber | 2009-06-24 | 1 | -65/+59 |
* | Merge maintenance-work branch: | Chad Horohoe | 2009-06-24 | 1 | -59/+65 |
* | (bug 17620) don't run jobs twice | Tim Starling | 2009-03-18 | 1 | -1/+1 |
* | * Added restart-on-error feature to ForkController, changed the interface to ... | Tim Starling | 2009-02-27 | 1 | -3/+2 |
* | * Refactored the forking code from runJobs.php to a new class called ForkCont... | Tim Starling | 2009-02-26 | 1 | -54/+3 |
* | * Don't kill child processes during normal termination, that will leave the l... | Tim Starling | 2009-02-20 | 1 | -13/+12 |
* | Basic multiprocess operation via pcntl_fork() | Tim Starling | 2009-02-19 | 1 | -1/+67 |
* | Better logging in runJobs.php. Committing for test on server. | Tim Starling | 2009-02-16 | 1 | -2/+13 |
* | * Remove unneeded includes | Niklas Laxström | 2009-02-05 | 1 | -2/+0 |
* | don't count if you don't use it! :) | Domas Mituzas | 2008-07-29 | 1 | -1/+1 |
* | Fix 12384 : comment on maintenance/*php files | Antoine Musso | 2008-07-19 | 1 | -0/+6 |
* | add timestamps to runJobs output, should make it easier to track down stuck j... | Brion Vibber | 2008-05-23 | 1 | -2/+2 |
* | WARNING: HUGE COMMIT | Alexandre Emsenhuber | 2008-05-20 | 1 | -0/+4 |
* | Applying live hack from Wikimedia code base: tweaks to runJobs.php. Not clear... | Brion Vibber | 2008-01-29 | 1 | -4/+4 |
* | Remove ?>'s from files. They're pointless, and just asking for people to mes... | Aryeh Gregor | 2007-06-29 | 1 | -1/+1 |
* | runJobs should have a way to only run certain types of job | River Tarnell | 2007-05-11 | 1 | -2/+17 |
* | specify offset for Job::pop(), yay for efficient job queue runs (unless there... | Domas Mituzas | 2007-03-25 | 1 | -1/+3 |
* | The war on redundant ampersand usage! | Nick Jenkins | 2007-01-22 | 1 | -1/+1 |
* | Removed old debugging code. | Tim Starling | 2007-01-13 | 1 | -2/+1 |
* | Committed a bunch of live hacks from Wikimedia servers | Brion Vibber | 2006-10-02 | 1 | -0/+12 |
* | * Adding a trailing ?> | Ævar Arnfjörð Bjarmason | 2006-03-07 | 1 | -0/+1 |
* | Job::pop() may occasionally return false when there are actually more jobs re... | Tim Starling | 2006-02-28 | 1 | -6/+8 |
* | Die on inappropriate references to $wgTitle, especially from parser extensions. | Tim Starling | 2006-02-28 | 1 | -0/+4 |
* | Added job table, for deferred processing of jobs. The immediate application i... | Tim Starling | 2006-02-24 | 1 | -0/+13 |