Commit Graph

37015 Commits

Author SHA1 Message Date
Fabien Potencier bb3340d950 [DependencyInjection] added autodetection of resource format when importing a resource in an XML or YAML file 2010-01-18 09:19:39 +01:00
Fabien Potencier 53980bb55e [DependencyInjection] added a way to retrieve loaded resources 2010-01-18 09:08:37 +01:00
Fabien Potencier e9e2899cda [DependencyInjection] simplified loaders (the load method only accept one resource now) 2010-01-17 11:16:50 +01:00
Fabien Potencier a5871688a7 [DependencyInjection] oops, fixed the previous commit 2010-01-15 17:07:36 +01:00
Fabien Potencier a36a2c955b [Console] fixed tests 2010-01-15 15:56:49 +01:00
Fabien Potencier 6f820f63c9 [DependencyInjection] fixed number of tests 2010-01-15 15:53:33 +01:00
Fabien Potencier c8fc0a7ff3 [DependencyInjection] renamed the default schema URLs 2010-01-15 15:53:07 +01:00
Fabien Potencier 3a1ae543e5 [DependencyInjection] removed dead code 2010-01-15 14:22:23 +01:00
Fabien Potencier 76e2a66146 [DependencyInjection] removed unneeded code 2010-01-15 14:20:42 +01:00
Fabien Potencier b333379e5c [DependencyInjection] fixed PHPDoc 2010-01-15 14:07:23 +01:00
Fabien Potencier 150d3b4a75 [DependencyInjection] fixed coding standards 2010-01-15 14:01:49 +01:00
Fabien Potencier ee7deaa5ee [DependencyInjection] added a BuilderConfiguration::findService() to allows some optimizations when building a complex graph of dependencies in an extension 2010-01-15 11:35:25 +01:00
Fabien Potencier 11acd0e78b [DependencyInjection] added some usage examples in the PHPDoc 2010-01-15 11:00:29 +01:00
Fabien Potencier 008d9da88f [Console] added the version to the default shell prompt 2010-01-15 08:31:27 +01:00
Fabien Potencier a40f48ce39 [Console] added ? as an alias for the help command 2010-01-15 08:31:09 +01:00
Fabien Potencier 4cfae0a266 [DependencyInjection] added an extension for the Zend Framework 2010-01-15 08:18:05 +01:00
Fabien Potencier 5e555d3d1a [DependencyInjection] added an extension for the Symfony Templating Component 2010-01-14 18:34:03 +01:00
Fabien Potencier 392ab46952 [DependencyInjection] fixed Extension conversion from XML to PHP when the same tag is used more than once 2010-01-14 18:28:35 +01:00
Fabien Potencier 0aa50417cb [DependencyInjection] fixed Doctrine DBAL parameter names 2010-01-14 18:23:15 +01:00
Fabien Potencier 7e2d6c0043 [DependencyInjection] added some missing accessors 2010-01-14 18:22:29 +01:00
Fabien Potencier 1a0bcd141a [Console] added a new writeln() method to the Output classes 2010-01-14 15:40:25 +01:00
Fabien Potencier 104ee29f4e [DependencyInjection] added some extensions 2010-01-14 12:17:07 +01:00
Fabien Potencier 6092709537 [Console] changed the subpackage from cli to console 2010-01-14 12:16:44 +01:00
Fabien Potencier 7a0586efb7 [Console] refactored helpers 2010-01-14 12:11:32 +01:00
geoffrey e7dfdab05f [Console] implemented helpers and moved formatter and ask* methods to their own helpers 2010-01-14 12:11:27 +01:00
Fabien Potencier 111a023466 [DependencyInjection] added some extensions 2010-01-14 11:36:34 +01:00
Fabien Potencier 58ca3f9bd7 Merge commit 'origin/master'
* commit 'origin/master':
  [Console] added a Shell
  [Console] refactored helpers
  [Console] implemented helpers and moved formatter and ask* methods to their own helpers
  [Console] changed the subpackage from cli to console
  [Console] added a Shell
  [Foundation] updated the autoloader, added a new one
  [DependencyInjection] made the loader extensions much more reliable and robust
  [Console] refactored helpers
  [Console] implemented helpers and moved formatter and ask* methods to their own helpers
  [Console] changed the subpackage from cli to console
