Commit 62e4514de978e13b1b11ba5daa3dcf2d94a1eb62

Authored by Administrator
1 parent caf85dfb

first commit on new server

Showing 234 changed files with 3 additions and 0 deletions   Show diff stats
LICENSE.md 100644 → 100755
README.md 100644 → 100755
Vagrantfile 100644 → 100755
backend/assets/AppAsset.php 100644 → 100755
backend/codeception.yml 100644 → 100755
backend/config/.gitignore 100644 → 100755
backend/config/bootstrap.php 100644 → 100755
backend/config/main.php 100644 → 100755
backend/config/params.php 100644 → 100755
backend/config/test.php 100644 → 100755
backend/controllers/SiteController.php 100644 → 100755
backend/models/.gitkeep 100644 → 100755
backend/runtime/.gitignore 100644 → 100755
backend/tests/_bootstrap.php 100644 → 100755
backend/tests/_data/.gitignore 100644 → 100755
backend/tests/_data/login_data.php 100644 → 100755
backend/tests/_output/.gitignore 100644 → 100755
backend/tests/_support/.gitignore 100644 → 100755
backend/tests/_support/FunctionalTester.php 100644 → 100755
backend/tests/_support/UnitTester.php 100644 → 100755
backend/tests/functional.suite.yml 100644 → 100755
backend/tests/functional/LoginCest.php 100644 → 100755
backend/tests/functional/_bootstrap.php 100644 → 100755
backend/tests/unit.suite.yml 100644 → 100755
backend/tests/unit/_bootstrap.php 100644 → 100755
backend/views/layouts/main.php 100644 → 100755
backend/views/site/error.php 100644 → 100755
backend/views/site/index.php 100644 → 100755
backend/views/site/login.php 100644 → 100755
backend/web/.gitignore 100644 → 100755
backend/web/assets/.gitignore 100644 → 100755
backend/web/css/site.css 100644 → 100755
backend/web/favicon.ico 100644 → 100755
No preview for this file type
backend/web/robots.txt 100644 → 100755
codeception.yml 100644 → 100755
common/codeception.yml 100644 → 100755
common/config/.gitignore 100644 → 100755
common/config/bootstrap.php 100644 → 100755
common/config/main.php 100644 → 100755
common/config/params.php 100644 → 100755
common/config/test.php 100644 → 100755
common/fixtures/User.php 100644 → 100755
common/mail/layouts/html.php 100644 → 100755
common/mail/layouts/text.php 100644 → 100755
common/mail/passwordResetToken-html.php 100644 → 100755
common/mail/passwordResetToken-text.php 100644 → 100755
common/models/LoginForm.php 100644 → 100755
common/models/User.php 100644 → 100755
common/tests/_bootstrap.php 100644 → 100755
common/tests/_data/user.php 100644 → 100755
common/tests/_output/.gitignore 100644 → 100755
common/tests/_support/.gitignore 100644 → 100755
common/tests/_support/UnitTester.php 100644 → 100755
common/tests/unit.suite.yml 100644 → 100755
common/tests/unit/models/LoginFormTest.php 100644 → 100755
common/widgets/Alert.php 100644 → 100755
composer.json 100644 → 100755
console/config/.gitignore 100644 → 100755
console/config/bootstrap.php 100644 → 100755
console/config/main.php 100644 → 100755
console/config/params.php 100644 → 100755
console/controllers/.gitkeep 100644 → 100755
console/migrations/m130524_201442_init.php 100644 → 100755
console/migrations/m161226_102102_user_data.php 100644 → 100755
console/migrations/m161226_103451_user_passport.php 100644 → 100755
console/migrations/m161226_104633_intellectual_property.php 100644 → 100755
console/migrations/m161226_105932_creative_role.php 100644 → 100755
console/migrations/m161226_111521_report.php 100644 → 100755
console/migrations/m161227_115146_add_columns_to_int_property_table.php 100644 → 100755
console/migrations/m161227_163047_alter_columns.php 100644 → 100755
console/models/.gitkeep 100644 → 100755
console/runtime/.gitignore 100644 → 100755
environments/dev/backend/config/main-local.php 100644 → 100755
environments/dev/backend/config/params-local.php 100644 → 100755
environments/dev/backend/config/test-local.php 100644 → 100755
environments/dev/backend/web/index-test.php 100644 → 100755
environments/dev/backend/web/index.php 100644 → 100755
environments/dev/common/config/main-local.php 100644 → 100755
environments/dev/common/config/params-local.php 100644 → 100755
environments/dev/common/config/test-local.php 100644 → 100755
environments/dev/console/config/main-local.php 100644 → 100755
environments/dev/console/config/params-local.php 100644 → 100755
environments/dev/frontend/config/main-local.php 100644 → 100755
environments/dev/frontend/config/params-local.php 100644 → 100755
environments/dev/frontend/config/test-local.php 100644 → 100755
environments/dev/frontend/web/index-test.php 100644 → 100755
environments/dev/frontend/web/index.php 100644 → 100755
environments/dev/yii 100644 → 100755
environments/dev/yii_test 100644 → 100755
environments/dev/yii_test.bat 100644 → 100755
environments/index.php 100644 → 100755
environments/prod/backend/config/main-local.php 100644 → 100755
environments/prod/backend/config/params-local.php 100644 → 100755
environments/prod/backend/web/index.php 100644 → 100755
environments/prod/common/config/main-local.php 100644 → 100755
environments/prod/common/config/params-local.php 100644 → 100755
environments/prod/console/config/main-local.php 100644 → 100755
environments/prod/console/config/params-local.php 100644 → 100755
environments/prod/frontend/config/main-local.php 100644 → 100755
environments/prod/frontend/config/params-local.php 100644 → 100755
environments/prod/frontend/web/index.php 100644 → 100755
environments/prod/yii 100644 → 100755
frontend/assets/AppAsset.php 100644 → 100755
frontend/assets/CabinetAsset.php 100644 → 100755
frontend/assets/NotifyAsset.php 100644 → 100755
frontend/codeception.yml 100644 → 100755
frontend/config/.gitignore 100644 → 100755
frontend/config/bootstrap.php 100644 → 100755
frontend/config/main.php 100644 → 100755
frontend/config/params.php 100644 → 100755
frontend/config/test.php 100644 → 100755
frontend/controllers/CabinetController.php 100644 → 100755
frontend/controllers/SiteController.php 100644 → 100755
frontend/models/CreativeRole.php 100644 → 100755
frontend/models/IntellectualProperty.php 100644 → 100755
frontend/models/PasswordResetRequestForm.php 100644 → 100755
frontend/models/Report.php 100644 → 100755
frontend/models/ResetPasswordForm.php 100644 → 100755
frontend/models/SignupForm.php 100644 → 100755
frontend/models/UserData.php 100644 → 100755
frontend/models/UserPassport.php 100644 → 100755
frontend/runtime/.gitignore 100644 → 100755
frontend/tests/_bootstrap.php 100644 → 100755
frontend/tests/_data/login_data.php 100644 → 100755
frontend/tests/_data/user.php 100644 → 100755
frontend/tests/_output/.gitignore 100644 → 100755
frontend/tests/_support/.gitignore 100644 → 100755
frontend/tests/_support/FunctionalTester.php 100644 → 100755
frontend/tests/_support/UnitTester.php 100644 → 100755
frontend/tests/acceptance.suite.yml.example 100644 → 100755
frontend/tests/acceptance/HomeCest.php 100644 → 100755
frontend/tests/acceptance/_bootstrap.php 100644 → 100755
frontend/tests/functional.suite.yml 100644 → 100755
frontend/tests/functional/AboutCest.php 100644 → 100755
frontend/tests/functional/ContactCest.php 100644 → 100755
frontend/tests/functional/HomeCest.php 100644 → 100755
frontend/tests/functional/LoginCest.php 100644 → 100755
frontend/tests/functional/SignupCest.php 100644 → 100755
frontend/tests/functional/_bootstrap.php 100644 → 100755
frontend/tests/unit.suite.yml 100644 → 100755
frontend/tests/unit/_bootstrap.php 100644 → 100755
frontend/tests/unit/models/ContactFormTest.php 100644 → 100755
frontend/tests/unit/models/PasswordResetRequestFormTest.php 100644 → 100755
frontend/tests/unit/models/ResetPasswordFormTest.php 100644 → 100755
frontend/tests/unit/models/SignupFormTest.php 100644 → 100755
frontend/views/cabinet/_passport_form.php 100644 → 100755
frontend/views/cabinet/_personal_form.php 100644 → 100755
frontend/views/cabinet/arrivals.php 100644 → 100755
frontend/views/cabinet/index.php 100644 → 100755
frontend/views/cabinet/list.php 100644 → 100755
frontend/views/cabinet/notifications.php 100644 → 100755
frontend/views/cabinet/sales.php 100644 → 100755
frontend/views/cabinet/users.php 100644 → 100755
frontend/views/layouts/cabinet.php 100644 → 100755
frontend/views/layouts/main.php 100644 → 100755
frontend/views/site/error.php 100644 → 100755
frontend/views/site/index.php 100644 → 100755
frontend/views/site/login.php 100644 → 100755
frontend/views/site/requestPasswordResetToken.php 100644 → 100755
frontend/views/site/resetPassword.php 100644 → 100755
frontend/views/site/signup.php 100644 → 100755
frontend/web/.gitignore 100644 → 100755
frontend/web/assets/.gitignore 100644 → 100755
frontend/web/css/cabinet-style.css 100644 → 100755
frontend/web/css/site.css 100644 → 100755
frontend/web/css/style.css 100644 → 100755
frontend/web/favicon.ico 100644 → 100755
No preview for this file type
frontend/web/images/artweb-logo.png 100644 → 100755

