Commit 76627175306a757276a9e6f747098d16920abd44

Authored by Yarik
1 parent a1e44ddb

Commit

Showing 335 changed files with 298 additions and 210 deletions   Show diff stats

Too many changes.

To preserve performance only 100 of 335 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,4 +5,4 @@
5 Yii::setAlias('console', dirname(dirname(__DIR__)) . '/console'); 5 Yii::setAlias('console', dirname(dirname(__DIR__)) . '/console');
6 Yii::setAlias('saveImageDir', '@frontend/web/images/upload/'); 6 Yii::setAlias('saveImageDir', '@frontend/web/images/upload/');
7 Yii::setAlias('storage', dirname(dirname(__DIR__)) . '/storage'); 7 Yii::setAlias('storage', dirname(dirname(__DIR__)) . '/storage');
8 - Yii::setAlias('documentRoot', dirname(dirname(__DIR__))); 8 - Yii::setAlias('documentRoot', dirname(dirname(__DIR__)));
  9 + Yii::setAlias('documentRoot', dirname(dirname(__DIR__)));
9 \ No newline at end of file 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