| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/11227] @return void -> @return null, per coding guidelines. | Oleg Pudeyev | 2012-11-30 | 1 | -1/+1 |
| | | | | | PHPBB3-11227 | ||||
| * | [feature/dic] Add docblock for cron_manager::wrap_task() | Igor Wiedler | 2012-08-25 | 1 | -0/+6 |
| | | | | | PHPBB3-10739 | ||||
| * | [feature/dic] Make cron task attributes protected, one per line | Igor Wiedler | 2012-08-25 | 1 | -1/+2 |
| | | | | | PHPBB3-10739 | ||||
| * | [feature/dic] Rename {phpEx => php_ext} for consistency | Igor Wiedler | 2012-07-26 | 1 | -4/+4 |
| | | | | | PHPBB3-10739 | ||||
| * | [feature/dic] Give all cron tasks a name, change some manager usage | Igor Wiedler | 2012-04-09 | 1 | -3/+12 |
| | | | | | PHPBB3-10739 | ||||
| * | [feature/dic] Rewrite cron system to use DIC | Igor Wiedler | 2012-04-09 | 1 | -30/+6 |
| | | | | | PHPBB3-10739 | ||||
| * | [ticket/9916] Updating header license and removing Version $Id$ | Unknown | 2011-12-31 | 1 | -1/+1 |
| | | | | | PHPBB3-9916 | ||||
| * | [feature/extension-manager] Remove cron's dependency on the extension manager. | Nils Adermann | 2011-09-29 | 1 | -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 finder | Nils Adermann | 2011-09-29 | 1 | -99/+26 |
| | | | | | PHPBB3-10323 | ||||
| * | [ticket/10156] Fix new cron on windows. | Oleg Pudeyev | 2011-05-19 | 1 | -2/+10 |
| | | | | | PHPBB3-10156 | ||||
| * | [feature/system-cron] Added documentation for cron manager constructor. | Oleg Pudeyev | 2011-02-12 | 1 | -1/+15 |
| | | | | | PHPBB3-9596 | ||||
| * | [feature/system-cron] Remove an unecessary assignment and an unecessary comment | Nils Adermann | 2011-02-12 | 1 | -3/+1 |
| | | | | | PHPBB3-9596 | ||||
| * | [feature/system-cron] preg_match returns int so cast to bool, fix comment | Nils Adermann | 2011-02-12 | 1 | -1/+1 |
| | | | | | PHPBB3-9596 | ||||
| * | [feature/system-cron] Cache cron's task names. | Nils Adermann | 2011-02-12 | 1 | -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 Adermann | 2011-02-12 | 1 | -18/+11 |
| | | | | | PHPBB3-9596 | ||||
| * | [feature/system-cron] Add array type hints if appropriate and remove globals. | Nils Adermann | 2011-02-12 | 1 | -11/+22 |
| | | | | | PHPBB3-9596 | ||||
| * | [feature/system-cron] Added @param/@return documentation | Oleg Pudeyev | 2011-02-12 | 1 | -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 Fischer | 2011-02-12 | 1 | -2/+2 |
| | | | | | PHPBB3-9596 | ||||
| * | [feature/system-cron] Add phpDoc documentation for phpbb_cron_manager class. | Andreas Fischer | 2011-02-12 | 1 | -6/+38 |
| | | | | | PHPBB3-9596 | ||||
| * | [feature/system-cron] Fix indention in phpbb_cron_manager::load_tasks() | Andreas Fischer | 2011-02-12 | 1 | -4/+4 |
| | | | | | PHPBB3-9596 | ||||
| * | [feature/system-cron] Remove $Id$ from PHP file header | Andreas Fischer | 2011-02-12 | 1 | -1/+0 |
| | | | | | PHPBB3-9596 | ||||
| * | [feature/system-cron] adjust some comments to reflect phpbb_ prefix | Igor Wiedler | 2011-02-12 | 1 | -2/+2 |
| | | | | | PHPBB3-9596 | ||||
| * | [feature/system-cron] add phpbb_ prefix to all class names | Igor Wiedler | 2011-02-12 | 1 | -4/+4 |
| | | | | | PHPBB3-9596 | ||||
| * | [feature/system-cron] rewrite cron manager to use autoloading | Igor Wiedler | 2011-02-12 | 1 | -40/+28 |
| | | | | | PHPBB3-9596 | ||||
| * | [feature/system-cron] remove more includes, adjust path | Igor Wiedler | 2011-02-12 | 1 | -1/+1 |
| | | | | | PHPBB3-9596 | ||||
| * | [feature/system-cron] remove conditional includes in favour of autoloading | Igor Wiedler | 2011-02-12 | 1 | -5/+0 |
| | | | | | PHPBB3-9596 | ||||
| * | [feature/system-cron] remove cron_ prefix from files | Igor Wiedler | 2011-02-12 | 1 | -0/+191 |
| PHPBB3-9596 | |||||
