aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/template/twig/twig.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14457] Fix twig/twig::assign_displayTristan Darricau2016-02-181-1/+1
* [ticket/13804] Remove unnecessary array_mergeMateBartus2015-05-111-6/+1
* [ticket/13804] Make template's user dependency optionalMateBartus2015-05-051-3/+21
* [ticket/13132] Twig: Add loops content to the root contextTristan Darricau2015-03-051-0/+6
* Merge branch 'develop-ascraeus' into developTristan Darricau2015-01-201-4/+4
|\
| * [ticket/13133] Fix variable name in set_custom_style()Matt Friedman2015-01-201-4/+4
| * Merge pull request #3099 from Senky/ticket/13266Joas Schilling2014-12-271-0/+5
| |\
| | * [ticket/13266] Enable twig dump functionJakub Senko2014-11-011-0/+5
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-11-211-4/+28
|\ \ \ | |/ /
| * | [ticket/13133] Rename $ok variableTristan Darricau2014-11-071-4/+4
| * | [ticket/13133] Allow @vendor_name for includecssTristan Darricau2014-10-081-4/+28
| |/
* | Merge branch 'develop-ascraeus' into developMarc Alexander2014-09-021-0/+4
|\ \ | |/
| * [ticket/12661] Add template testPico882014-08-241-1/+1
| * [ticket/12661] Load extensions templates from "all" folder by render()Pico882014-08-241-0/+4
* | [ticket/11649] Expose Twig through the containerTristan Darricau2014-08-091-29/+10
|/
* [ticket/12715] Cleanup comments in \phpbb\template\*Tristan Darricau2014-06-151-4/+2
* Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594Yuriy Rusko2014-05-281-6/+26
|\
| * [ticket/12509] Add example in doc blockTristan Darricau2014-05-271-0/+4
| * [ticket/12509] Fix doc blockTristan Darricau2014-05-131-1/+1
| * [ticket/12509] Fix the call to set_custom_file in adm/index and messengerTristan Darricau2014-05-131-3/+11
| * [ticket/12509] Add an option to set the path of custom file for extensionsTristan Darricau2014-05-131-5/+13
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
|/
* [ticket/12100] Re-order arguments in template environment constructorMatt Friedman2014-01-271-1/+1
* [ticket/12100] Ensure enabled extensions are fresh in Twig environmentMatt Friedman2014-01-271-1/+1
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
* [ticket/11852] Split filesystem and path_helper into 2 classesJoas Schilling2013-09-261-11/+11
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-171-10/+15
|\
| * [ticket/11832] Fix INCLUDE(JS/CSS)Nathan Guse2013-09-131-10/+15
* | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-214/+85
|\ \ | |/
| * [ticket/11727] Template loader support for safe directories to load files fromNathan Guse2013-09-021-7/+15
| * [ticket/11628] Create base template class with common functionsNathan Guse2013-08-281-179/+1
| * Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11628Nathan Guse2013-08-281-2/+2
| |\
| | * [ticket/11701] Loop variables are not passed correctly to eventsNathaniel Guse2013-07-231-2/+2
| * | [ticket/11628] Make get_template_vars protectedNathaniel Guse2013-07-241-1/+1
| * | [ticket/11628] Fix a bug I noticed in template->destroyNathaniel Guse2013-07-241-1/+1
| * | [ticket/11628] Remove the one usage of get_style_path()Nathaniel Guse2013-07-241-16/+2
| * | [ticket/11628] Shorten an if to an inline statementNathaniel Guse2013-07-241-9/+2
| * | [ticket/11628] Remove template_path option on set_custom_styleNathaniel Guse2013-07-241-10/+3
| * | [ticket/11628] Remove set_style_names function, moved to set_custom_styleNathaniel Guse2013-07-241-21/+6
| * | [ticket/11628] Set admin namespace in the constructorNathaniel Guse2013-07-241-13/+6
| * | [ticket/11628] Change set_custom_style $template path to default to stringNathaniel Guse2013-07-241-3/+3
| * | [ticket/11628] Remove third parameter ($names) from set_custom_styleNathaniel Guse2013-07-241-5/+4
| * | [ticket/11628] Return $this from set_style, set_custom_styleNathaniel Guse2013-07-241-4/+4
| * | [ticket/11628] Move setting core namespace to set_style()Nathaniel Guse2013-07-241-15/+15
| * | [ticket/11628] Remove $this->names, $this->style_names from phpbb_templateNathaniel Guse2013-07-241-16/+3
| * | [ticket/11628] Remove phpbb_style (move methods to phpbb_template)Nathaniel Guse2013-07-241-1/+106
| |/
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-29/+31
|/
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+465