aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/template/twig
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-2/+20
* [ticket/13132] Twig: Add loops content to the root contextTristan Darricau2015-03-051-0/+6
* [ticket/10388] Update deprecation commentMatt Friedman2015-01-311-1/+2
* [ticket/10388] Update deprecation date for addslashesMatt Friedman2015-01-291-1/+1
* [ticket/10388] Use TWIG escape JS filter instead of addslashesMatt Friedman2015-01-292-5/+5
* 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/12957] Removed unused useTristan Darricau2014-08-101-3/+0
* | [ticket/12957] Update the constructions of the template engineTristan Darricau2014-08-102-0/+6
* | [ticket/11649] Fix coding styleTristan Darricau2014-08-091-7/+9
* | [ticket/11649] Expose Twig through the containerTristan Darricau2014-08-092-30/+39
|/
* [ticket/12557] Template fixesn-aleha2014-08-033-6/+6
* [ticket/12781] Template regex for IF catch too many thingsTristan Darricau2014-06-271-1/+1
* [ticket/12715] Cleanup comments in \phpbb\template\*Tristan Darricau2014-06-1517-124/+126
* 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-2723-71/+166
|/
* [ticket/12382] Allow nested loops in included files.Nils Adermann2014-05-031-4/+11
* [ticket/12100] Re-order arguments in template environment constructorMatt Friedman2014-01-272-7/+8
* [ticket/12100] Ensure enabled extensions are fresh in Twig environmentMatt Friedman2014-01-272-7/+7
* [ticket/11943] Throw an exception if DEFINE is setup improperlyNathan Guse2013-11-091-0/+7
* [ticket/11943] Split fix_inline_variable_tokens into 3 stepsNathan Guse2013-11-081-10/+50
* [ticket/11943] Require stricter DEFINE statements for templatesNathan Guse2013-11-081-9/+1
* [ticket/11943] Do not quote the value when it is exactly true, false, or nullNathan Guse2013-11-041-0/+8
* [task/code-sniffer] Replace spaces with tabs.Andreas Fischer2013-10-303-43/+43
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-3019-152/+0
* [task/code-sniffer] Fix argument list spacing.Andreas Fischer2013-10-291-1/+1
* [ticket/11981] Fix code sniffer complaintsMarc Alexander2013-10-282-2/+2
* [ticket/11852] Split filesystem and path_helper into 2 classesJoas Schilling2013-09-263-23/+23
* Merge remote-tracking branch 'EXreaction/ticket/11816-2' into developJoas Schilling2013-09-261-4/+4
|\
| * [ticket/11816] Fix multiple parenthesis as well before $VARs in templatesNathan Guse2013-09-191-4/+4
* | [ticket/11700] Replace some leftover phpbb_filesystem usesNils Adermann2013-09-171-2/+2
* | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-173-13/+48
|\ \ | |/
| * [ticket/11832] get_url() from phpbb_template_asset should return web pathNathan Guse2013-09-151-2/+2
| * [ticket/11832] Fix INCLUDE(JS/CSS)Nathan Guse2013-09-133-13/+47
* | [ticket/11700] And some last comments with backslashesNils Adermann2013-09-161-2/+2
* | [ticket/11700] Fix tests after merging new develop codeNils Adermann2013-09-164-4/+6
* | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-168-252/+340
|\ \ | |/
| * [ticket/11843] The twig lexer fixes DEFINE variables with underscores againrechosen2013-09-131-1/+1