aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/cache
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11688] Fix docblockVjacheslav Trushkin2013-07-301-0/+5
| | | | PHPBB3-11688
* [ticket/11688] Rename purge_dir to remove_dirVjacheslav Trushkin2013-07-301-3/+3
| | | | PHPBB3-11688
* [ticket/11688] tpl_ files are no longer usedVjacheslav Trushkin2013-07-141-3/+1
| | | | | | | Remove tpl_ and ctpl_ from cache->purge() because those prefixes are no longer used. PHPBB3-11688
* [ticket/11688] Purge TWIG cacheVjacheslav Trushkin2013-07-141-13/+54
| | | | | | | Purge directories Replace opendir() with DirectoryIterator PHPBB3-11688
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-1412-0/+2578
PHPBB3-11698