Commit Graph

4346 Commits

Author SHA1 Message Date
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
Fabien Potencier
28554c5d08 [DependencyInjection] fixed XSD validation on Windows 2010-02-04 14:29:55 +01:00
Fabien Potencier
9a478f134a [DependencyInjection] made extension entry points configurable 2010-02-04 14:29:33 +01:00
Fabien Potencier
2a7abb8ea0 [DependencyInjection] tweaked an error message to ease debugging 2010-02-03 15:40:26 +01:00
Fabien Potencier
967eb8d953 [DependencyInjection] made a small optimization 2010-02-02 18:47:39 +01:00
Fabien Potencier
b599ac9ef6 [DependencyInjection] removed usage of realpath() to be compatible with phar 2010-02-02 18:47:28 +01:00
Fabien Potencier
94f6e78ce4 [Templating] optimized the cache directory of CacheLoader (especially if there is a large number of templates) 2010-02-02 16:59:13 +01:00
Fabien Potencier
6ef1f07729 [Templating] fixed CacheLoader when more options are given 2010-02-02 14:24:22 +01:00
Fabien Potencier
8427af6389 [Templating] fixed CacheLoader 2010-02-02 14:05:05 +01:00
Fabien Potencier
287fa45dc7 [Templating] made a small speed optimization 2010-02-02 14:04:35 +01:00
Fabien Potencier
5b619bfa2d [Templating] fixed bug when the cache dir does not exist 2010-02-02 14:03:55 +01:00
Fabien Potencier
44c4c58268 [Templating] fixed bug in the test suite 2010-02-02 14:01:53 +01:00
Fabien Potencier
e5f8da4ead [Templating] added a getContent() method to the Storage class 2010-02-02 14:01:02 +01:00
Fabien Potencier
3caa805c48 [DependencyInjection] fixed bug when disabling all helpers in the Templating extension 2010-02-02 13:20:22 +01:00
Fabien Potencier
38c4b29555 [DependencyInjection] fixed Builder when trying to override an alias with a definition or the other way around 2010-02-02 11:45:21 +01:00
Dennis Benkert
dd5c73b5db [YAML] removed echoln() function (they are other means to achieve the same thing more elegantly) 2010-02-02 09:14:51 +01:00
Dennis Benkert
0893600f0e [YAML] fixed coding standards 2010-02-02 09:13:57 +01:00
Fabien Potencier
b0614ef0e1 [DependencyInjection] made some more tweak to the Doctrine extension 2010-02-01 17:55:40 +01:00
Fabien Potencier
b58c685508 [DependencyInjection] added a way to change the DBAL driver in the Doctrine extension 2010-02-01 05:12:12 +01:00
Fabien Potencier
9b3eec8861 [DependencyInjection] made a small speed optimization 2010-01-31 20:32:51 +01:00
Fabien Potencier
2f441df2ba [DependencyInjection] made a bunch of changes to the bundled extensions 2010-01-31 17:27:25 +01:00