Skip to content

Commit

Permalink
Merge pull request ezsystems#222 from ezsystems/impl_EZP-23866_moveLe…
Browse files Browse the repository at this point in the history
…gacyMode

EZP-23866: Move legacy_mode setting to LegacyBundle
  • Loading branch information
lolautruche committed Jan 15, 2015
2 parents 66df14e + ce5dc2b commit f7923ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 0 additions & 4 deletions ezpublish/config/config.yml
Expand Up @@ -50,10 +50,6 @@ assetic:
#yui_css:
# jar: "%kernel.root_dir%/Resources/java/yuicompressor-2.4.7.jar"

ez_publish_legacy:
enabled: true
root_dir: %kernel.root_dir%/../ezpublish_legacy

# Swiftmailer Configuration
swiftmailer:
transport: "%mailer_transport%"
Expand Down
6 changes: 5 additions & 1 deletion ezpublish/config/ezpublish.yml.example
Expand Up @@ -94,6 +94,10 @@ ezpublish:
filters:
- {name: geometry/scalewidthdownonly, params: [300]}
- {name: geometry/crop, params: [200, 200, 0, 0]}

ez_publish_legacy:
enabled: true
system:
ezdemo_site_admin:
# Use legacy mode to use the admin interface since everything needs to run via the legacy kernel
# Use legacy mode to use the admin interface since everything needs to be run via the legacy kernel
legacy_mode: true
3 changes: 3 additions & 0 deletions ezpublish/config/ezpublish_behat.yml
Expand Up @@ -30,6 +30,9 @@ ezpublish:
repository: behat
languages: [eng-GB]
var_dir: var/behat_site

ez_publish_legacy:
system:
behat_site:
legacy_mode: false
behat_site_admin:
Expand Down

0 comments on commit f7923ea

Please sign in to comment.