Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/9916] Updating license in non-distributed files | Unknown | 2012-01-02 | 1 | -1/+1 |
| | | | | PHPBB3-9916 | ||||
* | [ticket/10011] Removing __DIR__ for PHP5.2 compatability from new files. | Nils Adermann | 2011-03-07 | 1 | -1/+1 |
| | | | | PHPBB3-10011 | ||||
* | [feature/system-cron] Rename lock() to acquire and unlock() to release. | Nils Adermann | 2011-02-12 | 1 | -13/+13 |
| | | | | PHPBB3-9596 | ||||
* | [feature/system-cron] Make use of the new config class in locks. | Nils Adermann | 2011-02-12 | 1 | -11/+27 |
| | | | | PHPBB3-9596 | ||||
* | [feature/system-cron] Abstract the database locking mechanism out of cron. | Nils Adermann | 2011-02-12 | 2 | -0/+80 |
Added a number of tests for the locking mechanism which can now lock arbitrary config variables. PHPBB3-9596 |