| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-12594
|
|
|
|
| |
PHPBB3-11598
|
|
|
|
|
|
| |
New parent template test class for tests that use styles tree
PHPBB3-10665
|
|
|
|
|
|
| |
Removing static from data provider functions
PHPBB3-10733
|
|
|
|
|
|
| |
Fixing typo in template unit tests
PHPBB3-10632
|
|
|
|
|
|
| |
Moving template initialization out of style constructor
PHPBB3-10632
|
|
|
|
|
|
| |
Moving locator and path provider initialization out of style class
PHPBB3-10632
|
|
|
|
|
|
| |
Updating code in test cases for new template classes.
PHPBB3-10632
|
|
|
|
|
|
| |
Creating phpbb_style class, changing template initialization to style initialization
PHPBB3-10632
|
|
|
|
|
|
| |
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
|
|
|
|
| |
PHPBB3-10685
|
|
|
|
|
|
| |
Fixing error in template inheritance test
PHPBB3-10655
|
|
|
|
| |
PHPBB3-9916
|
|
|
|
| |
PHPBB3-10323
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
PHPBB3-9726
|
|
PHPBB3-9726
|