aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/includephp_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [feature/template-events] Convert a single style name to array of them.Oleg Pudeyev2012-11-171-1/+1
| | | | | | | This allows template code to know the entire style hierarchy for templates being rendered. PHPBB3-9550
* Merge pull request #881 from Fyorl/ticket/10970Nils Adermann2012-11-101-0/+12
|\ | | | | Allow INCLUDE template macros to accept paths of the form {FOO}/a/{BAR}/c
| * [ticket/10970] Paths of the form {FOO}/a/{BAR}/b parsed correctlyFyorl2012-07-081-0/+12
| | | | | | | | | | | | | | | | | | | | A new method to handle this type of path was added and compile_tag_include, compile_tag_include_php and compile_tag_include_js were modified to use it appropriately. Tests were added for these three macros also. PHPBB3-10970
* | [ticket/10933] Specify empty template path for absolute includephp test.Oleg Pudeyev2012-11-021-1/+1
|/ | | | | | | | This was probably necessary all along, and the test happened to work because state was not correctly reset between test runs and a previous test set an empty template path. PHPBB3-10933
* [feature/merging-style-components] Updating test casesVjacheslav Trushkin2012-03-151-1/+1
| | | | | | Updating code in test cases for new template classes. PHPBB3-10632
* [ticket/9916] Updating license in non-distributed filesUnknown2012-01-021-1/+1
| | | | PHPBB3-9916
* [feature/template-engine] Rename is_absolute to phpbb_is_absolute.Oleg Pudeyev2011-07-241-1/+1
| | | | PHPBB3-9726
* [feature/template-engine] Refactor $config dependency out of the filterIgor Wiedler2011-07-101-6/+2
| | | | | | | | | | 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] Fixed absolute path PHP includes, added test.Oleg Pudeyev2011-05-191-0/+24
| | | | PHPBB3-9726
* [feature/template-engine] Moved includephp test to its own file.Oleg Pudeyev2011-05-181-0/+27
PHPBB3-9726