File tree Expand file tree Collapse file tree 6 files changed +190
-354
lines changed
src/Acme/MainBundle/DataFixtures/PHPCR Expand file tree Collapse file tree 6 files changed +190
-354
lines changed Original file line number Diff line number Diff line change 5
5
- 5.4
6
6
7
7
before_script :
8
+ - composer self-update
8
9
- composer install
9
10
- php app/console doctrine:database:create -e=test
10
11
- php app/console doctrine:phpcr:init:dbal -e=test
Original file line number Diff line number Diff line change @@ -70,33 +70,31 @@ liip_doctrine_cache:
70
70
type : file_system
71
71
72
72
cmf_core :
73
+ persistence :
74
+ phpcr :
75
+ enabled : true
76
+ use_sonata_admin : false
77
+ basepath : /cms
73
78
publish_workflow :
74
79
enabled : false
80
+ multilang :
81
+ locales : %locales%
75
82
76
- cmf_routing :
77
- dynamic :
78
- enabled : true
83
+ cmf_create :
84
+ phpcr_odm : true
79
85
80
86
cmf_simple_cms :
81
87
routing :
82
88
templates_by_class :
83
89
Symfony\Cmf\Bundle\SimpleCmsBundle\Document\Page : CmfSimpleCmsBundle:Page:index.html.twig
84
90
controllers_by_class :
85
- Symfony\Cmf\Bundle\RoutingBundle\Document \RedirectRoute : cmf_routing.redirect_controller:redirectAction
91
+ Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr \RedirectRoute : cmf_routing.redirect_controller:redirectAction
86
92
multilang :
87
93
locales : %locales%
88
- use_sonata_admin : false
89
94
90
95
knp_menu :
91
96
twig : true
92
97
93
- cmf_menu :
94
- use_sonata_admin : false
95
- menu_basepath : /cms
96
-
97
- cmf_create :
98
- phpcr_odm : true
99
-
100
98
lunetics_locale :
101
99
strict_mode : true
102
100
guessing_order :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ parameters:
9
9
10
10
phpcr_backend:
11
11
type: doctrinedbal
12
- connection: doctrine.dbal.default_connection
12
+ connection: default
13
13
# Enable these lines to use file system caching for the storage API
14
14
# caches:
15
15
# meta: liip_doctrine_cache.ns.meta
Original file line number Diff line number Diff line change 14
14
"symfony/monolog-bundle" : " 2.3.*" ,
15
15
"symfony/assetic-bundle" : " 2.3.*" ,
16
16
"sensio/distribution-bundle" : " 2.3.*" ,
17
- "doctrine/phpcr-bundle" : " 1.0.0-beta2" ,
18
- "doctrine/phpcr-odm" : " 1.0.0-beta2" ,
19
- "symfony-cmf/symfony-cmf" : " 1.0.0-beta2" ,
20
- "symfony-cmf/simple-cms-bundle" : " 1.0.0-beta2" ,
21
- "symfony-cmf/create-bundle" : " 1.0.0-beta2" ,
22
- "jackalope/jackalope-doctrine-dbal" :" 1.0.0-beta2" ,
17
+ "symfony-cmf/symfony-cmf" : " 1.0.0-beta3" ,
18
+ "symfony-cmf/simple-cms-bundle" : " 1.0.0-beta3" ,
19
+ "symfony-cmf/create-bundle" : " 1.0.0-beta3" ,
20
+ "jackalope/jackalope-doctrine-dbal" :" 1.0.0-beta3" ,
23
21
"doctrine/doctrine-bundle" : " 1.2.*" ,
24
22
"doctrine/doctrine-fixtures-bundle" : " 2.1.*" ,
25
23
"liip/functional-test-bundle" : " 1.0.*" ,
You can’t perform that action at this time.
0 commit comments