Commit History

Author SHA1 Message Date
  Fabien Potencier 2ac6faaa0b [DependencyInjection] changed the order of priority when a service is both defined with setService() and with a getXXXService() method 15 years ago
  Fabien Potencier dd759bd0b6 [DependencyInjection] allowed to disabled the helpers in the templating extension 15 years ago
  Fabien Potencier ce6f676eb2 [DependencyInjection] made another speed optimization 15 years ago
  Fabien Potencier c9d0a73fe3 [DependencyInjection] made a speed optimization 15 years ago
  Fabien Potencier ee3e298c5d [Console] added a ways to add common behaviors to commands extending a common command 15 years ago
  Fabien Potencier c0ee9fee18 [DependencyInjection] fixed typo 15 years ago
  Fabien Potencier ab7533e6c0 [DependencyInjection] removed unneeded cast 15 years ago
  Fabien Potencier 684ffc83e6 [DependencyInjection] added a check to ease debugging when a service id is not a string 15 years ago
  Fabien Potencier c0152e1bba [DependencyInjection] disable the possibility to have a reference in parameters (as it breaks as soon as you want to use the PHP dumper with no solution - performance wise) 15 years ago
  Fabien Potencier 63e7dda4c8 [DependencyInjection] fixed Resource interface 15 years ago
  Fabien Potencier bb3340d950 [DependencyInjection] added autodetection of resource format when importing a resource in an XML or YAML file 15 years ago
  Fabien Potencier 53980bb55e [DependencyInjection] added a way to retrieve loaded resources 15 years ago
  Fabien Potencier e9e2899cda [DependencyInjection] simplified loaders (the load method only accept one resource now) 15 years ago
  Fabien Potencier a5871688a7 [DependencyInjection] oops, fixed the previous commit 15 years ago
  Fabien Potencier a36a2c955b [Console] fixed tests 15 years ago
  Fabien Potencier 6f820f63c9 [DependencyInjection] fixed number of tests 15 years ago
  Fabien Potencier c8fc0a7ff3 [DependencyInjection] renamed the default schema URLs 15 years ago
  Fabien Potencier 3a1ae543e5 [DependencyInjection] removed dead code 15 years ago
  Fabien Potencier 76e2a66146 [DependencyInjection] removed unneeded code 15 years ago
  Fabien Potencier b333379e5c [DependencyInjection] fixed PHPDoc 15 years ago
  Fabien Potencier 150d3b4a75 [DependencyInjection] fixed coding standards 15 years ago
  Fabien Potencier ee7deaa5ee [DependencyInjection] added a BuilderConfiguration::findService() to allows some optimizations when building a complex graph of dependencies in an extension 15 years ago
  Fabien Potencier 11acd0e78b [DependencyInjection] added some usage examples in the PHPDoc 15 years ago
  Fabien Potencier 008d9da88f [Console] added the version to the default shell prompt 15 years ago
  Fabien Potencier a40f48ce39 [Console] added ? as an alias for the help command 15 years ago
  Fabien Potencier 4cfae0a266 [DependencyInjection] added an extension for the Zend Framework 15 years ago
  Fabien Potencier 5e555d3d1a [DependencyInjection] added an extension for the Symfony Templating Component 15 years ago
  Fabien Potencier 392ab46952 [DependencyInjection] fixed Extension conversion from XML to PHP when the same tag is used more than once 15 years ago
  Fabien Potencier 0aa50417cb [DependencyInjection] fixed Doctrine DBAL parameter names 15 years ago
  Fabien Potencier 7e2d6c0043 [DependencyInjection] added some missing accessors 15 years ago