1.38 KB | W: | H:

1.38 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/arrowselect.png 100644 → 100755

17.9 KB | W: | H:

17.9 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/calendar.png 100644 → 100755

1.24 KB | W: | H:

1.24 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/calendar_arrows.png 100644 → 100755

19.7 KB | W: | H:

19.7 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/ico/circle-settings-bg-on.png 100644 → 100755

1.41 KB | W: | H:

1.41 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/ico/circle-settings.png 100644 → 100755

1.38 KB | W: | H:

1.38 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/ico/ico-1.png 100644 → 100755

1.2 KB | W: | H:

1.2 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/ico/ico-2.png 100644 → 100755

1 KB | W: | H:

1 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/ico/ico-3.png 100644 → 100755

1.07 KB | W: | H:

1.07 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/ico/ico-4.png 100644 → 100755

952 Bytes | W: | H:

952 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/ico/ico-5.png 100644 → 100755

1.8 KB | W: | H:

1.8 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/ico/ico-64.png 100644 → 100755

1.08 KB | W: | H:

1.08 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/ico/ico-65.png 100644 → 100755

1.11 KB | W: | H:

1.11 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/icon-menu/ico-1-act.png 100644 → 100755

1.2 KB | W: | H:

1.2 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/icon-menu/ico-1.png 100644 → 100755

