Commit c42b928faedb0914955656a372eb7d303541c84e

Authored by Eugeny Galkovskiy
2 parents 52246980 8d48636e

Merge remote-tracking branch 'origin/master'

Showing 341 changed files with 420 additions and 230 deletions   Show diff stats

Too many changes.

To preserve performance only 100 of 341 files are displayed.

.gitignore 100644 → 100755
.htaccess 100644 → 100755
backend/controllers/CurrencyController.php 100644 → 100755
backend/views/currency/index.php 100644 → 100755
codeception.yml 100644 → 100755
common/behaviors/MapsBehavior.php 100644 → 100755
common/behaviors/ShowImage.php 100644 → 100755
common/behaviors/Slug.php 100644 → 100755
common/components/UserCheck.php 100644 → 100755
common/components/UserStore.php 100644 → 100755
common/components/Validator.php 100644 → 100755
common/components/rules/CommentOwnRule.php 100644 → 100755
common/config/bootstrap.php
... ... @@ -5,4 +5,4 @@
5 5 Yii::setAlias('console', dirname(dirname(__DIR__)) . '/console');
6 6 Yii::setAlias('saveImageDir', '@frontend/web/images/upload/');
7 7 Yii::setAlias('storage', dirname(dirname(__DIR__)) . '/storage');
8 8 - Yii::setAlias('documentRoot', dirname(dirname(__DIR__)));
  9 + Yii::setAlias('documentRoot', dirname(dirname(__DIR__)));
9 10 \ No newline at end of file
... ...
common/models/Blog.php 100644 → 100755
common/models/BlogSearch.php 100644 → 100755
common/models/Bookmark.php 100644 → 100755
common/models/Chat.php 100644 → 100755
common/models/Cities.php 100644 → 100755
common/models/Country.php 100644 → 100755
common/models/Currency.php 100644 → 100755
common/models/CustomerSearch.php 100644 → 100755
common/models/Department.php 100644 → 100755
common/models/Employment.php 100644 → 100755
common/models/Feedback.php 100644 → 100755
common/models/FeedbackCompany.php 100644 → 100755
common/models/FeedbackCompanySearch.php 100644 → 100755
common/models/File.php 100644 → 100755
common/models/Gallery.php 100644 → 100755
common/models/GallerySearch.php 100644 → 100755
common/models/Message.php 100644 → 100755
common/models/Payment.php 100644 → 100755
common/models/PaymentSearch.php 100644 → 100755
common/models/Portfolio.php 100644 → 100755
common/models/PortfolioGallery.php 100644 → 100755
common/models/PortfolioSearch.php 100644 → 100755
common/models/PortfolioSpecialization.php 100644 → 100755
common/models/PortfolioUser.php 100644 → 100755
common/models/PortfolioUserSearch.php 100644 → 100755
common/models/Project.php 100644 → 100755
common/models/ProjectPayment.php 100644 → 100755
common/models/ProjectSearch.php 100644 → 100755
common/models/ProjectSpecialization.php 100644 → 100755
common/models/Team.php 100644 → 100755
common/models/TeamSearch.php 100644 → 100755
common/models/TenderSearch.php 100644 → 100755
common/models/UserPayment.php 100644 → 100755
common/models/UserSearch.php 100644 → 100755
common/models/UserSpecialization.php 100644 → 100755
common/models/Vacancy.php 100644 → 100755
common/models/VacancyEmployment.php 100644 → 100755
common/models/VacancySearch.php 100644 → 100755
common/models/VacancySpecialization.php 100644 → 100755
common/modules/comment/Controller.php 100644 → 100755
common/modules/comment/Module.php 100644 → 100755
common/modules/comment/Permissions.php 100644 → 100755
common/modules/comment/assets/CommentAsset.php 100644 → 100755
common/modules/comment/commands/RbacController.php 100644 → 100755
common/modules/comment/interfaces/CommentInterface.php 100644 → 100755
common/modules/comment/models/Comment.php 100644 → 100755
common/modules/comment/models/CommentProject.php 100644 → 100755
common/modules/comment/models/CommentProjectAnswer.php 100644 → 100755
common/modules/comment/models/CommentProjectSearch.php 100644 → 100755
common/modules/comment/models/Rating.php 100644 → 100755
common/modules/comment/rbac/ArtboxCommentCreateRule.php 100644 → 100755
common/modules/comment/rbac/ArtboxCommentDeleteOwnRule.php 100644 → 100755
common/modules/comment/rbac/ArtboxCommentDeleteRule.php 100644 → 100755
common/modules/comment/rbac/ArtboxCommentUpdateOwnRule.php 100644 → 100755
common/modules/comment/rbac/ArtboxCommentUpdateRule.php 100644 → 100755
common/modules/comment/resources/comment.css 100644 → 100755
common/modules/comment/resources/comment.js 100644 → 100755
common/modules/comment/resources/delete-ico.png 100644 → 100755

368 Bytes | W: | H:

368 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
common/modules/comment/views/comment_form.php 100644 → 100755
common/modules/comment/widgets/CommentWidget.php 100644 → 100755
common/modules/comment/widgets/views/_project_comment_view.php 100644 → 100755
common/modules/comment/widgets/views/_question_comment_view.php 100644 → 100755
common/modules/comment/widgets/views/_review_comment_view.php 100644 → 100755
common/modules/comment/widgets/views/form-comment-answer.php 100644 → 100755
common/modules/comment/widgets/views/form-comment-review.php 100644 → 100755
common/modules/comment/widgets/views/form-comment.php 100644 → 100755
common/modules/comment/widgets/views/form-project-comment.php 100644 → 100755
common/modules/comment/widgets/views/list-comment-question.php 100644 → 100755
common/modules/comment/widgets/views/list-comment-review.php 100644 → 100755
common/modules/comment/widgets/views/list-comment.php 100644 → 100755
common/modules/comment/widgets/views/list-project-comment.php 100644 → 100755
common/modules/comment/widgets/views/project_comment_view.php 100644 → 100755
common/modules/file/assets/css/jquery.fileupload-noscript.css 100644 → 100755
common/modules/file/assets/css/jquery.fileupload-ui-noscript.css 100644 → 100755
common/modules/file/assets/css/jquery.fileupload-ui.css 100644 → 100755
common/modules/file/assets/css/jquery.fileupload.css 100644 → 100755
common/modules/file/assets/img/loading.gif 100644 → 100755

3.81 KB | W: | H:

3.81 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
common/modules/file/assets/img/progressbar.gif 100644 → 100755

3.25 KB | W: | H:

3.25 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
common/modules/file/assets/js/cors/jquery.postmessage-transport.js 100644 → 100755
common/modules/file/assets/js/cors/jquery.xdr-transport.js 100644 → 100755
common/modules/file/assets/js/jquery.fileupload-angular.js 100644 → 100755
common/modules/file/assets/js/jquery.fileupload-audio.js 100644 → 100755
common/modules/file/assets/js/jquery.fileupload-image.js 100644 → 100755
common/modules/file/assets/js/jquery.fileupload-jquery-ui.js 100644 → 100755
common/modules/file/assets/js/jquery.fileupload-process.js 100644 → 100755
common/modules/file/assets/js/jquery.fileupload-ui.js 100644 → 100755
common/modules/file/assets/js/jquery.fileupload-validate.js 100644 → 100755