Skip to content

Commit

Permalink
Merge branch 'ezplatform/master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Longosz committed Jun 19, 2018
2 parents 3ef3155 + 6bbb991 commit 3d85120
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .env
Expand Up @@ -16,7 +16,7 @@ MYSQL_IMAGE=healthcheck/mariadb
SELENIUM_IMAGE=selenium/standalone-chrome-debug:3.4.0
REDIS_IMAGE=healthcheck/redis

APP_DOCKER_FILE=Dockerfile
APP_DOCKER_FILE=doc/docker/Dockerfile-app

DATASET_VARDIR=my-ez-app

Expand Down
6 changes: 4 additions & 2 deletions app/AppKernel.php
Expand Up @@ -42,11 +42,13 @@ public function registerBundles()
new EzSystems\RepositoryFormsBundle\EzSystemsRepositoryFormsBundle(),
new EzSystems\EzPlatformSolrSearchEngineBundle\EzSystemsEzPlatformSolrSearchEngineBundle(),
new EzSystems\EzPlatformDesignEngineBundle\EzPlatformDesignEngineBundle(),
// Dependencies
new Netgen\TagsBundle\NetgenTagsBundle(),
new EzSystems\EzPlatformStandardDesignBundle\EzPlatformStandardDesignBundle(),
new EzSystems\EzPlatformAdminUiBundle\EzPlatformAdminUiBundle(),
new EzSystems\EzPlatformAdminUiModulesBundle\EzPlatformAdminUiModulesBundle(),
new EzSystems\EzPlatformAdminUiAssetsBundle\EzPlatformAdminUiAssetsBundle(),
new EzSystems\EzPlatformCronBundle\EzPlatformCronBundle(),
// Dependencies
new Netgen\TagsBundle\NetgenTagsBundle(),
// Application
new AppBundle\AppBundle(),
];
Expand Down
8 changes: 8 additions & 0 deletions app/config/ezplatform.yml
Expand Up @@ -92,11 +92,19 @@ ezpublish:
- nor-NO
- eng-GB

url_alias:
slug_converter:
transformation: 'urlalias_lowercase'

ezdesign:
design_list:
main: [tastefulplanet]
admin: [admin, tastefulplanet]

ez_platform_standard_design:
# makes Kernel default templates (in EzPublishCoreBundle/Resources/views) part of standard Design
override_kernel_templates: true

assetic:
assets:
css_default:
Expand Down
4 changes: 4 additions & 0 deletions app/config/ezplatform_behat.yml
Expand Up @@ -13,3 +13,7 @@ ezpublish:
ezdesign:
phpstorm:
enabled: false

ez_platform_standard_design:
# for pre eZ Design Engine tests use old template naming
override_kernel_templates: false
24 changes: 0 additions & 24 deletions bin/synchronize-translations.sh

This file was deleted.

66 changes: 34 additions & 32 deletions composer.json
Expand Up @@ -27,47 +27,49 @@
"php": "^7.1",
"symfony/symfony": "^3.4.2",
"twig/twig": "^1.0||^2.0",
"twig/extensions": "^1.5.0",
"symfony/assetic-bundle": "~2.8",
"symfony/swiftmailer-bundle": "^3.0",
"symfony/monolog-bundle": "^3.1.0",
"doctrine/doctrine-bundle": "^1.6",
"twig/extensions": "^1.5.1",
"symfony/assetic-bundle": "^2.8.2",
"symfony/swiftmailer-bundle": "^3.2.2",
"symfony/monolog-bundle": "^3.3.0",
"doctrine/doctrine-bundle": "^1.9.1",
"doctrine/orm": "^2.5",
"sensio/distribution-bundle": "^5.0.19",
"incenteev/composer-parameter-handler": "~2.1",
"ezsystems/ezpublish-kernel": "~7.1.0@dev",
"ezsystems/repository-forms": "~2.1.0@dev",
"ezsystems/ezplatform-solr-search-engine": "~1.5.0@dev",
"ezsystems/ez-support-tools": "~0.2.0@dev",
"ezsystems/ezplatform-http-cache": "~0.6.0@dev",
"ezsystems/ezplatform-admin-ui": "~1.1.0@dev",
"ezsystems/ezplatform-admin-ui-modules": "~1.1.0@dev",
"ezsystems/ezplatform-admin-ui-assets": "~2.0.0@dev",
"ezsystems/ezplatform-design-engine": "~1.1.0",
"knplabs/knp-menu-bundle": "^2.1",
"willdurand/js-translation-bundle": "^2.6.4",
"friendsofsymfony/jsrouting-bundle": "^1.4",
"white-october/pagerfanta-bundle": "^1.1",
"sensio/distribution-bundle": "^5.0.22",
"incenteev/composer-parameter-handler": "^2.1.3",
"ezsystems/ezpublish-kernel": "^7.2@dev",
"ezsystems/repository-forms": "^2.2@dev",
"ezsystems/ezplatform-solr-search-engine": "^1.5@dev",
"ezsystems/ez-support-tools": "^0.2@dev",
"ezsystems/ezplatform-http-cache": "^0.7@dev",
"ezsystems/ezplatform-admin-ui": "^1.2@dev",
"ezsystems/ezplatform-admin-ui-modules": "^1.2@dev",
"ezsystems/ezplatform-admin-ui-assets": "^3.0@dev",
"ezsystems/ezplatform-design-engine": "^2.0@dev",
"ezsystems/ezplatform-standard-design": "^0.1@dev",
"ezsystems/ezplatform-cron": "^2.0@dev",
"knplabs/knp-menu-bundle": "^2.2.1",
"willdurand/js-translation-bundle": "^2.6.6",
"friendsofsymfony/jsrouting-bundle": "^1.6.3",
"white-october/pagerfanta-bundle": "^1.2",
"roave/security-advisories": "dev-master",
"leafo/scssphp": "^0.7",
"novactive/ezseobundle": "^3.0.0@rc",
"symfony/thanks": "^1.0",
"sensio/framework-extra-bundle": "^5.1",
"oneup/flysystem-bundle": "^3.0",
"ezsystems/ezplatform-demo-assets": "^1.0@dev",
"kaliop/ezmigrationbundle": "^4.0",
"netgen/tagsbundle": "^3.0"
"netgen/tagsbundle": "^3.0",
"leafo/scssphp": "^0.7.6",
"symfony/thanks": "^1.0.7"
},
"require-dev": {
"behat/behat": "~3.2",
"behat/symfony2-extension": "~2.0",
"behat/mink-extension": "~2.0",
"behat/mink-goutte-driver": "~1.0",
"behat/mink-selenium2-driver": "~1.0",
"ezsystems/behatbundle": "^6.5",
"phpunit/phpunit": "^6.4",
"sensio/generator-bundle": "~3.1",
"symfony/phpunit-bridge": "~3.2"
"behat/behat": "^3.4.3",
"behat/symfony2-extension": "^2.1.5",
"behat/mink-extension": "^2.3.1",
"behat/mink-goutte-driver": "^1.2.1",
"behat/mink-selenium2-driver": "^1.3.1",
"ezsystems/behatbundle": "^6.5.3",
"phpunit/phpunit": "^6.4.4",
"sensio/generator-bundle": "^3.1.7",
"symfony/phpunit-bridge": "^3.4.11"
},
"conflict": {
"symfony/symfony": "3.4.9",
Expand Down
File renamed without changes.

0 comments on commit 3d85120

Please sign in to comment.