aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/cron/manager.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11227] @return void -> @return null, per coding guidelines.Oleg Pudeyev2012-11-301-1/+1
* [feature/dic] Add docblock for cron_manager::wrap_task()Igor Wiedler2012-08-251-0/+6
* [feature/dic] Make cron task attributes protected, one per lineIgor Wiedler2012-08-251-1/+2
* [feature/dic] Rename {phpEx => php_ext} for consistencyIgor Wiedler2012-07-261-4/+4
* [feature/dic] Give all cron tasks a name, change some manager usageIgor Wiedler2012-04-091-3/+12
* [feature/dic] Rewrite cron system to use DICIgor Wiedler2012-04-091-30/+6
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-1/+1
* [feature/extension-manager] Remove cron's dependency on the extension manager.Nils Adermann2011-09-291-44/+4
* [feature/extension-manager] Porting cron tasks over to the extension finderNils Adermann2011-09-291-99/+26
* [ticket/10156] Fix new cron on windows.Oleg Pudeyev2011-05-191-2/+10
* [feature/system-cron] Added documentation for cron manager constructor.Oleg Pudeyev2011-02-121-1/+15
* [feature/system-cron] Remove an unecessary assignment and an unecessary commentNils Adermann2011-02-121-3/+1
* [feature/system-cron] preg_match returns int so cast to bool, fix commentNils Adermann2011-02-121-1/+1
* [feature/system-cron] Cache cron's task names.Nils Adermann2011-02-121-10/+33
* [feature/system-cron] Use a RecursiveDirectoryIterator instead of readdir.Nils Adermann2011-02-121-18/+11
* [feature/system-cron] Add array type hints if appropriate and remove globals.Nils Adermann2011-02-121-11/+22
* [feature/system-cron] Added @param/@return documentationOleg Pudeyev2011-02-121-3/+10
* [feature/system-cron] Cast result in cron_manager::is_valid_name() to bool.Andreas Fischer2011-02-121-2/+2
* [feature/system-cron] Add phpDoc documentation for phpbb_cron_manager class.Andreas Fischer2011-02-121-6/+38
* [feature/system-cron] Fix indention in phpbb_cron_manager::load_tasks()Andreas Fischer2011-02-121-4/+4
* [feature/system-cron] Remove $Id$ from PHP file headerAndreas Fischer2011-02-121-1/+0
* [feature/system-cron] adjust some comments to reflect phpbb_ prefixIgor Wiedler2011-02-121-2/+2
* [feature/system-cron] add phpbb_ prefix to all class namesIgor Wiedler2011-02-121-4/+4
* [feature/system-cron] rewrite cron manager to use autoloadingIgor Wiedler2011-02-121-40/+28
* [feature/system-cron] remove more includes, adjust pathIgor Wiedler2011-02-121-1/+1
* [feature/system-cron] remove conditional includes in favour of autoloadingIgor Wiedler2011-02-121-5/+0
* [feature/system-cron] remove cron_ prefix from filesIgor Wiedler2011-02-121-0/+191