1.16 KB | W: | H:

1.16 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/icon-menu/ico-2-act.png 100644 → 100755

1.27 KB | W: | H:

1.27 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/icon-menu/ico-2.png 100644 → 100755

1.23 KB | W: | H:

1.23 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/icon-menu/ico-3-act.png 100644 → 100755

1.07 KB | W: | H:

1.07 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/icon-menu/ico-3.png 100644 → 100755

1.04 KB | W: | H:

1.04 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/icon-menu/ico-4-act.png 100644 → 100755

1.25 KB | W: | H:

1.25 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/icon-menu/ico-4.png 100644 → 100755

1.14 KB | W: | H:

1.14 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/icon-menu/ico-5-act.png 100644 → 100755

1.06 KB | W: | H:

1.06 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/icon-menu/ico-5.png 100644 → 100755

1.06 KB | W: | H:

1.06 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/icon-menu/ico-6-1-act.png 100644 → 100755

1.19 KB | W: | H:

1.19 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/icon-menu/ico-6-1.png 100644 → 100755

1.16 KB | W: | H:

1.16 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/icon-menu/ico-6-2-act.png 100644 → 100755

1002 Bytes | W: | H:

1002 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/icon-menu/ico-6-2.png 100644 → 100755

992 Bytes | W: | H:

