| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Renaming template classes from phpbb_style_template_ to phpbb_template_
PHPBB3-10756
|
| |
|
|
|
|
| |
Adding new constructor parameters to template compiler test
PHPBB3-10665
|
| |
|
|
|
|
| |
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
|
| |
|
|
| |
PHPBB3-9916
|
| |
|
|
|
|
|
|
|
|
| |
The template stream filter no longer depends on the $config global.
Instead it uses a 'allow_php' param that is passed via
stream_bucket_append's last argument.
Tests also adjusted.
PHPBB3-9726
|
| |
|
|
|
|
| |
This allows making use of autoloading.
PHPBB3-9726
|
| |
|
|
| |
PHPBB3-9726
|
|
|
PHPBB3-9726
|