phpbb/tests/template
Nils Adermann ea46feb115 [feature/extension-manager] Add support for templates in extensions.
This commit adds a template path provider to separate the process of locating
(cached) paths in extensions from the template engine. The locator is supplied
with a list of paths from the path provider.

Admin templates can now be created in ext/<ext>/adm/style/ and regular
templates go into ext/<ext>/styles/<style>/template/. Extension templates
override regular templates. So if an extension supplies a file with a name
used in phpBB, the extension's file will be used.

A side-effect of this commit: Locator and Provider are now able to deal with
arbitrary levels of template inheritance. So we can expose this through
phpbb_template if we choose to, and allow styles to inherit from inherited
styles.

PHPBB3-10323
2011-09-29 16:15:53 +02:00
..
parent_templates [feature/template-engine] Added tests for template inheritance. 2011-05-18 10:51:33 -04:00
subdir [feature/template-engine] Refactor $config dependency out of the filter 2011-07-10 00:35:07 +02:00
templates Merge branch 'develop' of git://github.com/phpbb/phpbb3 into develop 2011-09-27 20:24:16 +02:00
includephp_test.php [feature/template-engine] Rename is_absolute to phpbb_is_absolute. 2011-07-24 13:37:46 -04:00
renderer_eval_test.php [ticket/10350] Script for testing eval renderer 2011-09-05 11:57:18 +03:00
template_compile_test.php [feature/template-engine] Refactor $config dependency out of the filter 2011-07-10 00:35:07 +02:00
template_inheritance_test.php [feature/extension-manager] Add support for templates in extensions. 2011-09-29 16:15:53 +02:00
template_test.php [feature/extension-manager] Add support for templates in extensions. 2011-09-29 16:15:53 +02:00
template_test_case.php [feature/extension-manager] Add support for templates in extensions. 2011-09-29 16:15:53 +02:00