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 14c417a391 Merge branch '2.3' into 2.5
* 2.3:
  added missing files
  [TwigBundle] added a test
  Indicate which file was being parsed if an exception is thrown while running translation:debug
  [ClassLoader] Cast $useIncludePath property to boolean
  [HttpFoundation] Minor spelling fix in PHPDocs
  improve error message for multiple documents
  [Session] remove invalid workaround in session regenerate
  [Kernel] ensure session is saved before sending response
  [Routing] serialize the compiled route to speed things up
  [Validator] Fixed Regex::getHtmlPattern() to work with complex and negated patterns
  [DependencyInjection] use inheritdoc for loaders
  [Config] fix filelocator with empty name
  [Form] fix form handling with unconventional request methods like OPTIONS
  CSRF warning docs on Request::enableHttpMethodParameterOverride()

Conflicts:
	src/Symfony/Component/Routing/Route.php
2014-11-03 04:54:42 +01:00
..
Command Merge branch '2.4' into 2.5 2014-09-22 11:14:18 +02:00
Extension Merge branch '2.3' into 2.5 2014-10-26 08:41:27 +01:00
Form Merge branch '2.3' into 2.4 2014-04-16 12:34:31 +02:00
Node Merge branch '2.3' into 2.4 2014-09-22 10:51:05 +02:00
NodeVisitor Merge branch '2.3' into 2.4 2014-04-18 22:37:09 +02:00
Resources/views/Form [Form] Fixed usage of "name" variable in form_start block 2014-10-22 18:25:21 +02:00
Tests Merge branch '2.3' into 2.5 2014-11-03 04:54:42 +01:00
TokenParser Merge branch '2.3' into 2.4 2014-01-26 22:33:04 +01: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
CHANGELOG.md [Twig] Decouple Twig commands from the Famework 2013-12-31 11:38:24 +01:00
composer.json fixed deps 2014-09-28 17:56:11 +02:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
phpunit.xml.dist removed defaults from PHPUnit configuration 2014-07-07 12:13:42 +02:00
README.md updated the composer install command to reflect changes in Composer 2013-09-18 09:27:26 +02:00
TwigEngine.php fixed types in phpdocs 2014-04-16 12:30:19 +02:00

Twig Bridge

Provides integration for Twig with various Symfony2 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