aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/includephp_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-1/+2
| | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/11628] Remove template_path option on set_custom_styleNathaniel Guse2013-07-241-1/+1
| | | | | | | | | This was set to default 'template/' to append template/ to all the paths, but every location was actually just setting it to '' to not append anything. So removed the option entirely (additional paths can be appended to the paths being sent to the function already) PHPBB3-11628
* [ticket/11628] Remove third parameter ($names) from set_custom_styleNathaniel Guse2013-07-241-1/+1
| | | | | | | | This was basically duplicating functionality. $names would be used if not empty, else array($name) would be used. Merged functionality into the first argument PHPBB3-11628
* [ticket/11628] Remove phpbb_style (move methods to phpbb_template)Nathaniel Guse2013-07-241-1/+1
| | | | PHPBB3-11628
* [ticket/11664] Stop creating php.html file in root path in testsNathaniel Guse2013-07-121-1/+1
| | | | | | Also includephp_absolute.html PHPBB3-11664
* [feature/twig] template->cachepath is now private, missed checking testsNathaniel Guse2013-07-021-1/+3
| | | | PHPBB3-11598
* [feature/twig] INCLUDEPHP token abs paths & fix testNathaniel Guse2013-06-251-9/+4
| | | | PHPBB3-11598
* [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