aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/cron.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15720] Don't escape ampersands on redirectionsRubén Calvo2019-05-091-1/+1
* [ticket/14542] Move cron to controllerMáté Bartus2019-05-061-57/+10
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-05-281-0/+12
|\
| * [ticket/14466] Fix class name in PHPDoc comment.lavigor2016-03-251-1/+1
| * [ticket/14466] Add an event to cron.phplavigor2016-02-071-0/+12
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-1/+1
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+2
|/
* [ticket/12898] Call garbage_collection() at the end of cron.phpTristan Darricau2014-07-281-1/+2
* Merge pull request #2523 from bantu/ticket/12597Joas Schilling2014-05-301-10/+0
|\
| * [ticket/12597] Do not output anything besides the gif image.Andreas Fischer2014-05-301-10/+0
* | Merge pull request #2508 from ptitlazy/ticket/12597Andreas Fischer2014-05-301-44/+14
|\ \ | |/
| * [ticket/12597] Fix misplaced release of db lockLEZY Thomas2014-05-281-1/+1
| * [ticket/12597] Update pull-requestLEZY Thomas2014-05-281-1/+0
| * [ticket/12597] Fix various refactoring mistakesLEZY Thomas2014-05-281-17/+3
| * [ticket/12597] Correcting bug in cron.phpLEZY Thomas2014-05-281-1/+1
| * [ticket/12597] Command for executing all available cron tasksLEZY Thomas2014-05-271-29/+14
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
|/
* [ticket/12576] Retrieve the cron_manager in cron.php if neededTristan Darricau2014-05-221-5/+3
* [ticket/11189] Replace DEBUG_EXTRA with DEBUGNathaniel Guse2012-11-101-3/+3
* [feature/dic] Rename occurances of $container to $phpbb_containerIgor Wiedler2012-04-091-2/+2
* [feature/dic] Give all cron tasks a name, change some manager usageIgor Wiedler2012-04-091-1/+1
* [feature/dic] Move cron.lock_db into DICIgor Wiedler2012-04-011-1/+1
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* [feature/extension-manager] Refactoring the structure of extension providerNils Adermann2011-09-291-1/+1
* [feature/extension-manager] Remove cron's dependency on the extension manager.Nils Adermann2011-09-291-1/+1
* [ticket/10046] Remove register_shutdown_function() in cron.php from develop.Andreas Fischer2011-03-121-15/+2
* [feature/system-cron] Clarify comments about flush() call in cron.Nils Adermann2011-02-121-1/+3
* [feature/system-cron] Rename lock() to acquire and unlock() to release.Nils Adermann2011-02-121-2/+2
* [feature/system-cron] Cache cron's task names.Nils Adermann2011-02-121-1/+1
* [feature/system-cron] Use a RecursiveDirectoryIterator instead of readdir.Nils Adermann2011-02-121-1/+1
* [feature/system-cron] Add array type hints if appropriate and remove globals.Nils Adermann2011-02-121-1/+1
* [feature/system-cron] Abstract the database locking mechanism out of cron.Nils Adermann2011-02-121-5/+5
* [feature/system-cron] use phpbb_request instead of plain superglobalsIgor Wiedler2011-02-121-1/+1
* [feature/system-cron] fix remaining missing phpbb_ prefix in cron.phpIgor Wiedler2011-02-121-1/+1
* [feature/system-cron] add phpbb_ prefix to all class namesIgor Wiedler2011-02-121-1/+1
* [feature/system-cron] remove more includes, adjust pathIgor Wiedler2011-02-121-4/+2
* [feature/system-cron] Add debug informationIgor Wiedler2011-02-121-2/+7
* [feature/system-cron] Try to work around stealth cron locksOleg Pudeyev2011-02-121-10/+29
* [feature/system-cron] Fixes to make cron actually run.Oleg Pudeyev2011-02-121-5/+15
* [feature/system-cron] Updated includes after moving files.Oleg Pudeyev2011-02-121-1/+1
* [feature/system-cron] Reorganized cron task parametrization.Oleg Pudeyev2011-02-121-10/+14
* [feature/system-cron] Reformatted cron, includes/cron and includes/cron_lock.Oleg Pudeyev2011-02-121-13/+24
* [feature/system-cron] WIP on making cron tasks runnable via system cronOleg Pudeyev2011-02-121-250/+37
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+287
* Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-041-285/+0
* $db-> to phpbb::$db->Meik Sievertsen2009-02-221-8/+8
* $auth-> to phpbb::$acl->Meik Sievertsen2009-02-221-1/+1
* remove global and change $user-> to phpbb::$user->Meik Sievertsen2009-02-221-6/+4
* $config to phpbb::$configMeik Sievertsen2008-12-281-12/+12