From 261219ea0d214ac0581632cf27441481852f126f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Thu, 25 Dec 2014 04:28:13 +0100 Subject: [PATCH 1/3] Serializer groups --- app/config/config.yml | 1 + app/config/config_prod.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/app/config/config.yml b/app/config/config.yml index 25f6647196..b9bb4a972a 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -13,6 +13,7 @@ framework: form: ~ csrf_protection: ~ validation: { enable_annotations: true } + serializer: { enable_annotations: true } templating: engines: ['twig'] #assets_version: SomeVersionScheme diff --git a/app/config/config_prod.yml b/app/config/config_prod.yml index 342837a031..18b59f8da0 100644 --- a/app/config/config_prod.yml +++ b/app/config/config_prod.yml @@ -4,6 +4,8 @@ imports: #framework: # validation: # cache: apc +# serializer: +# cache: apc #doctrine: # orm: From 4f289cfd82ba449a7397065274435c95480c0b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Tue, 10 Mar 2015 11:00:00 +0100 Subject: [PATCH 2/3] Comment serializer by default --- app/config/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/config.yml b/app/config/config.yml index b9bb4a972a..8824edaebb 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -13,7 +13,7 @@ framework: form: ~ csrf_protection: ~ validation: { enable_annotations: true } - serializer: { enable_annotations: true } + #serializer: { enable_annotations: true } templating: engines: ['twig'] #assets_version: SomeVersionScheme From 31b01ea5a8ee78a39cdc0a386a666fff603c31be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Tue, 10 Mar 2015 21:14:11 +0100 Subject: [PATCH 3/3] User services name for APC --- app/config/config_prod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/config_prod.yml b/app/config/config_prod.yml index 18b59f8da0..5e5f0bcb02 100644 --- a/app/config/config_prod.yml +++ b/app/config/config_prod.yml @@ -3,9 +3,9 @@ imports: #framework: # validation: -# cache: apc +# cache: validator.mapping.cache.apc # serializer: -# cache: apc +# cache: serializer.mapping.cache.apc #doctrine: # orm: