Skip to content

Commit

Permalink
SkeekS CMS 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed May 28, 2016
1 parent 456129e commit e82d10b
Show file tree
Hide file tree
Showing 8 changed files with 157 additions and 298 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Процесс разработки.
==============

3.0.0
-----------------
* SkeekS CMS 3.0.0

2.0.0
-----------------
* SkeekS CMS 3.0.0-alpha2
Expand Down

Large diffs are not rendered by default.

66 changes: 2 additions & 64 deletions common/config/env/dev/main.php
Original file line number Diff line number Diff line change
@@ -1,64 +1,2 @@
<?php
return [


'bootstrap' => ['debug'],
'modules' => [
'gii' =>
[
'allowedIPs' => ['*'],
'class' => '\yii\gii\Module',
],
'debug' =>
[
'allowedIPs' => ['*'], // adjust this to your needs
'class' => 'yii\debug\Module',
]
],

'components' => [
/*'db' => [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=mysql.skeeks.com;dbname=hosting2_vz115_yii2-skeeks',
'username' => 'hosting2_vz115',
'password' => 'sejbiemhakfefvieltishcyGa',
'charset' => 'utf8',
],*/
/*'mailer' => [
'class' => 'yii\swiftmailer\Mailer',
'viewPath' => '@common/mail',
// send all mails to a file by default. You have to set
// 'useFileTransport' to false and configure a transport
// for the mailer to send real emails.
'useFileTransport' => true,
],*/

/*'authClientCollection' => [
'class' => 'yii\authclient\Collection',
'clients' => [
'google' => [
'class' => 'yii\authclient\clients\GoogleOpenId'
],
'facebook' => [
'class' => 'yii\authclient\clients\Facebook',
'clientId' => '579310182082188',
'clientSecret' => '5ebda6d912a7dd639d1adb6cb17737bf',
],
'VKontakte' => [
'class' => 'yii\authclient\clients\VKontakte',
'clientId' => '4583094',
'clientSecret' => 't6GSFiVIP3TNNtVXGgw0',
],
'Twitter' => [
'class' => 'yii\authclient\clients\Twitter',
'consumerKey' => '9nzpNX6HQNq1vknAYiiA',
'consumerSecret' => 'LwGcABjBOQq0iFdR0iBZ0xvhVddn6TCvyfTLyjYD4Gw',
],
],
]*/
],
];
<?php
return [];
1 change: 1 addition & 0 deletions common/config/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/
$config = [
'name' => 'SkeekS CMS',
'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',

'components' =>
[
Expand Down
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skeeks/app-basic",
"description": "Приложение построенное на базе SkeekS CMS",
"description": "Base app on SkeekS CMS (Yii2)",
"keywords": ["framework", "cms", "skeeks", "sx", "app", "yii2"],
"homepage": "http://cms.skeeks.com",
"type": "project",
Expand All @@ -17,7 +17,7 @@
}
],
"require": {
"skeeks/cms": "3.0.0-alpha2",
"skeeks/cms": "3.0.0",
"skeeks/cms-module-form2": "*",
"skeeks/cms-agent": "*",
"skeeks/cms-mailer": "*",
Expand All @@ -28,8 +28,7 @@
"skeeks/cms-log-db-target": "*",
"skeeks/cms-assets-auto-compress": "*",
"skeeks/yii2-template-boomerang": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*"
"yiisoft/yii2-debug": "*"
},
"minimum-stability" : "dev",
"prefer-stable" : true,
Expand All @@ -54,7 +53,6 @@
},
"config": {
"process-timeout": 1800,
"discard-changes": true,
"github-oauth": {"github.com":"6d5599154f19c2932ba93a0cfd4dd3e008a9139c"}
"discard-changes": true
}
}
Loading

0 comments on commit e82d10b

Please sign in to comment.