2010-01-14 11:19:43 +01:00
Fabien Potencier 5592580b32 [Console] refactored helpers 2010-01-14 11:19:24 +01:00
geoffrey eb5b12ff46 [Console] implemented helpers and moved formatter and ask* methods to their own helpers 2010-01-14 11:19:13 +01:00
Fabien Potencier d996e5535b [Console] added a Shell 2010-01-14 11:18:50 +01:00
Fabien Potencier 52c4d163db [Console] refactored helpers 2010-01-14 11:18:21 +01:00
geoffrey 6422483df3 [Console] implemented helpers and moved formatter and ask* methods to their own helpers 2010-01-14 11:18:21 +01:00
Fabien Potencier f3705edb7e [Console] changed the subpackage from cli to console 2010-01-14 11:18:21 +01:00
Fabien Potencier 87cf209d20 Merge commit 'origin/master'
* commit 'origin/master':
  [Console] added a Shell
  [Foundation] updated the autoloader, added a new one
  [DependencyInjection] made the loader extensions much more reliable and robust
  [Console] refactored helpers
  [Console] implemented helpers and moved formatter and ask* methods to their own helpers
  [Console] changed the subpackage from cli to console
2010-01-14 11:17:50 +01:00
Fabien Potencier c5004746d0 [Console] added a Shell 2010-01-14 11:17:12 +01:00
Fabien Potencier ba446d58c7 [Console] refactored helpers 2010-01-14 11:16:50 +01:00
geoffrey af0f3db199 [Console] implemented helpers and moved formatter and ask* methods to their own helpers 2010-01-14 11:16:50 +01:00
Fabien Potencier 4dd35ff8cc [Console] changed the subpackage from cli to console 2010-01-14 11:16:49 +01:00
Fabien Potencier b6ff29a2af Merge commit 'upstream/master'
* commit 'upstream/master':
  [Console] fixed typo
  [Console] added a Shell
  [Foundation] updated the autoloader, added a new one

Conflicts:
	src/Symfony/Components/Console/Shell.php
2010-01-14 11:02:54 +01:00
Fabien Potencier 7074036924 [Console] fixed typo 2010-01-14 10:56:23 +01:00
Fabien Potencier ad1d11b032 [Console] added a Shell 2010-01-14 10:48:22 +01:00
Fabien Potencier 59e38a7460 [Console] added a Shell 2010-01-14 10:47:09 +01:00
Fabien Potencier 81340d349b [Foundation] updated the autoloader, added a new one 2010-01-13 16:55:58 +01:00
Fabien Potencier 72beba8a8e Merge branch 'master' of github.com:fabpot/symfony
* 'master' of github.com:fabpot/symfony:
  [DependencyInjection] made the loader extensions much more reliable and robust
2010-01-13 16:50:34 +01:00
Fabien Potencier a1d2230c61 [Foundation] updated the autoloader, added a new one 2010-01-13 16:49:13 +01:00
Fabien Potencier a74053b614 Merge commit 'upstream/master'
* commit 'upstream/master':
  [DependencyInjection] made the loader extensions much more reliable and robust
2010-01-13 11:33:29 +01:00
Fabien Potencier a4adc3f1ca [DependencyInjection] made the loader extensions much more reliable and robust 2010-01-13 11:25:28 +01:00
Fabien Potencier a0551d525c [DependencyInjection] made the loader extensions much more reliable and robust 2010-01-11 15:59:14 +01:00
Fabien Potencier 0c2b2bdbbb [Console] refactored helpers 2010-01-11 15:19:16 +01:00
geoffrey afcb3c906d [Console] implemented helpers and moved formatter and ask* methods to their own helpers 2010-01-11 15:19:06 +01:00