Commit Graph

47066 Commits

Author SHA1 Message Date
Fabien Potencier 037dfca003 [WebBundle] renamed the file_link_format option and moved it to the main web:config element 2010-02-24 15:42:04 +01:00
Fabien Potencier 45e6573774 [Foundation] moved event_dispatcher debug mode to Foundation 2010-02-24 15:28:56 +01:00
Fabien Potencier c9211d9300 [DoctrineBundle] made it easier to configure Doctrine DBAL when only one connection needs to be configured 2010-02-24 14:36:50 +01:00
Jonathan H. Wage ffc36f02d5 [DoctrineBundle] Enhancing Doctrine 2 integration to allow multiple connections/entity managers, more flexibility and more complete integration with ORM and DBAL all around. 2010-02-24 13:23:15 +01:00
Fabien Potencier 22e310e240 [WebBundle] refactored the data collector sub-system (WIP) 2010-02-23 15:28:08 +01:00
Fabien Potencier 19f93cb859 [Yaml] fixed compact notation when there is an inlined hash (closes #8082) 2010-02-23 14:45:23 +01:00
Fabien Potencier 18abbb81ee [DependencyInjection] fixed fixture 2010-02-23 14:31:25 +01:00
Fabien Potencier b4414bc3de [WebBundle] fixed unneeded overhead in the exception handler 2010-02-23 13:57:43 +01:00
Fabien Potencier a80a61b5c2 [Yaml] added support for compact notation (patch from redotheoffice - closes #8082) 2010-02-23 12:07:10 +01:00
Fabien Potencier 83023764b6 [Yaml] fixed offset when the document use --- or the %YAML element (patch from redotheoffice) 2010-02-23 11:52:41 +01:00
Fabien Potencier 46c4f23496 [Yaml] added ? in the list of characters that trigger quoting (for compatibility with libyaml - patch from indeyets) 2010-02-23 11:21:00 +01:00
Fabien Potencier caa7cc8d64 [Yaml] added backtick to the list of characters that trigger quotes as it is reserved for future use (patch from indeyets) 2010-02-23 11:15:37 +01:00
Fabien Potencier 1f9b161045 [WebBundle] fixed typo 2010-02-23 07:04:51 +01:00
Nils Adermann 68af3ebfb7 [WebBundle][DoctrineBundle] Use backslashes in namespaces, not slashes.
The registerBundleDirs method in the kernel returns array(namespace => dir, ...).
In some places dirname() is used to separate a namespace from the classname. The
resulting value contains slashes rather than backslashes, causing look ups in the
bundle dirs array to fail.

I assume this was not noticed so far because it requires that you use one of the
features making this mistake with a bundle inside a subnamespace, as top level
namespaces will not contain a backslash anyway.
2010-02-23 02:13:05 +01:00
Fabian Lange 4e0204dfd5 [Yaml] restored old behaviour of including a trailing newline during parsing. Added test case for empty value 2010-02-22 15:40:00 +01:00
Jonathan H. Wage f87f890b7a [DoctrineBundle] made the ORM integration of DoctrineBundle usable 2010-02-22 12:01:11 +01:00
Fabien Potencier 0dcaabfc8c [Foundation] added kernel.bundles to the list of default parameters of the DIC 2010-02-22 11:57:59 +01:00
Fabian Lange 62c2ef65f8 [Yaml] removed the unused value property from Parser. Tweaked one-line check to be self explaining 2010-02-22 11:48:26 +01:00
Kris Wallsmith 930906557e Fixed some wording in the README 2010-02-22 11:41:21 +01:00
ever.zet 71bf2b6a95 render & output methods 2010-02-22 11:40:11 +01:00
Damon Jones d2da3f73f4 [WebBundle] Switch the order of the response status codes in the RedirectController's redirectAction 2010-02-22 11:38:22 +01:00
Fabien Pennequin 0b5f017084 [WebBundle] Fixed some typos in skeleton config files 2010-02-22 01:47:32 +01:00
Nils Adermann 61f3603a7a [DoctrineBundle] Don't mix "user" and "username"
The Doctrine Bundle refered to "username" in some places and to user in others.
Namely the schema and the DoctrineExtension have been updated to use "user".

I chose user rather than username because Doctrine uses that term itself.
2010-02-19 14:58:16 +01:00
Fabien Potencier 1d8a65a1b5 [WebBundle] made some error messages better 2010-02-19 08:20:36 +01:00
Fabien Potencier e36b981562 [WebBundle] fixed coding standards for the Finder class 2010-02-19 08:17:22 +01:00
Fabien Potencier 5c18fa9669 [WebBundle] renamed GlobToRegex to Glob and fix method names 2010-02-19 07:59:36 +01:00
Fabien Potencier bf8ffc47a4 [WebBundle] removed unneeded code 2010-02-18 10:43:44 +01:00
Fabien Potencier 5bf8908f6b [Framework] added the Symfony 2 full-stack framework code (Preview Release - alpha) 2010-02-17 14:55:05 +01:00
Fabien Potencier 38aef98694 [Foundation] added the missing parts of Symfony Foundation 2010-02-17 14:54:36 +01:00
Fabien Potencier 4a002d78af [Routing] added the Routing component 2010-02-17 14:53:31 +01:00
Fabien Potencier 0218245976 [RequestHandler] added the Request Handler component 2010-02-17 14:53:18 +01:00
Fabien Potencier 1e3e707e4b Merge commit 'fabpot/master'
* commit 'fabpot/master':
  [Templating] added an output() shorcut to the Engine class
2010-02-17 11:08:29 +01:00
Fabien Potencier 67964d0daa [Foundation] added a check to the Universal class loader 2010-02-17 10:11:02 +01:00
Fabien Potencier 768b5d0904 [Templating] added an output() shorcut to the Engine class 2010-02-17 09:32:56 +01:00
Fabien Potencier 5cdee87b14 [Templating] added an output method to Engine 2010-02-15 15:31:16 +01:00
Fabien Potencier 9e5718cff1 [DependencyInjection] added a way to configure extensions in plain PHP, added a fluent interface to BuilderConfiguration 2010-02-14 14:57:17 +01:00
Fabien Potencier 4735bf88a3 [DependencyInjection] fixed XSD validation local path locations for extensions 2010-02-13 10:39:35 +01:00
Fabien Potencier 5d8529740a [DependencyInjection] added the extension files in the list of loaded resources 2010-02-12 17:44:52 +01:00
Fabien Potencier 8e81bbbb4e [Yaml] added specific exception classes 2010-02-11 20:11:30 +01:00
Fabien Potencier 97d6f76633 [Yaml] finished the renaming of YAML to Yaml 2010-02-11 19:29:50 +01:00
sensio 6b03670de6 [YAML] renamed YAML component to Yaml 2010-02-11 14:44:20 +01:00
Fabien Potencier 0cfdf2cbda [DependencyInjection] fixed namespace problem when dumping to PHP 2010-02-09 11:35:07 +01:00
Fabien Potencier 7a26b42f19 [DependencyInjection] added annotations support in the service Definition 2010-02-09 09:45:23 +01:00
Fabien Potencier 661a1cfb5f [DependencyInjection] removed Iterator interface support from Container as there is no real-world use case 2010-02-08 18:39:11 +01:00
Fabien Potencier bc57d7c157 [DependencyInjection] fixed some tests that were not up to date 2010-02-08 18:38:36 +01:00
Fabien Potencier 6b90eeb69c [Templating] made a small speed optimization to some helpers 2010-02-07 11:20:08 +01:00
Fabien Potencier 7fce03c5bd [Templating] renamed content slot to _content to avoid name collisions 2010-02-06 13:30:24 +01:00
Fabien Potencier da364173cb [Templating] refactored helpers, added helper slots, made some speed optimizations 2010-02-05 15:54:34 +01:00
Fabien Potencier ec2a3bc417 [DependencyInjection] removed the built-in extensions 2010-02-05 15:50:05 +01:00
Fabien Potencier 8ff8464420 [Templating] renamed the template object in templates to view instead of this 2010-02-04 18:19:07 +01:00