Martin Hason
|
aae492f79b
removed unused use statements in DIC extensions
|
14 gadi atpakaļ |
Fabien Potencier
|
d1bdd88ac2
fixed PHP warnings
|
14 gadi atpakaļ |
Christophe Coevoet
|
19aa266b6a
[DoctrineBundle] Use the first entity manager as default one when no configuration is set
|
14 gadi atpakaļ |
Christophe Coevoet
|
e522424967
Changed default logging param to kernel.debug and fixed container unit test
|
14 gadi atpakaļ |
Christophe Coevoet
|
f37a2a9513
Refactored the config to use the right parameters instead of using the default values
|
14 gadi atpakaļ |
Christophe Coevoet
|
527749ca3f
Made mandatory to have at least one entity manager when using the ORM and one connection when using DBAL
|
14 gadi atpakaļ |
Christophe Coevoet
|
477109f1e8
Completed the Configuration class and refactored the extension to use it
|
14 gadi atpakaļ |
Fabien Potencier
|
8c423edfef
replaced symfony-project.org by symfony.com
|
14 gadi atpakaļ |
Pascal Borreli
|
64b50e1c46
[Doctrine*Bundle] Fixed Typo
|
14 gadi atpakaļ |
Pascal Borreli
|
68140021fc
[DoctrineBundle] Fixed typo
|
14 gadi atpakaļ |
Fabien Potencier
|
23e9386a0e
changed all extensions to use the default Extension::getAlias() impl
|
14 gadi atpakaļ |
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 gadi atpakaļ |
Fabien Potencier
|
5c905beb13
moved common configuration classes to a new Config component
|
14 gadi atpakaļ |
Fabien Potencier
|
b91f082be5
Revert "moved Resource to the Config component"
|
14 gadi atpakaļ |
Fabien Potencier
|
f53080860a
moved Resource to the Config component
|
14 gadi atpakaļ |
Fabien Potencier
|
a8ec9b27f0
moved duplicated files to a new Config component
|
14 gadi atpakaļ |
Fabien Potencier
|
e58a84eb09
added a FileLocator to DIC so that we can load resources like @BundleName/Resources/...
|
14 gadi atpakaļ |
Jeremy Mikola
|
743f25a287
[DependencyInjection] Create explicit factoryClass property for Definitions
|
14 gadi atpakaļ |
Benjamin Eberlei
|
3c9c43d592
[DoctrineBundle] Add support to configure DBAL Types through the dbal configuration section.
|
14 gadi atpakaļ |
Benjamin Eberlei
|
4d4eec618c
[DoctrineBundle] Implement Proxy CacheWarmer
|
14 gadi atpakaļ |
Henrik Bjørnskov
|
3564b86ee9
[DoctrineBundle] Fixed loggin in DoctrineExtension not being taken into account
|
14 gadi atpakaļ |
beberlei
|
2bc6197859
[DoctrineBundle] Fix bug in Auto Proxy Generation introduced with config merge refactoring
|
14 gadi atpakaļ |
Fabien Potencier
|
69fb235160
Revert "[DoctrineBundle] Fix bug in Auto Proxy Generation introduced with config merge refactoring. Use array_reverse() for $configs to fix incremental merge algorithm assumptions."
|
14 gadi atpakaļ |
beberlei
|
1bc0b54411
[DoctrineBundle] Fix bug in Auto Proxy Generation introduced with config merge refactoring. Use array_reverse() for $configs to fix incremental merge algorithm assumptions.
|
14 gadi atpakaļ |
Benjamin Eberlei
|
a50f56a7e9
[DoctrineBundle] Revert removal of dic parameter doctrine.orm.auto_generate_proxy_classes.
|
14 gadi atpakaļ |
Benjamin Eberlei
|
8d938c54d1
[DoctrineBundle] Fix CS
|
14 gadi atpakaļ |
Benjamin Eberlei
|
8930048ff8
[DoctrineBundle] Use doctrine.dbal.logging parameter.
|
14 gadi atpakaļ |
Benjamin Eberlei
|
22f6307053
[DoctrineBundle] Changed and simplified dbalLoad() slightly. Made logging explicit with a configuration variable to avoid tons of unnecessary method calls in prod. environment.
|
14 gadi atpakaļ |
Benjamin Eberlei
|
29888a4a1d
[DoctrineBundle] Use a Merge Config algorithm for the ORM bundle. Simplified configuration and got rid of unnecessary ways to configure the same thing in several different ways.
|
14 gadi atpakaļ |
Benjamin Eberlei
|
c7e3b2381a
Refactored Doctrine Bundle dbalLoad() to make use of config merging.
|
14 gadi atpakaļ |