| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/11628] Remove the one usage of get_style_path() | Nathaniel Guse | 2013-07-24 | 1 | -1/+1 |
| | | | | | | | Makes the code easier to follow PHPBB3-11628 | ||||
| * | [ticket/11628] Remove template_path option on set_custom_style | Nathaniel Guse | 2013-07-24 | 1 | -2/+1 |
| | | | | | | | | | | This was set to default 'template/' to append template/ to all the paths, but every location was actually just setting it to '' to not append anything. So removed the option entirely (additional paths can be appended to the paths being sent to the function already) PHPBB3-11628 | ||||
| * | [ticket/11628] Remove set_style_names function, moved to set_custom_style | Nathaniel Guse | 2013-07-24 | 1 | -10/+0 |
| | | | | | PHPBB3-11628 | ||||
| * | [ticket/11628] Change set_custom_style $template path to default to string | Nathaniel Guse | 2013-07-24 | 1 | -2/+2 |
| | | | | | | | | Rather than default to false and compare === false ? 'template/' : value just assign this default in the arguments PHPBB3-11628 | ||||
| * | [ticket/11628] Remove third parameter ($names) from set_custom_style | Nathaniel Guse | 2013-07-24 | 1 | -3/+2 |
| | | | | | | | | | This was basically duplicating functionality. $names would be used if not empty, else array($name) would be used. Merged functionality into the first argument PHPBB3-11628 | ||||
| * | [ticket/11628] Return $this from set_style, set_custom_style | Nathaniel Guse | 2013-07-24 | 1 | -2/+2 |
| | | | | | PHPBB3-11628 | ||||
| * | [ticket/11628] Remove phpbb_style (move methods to phpbb_template) | Nathaniel Guse | 2013-07-24 | 1 | -0/+30 |
| | | | | | PHPBB3-11628 | ||||
| * | [ticket/11698] Moving all autoloadable files to phpbb/ | Nils Adermann | 2013-07-14 | 1 | -0/+157 |
| PHPBB3-11698 | |||||
