Commit Graph

1000 Commits

Author SHA1 Message Date
Fabien Potencier
05b47c4a07 [DoctrineMongoDBBundle] fixed use statement 2010-08-04 08:44:38 +02:00
Kris Wallsmith
fa3980f66f Removed some use statements that are no longer needed. 2010-08-04 07:37:12 +02:00
Kris Wallsmith
3a10af099b [DoctrineMongoDBBundle] changed references from metadata_driver to metadata 2010-08-04 07:36:51 +02:00
Kris Wallsmith
51ae607aeb [DoctrineMongoDBBundle] added default cache service to xml 2010-08-04 07:36:23 +02:00
Kris Wallsmith
237b7747f7 [DoctrineMongoDBBundle] moved concat of "%" into sprintf 2010-08-04 07:35:36 +02:00
Kris Wallsmith
6223a1ac0c [DoctrineMongoDBBundle] fixed coding standards 2010-08-04 07:30:51 +02:00
Brandon Turner
3b1c7e59f6 [DoctrineBundle,DoctrineMongoDBBundle] Updated tests to work when both bundles are enabled.
When running Symfony2 unit tests with DoctrineBundle and DoctrineMongoDBBundle
enabled, tests failed with class redeclaration errors for YamlBundle,
XmlBundle, and AnnotationBundle.  Fixed these test bundles to use fully
qualified namespaces.
2010-08-04 07:29:42 +02:00
Brandon Turner
c9001f37fc [DoctrineMongoDBBundle] updated to only load default settings once
Fixed a bug that caused DoctrineMongoDBBundle to load default settings for
every parsed config file rather than just the first.  This caused
imported files to be override by default values.
2010-08-04 07:29:21 +02:00
Brandon Turner
a3fc1be13f [DoctrineBundle] updated to only load default settings once
Fixed a bug that caused DoctrineBundle to load default settings for
every parsed config file rather than just the first.  This caused
imported files to be override by default values.
2010-08-04 07:27:23 +02:00
Fabien Potencier
b9199cb21c [FrameworkBundle] added validation in XSD 2010-08-01 23:28:50 +02:00
Fabien Potencier
ee2ff39eaf removed @package and @subpackage annotations 2010-08-01 23:06:28 +02:00
Kris Wallsmith
84229f038a [HttpKernel] removed SQLite3 read-only flag 2010-07-29 05:45:55 -07:00
wodkaist
a113c2b3ad [HttpFoundation] Population of HTTP Headers in Request::overrideGlobals() accept multiple values 2010-07-29 09:14:47 +02:00
Brandon Turner
8275034f5f [DependencyInjection] Fixed class load order
Fixed a bug that caused a "Cannot redeclare class Symfony\Components\Routing\RouterInterface"
fatal error when booting the Symfony kernel with a populated class cache.
2010-07-28 10:24:13 -05:00
wodkaist
e931825b47 [HttpFoundation] populate $_SERVER with HTTP headers when calling Request::overrideGlobals() 2010-07-28 14:40:57 +02:00
Brandon Turner
a233775350 [DependencyInjection] Removed reference to ControllerLoaderListener 2010-07-28 00:31:05 -05:00
Fabien Potencier
1a9f2ca755 updated PHPDoc as the API tool knows about the current use statements 2010-07-27 15:33:28 +02:00
Fabien Potencier
cf6885a0a9 [HttpKernel] fixed typo 2010-07-27 13:36:58 +02:00
Fabien Potencier
60670faf55 [FrameworkBundle] added PHPDoc to the Controller class 2010-07-27 11:53:34 +02:00
Fabien Potencier
88c742731d [FrameworkBundle] removed Controller::getMailer() method (just use ->container['mailer'] instead) 2010-07-27 11:42:17 +02:00
fivestar
f131ac4f15 [FrameworkBundle] fixed indentation 2010-07-27 07:20:43 +02:00
Jonathan H. Wage
86b5538f01 [DoctrineBundle] Removing old and unused services defined in xml. The services are defined in PHP extension now. 2010-07-26 20:12:23 +02:00
Fabien Potencier
1caabe1123 [HttpKernel] fixed content-type management for ESIs when charset is part of the response content-type header 2010-07-26 15:10:59 +02:00
Fabien Potencier
be57358e71 fixed some merging problems and disable non-existent cache service 2010-07-26 09:29:43 +02:00
Jonathan H. Wage
13663966d0 [DoctrineBundle] Adding missing cache driver configuration for each entity manager. 2010-07-26 09:10:22 +02:00
Jonathan H. Wage
ef070d0dd1 [DoctrineBundle] Refactoring DoctrineBundle to match DoctrineMongoDBBundle 2010-07-26 09:10:18 +02:00
Jonathan H. Wage
2c1e85c3c0 [DoctrineMongoDBBundle] Fixing code standards. 2010-07-26 08:59:50 +02:00
Jonathan H. Wage
ee9a5db50c [DoctrineMongoDBBundle] Finishing implementation of DoctrineMongoDBBundle to support multiple connections/document managers plus refactoring and cleaning up code along the way. 2010-07-26 08:59:01 +02:00
Fabien Potencier
6475bb9ccf fixed __toString() methods that can return false under certain circumstancies 2010-07-25 18:24:03 +02:00
fivestar
2de5efdd1a [Validator] fixed the problem with conflict "File" name in namespace at Symfony\Components\Validator\Constraints\FileValidator when Symfony\Components\Validator\Comstraints\File was loaded before loading FileValidator 2010-07-24 19:46:04 +02:00
Jordi Boggiano
6142700881 [HttpFoundation] domain shouldn't be required
Spec says: "The default value of domain is the host name of the server which generated the cookie response."
2010-07-24 19:44:02 +02:00
Jordi Boggiano
02fe129013 [HttpFoundation] don't check twice if it's null 2010-07-24 19:44:02 +02:00
Jordi Boggiano
fb55f7beb2 [HttpFoundation] set httponly to true by default
This is a more secure default and has virtually no impact unless you try to read cookies from javascript.
2010-07-24 19:44:02 +02:00
Jordi Boggiano
d20f8df15e [HttpFoundation] comment tweak for clarity 2010-07-24 19:44:02 +02:00
Fabien Potencier
f12e5747ae [Routing] simplified RouterInterface 2010-07-24 19:19:54 +02:00
Fabien Potencier
e35d345204 changed HttpKernel workflow to allow more flexibility 2010-07-22 22:32:11 +02:00
Fabien Potencier
3ec9005680 [Templating] fixed misnamed variable that caused some double-rendering problems 2010-07-21 23:05:31 +02:00
Fabien Potencier
7dc5ae3808 renamed request path property to request attributes 2010-07-21 22:49:49 +02:00
Fabien Potencier
df8ccb4696 [FrameworkBundle] added an event to filter the controller arguments 2010-07-21 21:13:34 +02:00
Jonathan H. Wage
29e083e9da [DoctrineBundle] Fixing failing DoctrineExtensionTest related to container not calling freeze() 2010-07-21 20:12:34 +02:00
Brandon Turner
f41746b91e Fixed naming changes due to namespace refactor 2010-07-21 10:43:23 -05:00
Jeremy Mikola
5b2e92c215 [Form] Fixed reference to \Traversable 2010-07-21 14:41:44 +02:00
Noël GUILBERT
bfb081fd96 [ZendBundle] added Zend\\Translator component 2010-07-21 14:40:26 +02:00
Jordi Boggiano
1e623469a9 [Form] Swap default textarea rows/cols values 2010-07-20 16:41:34 +02:00
Jordi Boggiano
13d890c880 [Routing] Fix missing a trailing slash on windows 2010-07-20 16:41:09 +02:00
Jordi Boggiano
42f1ca42e8 [DependencyInjection] Fix missing a trailing slash on windows 2010-07-20 16:41:01 +02:00
Fabien Potencier
ef401180a7 fixed previous commit 2010-07-20 16:40:57 +02:00
Fabien Potencier
3f270f5faa [FrameworkBundle] added a skeleton for configuration in plain PHP 2010-07-20 16:34:40 +02:00
Fabien Potencier
dcaf436d9a updated the framework to take into account the last changes of the DI component 2010-07-20 13:11:51 +02:00
Fabien Potencier
60c6827f23 [DependencyInjection] refactored loaders
* refactored the import mechanism for better flexibility
 * added two methods to LoaderInterface: supports() and setResolver()
 * added a LoaderResolver interface
 * added a Loader base class
 * added new loaders: DelegatingLoader, PhpFileLoader, and ClosureLoader
2010-07-20 13:11:51 +02:00