Skip to content

Commit

Permalink
Merge branch 'master' of github.com:forkcms/forkcms into code-style-f…
Browse files Browse the repository at this point in the history
…ixes
  • Loading branch information
carakas committed Dec 1, 2016
2 parents 4d2e86e + 1afb381 commit 2d34f12
Show file tree
Hide file tree
Showing 390 changed files with 10,584 additions and 24,483 deletions.
5 changes: 5 additions & 0 deletions .htaccess
Expand Up @@ -34,6 +34,11 @@ FileETag MTime Size
RewriteRule src/Backend/Cache/CompiledTemplates - [F]
RewriteRule src/Backend/Cache/Locale/.*\.php - [F]

# redirect all trafic to https
# RewriteCond %{SERVER_PORT} 80
# RewriteCond %{HTTP_HOST} !.*\.dev [NC]
# RewriteRule ^(.*)$ https://www.<domain>.be/$1 [R=301,L]

# one url to rule them all
# RewriteCond %{HTTP_HOST} !^www\.<domain>\.be [NC]
# RewriteCond %{HTTP_HOST} !.*\.dev [NC]
Expand Down
4 changes: 4 additions & 0 deletions app/AppKernel.php
Expand Up @@ -37,6 +37,10 @@ public function registerBundles()
new SimpleBus\SymfonyBridge\SimpleBusCommandBusBundle(),
new SimpleBus\SymfonyBridge\DoctrineOrmBridgeBundle(),
new SimpleBus\SymfonyBridge\SimpleBusEventBusBundle(),
new Backend\Modules\Mailmotor\Mailmotor,
new MailMotor\Bundle\MailMotorBundle\MailMotorMailMotorBundle(),
new MailMotor\Bundle\MailChimpBundle\MailMotorMailChimpBundle(),
new MailMotor\Bundle\CampaignMonitorBundle\MailMotorCampaignMonitorBundle(),
);

if (in_array($this->getEnvironment(), array('dev', 'test'))) {
Expand Down
1 change: 1 addition & 0 deletions app/config/doctrine.yml
Expand Up @@ -23,6 +23,7 @@ doctrine:
datetime: Common\Doctrine\Type\UTCDateTimeType
datetimetz: Common\Doctrine\Type\UTCDateTimeType
time: Common\Doctrine\Type\UTCDateTimeType
date: Common\Doctrine\Type\UTCDateTimeType

orm:
auto_generate_proxy_classes: "%kernel.debug%"
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Expand Up @@ -29,7 +29,10 @@
"doctrine/doctrine-bundle": "^1.6",
"doctrine/orm": "^2.5",
"simple-bus/symfony-bridge": "^4.1",
"simple-bus/doctrine-orm-bridge": "^4.0"
"simple-bus/doctrine-orm-bridge": "^4.0",
"mailmotor/mailchimp-bundle": "^2.0",
"mailmotor/campaignmonitor-bundle": "^1.0",
"mailmotor/mailmotor-bundle": "^2.0"
},
"require-dev": {
"jdorn/sql-formatter": "1.2.17",
Expand Down

0 comments on commit 2d34f12

Please sign in to comment.