Fabien Potencier
|
aa3ec504ae
removed File::getWebPath()
|
14 years ago |
Lukas Kahwe Smith
|
dbdf4ad750
cosmetic tweak (use defaultFalse() instead of defaultValue(false))
|
14 years ago |
Fabien Potencier
|
9bffd8c2db
[FrameworkBundle] moved some default values to the Configuration class
|
14 years ago |
Pascal Borreli
|
b5769c52d6
Fixed various typo
|
14 years ago |
Fabien Potencier
|
7644e86683
refactored session configuration
|
14 years ago |
Fabien Potencier
|
07aae98495
[Routing] added support for _scheme requirement
|
14 years ago |
Kris Wallsmith
|
672291087c
removed a lot of special normalization logic in the configuration by using xml values instead of attributes
|
14 years ago |
Kris Wallsmith
|
d0f45fd3b6
[FrameworkBundle] added configuration for caching validator metadata
|
14 years ago |
Victor Berchet
|
b640fcb0f0
[Config] Introduction of an ConfigurationInterface
|
14 years ago |
Fabien Potencier
|
6daf09a61d
Merge remote branch 'subsven/master'
|
14 years ago |
Victor Berchet
|
9998ab18e9
[FrameworkBundle] Fix for getting the file link format fallback to XDebug configuration
|
14 years ago |
Fabien Potencier
|
c8fe15bfcf
[FrameworkBundle] removed exception_listener.controller parameter
|
14 years ago |
Fabien Potencier
|
68d340b845
[FrameworkBundle] removed translator.fallback_locale parameter
|
14 years ago |
Fabien Potencier
|
40606edd1c
[FrameworkBundle] removed templating.assets.version and templating.assets.base_urls parameters
|
14 years ago |
Fabien Potencier
|
ce4a8de789
[FrameworkBundle] removed the session.default_locale parameter
|
14 years ago |
Sven Paulus
|
601d3f5d95
Add a configuration option to restrict profiler storage to the master request
|
14 years ago |
Fabien Potencier
|
20245da86d
[FrameworkBundle] fixed cache_warmer configuration
|
14 years ago |
Victor Berchet
|
0e84757d94
Tweak PHPDocs in the extension configuration files
|
14 years ago |
Victor Berchet
|
1e0ed22c55
[Config] Component refactoring
|
14 years ago |
Fabien Potencier
|
005287ac88
Merge remote branch 'kriswallsmith/templating/asset-packages'
|
14 years ago |
Fabien Potencier
|
28d9b331bd
[FrameworkBundle] made the profiler easily configurable
|
14 years ago |
Kris Wallsmith
|
6904e0e1e2
[FrameworkBundle] implemented asset packages
|
14 years ago |
Christophe Coevoet
|
db168cc40d
Fixed assets_base_urls configuration
|
14 years ago |
Ryan Weaver
|
2d94f2d8d0
[FrameworkBundle] Removing the "namespace" key when it's defined in its own weird location in XML. This prevents that key, which we move in this same location, from looking like an invalid option during validation.
|
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 |
Johannes Schmitt
|
a5cfc2207c
[Security/DependencyInjection] updated SecurityBundle's configuration, some bug fixes in DIC config classes
|
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 |
Lukas Kahwe Smith
|
44e6a5d45f
added exception_controller config option
|
14 years ago |