aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/template_compile_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [feature/template-engine] Refactor $config dependency out of the filterIgor Wiedler2011-07-101-1/+1
| | | | | | | | | | The template stream filter no longer depends on the $config global. Instead it uses a 'allow_php' param that is passed via stream_bucket_append's last argument. Tests also adjusted. PHPBB3-9726
* [feature/template-engine] Move template.php to includes/templateIgor Wiedler2011-07-101-1/+0
| | | | | | This allows making use of autoloading. PHPBB3-9726
* [feature/template-engine] Fixed copyright year.Oleg Pudeyev2011-05-191-1/+1
| | | | PHPBB3-9726
* [feature/template-engine] Add back IN_PHPBB preamble.Oleg Pudeyev2011-05-121-0/+32
PHPBB3-9726