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/FrameworkBundle
Fabien Potencier a6dc10c31a changed templating name notation
Old notation: bundle:section:name.format:renderer (where both format and renderer are optional)
New notation: bundle:section:name.format.renderer (where only format is optional)

Valid new template names: Blog:Post:index.php, Blog:Post:index.xml.php

The new notation is more explicit and put all templating engines on the same level (there is no
more the concept of a "default" templating engine).

Even if the notation changed, the semantic has not. So, the logical template name for the above
examples is still 'index'. So, if you use a database loader for instance, the template
name is 'index' and everything else are options.

Upgrading current applications can be easily done by appending .php to each existing template
name reference (in both controllers and templates), and changing :twig to .twig for Twig templates
(for twig templates, you should also add .twig within templates themselves when referencing
another Twig templates).
2010-09-28 08:33:33 +02:00
..
Cache removed Symfony\Framework 2010-09-17 12:58:24 +02:00
Command [FrameworkBundle] removed the app:init command 2010-09-23 19:10:40 +02:00
Console [FrameworkBundle] removed the app:init command 2010-09-23 19:10:40 +02:00
Controller changed templating name notation 2010-09-28 08:33:33 +02:00
DataCollector removed Symfony\Framework 2010-09-17 12:58:24 +02:00
Debug fixed misplaced file 2010-09-20 10:56:35 +02:00
DependencyInjection added an IdentityTranslator to make it possible to always relies on the translator service, even if none is configured 2010-09-27 16:53:44 +02:00
Resources changed templating name notation 2010-09-28 08:33:33 +02:00
Routing [FrameworkBundle] added support for services as controllers 2010-09-23 08:41:24 +02:00
Templating changed templating name notation 2010-09-28 08:33:33 +02:00
Test fixed typo in options 2010-09-23 09:04:44 +02:00
Tests changed templating name notation 2010-09-28 08:33:33 +02:00
Translation added an IdentityTranslator to make it possible to always relies on the translator service, even if none is configured 2010-09-27 16:53:44 +02:00
Util [FrameworkBundle] fixed Filesystem when used within a phar archive 2010-09-23 19:09:30 +02:00
Client.php removed Symfony\Framework 2010-09-17 12:58:24 +02:00
EventDispatcher.php removed Symfony\Framework 2010-09-17 12:58:24 +02:00
FrameworkBundle.php removed Symfony\Framework 2010-09-17 12:58:24 +02:00
Profiler.php simplified Profiler method names 2010-09-01 16:53:28 +02:00
RequestListener.php removed Symfony\Framework 2010-09-17 12:58:24 +02:00