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