| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/9916] Updating header license and removing Version $Id$ | Unknown | 2011-12-31 | 1 | -1/+1 |
| | | | | | PHPBB3-9916 | ||||
| * | [feature/extension-manager] Clear up docs of extension related template changes | Nils Adermann | 2011-11-18 | 1 | -0/+3 |
| | | | | | PHPBB3-10323 | ||||
| * | [feature/extension-manager] Correctly reset paths in set_template | Nils Adermann | 2011-09-29 | 1 | -1/+1 |
| | | | | | PHPBB3-10323 | ||||
| * | [feature/extension-manager] Make sure named styles are loaded from root dir | Nils Adermann | 2011-09-29 | 1 | -2/+4 |
| | | | | | PHPBB3-10323 | ||||
| * | [feature/extension-manager] Refactoring the structure of extension provider | Nils Adermann | 2011-09-29 | 1 | -58/+16 |
| | | | | | PHPBB3-10323 | ||||
| * | [feature/extension-manager] Don't use the extension manager during install | Nils Adermann | 2011-09-29 | 1 | -9/+11 |
| | | | | | | | Template needs to be able to work without extensions. PHPBB3-10323 | ||||
| * | [feature/extension-manager] Add support for templates in extensions. | Nils Adermann | 2011-09-29 | 1 | -0/+137 |
| This commit adds a template path provider to separate the process of locating (cached) paths in extensions from the template engine. The locator is supplied with a list of paths from the path provider. Admin templates can now be created in ext/<ext>/adm/style/ and regular templates go into ext/<ext>/styles/<style>/template/. Extension templates override regular templates. So if an extension supplies a file with a name used in phpBB, the extension's file will be used. A side-effect of this commit: Locator and Provider are now able to deal with arbitrary levels of template inheritance. So we can expose this through phpbb_template if we choose to, and allow styles to inherit from inherited styles. PHPBB3-10323 | |||||
