I have merged your changes to http://www.github.com/jwage/symfony.
Fabien will merge them to his fork.

Do you think we need to make the same changes in the
DoctrineMongoDBBundle. I think we do.

- Jon

On Wed, Jul 28, 2010 at 9:44 AM, Brandon Turner <[email protected]> wrote:
> This is now ticket 8920
> http://trac.symfony-project.org/ticket/8920
>
> On 7/28/10 12:45 AM, Brandon Turner wrote:
>>
>> git://github.com/blt04/symfony.git doctrine-config
>> http://github.com/blt04/symfony/commits/doctrine-config
>>
>> http://groups.google.com/group/symfony-users/browse_thread/thread/4f896bba0b06f461
>>
>> Currently if you use imports in yaml or xml config files, DoctrineBundle's
>> ORM defaults will override the imports.  For example, given config files for
>> production and development environments:
>>
>> #config.yml
>>
>> doctrine.orm:
>>   auto_generate_proxy_classes: false
>>   metadata_cache_driver: apc
>>   result_cache_driver: apc
>>   query_cache_driver: apc
>>
>> #config_dev.yml
>>
>> imports:
>>   - { resource: config.yml }
>>
>> doctrine.orm:
>>   auto_generate_proxy_classes: true
>>
>>
>> The development environment will use the array cache driver instead of the
>> apc cache driver because DoctrineBundle's defaults override the imported
>> config file.  This patch fixes this and adds corresponding unit tests.
>>
>> Brandon
>>
>
> --
> If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/symfony-devs?hl=en
>



-- 
Jonathan H. Wage
http://www.twitter.com/jwage

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to