aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/template_inheritance_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [feature/twig] Correct template_inheritance_test.phpNathaniel Guse2013-06-241-10/+1
| | | | PHPBB3-11598
* [ticket/10665] New test class for templates with treeVjacheslav Trushkin2012-04-011-18/+2
| | | | | | New parent template test class for tests that use styles tree PHPBB3-10665
* [ticket/10733] Removing static from data providersVjacheslav Trushkin2012-04-011-1/+1
| | | | | | Removing static from data provider functions PHPBB3-10733
* [feature/merging-style-components] Fix for unit testsVjacheslav Trushkin2012-03-311-1/+1
| | | | | | Fixing typo in template unit tests PHPBB3-10632
* [feature/merging-style-components] Moving template initialization out of styleVjacheslav Trushkin2012-03-311-2/+2
| | | | | | Moving template initialization out of style constructor PHPBB3-10632
* [feature/merging-style-components] Initializing locator and provider separatelyVjacheslav Trushkin2012-03-311-1/+3
| | | | | | Moving locator and path provider initialization out of style class PHPBB3-10632
* [feature/merging-style-components] Updating test casesVjacheslav Trushkin2012-03-151-1/+1
| | | | | | Updating code in test cases for new template classes. PHPBB3-10632
* [feature/merging-style-components] Creating style classVjacheslav Trushkin2012-03-151-3/+2
| | | | | | Creating phpbb_style class, changing template initialization to style initialization PHPBB3-10632
* [feature/merging-style-components] Renaming template classesVjacheslav Trushkin2012-03-141-3/+3
| | | | | | 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/10685] Refactor template test defaults for php 5.4 compatibility.Oleg Pudeyev2012-03-061-2/+5
| | | | PHPBB3-10685
* [ticket/10655] Error in template inheritance testVjacheslav Trushkin2012-02-181-1/+1
| | | | | | Fixing error in template inheritance test PHPBB3-10655
* [ticket/9916] Updating license in non-distributed filesUnknown2012-01-021-1/+1
| | | | PHPBB3-9916
* [feature/extension-manager] Refactoring the structure of extension providerNils Adermann2011-09-291-1/+1
| | | | PHPBB3-10323
* [feature/extension-manager] Add support for templates in extensions.Nils Adermann2011-09-291-1/+2
| | | | | | | | | | | | | | | | | | 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
* [feature/template-engine] Dependency inject locator into template.Oleg Pudeyev2011-08-091-1/+2
| | | | PHPBB3-9726
* [feature/template-engine] Added tests for template inheritance.Oleg Pudeyev2011-05-181-0/+74
PHPBB3-9726