aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/template_compile_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10756] Renaming template classesVjacheslav Trushkin2012-04-191-1/+1
| | | | | | Renaming template classes from phpbb_style_template_ to phpbb_template_ PHPBB3-10756
* [ticket/10665] Changing template compiler testVjacheslav Trushkin2012-04-011-1/+1
| | | | | | Adding new constructor parameters to template compiler test PHPBB3-10665
* [feature/merging-style-components] Renaming template classesVjacheslav Trushkin2012-03-141-1/+1
| | | | | | Changing template classes prefixes from phpbb_template to phpbb_style (for classes that will work with styles) or phpbb_style_template (for classes that are specific to templates) PHPBB3-10632
* [ticket/9916] Updating license in non-distributed filesUnknown2012-01-021-1/+1
| | | | PHPBB3-9916
* [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