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
marc.weistroff 431d593d59 [TwigBundle] Renames twig.loader to twig.loader.filesystem.
In the previous form of twig's service definitions, it was impossible to
use a chain loader correctly because the TwigBundle was registering paths
on the twig.loader service. This patch fixes that by creating a
twig.loader.filesystem definition and an alias twig.loader that points
to twig.loader.filesystem by default.
2012-11-27 14:37:15 -05:00
..
CacheWarmer [TwigBundle] fixed cache warmer when there is a template with a syntax error 2011-06-17 15:03:38 +02:00
Command [2.1] Added missing error return codes in commands 2012-10-14 11:21:26 +02:00
Controller ensured that an exception is always converted to an error response (and that we keep the HTTP status code and headers) 2012-07-13 11:55:51 +02:00
Debug moved the Stopwatch classes to their own component 2012-11-09 10:08:25 +01:00
DependencyInjection [TwigBundle] Renames twig.loader to twig.loader.filesystem. 2012-11-27 14:37:15 -05:00
Extension [TwigBundle] fixed typo 2012-11-12 18:18:57 +01:00
Loader [TwigBundle] added support for Twig namespaced paths (Twig 1.10) 2012-10-03 15:33:19 +02:00
Node [TwigBundle] Move the {% render ... %} node to a dedicated extension + Remove service container 2011-05-24 10:56:45 +02:00
Resources [TwigBundle] Renames twig.loader to twig.loader.filesystem. 2012-11-27 14:37:15 -05:00
Tests [TwigBundle] Renames twig.loader to twig.loader.filesystem. 2012-11-27 14:37:15 -05:00
TokenParser [DoctrineBridge] fixed some CS 2011-12-13 10:22:12 +01:00
.gitattributes Fix export-ignore on Windows 2012-11-08 10:51:48 +01:00
CHANGELOG.md [TwigBundle] added support for Twig namespaced paths (Twig 1.10) 2012-10-03 15:33:19 +02:00
composer.json moved the Stopwatch classes to their own component 2012-11-09 10:08:25 +01:00
LICENSE added missing LICENSE files 2012-05-18 19:00:00 +02:00
TwigBundle.php moved the Exception listener from FrameworkBundle to TwigBundle as it relies on Twig being enabled 2011-07-21 19:24:04 +02:00
TwigEngine.php [TwigBundle] Moved the registration of the app global to the environment 2012-10-13 17:19:49 +02:00