Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/11495] Add owns_lock() method to lock classes | Joas Schilling | 2013-04-30 | 2 | -0/+22 |
| | | | | PHPBB3-11495 | ||||
* | Merge remote-tracking branch 'upstream/develop' into ticket/11015 | Oleg Pudeyev | 2012-12-06 | 2 | -1/+134 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (196 commits) [ticket/11219] Coding guidelines and naming consistency changes [ticket/10841] Revert more whitespace changes. [ticket/10841] Revert whitespace changes. [ticket/10841] adding space after if [ticket/10841] removing unnecessary spacing [ticket/10841] changing affectedrows check to COUNT in sql [ticket/10841] Modifying style and language selectors in UCP [ticket/11247] Fix wrong property reference in flock class. [ticket/10602] Avoid a race condition. [ticket/10602] Use last_queue_run for its intended purpose. [ticket/10716] Collect standard error from executed php process. [ticket/10716] Skip test if php is not in PATH. [ticket/10716] Exclude our dependencies from linting. [ticket/10103] New and improved wording. [ticket/10716] Only lint on php 5.3+. [ticket/10103] Assert with messages. [ticket/10103] assertLessThan/assertGreaterThan. [ticket/10103] Inline assignment is bad? [ticket/10103] $rv had too few characters. [ticket/10103] Correct flock class documentation. ... Conflicts: phpBB/includes/functions.php tests/cache/cache_test.php | ||||
| * | [ticket/11247] Fix wrong property reference in flock class. | Oleg Pudeyev | 2012-12-05 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-11247 | ||||
| * | [ticket/10103] New and improved wording. | Oleg Pudeyev | 2012-12-04 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-10103 | ||||
| * | [ticket/10103] Correct flock class documentation. | Oleg Pudeyev | 2012-12-04 | 1 | -4/+13 |
| | | | | | | | | PHPBB3-10103 | ||||
| * | [ticket/10103] Factor out flock lock class. | Oleg Pudeyev | 2012-12-04 | 1 | -0/+124 |
| | | | | | | | | PHPBB3-10103 | ||||
| * | [ticket/11227] @return void -> @return null, per coding guidelines. | Oleg Pudeyev | 2012-11-30 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-11227 | ||||
* | | [ticket/11015] Change more docblocks. | Oleg Pudeyev | 2012-12-04 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-11015 | ||||
* | | [ticket/11015] Fix db connection type hint in lock_db | Igor Wiedler | 2012-07-21 | 1 | -1/+1 |
|/ | | | | PHPBB3-11015 | ||||
* | [ticket/9916] Updating header license and removing Version $Id$ | Unknown | 2011-12-31 | 1 | -1/+1 |
| | | | | PHPBB3-9916 | ||||
* | [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] Rename lock() to acquire and unlock() to release. | Nils Adermann | 2011-02-12 | 1 | -5/+5 |
| | | | | PHPBB3-9596 | ||||
* | [feature/system-cron] Make use of the new config class in locks. | Nils Adermann | 2011-02-12 | 1 | -32/+12 |
| | | | | PHPBB3-9596 | ||||
* | [feature/system-cron] Abstract the database locking mechanism out of cron. | Nils Adermann | 2011-02-12 | 1 | -0/+158 |
Added a number of tests for the locking mechanism which can now lock arbitrary config variables. PHPBB3-9596 |