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 9ebe2185bd feature #24236 [WebProfilerBundle] Render file links for twig templates (ro0NL)
This PR was squashed before being merged into the 3.4 branch (closes #24236).

Discussion
----------

[WebProfilerBundle] Render file links for twig templates

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes/no
| Fixed tickets | #24218
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!--highly recommended for new features-->

![image](https://user-images.githubusercontent.com/1047696/30515418-8c4615c6-9b27-11e7-8e26-8caa30ff7cbb.png)

Also tweaked default code color a bit for yaml, twig and the like.

Before
![image](https://user-images.githubusercontent.com/1047696/30515499-2231d768-9b29-11e7-8cab-a61537e83343.png)

After
![image](https://user-images.githubusercontent.com/1047696/30515504-354ea218-9b29-11e7-9457-518e9413e6f9.png)

Commits
-------

860575a882 [WebProfilerBundle] Render file links for twig templates
2017-09-27 07:36:24 -07:00
..
Command Merge branch '3.3' into 3.4 2017-09-15 12:12:22 +02:00
DataCollector [WebProfilerBundle] Render file links for twig templates 2017-09-27 07:36:23 -07:00
Extension Merge branch '3.3' into 3.4 2017-09-15 12:12:22 +02:00
Form Merge branch '3.3' into 3.4 2017-07-17 16:07:19 +02:00
Node [TwigBridge] deprecate TwigRenderer 2017-07-17 14:03:11 +02:00
NodeVisitor [TwigBridge] Fix namespaced classes 2017-06-05 17:06:12 -07:00
Resources/views/Form Merge branch '3.2' into 3.3 2017-07-26 08:42:48 +02:00
Tests [HttpFoundation] Deprecate compatibility with PHP <5.4 sessions 2017-09-26 14:23:43 +02:00
TokenParser Use namespaced Twig 2017-06-01 23:44:38 +02:00
Translation Use namespaced Twig 2017-06-01 23:44:38 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AppVariable.php [Bridge] [Twig] get and flush only flash sessions you need in getFlashes method 2017-04-11 11:36:26 +02:00
CHANGELOG.md Fix deprecations regarding core commands registered as services 2017-09-03 16:43:38 +02:00
composer.json [Console] Add protected static $defaultName to set the default name of a Command 2017-08-24 16:43:56 +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 Updated all the README files 2016-03-04 08:12:06 +01:00
TwigEngine.php Use namespaced Twig 2017-06-01 23:44:38 +02:00

Twig Bridge

Provides integration for Twig with various Symfony components.

Resources