Skip to content

Commit a2b7594

Browse files
committed
prepare 1.0.0-RC1
1 parent d557f7b commit a2b7594

File tree

3 files changed

+225
-226
lines changed

3 files changed

+225
-226
lines changed

app/config/config.yml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ cmf_simple_cms:
122122

123123
cmf_create:
124124
editor_base_path: /bundles/cmfcreate/vendor/ckeditor/
125-
map:
126-
'http://rdfs.org/sioc/ns#Post': 'Symfony\Cmf\Bundle\ContentBundle\Doctrine\Phpcr\StaticContent'
127125

128126
sonata_block:
129127
default_contexts: [cms]
@@ -263,8 +261,6 @@ cmf_search:
263261
persistence:
264262
phpcr:
265263
translation_strategy: child
266-
# translation_strategy: attribute
267-
# search_basepath: /cms/simple
268264
search_fields:
269265
title: title
270266
summary: body
@@ -277,14 +273,6 @@ lunetics_locale:
277273
- browser
278274
allowed_locales: %locales%
279275

280-
# jackalope doctrine caching
281-
#liip_doctrine_cache:
282-
# namespaces:
283-
# meta:
284-
# type: file_system
285-
# nodes:
286-
# type: file_system
287-
288276
# The LiipImagineBundle can be used if you want to convert on demand an image
289277
# to a specific format. (ie a controller render the file)
290278
# more information can be found here : https://github.com/liip/LiipImagineBundle
@@ -310,6 +298,7 @@ cmf_media:
310298
imagine_filter:
311299
upload_thumbnail: ~ # default: image_upload_thumbnail
312300
elfinder_thumbnail: ~ # default: elfinder_thumbnail
301+
313302
fm_elfinder:
314303
locale: %locale%
315304
editor: ckeditor
@@ -319,4 +308,12 @@ fm_elfinder:
319308
driver: cmf_media.adapter.elfinder.phpcr_driver
320309
path: %cmf_media.persistence.phpcr.media_basepath%
321310
upload_allow: ['all']
322-
upload_max_size: 2M
311+
upload_max_size: 2M
312+
313+
# jackalope doctrine caching
314+
#liip_doctrine_cache:
315+
# namespaces:
316+
# meta:
317+
# type: file_system
318+
# nodes:
319+
# type: file_system

composer.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,23 @@
1919
"sensio/distribution-bundle": "2.3.*",
2020
"sensio/framework-extra-bundle": "2.3.*",
2121
"sensio/generator-bundle": "2.3.*",
22-
"symfony-cmf/symfony-cmf": "1.0.0-beta6",
23-
"symfony-cmf/simple-cms-bundle": "1.0.0-RC2",
24-
"symfony-cmf/search-bundle": "1.0.0-beta2",
25-
"symfony-cmf/media-bundle": "dev-elfinder as 1.0.0-beta1",
26-
"symfony-cmf/create-bundle": "dev-media_browser",
22+
"symfony-cmf/symfony-cmf": "1.0.0-RC1",
23+
"symfony-cmf/simple-cms-bundle": "1.0.0-RC3",
24+
"symfony-cmf/search-bundle": "1.0.0-RC1",
25+
"symfony-cmf/create-bundle": "1.0.0-RC1",
2726
"symfony-cmf/routing-auto-bundle": "1.0.0-alpha4",
28-
"symfony-cmf/blog-bundle": "1.0.0-beta4",
29-
"jackalope/jackalope-doctrine-dbal": "1.0.0-beta3",
27+
"symfony-cmf/blog-bundle": "1.0.0-beta5",
28+
"jackalope/jackalope-doctrine-dbal": "1.0.0-beta4",
3029
"jackalope/jackalope-jackrabbit": "1.0.0-beta4",
3130
"doctrine/doctrine-bundle": "1.2.*",
3231
"doctrine/data-fixtures": "1.0.*",
3332
"sonata-project/cache-bundle": "2.1.*",
34-
"sonata-project/doctrine-phpcr-admin-bundle": "1.0.0-beta4",
33+
"sonata-project/doctrine-phpcr-admin-bundle": "1.0.0-beta5",
3534
"eko/feedbundle": "1.0.*",
3635
"lunetics/locale-bundle": "2.2.*",
3736
"liip/functional-test-bundle": "1.0.*",
3837
"liip/imagine-bundle": "~0.12",
39-
"wjzijderveld/check-bundles": "dev-master",
38+
"wjzijderveld/check-bundles": "1.0.*",
4039
"helios-ag/fm-elfinder-bundle": "1.x"
4140
},
4241
"require-dev": {

0 commit comments

Comments
 (0)