Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -5/+5 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11495] Add owns_lock() method to lock classes | Joas Schilling | 2013-04-30 | 1 | -0/+14 |
| | | | | PHPBB3-11495 | ||||
* | [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 | 1 | -0/+67 |
Added a number of tests for the locking mechanism which can now lock arbitrary config variables. PHPBB3-9596 |