aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/style/resource_locator.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11227] @return void -> @return null, per coding guidelines.Oleg Pudeyev2012-11-301-2/+2
| | | | PHPBB3-11227
* [ticket/10933] Prose for get_first_file_location.Oleg Pudeyev2012-11-021-6/+13
| | | | | | | Also rewrite get_first_template_location prose a little to be less repetitive with get_first_file_location. PHPBB3-10933
* [ticket/10933] Remaining documentation for added functions in resource locatorOleg Pudeyev2012-11-021-0/+17
| | | | PHPBB3-10933
* [ticket/10933] Dispose of locate function in template class.Oleg Pudeyev2012-11-021-0/+47
| | | | | | It had no callers other than the test suite. PHPBB3-10933
* [ticket/10933] Add mutators for template_path to style resource locator.Oleg Pudeyev2012-11-021-1/+19
| | | | | | | | | 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] Add get_first_template_location.Oleg Pudeyev2012-11-021-0/+27
| | | | | | | | This localizes template_path to style resource locator. locate function on template will be removed in a subsequent commit. PHPBB3-10933
* [ticket/10933] Use inheritDoc, eliminate copy pasted docblocks.Oleg Pudeyev2012-11-021-64/+5
| | | | PHPBB3-10933
* [ticket/10933] Typo fixesOleg Pudeyev2012-11-021-1/+1
| | | | PHPBB3-10933
* [ticket/10756] Creating locator interfaceVjacheslav Trushkin2012-04-191-1/+1
| | | | | | Creating locator interface to be used in template class PHPBB3-10756
* [ticket/10733] Adding functions to locate resourcesVjacheslav Trushkin2012-04-011-0/+51
| | | | | | Adding $style->locate() and $template->locate() functions PHPBB3-10733
* [ticket/10733] Extending get_source_file_for_handleVjacheslav Trushkin2012-03-311-4/+27
| | | | | | Extending resource locator's function get_source_file_for_handle to find all files. This modified function should be used by template events to locate all templates before compiling them. PHPBB3-10733
* [ticket/10735] Changing locator paths structureVjacheslav Trushkin2012-03-311-38/+28
| | | | | | Changing locator paths to 2 dimensional array PHPBB3-10735
* [feature/merging-style-components] Changing resource locatorVjacheslav Trushkin2012-03-151-27/+40
| | | | | | Changing "template" to "style" in all functions that deal with styles, changing error messages, updating docblocks PHPBB3-10632
* [feature/merging-style-components] Renaming style locatorVjacheslav Trushkin2012-03-151-0/+214
Renaming style locator to style resource locator PHPBB3-10632