コミット履歴

作者 SHA1 メッセージ 日付
  Fabien Potencier c846990459 [DoctrineBundle] added the possibility to disable a bundle when using auto_mapping 14 年 前
  Fabien Potencier dc85727b5a [DoctrineBundle] added an auto-mapping option to let Symfony register all enabled bundle mappings 14 年 前
  Fabien Potencier 71330e91d0 [DoctrineBundle] simplified code 14 年 前
  Fabien Potencier 7395069b60 [DoctrineBundle] cleaned up code 14 年 前
  Fabien Potencier 55f9e6fb99 [DoctrineBundle] tweaked various exceptions to make it clear that the issue is related to Doctrine 14 年 前
  Fabien Potencier 631393e29d [DoctrineBundle] fixed CS 14 年 前
  Fabien Potencier e68f8f40b9 [DoctrineBundle] renamed DIC class parameters (they end with .class instead of _class to follow the convention of other bundles) 14 年 前
  Ryan Weaver 9850ff8b6e [DoctrineAbstractBundle] Changing incorrect "static-php" references to "staticphp" 14 年 前
  Martin Hason e441fc95a8 [AbstractDoctrineBundle] fixed typo 14 年 前
  Christophe Coevoet 25521e7e86 [DoctrineAbstractBundle] Removed obsolete code as the normalization is now done by the Configuration classes 14 年 前
  Fabien Potencier 8c423edfef replaced symfony-project.org by symfony.com 14 年 前
  Pascal Borreli 64b50e1c46 [Doctrine*Bundle] Fixed Typo 14 年 前
  Pascal Borreli b9c2579f2b [DoctrineAbstractBundle] Fixed typo 14 年 前
  Fabien Potencier 5c905beb13 moved common configuration classes to a new Config component 14 年 前
  Fabien Potencier b91f082be5 Revert "moved Resource to the Config component" 14 年 前
  Fabien Potencier f53080860a moved Resource to the Config component 14 年 前
  Fabien Potencier e58a84eb09 added a FileLocator to DIC so that we can load resources like @BundleName/Resources/... 14 年 前
  Benjamin Eberlei 682e83585b [DoctrineBundle] Add new Command doctrine:mapping:info that allows to check what entities are mapped and if their metadata is specified correctly. Added exception when a mapping/bundle directory does not exist. 14 年 前
  Fabien Potencier 6d1e91a1fa refactored bundle management 14 年 前
  Victor Berchet b75840c6fc DI Extension: use the base class from the HttpKernel Component 14 年 前
  Dominique Bongiraud 64fb94c725 normalized license messages in PHP files 14 年 前
  Johannes Schmitt f1b7bc1fe9 some refactorings/improvements 14 年 前
  Bulat Shakirzyanov 39e33df573 fixed abstract extension to product correct array with just mapping type specified 14 年 前
  devel b74bb15975 Fixed an issue with the definition description Mongo DB collections. 14 年 前
  Benjamin Eberlei fa7fdedf4b Introduced meta-bundle DoctrineAbstractBundle to squash 400+ loc of code duplication from ORM and MongoDB Bundles. 14 年 前