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/11700] Move all recent code to namespacesNils Adermann2013-09-1612-34/+58
| | | | | | | | PHPBB3-11700
* | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-142-7/+7
| | | | | | | | PHPBB3-11700
* | [ticket/11700] With namespaces interface will no longer be a valid classnameNils Adermann2013-07-141-1/+1
|/ | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-1412-0/+2578
PHPBB3-11698