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/Resources
Johannes M. Schmitt 507da2a1ab some performance tweaks
This adds lazy loading for firewall configurations. This is useful when you have multiple firewalls, only the firewalls which are actually needed to process the Request are initialized. So, your event dispatcher is not as costly to initialize anymore.

It also implements re-using of RequestMatchers if all matching rules are the same, and exposes the remaining rules which are already implemented by the request matcher (host, ip, methods) in the access-control section
2011-01-21 11:57:43 +01:00
..
config some performance tweaks 2011-01-21 11:57:43 +01:00
public/css [FrameworkBundle] fixed exception styles 2010-09-08 13:54:02 +02:00
skeleton/bundle changed templating engine used by init:bundle to Twig 2011-01-16 19:01:51 +01:00
translations [FrameworkBundle] added error messages from the Form Component in the default validators.fr.xliff 2010-09-27 16:14:53 +02:00
views [Form] Fixed indenting 2011-01-19 16:25:50 +01:00