992 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/icon-menu/ico-6-act.png 100644 → 100755

1.01 KB | W: | H:

1.01 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/icon-menu/ico-6.png 100644 → 100755

1 KB | W: | H:

1 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/icon-menu/ico-7-act.png 100644 → 100755

1.28 KB | W: | H:

1.28 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/icon-menu/ico-7.png 100644 → 100755

1.28 KB | W: | H:

1.28 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/icon-menu/ico-8-act.png 100644 → 100755

1011 Bytes | W: | H:

1011 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/icon-menu/ico-8.png 100644 → 100755

1001 Bytes | W: | H:

1001 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/icon-menu/ico-9-act.png 100644 → 100755

1.29 KB | W: | H:

1.29 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/icon-menu/ico-9.png 100644 → 100755

1.21 KB | W: | H:

1.21 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/logo.png 100644 → 100755

3.1 KB | W: | H:

3.1 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/cabinet/preload_min.gif 100644 → 100755

6.31 KB | W: | H:

6.31 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/img/forms/img-1.jpg 100644 → 100755

23.8 KB | W: | H:

23.8 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/img/forms/omg-1.png 100644 → 100755

78.4 KB | W: | H:

78.4 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/img/ico/ico-1.png 100644 → 100755

2.58 KB | W: | H:

2.58 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/img/ico/ico-2.png 100644 → 100755

3.23 KB | W: | H:

3.23 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/img/ico/ico-3.png 100644 → 100755

4.03 KB | W: | H:

4.03 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/img/ico/ico-59.png 100644 → 100755

1.34 KB | W: | H:

1.34 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/img/img-1.jpg 100644 → 100755

142 KB | W: | H:

142 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/img/img-2.jpg 100644 → 100755

87.4 KB | W: | H:

87.4 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/img/img-3.jpg 100644 → 100755

480 KB | W: | H:

480 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/img/img-4.jpg 100644 → 100755

251 KB | W: | H:

251 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/img/img-5.jpg 100644 → 100755

173 KB | W: | H:

173 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/img/img-6.png 100644 → 100755

69.4 KB | W: | H:

69.4 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/images/logo.png 100644 → 100755

3.62 KB | W: | H:

3.62 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
frontend/web/js/iosCheckbox.js 100644 → 100755
frontend/web/js/jquery-ui.min.js 100644 → 100755
frontend/web/js/jquery.mask.min.js 100644 → 100755
frontend/web/js/script.js 100644 → 100755
frontend/web/robots.txt 100644 → 100755
index.php 0 → 100755
  1 +<?php
  2 + echo 321;
  3 +
0 4 \ No newline at end of file
... ...
init.bat 100644 → 100755
requirements.php 100644 → 100755
vagrant/config/.gitignore 100644 → 100755
vagrant/config/vagrant-local.example.yml 100644 → 100755
vagrant/nginx/app.conf 100644 → 100755
vagrant/nginx/log/.gitignore 100644 → 100755
vagrant/provision/always-as-root.sh 100644 → 100755
vagrant/provision/once-as-root.sh 100644 → 100755
vagrant/provision/once-as-vagrant.sh 100644 → 100755
yii.bat 100644 → 100755
yii_test.bat 100644 → 100755