master
click here to add a description
click here to add a homepage
[DoctrineBundle] fixed typo
Merge branch 'master' of github.com:fabpot/symfony
[DoctrineBundle] fixed the overridding of an Entity
[Console] added __get() to Command to have shorter and more readable code in commands
[Console] fixed default message layout
[Routing] added requirements checking when generating a route
[Routing] changed matching to only check for method if it is available in the context
[Routing] fixed typo
[ProfilerBundle] Allows the BundleStorage to use PDO_SQLITE as well as SQLite3 and fixes a bug in purge()
[Foundation] fixed a typo
[RequestHandler] fixed a typo
[Console] removed the application name in help
[DoctrineBundle] fixed alias support to be in sync with the latest version of Doctrine
[DoctrineBundle] changed option dir_or_file to dir-or-file
[DoctrineBundle] fixed Doctrine extension to always create aliases for entities in the Entities/ directory
[ProfilerBundle] fixed storage read() method and unpack/pack data to avoid weird character in the data stream
[OutputEscaper] renamed Safe to SafeDecorator
[ProfilerBundle] refactored some code
[WebBundle] tweaked error message
[DependencyInjection] store references to shared services as soon as possible to avoid circular references on legal code
[WebBundle] removed the Model/ directory from skeleton
[ProfiledBundle] moved debug tools from WebBundle to ProfilerBundle
[DoctrineBundle] removed the need to pass the container to the extension (which is dangerous)
[WebBundle] Fixing regression introduced in de37e5225b60a5265982d6062b6d68f277427ae0
[DoctrineBundle] Integrating the new Doctrine 2.0 entity alias feature for the query language
[DoctrineBundle] Improvements for building entities and getting started
[Foundation] Fixing typo
[DoctrineBundle, WebBundle] Enhancing API for retrieving database connections and entity managers from controllers to allow for specifying the name of the connection or entity manager. If no argument is given it returns the default configured connection or entity manager.
[DoctrineBundle] Fixes for building when you have multiple bundles which mixes mapping information types
[DoctrineBundle] Adding doctrine:import-mapping command to allow you to easily import the mapping information from an existing database connection to a bundle