| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-11012
|
| |
|
|
|
|
| |
Here the style path is taken and the variable name should be $style_path.
PHPBB3-10829
|
| |
|
|
|
|
| |
Renaming user->theme to user->style
PHPBB3-10743
|
| |
|
|
|
|
| |
Fixing variable declaration, removing function from template locator that does not belong there
PHPBB3-10756
|
| |
|
|
|
|
| |
Renaming phpbb_style_template to phpbb_template
PHPBB3-10756
|
| |
|
|
|
|
| |
Removing path provider from template class because it is not used by template class
PHPBB3-10756
|
| |
|
|
|
|
| |
Creating locator interface to be used in template class
PHPBB3-10756
|
| |
|
|
|
|
| |
Renaming template classes from phpbb_style_template_ to phpbb_template_
PHPBB3-10756
|
| |
|
|
|
|
| |
Moving template class files from includes/style/ to includes/template/ and removing template_ file prefix
PHPBB3-10756
|
| |
|
|
| |
PHPBB3-10783
|
| |
|
|
| |
PHPBB3-10783
|
| |
|
|
|
|
| |
Changing template->_js_include to public function
PHPBB3-10665
|
| |
|
|
|
|
| |
Moving filter parameters to one array in template compiler class
PHPBB3-10665
|
| |
|
|
|
|
| |
Implementing INLCUDEJS template tag in style classes
PHPBB3-10665
|
| |
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Moving template initialization out of style constructor
PHPBB3-10632
|
| |
|
|
|
|
| |
Moving locator and path provider initialization out of style class
PHPBB3-10632
|
| |
|
|
|
|
| |
Moving functions that deal with styles from template to style class, updating docblocks
PHPBB3-10632
|
| |
|
|
|
|
| |
Removing functions that are now handled by phpbb_style class, allowing to write $context, updating docblocks
PHPBB3-10632
|
| |
|
|
|
|
| |
Changing "template" to "style" in all functions that deal with styles, changing error messages, updating docblocks
PHPBB3-10632
|
| |
|
|
|
|
| |
Changing set_templates() to set_style() and removing second parameter, changing get_main_template_path() to get_main_style_path(), removing template_root_for_style(), updating docblocks
PHPBB3-10632
|
| |
|
|
|
|
| |
Renaming style locator to style resource locator
PHPBB3-10632
|
| |
|
|
|
|
| |
Creating phpbb_style class, changing template initialization to style initialization
PHPBB3-10632
|
| |
|
|
|
|
| |
Implementing possibility of unlimited levels of parent templates. Paths are stored in style_parent_tree, entries are separated by /
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
|
|
|
Moving includes/template/ to includes/style/, adding template_ prefix to classes that deal only with templates
PHPBB3-10632
|