Commit History

Author SHA1 Message Date
  Benjamin Eberlei c4a2fb41ec [DoctrineBundle] Shortened Dependency Injection Fixture namespace to avoid Windows filepath length error. 14 years ago
  Benjamin Eberlei 3c9c43d592 [DoctrineBundle] Add support to configure DBAL Types through the dbal configuration section. 14 years ago
  Benjamin Eberlei 4d4eec618c [DoctrineBundle] Implement Proxy CacheWarmer 14 years ago
  beberlei 2bc6197859 [DoctrineBundle] Fix bug in Auto Proxy Generation introduced with config merge refactoring 14 years ago
  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 years ago
  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 years ago
  Ryan Weaver 7e2331fabd [DoctrineBundle] Removing the "doctrine.orm.metadata.annotation_default_namespace" parameter which is unused. Beberlei agreed that this is outdated and can probably go (and it matches the corresponding parameter I've removed in the ODM). 14 years ago
  Benjamin Eberlei a50f56a7e9 [DoctrineBundle] Revert removal of dic parameter doctrine.orm.auto_generate_proxy_classes. 14 years ago
  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 years ago
  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 years ago
  Benjamin Eberlei c7e3b2381a Refactored Doctrine Bundle dbalLoad() to make use of config merging. 14 years ago
  Johannes M. Schmitt 8d19136a55 refactors extensions to call XXXLoad only once with all config sections 14 years ago
  Fabien Potencier 6d1e91a1fa refactored bundle management 14 years ago
  Fabien Potencier 5c64ca8a30 renamed Container::freeze() to Container::compile() 14 years ago
  Benjamin Eberlei ff91ea5f24 Add support for MySQL Session Init Listener, refactored driver and driverClass approach to follow the Doctrine DBAL factory more closely for this to work easily. 14 years ago
  Johannes Schmitt 3785a99b94 adds visibility to aliases 14 years ago
  Johannes M. Schmitt c5ef113b18 DI container optimization 14 years ago
  Benjamin Eberlei 500e02d4fd fixed inconsistency between MongoDB and ORM Annotation Reader definition that lead to a bug in the "common" code 14 years ago
  Johannes Schmitt db5e180d37 tweaked DI container 14 years ago
  Benjamin Eberlei ba2b1aad28 refactored Doctrine*Bundle to allow a much more flexible configuration 14 years ago
  Steven Surowiec 714c294f47 [DoctrineBundle] Added tag to entity manager services 14 years ago
  ornicar b9a7b7e51a [DoctrineBundle] fix mapping dirs 15 years ago
  Fabien Potencier bf82cf42dd renamed Symfony\Components to Symfony\Component 15 years ago
  Jonathan H. Wage 625d0ab322 Fixing naming issue (fixes #8953) 15 years ago
  Fabien Potencier 0f30e539b1 [DoctrineBundle] removed DoctrineExtension constructor 15 years ago
  Brandon Turner 3b1c7e59f6 [DoctrineBundle,DoctrineMongoDBBundle] Updated tests to work when both bundles are enabled. 15 years ago
  Brandon Turner a3fc1be13f [DoctrineBundle] updated to only load default settings once 15 years ago
  Jonathan H. Wage 13663966d0 [DoctrineBundle] Adding missing cache driver configuration for each entity manager. 15 years ago
  Jonathan H. Wage ef070d0dd1 [DoctrineBundle] Refactoring DoctrineBundle to match DoctrineMongoDBBundle 15 years ago