This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/Twig
Fabien Potencier d752f74161 Merge branch '2.6' into 2.7
* 2.6:
  [FrameworkBundle] fix routing descriptor for options
  exit when Twig environment is not set
  [Routing] fix misleading test for condition
  [Debug] fix test
  [Debug] add missing conflict dep rules
  [TwigBundle] allowed SecurityBundle to use the latest versions of FrameworkBundle
  [HttpFoundation] Make use of isEmpty() method
  fix missing comma in YamlDumper
  [VarDumper] fix very special vars handling
  [Console] Helper\Table->addRow optimization
  [Console] Helper\Table->addRow optimization

Conflicts:
	src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_1.md
	src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_2.md
	src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/route_collection_1.md
2015-01-15 13:16:13 +01:00
..
Command Merge branch '2.6' into 2.7 2015-01-15 13:16:13 +01:00
Extension feature #13264 URL manipulations as a Twig extension (fabpot) 2015-01-10 08:28:57 +01:00
Form Merge branch '2.3' into 2.5 2014-12-02 21:15:53 +01:00
Node Adds deprecation notices for structures to be removed in 3.0. 2015-01-05 15:57:15 +01:00
NodeVisitor Merge branch '2.3' into 2.4 2014-04-18 22:37:09 +02:00
Resources/views/Form Currently if you want to use inline bootstrap form rendering, this is usually 2014-12-29 15:30:03 +02:00
Tests added a relative_path Twig function 2015-01-07 13:33:01 +01:00
TokenParser [DebugBundle] adjust after review 2014-09-23 16:25:59 +02:00
Translation Merge branch '2.3' into 2.5 2014-11-03 04:54:42 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AppVariable.php moved AppVariable to the bridge 2015-01-13 12:17:07 +01:00
CHANGELOG.md added a relative_path Twig function 2015-01-07 13:33:01 +01:00
composer.json [TwigBundle] use the new Twig autoescaping strategy 2015-01-14 06:59:05 +01:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
phpunit.xml.dist [Tests] Silenced all deprecations in tests for 2.3 2014-12-18 20:00:19 +01:00
README.md Rename Symfony2 to Symfony 2014-11-24 15:09:11 +01:00
TwigEngine.php Docblock fixes 2014-11-30 13:33:44 +00:00

Twig Bridge

Provides integration for Twig with various Symfony components.

Resources

If you want to run the unit tests, install dev dependencies before running PHPUnit:

$ cd path/to/Symfony/Bridge/Twig/
$ composer.phar install
$ phpunit