| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [feature/template-events] Pass arguments in correct order. | Oleg Pudeyev | 2012-12-10 | 1 | -1/+1 |
| | | | | | | | Thank you imkingdavid. PHPBB3-9550 | ||||
| * | [feature/template-events] Changes per imkingdavid's review. | Oleg Pudeyev | 2012-11-17 | 1 | -1/+1 |
| | | | | | PHPBB3-9550 | ||||
| * | [feature/template-events] Make style names private on template. | Oleg Pudeyev | 2012-11-17 | 1 | -1/+1 |
| | | | | | PHPBB3-9550 | ||||
| * | [feature/template-events] Generate style names array in set_style. | Oleg Pudeyev | 2012-11-17 | 1 | -5/+11 |
| | | | | | PHPBB3-9550 | ||||
| * | [feature/template-events] Convert a single style name to array of them. | Oleg Pudeyev | 2012-11-17 | 1 | -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 Pudeyev | 2012-11-02 | 1 | -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 Pudeyev | 2012-11-02 | 1 | -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 Pudeyev | 2012-11-02 | 1 | -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_ext | Igor Wiedler | 2012-07-21 | 1 | -3/+3 |
| | | | | | PHPBB3-11012 | ||||
| * | [ticket/10829] $style_name -> $style_path in style class. | Oleg Pudeyev | 2012-06-11 | 1 | -3/+3 |
| | | | | | | | Here the style path is taken and the variable name should be $style_path. PHPBB3-10829 | ||||
| * | [ticket/10743] Renaming user->theme | Vjacheslav Trushkin | 2012-06-11 | 1 | -2/+2 |
| | | | | | | | Renaming user->theme to user->style PHPBB3-10743 | ||||
| * | [ticket/10756] Fixing variable declarations in style and template classes | Vjacheslav Trushkin | 2012-04-19 | 1 | -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_template | Vjacheslav Trushkin | 2012-04-19 | 1 | -3/+3 |
| | | | | | | | Renaming phpbb_style_template to phpbb_template PHPBB3-10756 | ||||
| * | [ticket/10756] Renaming template classes | Vjacheslav Trushkin | 2012-04-19 | 1 | -1/+1 |
| | | | | | | | Renaming template classes from phpbb_style_template_ to phpbb_template_ PHPBB3-10756 | ||||
| * | [ticket/10733] Adding functions to locate resources | Vjacheslav Trushkin | 2012-04-01 | 1 | -0/+28 |
| | | | | | | | Adding $style->locate() and $template->locate() functions PHPBB3-10733 | ||||
| * | [ticket/10735] Changing locator paths structure | Vjacheslav Trushkin | 2012-03-31 | 1 | -1/+3 |
| | | | | | | | Changing locator paths to 2 dimensional array PHPBB3-10735 | ||||
| * | [feature/merging-style-components] Moving template initialization out of style | Vjacheslav Trushkin | 2012-03-31 | 1 | -3/+4 |
| | | | | | | | Moving template initialization out of style constructor PHPBB3-10632 | ||||
| * | [feature/merging-style-components] Initializing locator and provider separately | Vjacheslav Trushkin | 2012-03-31 | 1 | -10/+6 |
| | | | | | | | Moving locator and path provider initialization out of style class PHPBB3-10632 | ||||
| * | [feature/merging-style-components] Changing style class | Vjacheslav Trushkin | 2012-03-15 | 1 | -5/+70 |
| | | | | | | | Moving functions that deal with styles from template to style class, updating docblocks PHPBB3-10632 | ||||
| * | [feature/merging-style-components] Renaming style locator | Vjacheslav Trushkin | 2012-03-15 | 1 | -1/+1 |
| | | | | | | | Renaming style locator to style resource locator PHPBB3-10632 | ||||
| * | [feature/merging-style-components] Creating style class | Vjacheslav Trushkin | 2012-03-15 | 1 | -0/+89 |
| Creating phpbb_style class, changing template initialization to style initialization PHPBB3-10632 | |||||
