Kris Wallsmith
|
6904e0e1e2
[FrameworkBundle] implemented asset packages
|
14 years ago |
Fabien Potencier
|
8c423edfef
replaced symfony-project.org by symfony.com
|
14 years ago |
Pascal Borreli
|
1dca1ea002
[FrameworkBundle] Fixed typo
|
14 years ago |
Fabien Potencier
|
23e9386a0e
changed all extensions to use the default Extension::getAlias() impl
|
14 years ago |
Fabien Potencier
|
6b12c21261
moved DependencyInjection\Configuration to Config\Definition
|
14 years ago |
Fabien Potencier
|
62e3053769
refactored previous commit, fixed tests
|
14 years ago |
Lukas Kahwe Smith
|
7f182bd877
implicitly load all registered bundles, all loading is now handled by load(), disable loading of an extension explcitly via setting the extension config to false (for now only Yaml is implemented)
|
14 years ago |
Fabien Potencier
|
14aa95ba21
added the concept of a main DIC extension for bundles
|
14 years ago |
Victor Berchet
|
af81bcabf0
[Templating] Refactor the component
|
14 years ago |
Fabien Potencier
|
5c905beb13
moved common configuration classes to a new Config component
|
14 years ago |
Kris Wallsmith
|
1292925702
[AsseticBundle] initial entry of assetic integration
|
14 years ago |
Jeremy Mikola
|
fc3f56d17c
[FrameworkBundle] Small fixes to FrameworkExtension and its configuration
|
14 years ago |
Jeremy Mikola
|
b3cb02adf2
[FrameworkBundle/Routing] Add "type" option for main Router resource (and expose this in FrameworkExtension config)
|
14 years ago |
Fabien Potencier
|
b91f082be5
Revert "moved Resource to the Config component"
|
14 years ago |
Fabien Potencier
|
f53080860a
moved Resource to the Config component
|
14 years ago |
Fabien Potencier
|
a8ec9b27f0
moved duplicated files to a new Config component
|
14 years ago |
Fabien Potencier
|
e58a84eb09
added a FileLocator to DIC so that we can load resources like @BundleName/Resources/...
|
14 years ago |
Lukas Kahwe Smith
|
44e6a5d45f
added exception_controller config option
|
14 years ago |
Fabien Potencier
|
86631a9fee
[FrameworkBundle] fixed template loaders in configuration
|
14 years ago |
Jeremy Mikola
|
099b9dee1f
[FrameworkBundle] Integrate Configuration\Builder class for config merging and normalization
|
14 years ago |
Fabien Potencier
|
523e652d9d
[FrameworkBundle] fixed the way profiler configuration works
|
14 years ago |
Jeremy Mikola
|
f9138d313b
[FrameworkBundle] Implemented single-pass config loading with intelligent option merging for FrameworkExtension
|
14 years ago |
Bernhard Schussek
|
fdbc064f06
[Form] Removed automatic distribution of the locale in the Form component. This leads to more problems than it solves.
|
14 years ago |
Fabien Potencier
|
b7a0f71b87
[FrameworkBundle] added more file to the class cache when using the PHP templating engine
|
14 years ago |
Fabien Potencier
|
025e142dd4
removed parameter converters as decided during IRC meeting (supported is still provided by FrameworkExtraBundle)
|
14 years ago |
Fabien Potencier
|
0e66e388ec
added two interfaces: EventInterface and EventDispatcherInterface
|
14 years ago |
Eriksen Costa
|
b38519bb23
[FrameworkBundle] fixed call to \Locale::getDefault()
|
14 years ago |
Fabien Potencier
|
edb11ad5cb
[FrameworkBundle] added a cache warmer for the router
|
14 years ago |
Fabien Potencier
|
206b49a22f
[FrameworkBundle] added a cache warmer to pre-compute template paths
|
14 years ago |
Fabien Potencier
|
d0b4bfc8f6
added a cache warmer sub-framework
|
14 years ago |