Merge "Added some extra tests for ORMRow class"
[lhc/web/wiklou.git] / maintenance / runJobs.php
2012-06-15 SiebrandMerge "Added some extra tests for ORMRow class"
2012-06-14 Aaron SchulzMerge "Check validity of fetched titles and show a...
2012-06-14 Timo TijhofMerge "Deprecate no longer used Skin::getCommonStylePath."
2012-06-14 Aaron SchulzMerge "avoid Title::exist/getArticleId in ApiQueryInfo...
2012-06-14 SiebrandMerge "Correct case for the "MediaWiki:Revdelete-reason...
2012-06-14 SiebrandMerge "Use local context to get messages"
2012-06-13 CatropeMerge "(bug 36938) XSS in uselang parameter"
2012-06-13 Tim StarlingMerge "Avoid stale "latest revision" cache when loadPag...
2012-06-12 CatropeMerge "Added result properties to action=paraminfo"
2012-06-12 Aaron SchulzMerge "(bug 1) doc for SiteConfiguration"
2012-06-12 SiebrandMerge "Custom grammar rules in javascript for some...
2012-06-09 Aaron SchulzMerge "Fix PHP notice in 3695486 (Ie35a8b91)."
2012-06-08 Aaron SchulzMerge "Use local context to get messages"
2012-06-08 Antoine Musso(but 37072) - infinite loop with runJobs.php
2011-12-31 Sam ReedAdd braces
2011-04-20 PlatonidesMerge r86398 into the old wfWaitForSlaves. Update core...
2011-03-10 Tim StarlingAdd --maxtime parameter to allow job runners to be...
2011-02-04 Chad HorohoeRevert r73198 (adding exclusing option to runJobs.php...
2011-01-13 Chad HorohoeFix concern raised by Brion in r74108 (but has really...
2011-01-12 PlatonidesFollow up r47852. Unlike forkWorkers(), the start(...
2010-09-17 Niklas LaxströmAdd exclusive option for 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...