aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/cron
Commit message (Collapse)AuthorAgeFilesLines
...
* [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-1211-56/+0
| | | | PHPBB3-9596
* [feature/system-cron] remove cron_ prefix from filesIgor Wiedler2011-02-125-0/+0
| | | | PHPBB3-9596
* [feature/system-cron] rename tasks to taskIgor Wiedler2011-02-128-0/+0
| | | | PHPBB3-9596
* [feature/system-cron] Removed generate_generic_task_code functionOleg Pudeyev2011-02-121-6/+0
| | | | PHPBB3-9596
* [feature/system-cron] Added missing visibility keywords.Oleg Pudeyev2011-02-122-7/+7
| | | | PHPBB3-9596
* [feature/system-cron] Replaced intval with (int) cast as requested.Oleg Pudeyev2011-02-121-1/+1
| | | | PHPBB3-9596
* [feature/system-cron] Use intval() to convert to int.Oleg Pudeyev2011-02-121-1/+1
| | | | PHPBB3-9596
* [feature/system-cron] Fixed instantiate_task to work correctly.Oleg Pudeyev2011-02-121-1/+11
| | | | PHPBB3-9596
* [feature/system-cron] Use complete cron task class name as cron task nameOleg Pudeyev2011-02-121-3/+2
| | | | PHPBB3-9596
* [feature/system-cron] Require cron task wrapper constructor to be a cron task.Oleg Pudeyev2011-02-121-1/+1
| | | | PHPBB3-9596
* [feature/system-cron] Added missing include to prune all forums task.Oleg Pudeyev2011-02-121-1/+7
| | | | PHPBB3-9596
* [feature/system-cron] Note that releasing a released cron lock is harmless.Oleg Pudeyev2011-02-121-0/+5
| | | | PHPBB3-9596
* [feature/system-cron] Use interface_exists to check for interface existence.Oleg Pudeyev2011-02-121-1/+1
| | | | PHPBB3-9596
* [feature/system-cron] Comment about shutdown function safety in queue cron task.Oleg Pudeyev2011-02-121-0/+1
| | | | PHPBB3-9596
* [feature/system-cron] Changed !! to (bool) as requested.Oleg Pudeyev2011-02-122-2/+2
| | | | PHPBB3-9596
* [feature/system-cron] Changed stray include_once to include.Oleg Pudeyev2011-02-121-1/+1
| | | | PHPBB3-9596
* [feature/system-cron] Fixes to make cron actually run.Oleg Pudeyev2011-02-124-11/+10
| | | | PHPBB3-9596
* [feature/system-cron] Changed include_once to *_exists/include.Oleg Pudeyev2011-02-1211-16/+70
| | | | PHPBB3-9596
* [feature/system-cron] Added includes for class dependencies.Oleg Pudeyev2011-02-1210-0/+20
| | | | PHPBB3-9596
* [feature/system-cron] Added missing implements declaration to cron task base.Oleg Pudeyev2011-02-121-1/+1
| | | | PHPBB3-9596
* [feature/system-cron] Wrap cron tasks in cron manager.Oleg Pudeyev2011-02-121-1/+2
| | | | PHPBB3-9596
* [feature/system-cron] Reorganized cron task parametrization.Oleg Pudeyev2011-02-123-24/+93
| | | | PHPBB3-9596
* [feature/system-cron] Refactored cron task naming, loading and running.Oleg Pudeyev2011-02-1214-163/+950
| | | | PHPBB3-9596
* [feature/system-cron] WIP on making cron tasks runnable via system cronOleg Pudeyev2011-02-121-0/+163
PHPBB3-9596