Historique des commits

Auteur SHA1 Message Date
  Pascal Borreli 46cdf02750 [Various] Fixed typo il y a 14 ans
  everzet b6ce137e2d [DependencyInjection] create inlined private service from it's definition il y a 14 ans
  Johannes Schmitt 2c287676fb [DependencyInjection] fixes a bug when requesting a definition that uses property injection il y a 14 ans
  Eriksen Costa 164ce5210d capitalized 'boolean' il y a 14 ans
  Pascal Borreli 8c0beea677 [Phpdoc] Cleaning/fixing il y a 14 ans
  Lukas Kahwe Smith d9491a743e removed support for interface injection as well as all relevant tests il y a 14 ans
  Kris Wallsmith 470baaab9f [DependencyInjection] renamed ContainerBuilder::remove() as removeDefinition() to be more consistent with other definition-related methods il y a 14 ans
  Fabien Potencier cedf588e98 Revert "Merge remote branch 'kriswallsmith/dic/lazy-replace-ext-params'" il y a 14 ans
  Fabien Potencier f321fadad6 [DependencyInjection] moved most protected things to private il y a 14 ans
  Kris Wallsmith f33cf0ba5d Removed replacement of parameter placeholders at load time since they're now replaced at compile time. Extensions should be written to expect parameter placeholders. il y a 14 ans
  Kris Wallsmith de6c353b40 [DependencyInjection] made compiler lazy again since there are many temporary ContainerBuilder objects that don't use it il y a 14 ans
  Fabien Potencier 8c423edfef replaced symfony-project.org by symfony.com il y a 14 ans
  Kris Wallsmith bf0553c23a [DependencyInjection] extensions should only load if called during configuration il y a 14 ans
  Fabien Potencier a29a413c48 made DIC extensions members of the Container instead of static members il y a 14 ans
  Fabien Potencier 62e3053769 refactored previous commit, fixed tests il y a 14 ans
  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) il y a 14 ans
  Fabien Potencier 4972bf6350 [DependencyInjection] made getXsdValidationBasePath() and getNamespace() methods from DIC Extension class optional il y a 14 ans
  Tim Nagel 7173764dc1 [Dependency Injection] PHPDoc il y a 14 ans
  Fabien Potencier 5c905beb13 moved common configuration classes to a new Config component il y a 14 ans
  Jordi Boggiano 98e035b963 [DepdenencyInjection] Prevent self-referencing aliases il y a 14 ans
  Fabien Potencier b91f082be5 Revert "moved Resource to the Config component" il y a 14 ans
  Fabien Potencier f53080860a moved Resource to the Config component il y a 14 ans
  Jeremy Mikola 743f25a287 [DependencyInjection] Create explicit factoryClass property for Definitions il y a 14 ans
  Johannes M. Schmitt f3c2e98b25 lazy-load the compiler, and related objects il y a 14 ans
  Johannes M. Schmitt 1d5b6ed908 adds scope to the DI container il y a 14 ans
  Ryan Weaver 17f9162b89 [Standards] Changing many instances of "boolean" to "Boolean". il y a 14 ans
  Dominique Bongiraud 64fb94c725 normalized license messages in PHP files il y a 14 ans
  Fabien Potencier b7d2528384 added a way for any extension to add classes to the class cache il y a 14 ans
  Fabien Potencier 612dce873b [DependencyInjection] added the possibility to pass the type of compiler pass in ContainerBuilder::addCompilerPAss il y a 14 ans
  Fabien Potencier d5c9f37982 [DependencyInjection] added compiler passes as resources il y a 14 ans