Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15320] Fix to accomplish coding guidelines | Jagoba Los Arcos | 2017-08-14 | 1 | -1/+1 |
| | |||||
* | [ticket/15320] Redis cache does not save keys withouth expiration | Jagoba Los Arcos | 2017-08-13 | 1 | -0/+4 |
| | | | | In some functions like sql_save in cache/memory.php, code try to save a key/value in cache with ttl = 0 so key should never expire. In current redis.php cache driver, it fails so key never get cached. This cause for example that when you create a subforum, it not appear in the forum box in the admincp. To solve, if ttl is 0, we use redis->set instead of setex | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -4/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/11230] Use inheritdoc in docblocks in cache drivers | Matt Friedman | 2014-03-19 | 1 | -6/+2 |
| | | | | | | http://tracker.phpbb.com/browse/PHPBB3-11230 PHPBB3-11230 | ||||
* | [ticket/12180] Add "Each file MUST end with exactly one newline character" rule | Andreas Fischer | 2014-02-10 | 1 | -1/+0 |
| | | | | PHPBB3-12180 | ||||
* | [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files. | Andreas Fischer | 2013-10-30 | 1 | -8/+0 |
| | | | | PHPBB3-11980 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -4/+6 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11698] Moving all autoloadable files to phpbb/ | Nils Adermann | 2013-07-14 | 1 | -0/+166 |
PHPBB3-11698 |