aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/cache/driver/base.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-3/+3
| | | | PHPBB3-14972
* Merge branch '3.1.x' into 3.2.xTristan Darricau2016-02-181-0/+5
|\ | | | | | | | | * 3.1.x: [ticket/13681] Invalidate and reset opcache where necessary
| * [ticket/13681] Invalidate and reset opcache where necessaryMarc Alexander2016-02-181-0/+5
| | | | | | | | PHPBB3-13681
* | [ticket/14129] Caches extensions autoloadersTristan Darricau2016-01-261-0/+1
| | | | | | | | PHPBB3-14129
* | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* | [ticket/13063] Introduces a new \phpbb\routing\router classTristan Darricau2014-11-201-0/+1
| | | | | | | | PHPBB3-13063
* | Merge branch 'develop-ascraeus' into developNils Adermann2014-08-081-0/+213
|\ \ | |/ | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12789] Move duplicated functions to the base class [ticket/12789] Remove the directories in \phpbb\cache\driver\memory::purge() Conflicts: phpBB/phpbb/cache/driver/file.php phpBB/phpbb/cache/driver/memory.php
| * [ticket/12789] Move duplicated functions to the base classTristan Darricau2014-08-081-0/+213
|/ | | | PHPBB3-12789
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
| | | | PHPBB3-12594
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | PHPBB3-11980
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+3
| | | | PHPBB3-11700
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-1/+1
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+23
PHPBB3-11698