aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/template/twig
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15905] Re-add add_class and lang_definedmrgoldy2019-09-251-0/+12
| | | | PHPBB3-15905
* [ticket/15905] Try it without authmrgoldy2019-09-251-58/+1
| | | | PHPBB3-15905
* [ticket/15905] Resolve conflictsmrgoldy2019-09-251-4/+5
| | | | PHPBB3-15905
* [ticket/15905] Try with existing phpbb extensionmrgoldy2019-09-253-94/+46
| | | | PHPBB3-15905
* [ticket/15905] Correct line endingsmrgoldy2019-09-254-320/+320
| | | | PHPBB3-15905
* [ticket/15905] Create multiple twig extensionsmrgoldy2019-09-254-0/+320
| | | | PHPBB3-15905
* [ticket/14948] Update lexer to be compatible with twig 2.6Marc Alexander2019-05-091-13/+3
| | | | PHPBB3-14948
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/15508] Update loaderFrançois-Xavier de Guillebon2019-05-091-3/+3
| | | | PHPBB3-15508
* [ticket/15508] Remove call to getEnvironment() from parserFrançois-Xavier de Guillebon2019-05-098-25/+63
| | | | PHPBB3-15508
* [ticket/15508] Replace Twig_NodeInterface with Twig_NodeFrançois-Xavier de Guillebon2019-05-098-8/+8
| | | | PHPBB3-15508
* [ticket/15377] Use __DIR__ constantRubén Calvo2019-05-081-1/+1
| | | | PHPBB3-15377
* [ticket/15330] Fix typoRubén Calvo2019-05-081-1/+1
| | | | PHPBB3-15330
* [ticket/15330] Twig function to know if a language string is definedRubén Calvo2019-05-081-2/+13
| | | | PHPBB3-15330
* [ticket/15542] Only add assets version for relative pathsMarc Alexander2018-10-291-0/+5
| | | | PHPBB3-15542
* [ticket/15542] Always append assets versions to assetsMarc Alexander2018-10-291-1/+1
| | | | PHPBB3-15542
* [ticket/15666] Fix array key in twig lang() callJakub Senko2018-06-181-1/+1
| | | | PHPBB3-15666
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
| | | | PHPBB3-14972
* Merge branch 'ticket/15178' into ticket/15179Marc Alexander2017-05-312-2/+11
|\
* | [ticket/14990] Move dispatcher object to the front of the options arrayrxu2017-04-161-2/+2
| | | | | | | | PHPBB3-14990
* | [ticket/14990] Fix event name, email parsing, installer and dispatcher callsrxu2017-04-161-14/+18
| | | | | | | | PHPBB3-14990
* | [ticket/14990] Add core events to the Twig environmentrxu2017-04-161-1/+31
| | | | | | | | PHPBB3-14990
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-01-061-2/+1
|\ \ | |/
| * [ticket/14958] Optimize Twig extension lang() functionrxu2017-01-051-2/+1
| | | | | | | | PHPBB3-14958
| * [ticket/14661] Fix a typo in twig.phplavigor2016-06-051-1/+1
| | | | | | | | PHPBB3-14661
* | [ticket/14867] Revert back to twig 1.26.* and update dependenciesMarc Alexander2016-11-161-6/+1
| | | | | | | | | | | | | | | | The revert of twig back to 1.26.* is necessary due to a breaking change in the way the Filesystem loader returns the paths to template files. PHPBB3-14867
* | [ticket/14716] Update dependencies to latest versionsMarc Alexander2016-11-031-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | This addresses some issues with symfony that resulted in issues when open_basedir restrictions were enabled, as well as issues with JPEG images in fast-image-size. The phpBB class extending the twig lexer also had to be modified to ensure compatibility after BC was broken by the PR https://github.com/twigphp/Twig/pull/2182 for twig 1.27. PHPBB3-14716
* | [ticket/14807] s9e/textformatter 0.8.1Tristan Darricau2016-10-101-1/+0
| | | | | | | | PHPBB3-14807
* | [ticket/14807] Updates TwigTristan Darricau2016-10-021-0/+11
| | | | | | | | PHPBB3-14807
* | [ticket/13616] Uses symfony/proxy-manager-bridge to lazy load twig lexerTristan Darricau2016-04-031-19/+2
| | | | | | | | PHPBB3-13616
* | [ticket/14457] Handle the case where there isn't any 'definition' bagTristan Darricau2016-02-181-2/+5
| | | | | | | | PHPBB3-14457
* | [ticket/14457] Don't set CSS to JS and JS to CSSTristan Darricau2016-02-181-2/+2
| | | | | | | | PHPBB3-14457
* | [ticket/14457] CSTristan Darricau2016-02-181-4/+4
| | | | | | | | PHPBB3-14457
* | [ticket/14457] Fix twig/twig::assign_displayTristan Darricau2016-02-181-1/+1
| | | | | | | | PHPBB3-14457
* | [ticket/14457] Uses a random placeholder to inject css and jsTristan Darricau2016-02-182-26/+17
| | | | | | | | PHPBB3-14457
* | [ticket/14446] Add predefined placeholder variables to twig definitionMarc Alexander2016-02-022-3/+4
| | | | | | | | PHPBB3-14446
* | [ticket/13717] Fix testsTristan Darricau2016-01-251-1/+16
| | | | | | | | PHPBB3-13717
* | [ticket/13717] Set the assets after rendering the whole templateTristan Darricau2016-01-254-48/+65
| | | | | | | | | | | | The goal being to be able to call INCLUDECSS/JS from anywhere in any tempalte or event PHPBB3-13717
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+0
| | | | | | | | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* | [ticket/12633] Doesn't use DEBUG to debug templates eventsTristan Darricau2015-09-181-3/+3
| | | | | | | | | | | | Check the templates events on runtime only when Twig debug is on PHPBB3-12633
* | [ticket/13645] Move the feeds to controllersNicofuma2015-08-231-0/+43
| | | | | | | | PHPBB3-13645
* | Merge branch '3.1.x'Marc Alexander2015-07-081-1/+1
|\ \ | |/ | | | | | | Conflicts: tests/template/template_includecss_test.php
| * [ticket/13995] Remove deprecated projection media typeMatt Friedman2015-07-071-1/+1
| | | | | | | | PHPBB3-13995
* | Merge branch '3.1.x'Nils Adermann2015-05-3013-13/+0
|\ \ | |/ | | | | | | | | | | | | | | * 3.1.x: [ticket/13790] Update phpcs Conflicts: phpBB/composer.json phpBB/composer.lock
| * Merge pull request #3560 from Nicofuma/ticket/13790Nils Adermann2015-05-3013-13/+0
| |\ | | | | | | [ticket/13790] Update phpcs
| | * [ticket/13790] Update phpcsTristan Darricau2015-05-1913-13/+0
| | | | | | | | | | | | PHPBB3-13790
* | | Merge branch '3.1.x'Joas Schilling2015-05-165-7/+15
|\ \ \ | |/ /
| * | [ticket/13838] Fix coding styleNicofuma2015-05-145-7/+15
| |/ | | | | | | PHPBB3-13838
* | Merge pull request #3591 from Nicofuma/ticket/12632Oliver Schramm2015-05-161-1/+1
|\ \ | | | | | | | | | [ticket/12632] Add twig.debug and twig.auto_reload in config.yml
| * | [ticket/12632] Add twig.debug and twig.auto_reload in config.ymlTristan Darricau2015-05-041-1/+1
| | | | | | | | | | | | | | | PHPBB3-13206 PHPBB3-12632