| Commit message (Expand) | Author | Age | Files | Lines |
* | [ticket/9916] Updating header license and removing Version $Id$ | Unknown | 2011-12-31 | 1 | -2/+1 |
* | [feature/extension-manager] Refactoring the structure of extension provider | Nils Adermann | 2011-09-29 | 1 | -1/+1 |
* | [feature/extension-manager] Remove cron's dependency on the extension manager. | Nils Adermann | 2011-09-29 | 1 | -1/+1 |
* | [ticket/10046] Remove register_shutdown_function() in cron.php from develop. | Andreas Fischer | 2011-03-12 | 1 | -15/+2 |
* | [feature/system-cron] Clarify comments about flush() call in cron. | Nils Adermann | 2011-02-12 | 1 | -1/+3 |
* | [feature/system-cron] Rename lock() to acquire and unlock() to release. | Nils Adermann | 2011-02-12 | 1 | -2/+2 |
* | [feature/system-cron] Cache cron's task names. | Nils Adermann | 2011-02-12 | 1 | -1/+1 |
* | [feature/system-cron] Use a RecursiveDirectoryIterator instead of readdir. | Nils Adermann | 2011-02-12 | 1 | -1/+1 |
* | [feature/system-cron] Add array type hints if appropriate and remove globals. | Nils Adermann | 2011-02-12 | 1 | -1/+1 |
* | [feature/system-cron] Abstract the database locking mechanism out of cron. | Nils Adermann | 2011-02-12 | 1 | -5/+5 |
* | [feature/system-cron] use phpbb_request instead of plain superglobals | Igor Wiedler | 2011-02-12 | 1 | -1/+1 |
* | [feature/system-cron] fix remaining missing phpbb_ prefix in cron.php | Igor Wiedler | 2011-02-12 | 1 | -1/+1 |
* | [feature/system-cron] add phpbb_ prefix to all class names | Igor Wiedler | 2011-02-12 | 1 | -1/+1 |
* | [feature/system-cron] remove more includes, adjust path | Igor Wiedler | 2011-02-12 | 1 | -4/+2 |
* | [feature/system-cron] Add debug information | Igor Wiedler | 2011-02-12 | 1 | -2/+7 |
* | [feature/system-cron] Try to work around stealth cron locks | Oleg Pudeyev | 2011-02-12 | 1 | -10/+29 |
* | [feature/system-cron] Fixes to make cron actually run. | Oleg Pudeyev | 2011-02-12 | 1 | -5/+15 |
* | [feature/system-cron] Updated includes after moving files. | Oleg Pudeyev | 2011-02-12 | 1 | -1/+1 |
* | [feature/system-cron] Reorganized cron task parametrization. | Oleg Pudeyev | 2011-02-12 | 1 | -10/+14 |
* | [feature/system-cron] Reformatted cron, includes/cron and includes/cron_lock. | Oleg Pudeyev | 2011-02-12 | 1 | -13/+24 |
* | [feature/system-cron] WIP on making cron tasks runnable via system cron | Oleg Pudeyev | 2011-02-12 | 1 | -250/+37 |
* | [ticket/9556] Drop php closing tags, add trailing newline | Igor Wiedler | 2010-11-11 | 1 | -2/+0 |
* | Copy 3.0.x branch to trunk | Meik Sievertsen | 2009-10-04 | 1 | -0/+287 |
* | Move trunk/phpBB to old_trunk/phpBB | Meik Sievertsen | 2009-10-04 | 1 | -285/+0 |
* | $db-> to phpbb::$db-> | Meik Sievertsen | 2009-02-22 | 1 | -8/+8 |
* | $auth-> to phpbb::$acl-> | Meik Sievertsen | 2009-02-22 | 1 | -1/+1 |
* | remove global and change $user-> to phpbb::$user-> | Meik Sievertsen | 2009-02-22 | 1 | -6/+4 |
* | $config to phpbb::$config | Meik Sievertsen | 2008-12-28 | 1 | -12/+12 |
* | implement new phpbb::$acm object, replacing $cache global | Meik Sievertsen | 2008-12-28 | 1 | -3/+3 |
* | remove some spaces | Meik Sievertsen | 2008-09-21 | 1 | -1/+1 |
* | ok... i hope i haven't messed too much with the code and everything is still ... | Meik Sievertsen | 2008-05-29 | 1 | -10/+10 |
* | dumdidum... sorry. ;) | Meik Sievertsen | 2007-10-05 | 1 | -4/+4 |
* | some tiny fixes... | Meik Sievertsen | 2007-09-12 | 1 | -5/+16 |
* | fixing some language and style bugs... | Meik Sievertsen | 2007-09-05 | 1 | -0/+6 |
* | fix bug with cron execution for all new RC4 installations as well as those ha... | Meik Sievertsen | 2007-08-12 | 1 | -0/+6 |
* | do not get too excited | Meik Sievertsen | 2007-07-26 | 1 | -1/+1 |
* | - cron now uses a locking variable to make sure it does not spawn too many we... | Nils Adermann | 2007-07-25 | 1 | -0/+32 |
* | changes | Meik Sievertsen | 2007-07-13 | 1 | -1/+2 |
* | some fixes. | Meik Sievertsen | 2006-08-25 | 1 | -8/+9 |
* | - added class="radio" to all radio- and checkboxes | Meik Sievertsen | 2006-06-13 | 1 | -6/+7 |
* | - get swatch converted into new acp format | Meik Sievertsen | 2006-06-12 | 1 | -0/+9 |
* | - fixed a few bugs | Meik Sievertsen | 2006-06-11 | 1 | -1/+2 |
* | - fixing a few smaller bugs/glitches | Meik Sievertsen | 2006-05-21 | 1 | -0/+3 |
* | - added a few missing log variables | Meik Sievertsen | 2006-05-18 | 1 | -11/+47 |
* | - fix cookie shortening | Meik Sievertsen | 2006-03-09 | 1 | -1/+1 |
* | Expire issued warnings after and admin configurable time | Graham Eames | 2006-03-04 | 1 | -0/+13 |
* | looks like I forgot to commit these two files :o | Nils Adermann | 2006-01-19 | 1 | -5/+30 |
* | at least update the config variable if nothing is done. :) | Meik Sievertsen | 2006-01-18 | 1 | -0/+4 |
* | - updated topic tracking code | Meik Sievertsen | 2005-10-19 | 1 | -8/+61 |
* | oopsie | Paul S. Owen | 2005-07-04 | 1 | -1/+1 |