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/Bundle/TwigBundle
Fabien Potencier be6af2e944 Merge branch '2.7' into 2.8
* 2.7:
  [Routing] Fix XmlFileLoader exception message
  Sessions: configurable "use_strict_mode" option for NativeSessionStorage
  [FrameworkBundle] [Command] Clean bundle directory, fixes #23177
  Reset redirectCount when throwing exception
  [TwigBundle] Remove template.xml services when templating is disabled
  add content-type header on exception response
  Embedding a response that combines expiration and validation, that should not defeat expiration on the combined response
  Fix two edge cases in ResponseCacheStrategy
  [Routing] Expose request in route conditions, if needed and possible
  [Routing] Expose request in route conditions, if needed and possible
  [Translation][FrameworkBundle] Fix resource loading order inconsistency reported in #23034
  [Filesystem] added workaround in Filesystem::rename for PHP bug
  Add tests for ResponseCacheStrategy to document some more edge cases
  [HttpFoundation] added missing docs
  fixes #21606
  [VarDumper] fixes
  [Security] fix switch user _exit without having current token
2017-06-20 16:27:56 -07:00
..
CacheWarmer Fix optional cache warmers are always instantiated whereas they should be lazy-loaded 2017-06-02 09:53:17 +02:00
Command Merge branch '2.7' into 2.8 2015-12-28 14:12:56 +01:00
Controller Merge branch '2.7' into 2.8 2017-06-20 16:27:56 -07:00
Debug Use namespaced Twig 2017-06-01 23:44:38 +02:00
DependencyInjection Merge branch '2.7' into 2.8 2017-06-20 16:27:56 -07:00
Extension Use namespaced Twig 2017-06-01 23:44:38 +02:00
Loader minor #22931 SCA with Php Inspections (EA Extended): 2.7 (kalessil) 2017-06-10 17:25:34 -07:00
Node Use namespaced Twig 2017-06-01 23:44:38 +02:00
Resources Fix optional cache warmers are always instantiated whereas they should be lazy-loaded 2017-06-02 09:53:17 +02:00
Tests Merge branch '2.7' into 2.8 2017-06-20 16:27:56 -07:00
TokenParser Use namespaced Twig 2017-06-01 23:44:38 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md make date formats and number formats configurable 2015-04-03 10:30:44 +02:00
composer.json Merge branch '2.7' into 2.8 2017-06-02 09:47:27 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md add readme files where missing 2016-03-07 11:36:15 +01:00
TemplateIterator.php [TwigBundle] added a Twig templates warmer when templating is disabled 2015-10-19 11:33:50 +02:00
TwigBundle.php [TwigBundle] Adds service check for extension loading 2013-03-14 12:28:51 +01:00
TwigDefaultEscapingStrategy.php Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
TwigEngine.php Use namespaced Twig 2017-06-01 23:44:38 +02:00