Igor Wiedler
85bcdbad46
[ticket/11012] Normalize $phpEx member vars to $php_ext
...
PHPBB3-11012
2012-07-21 16:19:01 +02:00
Oleg Pudeyev
699aab8e8e
[ticket/10829] $style_name -> $style_path in style class.
...
Here the style path is taken and the variable name should be $style_path.
PHPBB3-10829
2012-06-11 21:00:22 -04:00
Vjacheslav Trushkin
71ca9b4fe6
[ticket/10743] Renaming user->theme
...
Renaming user->theme to user->style
PHPBB3-10743
2012-06-11 19:56:50 -04:00
Vjacheslav Trushkin
ed9a58a6cc
[ticket/10756] Fixing variable declarations in style and template classes
...
Fixing variable declaration, removing function from template locator that does not belong there
PHPBB3-10756
2012-04-19 04:25:25 +02:00
Vjacheslav Trushkin
d91abbb146
[ticket/10756] Renaming phpbb_style_template to phpbb_template
...
Renaming phpbb_style_template to phpbb_template
PHPBB3-10756
2012-04-19 04:25:25 +02:00
Vjacheslav Trushkin
6cecc91326
[ticket/10756] Removing path provider from template class
...
Removing path provider from template class because it is not used by template class
PHPBB3-10756
2012-04-19 04:21:56 +02:00
Vjacheslav Trushkin
ea3a2ef223
[ticket/10756] Creating locator interface
...
Creating locator interface to be used in template class
PHPBB3-10756
2012-04-19 04:15:11 +02:00
Vjacheslav Trushkin
ef295a2860
[ticket/10756] Renaming template classes
...
Renaming template classes from phpbb_style_template_ to phpbb_template_
PHPBB3-10756
2012-04-19 04:15:11 +02:00
Vjacheslav Trushkin
733018f99a
[ticket/10756] Moving template classes
...
Moving template class files from includes/style/ to includes/template/ and removing template_ file prefix
PHPBB3-10756
2012-04-19 04:15:11 +02:00
Nils Adermann
8a1d084d6d
[ticket/10783] Correctly add assets_version config var to includejs urls
...
PHPBB3-10783
2012-04-13 04:08:21 +02:00
Callum Macrae
5665e82616
[ticket/10783] Added ?assets_version to assets.
...
PHPBB3-10783
2012-04-11 14:30:11 +01:00
Vjacheslav Trushkin
1ffc7c1fab
[ticket/10665] Changing template->_js_include to public
...
Changing template->_js_include to public function
PHPBB3-10665
2012-04-01 20:29:03 +03:00
Vjacheslav Trushkin
fb0df8d2e3
[ticket/10665] Moving filter parameters to one array
...
Moving filter parameters to one array in template compiler class
PHPBB3-10665
2012-04-01 20:19:07 +03:00
Vjacheslav Trushkin
a7d0ef90ea
[ticket/10665] INCLUDEJS template tag
...
Implementing INLCUDEJS template tag in style classes
PHPBB3-10665
2012-04-01 10:58:24 +03:00
Vjacheslav Trushkin
f80512f106
[ticket/10733] Adding functions to locate resources
...
Adding $style->locate() and $template->locate() functions
PHPBB3-10733
2012-04-01 09:52:55 +03:00
Vjacheslav Trushkin
2ce73baeab
[ticket/10733] Extending get_source_file_for_handle
...
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
2012-03-31 22:07:04 +03:00
Vjacheslav Trushkin
b3f46b9565
[ticket/10735] Changing locator paths structure
...
Changing locator paths to 2 dimensional array
PHPBB3-10735
2012-03-31 21:20:18 +03:00
Vjacheslav Trushkin
17989c17a0
[feature/merging-style-components] Moving template initialization out of style
...
Moving template initialization out of style constructor
PHPBB3-10632
2012-03-31 18:10:00 +03:00
Vjacheslav Trushkin
360312f599
[feature/merging-style-components] Initializing locator and provider separately
...
Moving locator and path provider initialization out of style class
PHPBB3-10632
2012-03-31 17:38:30 +03:00
Vjacheslav Trushkin
1ce4d4c4fc
[feature/merging-style-components] Changing style class
...
Moving functions that deal with styles from template to style class, updating docblocks
PHPBB3-10632
2012-03-15 21:09:49 +02:00
Vjacheslav Trushkin
5b149e93b9
[feature/merging-style-components] Changing template class
...
Removing functions that are now handled by phpbb_style class, allowing to write $context, updating docblocks
PHPBB3-10632
2012-03-15 21:08:41 +02:00
Vjacheslav Trushkin
0b2abe5250
[feature/merging-style-components] Changing resource locator
...
Changing "template" to "style" in all functions that deal with styles, changing error messages, updating docblocks
PHPBB3-10632
2012-03-15 21:06:24 +02:00
Vjacheslav Trushkin
c692e0d92d
[feature/merging-style-components] Changing path provider
...
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
2012-03-15 21:04:27 +02:00
Vjacheslav Trushkin
8b7c2c3c65
[feature/merging-style-components] Renaming style locator
...
Renaming style locator to style resource locator
PHPBB3-10632
2012-03-15 16:33:13 +02:00
Vjacheslav Trushkin
3997ffac2a
[feature/merging-style-components] Creating style class
...
Creating phpbb_style class, changing template initialization to style initialization
PHPBB3-10632
2012-03-15 13:13:21 +02:00
Vjacheslav Trushkin
234e5d6402
[feature/merging-style-components] Implementing unlimited parent templates
...
Implementing possibility of unlimited levels of parent templates. Paths are stored in style_parent_tree, entries are separated by /
PHPBB3-10632
2012-03-14 23:22:02 +02:00
Vjacheslav Trushkin
b7d84a586c
[feature/merging-style-components] Renaming template classes
...
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
2012-03-14 23:12:11 +02:00
Vjacheslav Trushkin
7d414d04ca
[feature/merging-style-components] Moving template classes to style
...
Moving includes/template/ to includes/style/, adding template_ prefix to classes that deal only with templates
PHPBB3-10632
2012-03-14 22:57:58 +02:00