| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-11227
|
| |
|
|
|
|
|
| |
Also rewrite get_first_template_location prose a little to be
less repetitive with get_first_file_location.
PHPBB3-10933
|
| |
|
|
| |
PHPBB3-10933
|
| |
|
|
|
|
| |
It had no callers other than the test suite.
PHPBB3-10933
|
| |
|
|
|
|
|
|
|
| |
template_path is now private.
Change semantics of passing false for template path - now this resets
template path to default which I think makes sense.
PHPBB3-10933
|
| |
|
|
|
|
|
|
| |
This localizes template_path to style resource locator.
locate function on template will be removed in a subsequent commit.
PHPBB3-10933
|
| |
|
|
| |
PHPBB3-10933
|
| |
|
|
| |
PHPBB3-10933
|
| |
|
|
|
|
| |
Creating locator interface to be used in template class
PHPBB3-10756
|
| |
|
|
|
|
| |
Adding $style->locate() and $template->locate() functions
PHPBB3-10733
|
| |
|
|
|
|
| |
Extending resource locator's function get_source_file_for_handle to find all files. This modified function should be used by template events to locate all templates before compiling them.
PHPBB3-10733
|
| |
|
|
|
|
| |
Changing locator paths to 2 dimensional array
PHPBB3-10735
|
| |
|
|
|
|
| |
Changing "template" to "style" in all functions that deal with styles, changing error messages, updating docblocks
PHPBB3-10632
|
|
|
Renaming style locator to style resource locator
PHPBB3-10632
|