aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/cron.php
Commit message (Expand)AuthorAgeFilesLines
* [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
* implement new phpbb::$acm object, replacing $cache globalMeik Sievertsen2008-12-281-3/+3
* remove some spacesMeik Sievertsen2008-09-211-1/+1
* ok... i hope i haven't messed too much with the code and everything is still ...Meik Sievertsen2008-05-291-10/+10
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-4/+4
* some tiny fixes...Meik Sievertsen2007-09-121-5/+16
* fixing some language and style bugs...Meik Sievertsen2007-09-051-0/+6
* fix bug with cron execution for all new RC4 installations as well as those ha...Meik Sievertsen2007-08-121-0/+6
* do not get too excitedMeik Sievertsen2007-07-261-1/+1
* - cron now uses a locking variable to make sure it does not spawn too many we...Nils Adermann2007-07-251-0/+32
* changesMeik Sievertsen2007-07-131-1/+2
* some fixes.Meik Sievertsen2006-08-251-8/+9
* - added class="radio" to all radio- and checkboxesMeik Sievertsen2006-06-131-6/+7
* - get swatch converted into new acp formatMeik Sievertsen2006-06-121-0/+9
* - fixed a few bugsMeik Sievertsen2006-06-111-1/+2
* - fixing a few smaller bugs/glitchesMeik Sievertsen2006-05-211-0/+3
* - added a few missing log variablesMeik Sievertsen2006-05-181-11/+47
* - fix cookie shorteningMeik Sievertsen2006-03-091-1/+1
* Expire issued warnings after and admin configurable timeGraham Eames2006-03-041-0/+13