Nathaniel Guse
df3f0a212e
[ticket/11664] Stop creating php.html file in root path in tests
...
Also includephp_absolute.html
PHPBB3-11664
2013-07-12 11:56:03 -05:00
Nathaniel Guse
2507c648fe
[feature/twig] template->cachepath is now private, missed checking tests
...
PHPBB3-11598
2013-07-02 12:59:23 -05:00
Nathaniel Guse
1c8c03c4db
[feature/twig] INCLUDEPHP token abs paths & fix test
...
PHPBB3-11598
2013-06-25 16:51:50 -05:00
Oleg Pudeyev
44d6dc4c4c
[feature/template-events] Convert a single style name to array of them.
...
This allows template code to know the entire style hierarchy for
templates being rendered.
PHPBB3-9550
2012-11-17 16:42:40 -05:00
Nils Adermann
f0cfae1f01
Merge pull request #881 from Fyorl/ticket/10970
...
Allow INCLUDE template macros to accept paths of the form {FOO}/a/{BAR}/c
2012-11-10 07:46:50 -08:00
Oleg Pudeyev
c3fb0f359c
[ticket/10933] Specify empty template path for absolute includephp test.
...
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
2012-11-02 18:06:21 -04:00
Fyorl
d589623906
[ticket/10970] Paths of the form {FOO}/a/{BAR}/b parsed correctly
...
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
2012-07-08 20:41:00 +01:00
Vjacheslav Trushkin
d25b607ca1
[feature/merging-style-components] Updating test cases
...
Updating code in test cases for new template classes.
PHPBB3-10632
2012-03-15 21:12:13 +02:00
Unknown
66c50f6b30
[ticket/9916] Updating license in non-distributed files
...
PHPBB3-9916
2012-01-02 19:10:36 +01:00
Oleg Pudeyev
e116561348
[feature/template-engine] Rename is_absolute to phpbb_is_absolute.
...
PHPBB3-9726
2011-07-24 13:37:46 -04:00
Igor Wiedler
ae53623230
[feature/template-engine] Refactor $config dependency out of the filter
...
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
2011-07-10 00:35:07 +02:00
Oleg Pudeyev
6ae5a64f6c
[feature/template-engine] Fixed absolute path PHP includes, added test.
...
PHPBB3-9726
2011-05-19 12:18:16 -04:00
Oleg Pudeyev
efda4da19f
[feature/template-engine] Moved includephp test to its own file.
...
PHPBB3-9726
2011-05-18 10:57:04 -04:00