aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/style/style.php
Commit message (Collapse)AuthorAgeFilesLines
* [feature/template-events] Pass arguments in correct order.Oleg Pudeyev2012-12-101-1/+1
| | | | | | Thank you imkingdavid. PHPBB3-9550
* [feature/template-events] Changes per imkingdavid's review.Oleg Pudeyev2012-11-171-1/+1
| | | | PHPBB3-9550
* [feature/template-events] Make style names private on template.Oleg Pudeyev2012-11-171-1/+1
| | | | PHPBB3-9550
* [feature/template-events] Generate style names array in set_style.Oleg Pudeyev2012-11-171-5/+11
| | | | PHPBB3-9550
* [feature/template-events] Convert a single style name to array of them.Oleg Pudeyev2012-11-171-1/+10
| | | | | | | This allows template code to know the entire style hierarchy for templates being rendered. PHPBB3-9550
* [ticket/10933] Add mutators for template_path to style resource locator.Oleg Pudeyev2012-11-021-4/+8
| | | | | | | | | 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
* [ticket/10933] Delete template_path assignment.Oleg Pudeyev2012-11-021-1/+1
| | | | | | | template_path is now only present in style resource locator and should not be assigned to. PHPBB3-10933
* [ticket/10933] Initialize template context when template is constructed.Oleg Pudeyev2012-11-021-2/+0
| | | | | | | | | | | | | There is no apparent reason for either initializing or clearing the context in set_style/set_custom_style. Initially the initialization there was added in 0501640d5db158a010741e27803191ab469834c4, for reasons that presently I do not see. This permits making context property back private. PHPBB3-10933
* [ticket/11012] Normalize $phpEx member vars to $php_extIgor Wiedler2012-07-211-3/+3
| | | | PHPBB3-11012
* [ticket/10829] $style_name -> $style_path in style class.Oleg Pudeyev2012-06-111-3/+3
| | | | | | Here the style path is taken and the variable name should be $style_path. PHPBB3-10829
* [ticket/10743] Renaming user->themeVjacheslav Trushkin2012-06-111-2/+2
| | | | | | Renaming user->theme to user->style PHPBB3-10743
* [ticket/10756] Fixing variable declarations in style and template classesVjacheslav Trushkin2012-04-191-5/+10
| | | | | | Fixing variable declaration, removing function from template locator that does not belong there PHPBB3-10756
* [ticket/10756] Renaming phpbb_style_template to phpbb_templateVjacheslav Trushkin2012-04-191-3/+3
| | | | | | Renaming phpbb_style_template to phpbb_template PHPBB3-10756
* [ticket/10756] Renaming template classesVjacheslav Trushkin2012-04-191-1/+1
| | | | | | Renaming template classes from phpbb_style_template_ to phpbb_template_ PHPBB3-10756
* [ticket/10733] Adding functions to locate resourcesVjacheslav Trushkin2012-04-011-0/+28
| | | | | | Adding $style->locate() and $template->locate() functions PHPBB3-10733
* [ticket/10735] Changing locator paths structureVjacheslav Trushkin2012-03-311-1/+3
| | | | | | Changing locator paths to 2 dimensional array PHPBB3-10735
* [feature/merging-style-components] Moving template initialization out of styleVjacheslav Trushkin2012-03-311-3/+4
| | | | | | Moving template initialization out of style constructor PHPBB3-10632
* [feature/merging-style-components] Initializing locator and provider separatelyVjacheslav Trushkin2012-03-311-10/+6
| | | | | | Moving locator and path provider initialization out of style class PHPBB3-10632
* [feature/merging-style-components] Changing style classVjacheslav Trushkin2012-03-151-5/+70
| | | | | | Moving functions that deal with styles from template to style class, updating docblocks PHPBB3-10632
* [feature/merging-style-components] Renaming style locatorVjacheslav Trushkin2012-03-151-1/+1
| | | | | | Renaming style locator to style resource locator PHPBB3-10632
* [feature/merging-style-components] Creating style classVjacheslav Trushkin2012-03-151-0/+89
Creating phpbb_style class, changing template initialization to style initialization PHPBB3-10632