diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index 0e87603..0e87603 --- a/.gitignore +++ b/.gitignore diff --git a/.htaccess b/.htaccess old mode 100644 new mode 100755 index 033c86c..0bd2601 --- a/.htaccess +++ b/.htaccess @@ -96,64 +96,64 @@ AddDefaultCharset utf-8 # кеширование в браузере на стороне пользователя - - - ExpiresActive On - ExpiresDefault "access 7 days" - ExpiresByType application/javascript "access plus 1 year" - ExpiresByType text/javascript "access plus 1 year" - ExpiresByType text/css "access plus 1 year" - ExpiresByType text/html "access plus 7 day" - ExpiresByType text/x-javascript "access 1 year" - ExpiresByType image/gif "access plus 1 year" - ExpiresByType image/jpeg "access plus 1 year" - ExpiresByType image/png "access plus 1 year" - ExpiresByType image/jpg "access plus 1 year" - ExpiresByType image/x-icon "access 1 year" - ExpiresByType application/x-shockwave-flash "access 1 year" - - -AddOutputFilterByType DEFLATE text/plain -AddOutputFilterByType DEFLATE text/html -AddOutputFilterByType DEFLATE text/xml -AddOutputFilterByType DEFLATE text/css -AddOutputFilterByType DEFLATE application/xml -AddOutputFilterByType DEFLATE application/xhtml+xml -AddOutputFilterByType DEFLATE application/rss+xml -AddOutputFilterByType DEFLATE application/javascript -AddOutputFilterByType DEFLATE application/x-javascript -BrowserMatch ^Mozilla/4 gzip-only-text/html -BrowserMatch ^Mozilla/4\.0[678] no-gzip -BrowserMatch \bMSIE !no-gzip !gzip-only-text/html -Header append Vary User-Agent -RewriteEngine On -AddEncoding gzip .gz -RewriteCond %{HTTP:Accept-encoding} gzip -RewriteCond %{REQUEST_FILENAME}.gz -f -RewriteRule ^(.*)$ $1.gz [QSA,L] - -# Cache-Control - -# 30 дней - - Header set Cache-Control "max-age=2592000, public" - - # 30 дней - - Header set Cache-Control "max-age=2592000, public" - - # 2 дня - - Header set Cache-Control "max-age=172800, public, must-revalidate" - - # 1 день - - Header set Cache-Control "max-age=172800, private, must-revalidate" - - - -#Запрет отдачи HTTP-заголовков Vary браузерам семейства MSIE - -BrowserMatch "MSIE" force-no-vary -BrowserMatch "Mozilla/4.[0-9]{2}" force-no-vary - +# +# +# ExpiresActive On +# ExpiresDefault "access 7 days" +# ExpiresByType application/javascript "access plus 1 year" +# ExpiresByType text/javascript "access plus 1 year" +# ExpiresByType text/css "access plus 1 year" +# ExpiresByType text/html "access plus 7 day" +# ExpiresByType text/x-javascript "access 1 year" +# ExpiresByType image/gif "access plus 1 year" +# ExpiresByType image/jpeg "access plus 1 year" +# ExpiresByType image/png "access plus 1 year" +# ExpiresByType image/jpg "access plus 1 year" +# ExpiresByType image/x-icon "access 1 year" +# ExpiresByType application/x-shockwave-flash "access 1 year" +# +# +#AddOutputFilterByType DEFLATE text/plain +#AddOutputFilterByType DEFLATE text/html +#AddOutputFilterByType DEFLATE text/xml +#AddOutputFilterByType DEFLATE text/css +#AddOutputFilterByType DEFLATE application/xml +#AddOutputFilterByType DEFLATE application/xhtml+xml +#AddOutputFilterByType DEFLATE application/rss+xml +#AddOutputFilterByType DEFLATE application/javascript +#AddOutputFilterByType DEFLATE application/x-javascript +#BrowserMatch ^Mozilla/4 gzip-only-text/html +#BrowserMatch ^Mozilla/4\.0[678] no-gzip +#BrowserMatch \bMSIE !no-gzip !gzip-only-text/html +#Header append Vary User-Agent +#RewriteEngine On +#AddEncoding gzip .gz +#RewriteCond %{HTTP:Accept-encoding} gzip +#RewriteCond %{REQUEST_FILENAME}.gz -f +#RewriteRule ^(.*)$ $1.gz [QSA,L] +# +## Cache-Control +# +## 30 дней +# +# Header set Cache-Control "max-age=2592000, public" +# +# # 30 дней +# +# Header set Cache-Control "max-age=2592000, public" +# +# # 2 дня +# +# Header set Cache-Control "max-age=172800, public, must-revalidate" +# +# # 1 день +# +# Header set Cache-Control "max-age=172800, private, must-revalidate" +# +# +# +##Запрет отдачи HTTP-заголовков Vary браузерам семейства MSIE +# +#BrowserMatch "MSIE" force-no-vary +#BrowserMatch "Mozilla/4.[0-9]{2}" force-no-vary +# diff --git a/backend/assets/AdminLteAsset.php b/backend/assets/AdminLteAsset.php old mode 100644 new mode 100755 index c4a7c67..c4a7c67 --- a/backend/assets/AdminLteAsset.php +++ b/backend/assets/AdminLteAsset.php diff --git a/backend/assets/FontAwesomeAsset.php b/backend/assets/FontAwesomeAsset.php old mode 100644 new mode 100755 index 72d6f21..72d6f21 --- a/backend/assets/FontAwesomeAsset.php +++ b/backend/assets/FontAwesomeAsset.php diff --git a/backend/controllers/ArticlesController.php b/backend/controllers/ArticlesController.php old mode 100644 new mode 100755 index 6a3f3e0..6a3f3e0 --- a/backend/controllers/ArticlesController.php +++ b/backend/controllers/ArticlesController.php diff --git a/backend/controllers/BannerController.php b/backend/controllers/BannerController.php old mode 100644 new mode 100755 index c58fba4..c58fba4 --- a/backend/controllers/BannerController.php +++ b/backend/controllers/BannerController.php diff --git a/backend/controllers/BgController.php b/backend/controllers/BgController.php old mode 100644 new mode 100755 index 589c5fe..589c5fe --- a/backend/controllers/BgController.php +++ b/backend/controllers/BgController.php diff --git a/backend/controllers/BrandController.php b/backend/controllers/BrandController.php old mode 100644 new mode 100755 index f105d03..f105d03 --- a/backend/controllers/BrandController.php +++ b/backend/controllers/BrandController.php diff --git a/backend/controllers/CategoryController.php b/backend/controllers/CategoryController.php old mode 100644 new mode 100755 index 3d2a8d5..3d2a8d5 --- a/backend/controllers/CategoryController.php +++ b/backend/controllers/CategoryController.php diff --git a/backend/controllers/CertificateController.php b/backend/controllers/CertificateController.php old mode 100644 new mode 100755 index 9ca453e..9ca453e --- a/backend/controllers/CertificateController.php +++ b/backend/controllers/CertificateController.php diff --git a/backend/controllers/CustomerController.php b/backend/controllers/CustomerController.php old mode 100644 new mode 100755 index c91e15d..c91e15d --- a/backend/controllers/CustomerController.php +++ b/backend/controllers/CustomerController.php diff --git a/backend/controllers/EventController.php b/backend/controllers/EventController.php old mode 100644 new mode 100755 index dece42b..dece42b --- a/backend/controllers/EventController.php +++ b/backend/controllers/EventController.php diff --git a/backend/controllers/FeedbackController.php b/backend/controllers/FeedbackController.php old mode 100644 new mode 100755 index c9ddba8..c9ddba8 --- a/backend/controllers/FeedbackController.php +++ b/backend/controllers/FeedbackController.php diff --git a/backend/controllers/OrdersController.php b/backend/controllers/OrdersController.php old mode 100644 new mode 100755 index 4794d3a..4794d3a --- a/backend/controllers/OrdersController.php +++ b/backend/controllers/OrdersController.php diff --git a/backend/controllers/PageController.php b/backend/controllers/PageController.php old mode 100644 new mode 100755 index 5400aa4..5400aa4 --- a/backend/controllers/PageController.php +++ b/backend/controllers/PageController.php diff --git a/backend/controllers/ProjectController.php b/backend/controllers/ProjectController.php old mode 100644 new mode 100755 index 20380b8..20380b8 --- a/backend/controllers/ProjectController.php +++ b/backend/controllers/ProjectController.php diff --git a/backend/controllers/SeoCategoryController.php b/backend/controllers/SeoCategoryController.php old mode 100644 new mode 100755 index 653d3f7..653d3f7 --- a/backend/controllers/SeoCategoryController.php +++ b/backend/controllers/SeoCategoryController.php diff --git a/backend/controllers/SeoController.php b/backend/controllers/SeoController.php old mode 100644 new mode 100755 index ed5dfc2..ed5dfc2 --- a/backend/controllers/SeoController.php +++ b/backend/controllers/SeoController.php diff --git a/backend/controllers/SeoDynamicController.php b/backend/controllers/SeoDynamicController.php old mode 100644 new mode 100755 index 475da29..475da29 --- a/backend/controllers/SeoDynamicController.php +++ b/backend/controllers/SeoDynamicController.php diff --git a/backend/controllers/ServiceController.php b/backend/controllers/ServiceController.php old mode 100644 new mode 100755 index 64497b7..64497b7 --- a/backend/controllers/ServiceController.php +++ b/backend/controllers/ServiceController.php diff --git a/backend/controllers/SliderController.php b/backend/controllers/SliderController.php old mode 100644 new mode 100755 index e78fa6c..e78fa6c --- a/backend/controllers/SliderController.php +++ b/backend/controllers/SliderController.php diff --git a/backend/controllers/SliderImageController.php b/backend/controllers/SliderImageController.php old mode 100644 new mode 100755 index 6698a49..6698a49 --- a/backend/controllers/SliderImageController.php +++ b/backend/controllers/SliderImageController.php diff --git a/backend/controllers/SubscribeController.php b/backend/controllers/SubscribeController.php old mode 100644 new mode 100755 index 211bddf..211bddf --- a/backend/controllers/SubscribeController.php +++ b/backend/controllers/SubscribeController.php diff --git a/backend/controllers/UserController.php b/backend/controllers/UserController.php old mode 100644 new mode 100755 index 802358c..802358c --- a/backend/controllers/UserController.php +++ b/backend/controllers/UserController.php diff --git a/backend/models/Label.php b/backend/models/Label.php old mode 100644 new mode 100755 index 98d0d73..98d0d73 --- a/backend/models/Label.php +++ b/backend/models/Label.php diff --git a/backend/models/LoginForm.php b/backend/models/LoginForm.php old mode 100644 new mode 100755 index 2e18535..2e18535 --- a/backend/models/LoginForm.php +++ b/backend/models/LoginForm.php diff --git a/backend/models/Orders.php b/backend/models/Orders.php old mode 100644 new mode 100755 index 99cc411..99cc411 --- a/backend/models/Orders.php +++ b/backend/models/Orders.php diff --git a/backend/models/OrdersLabelLang.php b/backend/models/OrdersLabelLang.php old mode 100644 new mode 100755 index afad50f..afad50f --- a/backend/models/OrdersLabelLang.php +++ b/backend/models/OrdersLabelLang.php diff --git a/backend/models/OrdersProducts.php b/backend/models/OrdersProducts.php old mode 100644 new mode 100755 index ebf8a57..ebf8a57 --- a/backend/models/OrdersProducts.php +++ b/backend/models/OrdersProducts.php diff --git a/backend/models/OrdersSearch.php b/backend/models/OrdersSearch.php old mode 100644 new mode 100755 index 39c5a18..39c5a18 --- a/backend/models/OrdersSearch.php +++ b/backend/models/OrdersSearch.php diff --git a/backend/models/User.php b/backend/models/User.php old mode 100644 new mode 100755 index 091aa2e..091aa2e --- a/backend/models/User.php +++ b/backend/models/User.php diff --git a/backend/models/UserSearch.php b/backend/models/UserSearch.php old mode 100644 new mode 100755 index b434b9f..b434b9f --- a/backend/models/UserSearch.php +++ b/backend/models/UserSearch.php diff --git a/backend/views/articles/_form.php b/backend/views/articles/_form.php old mode 100644 new mode 100755 index 07698f5..07698f5 --- a/backend/views/articles/_form.php +++ b/backend/views/articles/_form.php diff --git a/backend/views/articles/_form_language.php b/backend/views/articles/_form_language.php old mode 100644 new mode 100755 index 8ad752c..8ad752c --- a/backend/views/articles/_form_language.php +++ b/backend/views/articles/_form_language.php diff --git a/backend/views/articles/_search.php b/backend/views/articles/_search.php old mode 100644 new mode 100755 index afb9cfc..afb9cfc --- a/backend/views/articles/_search.php +++ b/backend/views/articles/_search.php diff --git a/backend/views/articles/create.php b/backend/views/articles/create.php old mode 100644 new mode 100755 index 2e4d10e..2e4d10e --- a/backend/views/articles/create.php +++ b/backend/views/articles/create.php diff --git a/backend/views/articles/index.php b/backend/views/articles/index.php old mode 100644 new mode 100755 index c0655da..c0655da --- a/backend/views/articles/index.php +++ b/backend/views/articles/index.php diff --git a/backend/views/articles/update.php b/backend/views/articles/update.php old mode 100644 new mode 100755 index 20b26de..20b26de --- a/backend/views/articles/update.php +++ b/backend/views/articles/update.php diff --git a/backend/views/articles/view.php b/backend/views/articles/view.php old mode 100644 new mode 100755 index 462345e..462345e --- a/backend/views/articles/view.php +++ b/backend/views/articles/view.php diff --git a/backend/views/banner/_form.php b/backend/views/banner/_form.php old mode 100644 new mode 100755 index cade5cd..cade5cd --- a/backend/views/banner/_form.php +++ b/backend/views/banner/_form.php diff --git a/backend/views/banner/_form_language.php b/backend/views/banner/_form_language.php old mode 100644 new mode 100755 index 75ea9d5..75ea9d5 --- a/backend/views/banner/_form_language.php +++ b/backend/views/banner/_form_language.php diff --git a/backend/views/banner/_search.php b/backend/views/banner/_search.php old mode 100644 new mode 100755 index 4bc81e3..4bc81e3 --- a/backend/views/banner/_search.php +++ b/backend/views/banner/_search.php diff --git a/backend/views/banner/create.php b/backend/views/banner/create.php old mode 100644 new mode 100755 index 3e97c14..3e97c14 --- a/backend/views/banner/create.php +++ b/backend/views/banner/create.php diff --git a/backend/views/banner/index.php b/backend/views/banner/index.php old mode 100644 new mode 100755 index 424a0ea..424a0ea --- a/backend/views/banner/index.php +++ b/backend/views/banner/index.php diff --git a/backend/views/banner/update.php b/backend/views/banner/update.php old mode 100644 new mode 100755 index eb25ccf..eb25ccf --- a/backend/views/banner/update.php +++ b/backend/views/banner/update.php diff --git a/backend/views/banner/view.php b/backend/views/banner/view.php old mode 100644 new mode 100755 index d647be1..d647be1 --- a/backend/views/banner/view.php +++ b/backend/views/banner/view.php diff --git a/backend/views/bg/_form.php b/backend/views/bg/_form.php old mode 100644 new mode 100755 index 13eeadb..13eeadb --- a/backend/views/bg/_form.php +++ b/backend/views/bg/_form.php diff --git a/backend/views/bg/_form_language.php b/backend/views/bg/_form_language.php old mode 100644 new mode 100755 index 40cbe15..40cbe15 --- a/backend/views/bg/_form_language.php +++ b/backend/views/bg/_form_language.php diff --git a/backend/views/bg/_search.php b/backend/views/bg/_search.php old mode 100644 new mode 100755 index 70a8e3a..70a8e3a --- a/backend/views/bg/_search.php +++ b/backend/views/bg/_search.php diff --git a/backend/views/bg/create.php b/backend/views/bg/create.php old mode 100644 new mode 100755 index 4a9cce1..4a9cce1 --- a/backend/views/bg/create.php +++ b/backend/views/bg/create.php diff --git a/backend/views/bg/index.php b/backend/views/bg/index.php old mode 100644 new mode 100755 index 5c5994c..5c5994c --- a/backend/views/bg/index.php +++ b/backend/views/bg/index.php diff --git a/backend/views/bg/update.php b/backend/views/bg/update.php old mode 100644 new mode 100755 index 8f919d8..8f919d8 --- a/backend/views/bg/update.php +++ b/backend/views/bg/update.php diff --git a/backend/views/bg/view.php b/backend/views/bg/view.php old mode 100644 new mode 100755 index 00c0d06..00c0d06 --- a/backend/views/bg/view.php +++ b/backend/views/bg/view.php diff --git a/backend/views/brand/_form.php b/backend/views/brand/_form.php old mode 100644 new mode 100755 index d41f39d..d41f39d --- a/backend/views/brand/_form.php +++ b/backend/views/brand/_form.php diff --git a/backend/views/brand/_form_language.php b/backend/views/brand/_form_language.php old mode 100644 new mode 100755 index 6447ba1..6447ba1 --- a/backend/views/brand/_form_language.php +++ b/backend/views/brand/_form_language.php diff --git a/backend/views/brand/_search.php b/backend/views/brand/_search.php old mode 100644 new mode 100755 index 5173e77..5173e77 --- a/backend/views/brand/_search.php +++ b/backend/views/brand/_search.php diff --git a/backend/views/brand/create.php b/backend/views/brand/create.php old mode 100644 new mode 100755 index 3872757..3872757 --- a/backend/views/brand/create.php +++ b/backend/views/brand/create.php diff --git a/backend/views/brand/index.php b/backend/views/brand/index.php old mode 100644 new mode 100755 index fa911f5..fa911f5 --- a/backend/views/brand/index.php +++ b/backend/views/brand/index.php diff --git a/backend/views/brand/update.php b/backend/views/brand/update.php old mode 100644 new mode 100755 index 838d859..838d859 --- a/backend/views/brand/update.php +++ b/backend/views/brand/update.php diff --git a/backend/views/brand/view.php b/backend/views/brand/view.php old mode 100644 new mode 100755 index e73e094..e73e094 --- a/backend/views/brand/view.php +++ b/backend/views/brand/view.php diff --git a/backend/views/category/_form.php b/backend/views/category/_form.php old mode 100644 new mode 100755 index 973ecb8..973ecb8 --- a/backend/views/category/_form.php +++ b/backend/views/category/_form.php diff --git a/backend/views/category/_form_language.php b/backend/views/category/_form_language.php old mode 100644 new mode 100755 index 9e0c533..9e0c533 --- a/backend/views/category/_form_language.php +++ b/backend/views/category/_form_language.php diff --git a/backend/views/category/_search.php b/backend/views/category/_search.php old mode 100644 new mode 100755 index 8d636bc..8d636bc --- a/backend/views/category/_search.php +++ b/backend/views/category/_search.php diff --git a/backend/views/category/create.php b/backend/views/category/create.php old mode 100644 new mode 100755 index 4247e2c..4247e2c --- a/backend/views/category/create.php +++ b/backend/views/category/create.php diff --git a/backend/views/category/index.php b/backend/views/category/index.php old mode 100644 new mode 100755 index dbf9a38..dbf9a38 --- a/backend/views/category/index.php +++ b/backend/views/category/index.php diff --git a/backend/views/category/update.php b/backend/views/category/update.php old mode 100644 new mode 100755 index f0a8b77..f0a8b77 --- a/backend/views/category/update.php +++ b/backend/views/category/update.php diff --git a/backend/views/category/view.php b/backend/views/category/view.php old mode 100644 new mode 100755 index cf76c6b..cf76c6b --- a/backend/views/category/view.php +++ b/backend/views/category/view.php diff --git a/backend/views/certificate/_form.php b/backend/views/certificate/_form.php old mode 100644 new mode 100755 index c7f6f67..c7f6f67 --- a/backend/views/certificate/_form.php +++ b/backend/views/certificate/_form.php diff --git a/backend/views/certificate/_search.php b/backend/views/certificate/_search.php old mode 100644 new mode 100755 index 992216b..992216b --- a/backend/views/certificate/_search.php +++ b/backend/views/certificate/_search.php diff --git a/backend/views/certificate/create.php b/backend/views/certificate/create.php old mode 100644 new mode 100755 index 734b760..734b760 --- a/backend/views/certificate/create.php +++ b/backend/views/certificate/create.php diff --git a/backend/views/certificate/index.php b/backend/views/certificate/index.php old mode 100644 new mode 100755 index fd3c673..fd3c673 --- a/backend/views/certificate/index.php +++ b/backend/views/certificate/index.php diff --git a/backend/views/certificate/update.php b/backend/views/certificate/update.php old mode 100644 new mode 100755 index 57aeb23..57aeb23 --- a/backend/views/certificate/update.php +++ b/backend/views/certificate/update.php diff --git a/backend/views/certificate/view.php b/backend/views/certificate/view.php old mode 100644 new mode 100755 index e939e98..e939e98 --- a/backend/views/certificate/view.php +++ b/backend/views/certificate/view.php diff --git a/backend/views/customer/_form.php b/backend/views/customer/_form.php old mode 100644 new mode 100755 index 476f0b7..476f0b7 --- a/backend/views/customer/_form.php +++ b/backend/views/customer/_form.php diff --git a/backend/views/customer/_search.php b/backend/views/customer/_search.php old mode 100644 new mode 100755 index 48aed17..48aed17 --- a/backend/views/customer/_search.php +++ b/backend/views/customer/_search.php diff --git a/backend/views/customer/create.php b/backend/views/customer/create.php old mode 100644 new mode 100755 index 45796e5..45796e5 --- a/backend/views/customer/create.php +++ b/backend/views/customer/create.php diff --git a/backend/views/customer/index.php b/backend/views/customer/index.php old mode 100644 new mode 100755 index 5964fe9..5964fe9 --- a/backend/views/customer/index.php +++ b/backend/views/customer/index.php diff --git a/backend/views/customer/update.php b/backend/views/customer/update.php old mode 100644 new mode 100755 index 360c058..360c058 --- a/backend/views/customer/update.php +++ b/backend/views/customer/update.php diff --git a/backend/views/customer/view.php b/backend/views/customer/view.php old mode 100644 new mode 100755 index a954025..a954025 --- a/backend/views/customer/view.php +++ b/backend/views/customer/view.php diff --git a/backend/views/event/_form.php b/backend/views/event/_form.php old mode 100644 new mode 100755 index 472c404..472c404 --- a/backend/views/event/_form.php +++ b/backend/views/event/_form.php diff --git a/backend/views/event/_form_language.php b/backend/views/event/_form_language.php old mode 100644 new mode 100755 index 42e7a78..42e7a78 --- a/backend/views/event/_form_language.php +++ b/backend/views/event/_form_language.php diff --git a/backend/views/event/_search.php b/backend/views/event/_search.php old mode 100644 new mode 100755 index c60ba39..c60ba39 --- a/backend/views/event/_search.php +++ b/backend/views/event/_search.php diff --git a/backend/views/event/create.php b/backend/views/event/create.php old mode 100644 new mode 100755 index 9bccd33..9bccd33 --- a/backend/views/event/create.php +++ b/backend/views/event/create.php diff --git a/backend/views/event/index.php b/backend/views/event/index.php old mode 100644 new mode 100755 index a227ed0..a227ed0 --- a/backend/views/event/index.php +++ b/backend/views/event/index.php diff --git a/backend/views/event/update.php b/backend/views/event/update.php old mode 100644 new mode 100755 index 33f5978..33f5978 --- a/backend/views/event/update.php +++ b/backend/views/event/update.php diff --git a/backend/views/event/view.php b/backend/views/event/view.php old mode 100644 new mode 100755 index 028cfd8..028cfd8 --- a/backend/views/event/view.php +++ b/backend/views/event/view.php diff --git a/backend/views/feedback/index.php b/backend/views/feedback/index.php old mode 100644 new mode 100755 index fbe1921..fbe1921 --- a/backend/views/feedback/index.php +++ b/backend/views/feedback/index.php diff --git a/backend/views/layouts/admin.php b/backend/views/layouts/admin.php old mode 100644 new mode 100755 index 98501f4..98501f4 --- a/backend/views/layouts/admin.php +++ b/backend/views/layouts/admin.php diff --git a/backend/views/layouts/control-sidebar.php b/backend/views/layouts/control-sidebar.php old mode 100644 new mode 100755 index 4eb13ba..4eb13ba --- a/backend/views/layouts/control-sidebar.php +++ b/backend/views/layouts/control-sidebar.php diff --git a/backend/views/layouts/footer.php b/backend/views/layouts/footer.php old mode 100644 new mode 100755 index e66222f..e66222f --- a/backend/views/layouts/footer.php +++ b/backend/views/layouts/footer.php diff --git a/backend/views/layouts/header.php b/backend/views/layouts/header.php old mode 100644 new mode 100755 index afd1fd1..afd1fd1 --- a/backend/views/layouts/header.php +++ b/backend/views/layouts/header.php diff --git a/backend/views/layouts/main-sidebar.php b/backend/views/layouts/main-sidebar.php old mode 100644 new mode 100755 index f01ea02..f01ea02 --- a/backend/views/layouts/main-sidebar.php +++ b/backend/views/layouts/main-sidebar.php diff --git a/backend/views/layouts/none.php b/backend/views/layouts/none.php old mode 100644 new mode 100755 index de536ad..de536ad --- a/backend/views/layouts/none.php +++ b/backend/views/layouts/none.php diff --git a/backend/views/orders/_form.php b/backend/views/orders/_form.php old mode 100644 new mode 100755 index a2e6c7c..a2e6c7c --- a/backend/views/orders/_form.php +++ b/backend/views/orders/_form.php diff --git a/backend/views/orders/add.php b/backend/views/orders/add.php old mode 100644 new mode 100755 index 912df76..912df76 --- a/backend/views/orders/add.php +++ b/backend/views/orders/add.php diff --git a/backend/views/orders/create.php b/backend/views/orders/create.php old mode 100644 new mode 100755 index 15d213f..15d213f --- a/backend/views/orders/create.php +++ b/backend/views/orders/create.php diff --git a/backend/views/orders/index.php b/backend/views/orders/index.php old mode 100644 new mode 100755 index 9907dcc..9907dcc --- a/backend/views/orders/index.php +++ b/backend/views/orders/index.php diff --git a/backend/views/orders/show.php b/backend/views/orders/show.php old mode 100644 new mode 100755 index 0e8b5e7..0e8b5e7 --- a/backend/views/orders/show.php +++ b/backend/views/orders/show.php diff --git a/backend/views/orders/update.php b/backend/views/orders/update.php old mode 100644 new mode 100755 index e255d66..e255d66 --- a/backend/views/orders/update.php +++ b/backend/views/orders/update.php diff --git a/backend/views/page/_form.php b/backend/views/page/_form.php old mode 100644 new mode 100755 index 95f9c0c..95f9c0c --- a/backend/views/page/_form.php +++ b/backend/views/page/_form.php diff --git a/backend/views/page/_form_language.php b/backend/views/page/_form_language.php old mode 100644 new mode 100755 index 1ac5644..1ac5644 --- a/backend/views/page/_form_language.php +++ b/backend/views/page/_form_language.php diff --git a/backend/views/page/_search.php b/backend/views/page/_search.php old mode 100644 new mode 100755 index 088e081..088e081 --- a/backend/views/page/_search.php +++ b/backend/views/page/_search.php diff --git a/backend/views/page/create.php b/backend/views/page/create.php old mode 100644 new mode 100755 index 32a6703..32a6703 --- a/backend/views/page/create.php +++ b/backend/views/page/create.php diff --git a/backend/views/page/index.php b/backend/views/page/index.php old mode 100644 new mode 100755 index 834f27f..c0af351 --- a/backend/views/page/index.php +++ b/backend/views/page/index.php @@ -1,29 +1,48 @@ title = \Yii::t('app', 'Pages'); -$this->params['breadcrumbs'][] = $this->title; + + use common\models\Page; + use yii\helpers\Html; + use yii\grid\GridView; + + /** + * @var yii\web\View $this + * @var common\models\PageSearch $searchModel + * @var yii\data\ActiveDataProvider $dataProvider + */ + + $this->title = \Yii::t('app', 'Pages'); + $this->params[ 'breadcrumbs' ][] = $this->title; ?>
- +

title) ?>

- +

- 'btn btn-success']) ?> + 'btn btn-success' ]) ?>

$dataProvider, - 'filterModel' => $searchModel, - 'columns' => [ - ['class' => 'yii\grid\SerialColumn'], + 'filterModel' => $searchModel, + 'columns' => [ 'id', - ['class' => 'yii\grid\ActionColumn'], + [ + 'attribute' => 'title', + 'value' => 'lang.title', + ], + [ + 'attribute' => 'in_menu', + 'value' => function($model) { + /** + * @var Page $model + */ + return ( !$model->in_menu ) ? \Yii::t('app', 'Не в меню') : \Yii::t('app', 'В меню'); + }, + 'filter' => [ + 0 => \Yii::t('app', 'Не в меню'), + 1 => \Yii::t('app', 'В меню'), + ], + ], + [ 'class' => 'yii\grid\ActionColumn' ], ], ]); ?>
diff --git a/backend/views/page/update.php b/backend/views/page/update.php old mode 100644 new mode 100755 index 20ef6bb..0003988 --- a/backend/views/page/update.php +++ b/backend/views/page/update.php @@ -11,13 +11,13 @@ * @var PageLang[] $model_langs */ - $this->title = \Yii::t('app', 'Update Page').': ' . $model->id; + $this->title = \Yii::t('app', 'Update Page') . ': ' . $model->lang->title; $this->params[ 'breadcrumbs' ][] = [ 'label' => \Yii::t('app', 'Pages'), 'url' => [ 'index' ], ]; $this->params[ 'breadcrumbs' ][] = [ - 'label' => $model->id, + 'label' => $model->lang->title, 'url' => [ 'view', 'id' => $model->id, diff --git a/backend/views/page/view.php b/backend/views/page/view.php old mode 100644 new mode 100755 index 44ac5df..39f8c97 --- a/backend/views/page/view.php +++ b/backend/views/page/view.php @@ -3,10 +3,12 @@ use yii\helpers\Html; use yii\widgets\DetailView; - /* @var $this yii\web\View */ - /* @var $model common\models\Page */ + /** + * @var yii\web\View $this + * @var common\models\Page $model + */ - $this->title = $model->id; + $this->title = $model->lang->title; $this->params[ 'breadcrumbs' ][] = [ 'label' => \Yii::t('app', 'Pages'), 'url' => [ 'index' ], @@ -35,9 +37,15 @@

$model, + 'model' => $model, 'attributes' => [ 'id', + 'lang.title', + [ + 'attribute' => 'in_menu', + 'value' => $model->in_menu ? Yii::t('app', 'В меню') : Yii::t('app', 'Не в меню'), + ], + 'lang.body:html', ], ]) ?> diff --git a/backend/views/project/_form.php b/backend/views/project/_form.php old mode 100644 new mode 100755 index 6c9bb52..6c9bb52 --- a/backend/views/project/_form.php +++ b/backend/views/project/_form.php diff --git a/backend/views/project/_form_language.php b/backend/views/project/_form_language.php old mode 100644 new mode 100755 index 5d201ca..5d201ca --- a/backend/views/project/_form_language.php +++ b/backend/views/project/_form_language.php diff --git a/backend/views/project/_search.php b/backend/views/project/_search.php old mode 100644 new mode 100755 index afb9cfc..afb9cfc --- a/backend/views/project/_search.php +++ b/backend/views/project/_search.php diff --git a/backend/views/project/create.php b/backend/views/project/create.php old mode 100644 new mode 100755 index 67729d4..67729d4 --- a/backend/views/project/create.php +++ b/backend/views/project/create.php diff --git a/backend/views/project/index.php b/backend/views/project/index.php old mode 100644 new mode 100755 index e1b8da0..e1b8da0 --- a/backend/views/project/index.php +++ b/backend/views/project/index.php diff --git a/backend/views/project/product-create.php b/backend/views/project/product-create.php old mode 100644 new mode 100755 index 6cd5f76..6cd5f76 --- a/backend/views/project/product-create.php +++ b/backend/views/project/product-create.php diff --git a/backend/views/project/product.php b/backend/views/project/product.php old mode 100644 new mode 100755 index 6a01ff9..6a01ff9 --- a/backend/views/project/product.php +++ b/backend/views/project/product.php diff --git a/backend/views/project/update.php b/backend/views/project/update.php old mode 100644 new mode 100755 index 221ccaf..221ccaf --- a/backend/views/project/update.php +++ b/backend/views/project/update.php diff --git a/backend/views/project/view.php b/backend/views/project/view.php old mode 100644 new mode 100755 index dbc4303..dbc4303 --- a/backend/views/project/view.php +++ b/backend/views/project/view.php diff --git a/backend/views/seo-category/_form.php b/backend/views/seo-category/_form.php old mode 100644 new mode 100755 index 9b33ed4..9b33ed4 --- a/backend/views/seo-category/_form.php +++ b/backend/views/seo-category/_form.php diff --git a/backend/views/seo-category/_form_language.php b/backend/views/seo-category/_form_language.php old mode 100644 new mode 100755 index e56c7a0..e56c7a0 --- a/backend/views/seo-category/_form_language.php +++ b/backend/views/seo-category/_form_language.php diff --git a/backend/views/seo-category/_search.php b/backend/views/seo-category/_search.php old mode 100644 new mode 100755 index 9f4264f..9f4264f --- a/backend/views/seo-category/_search.php +++ b/backend/views/seo-category/_search.php diff --git a/backend/views/seo-category/create.php b/backend/views/seo-category/create.php old mode 100644 new mode 100755 index 7dbcd09..7dbcd09 --- a/backend/views/seo-category/create.php +++ b/backend/views/seo-category/create.php diff --git a/backend/views/seo-category/index.php b/backend/views/seo-category/index.php old mode 100644 new mode 100755 index c4dd174..c4dd174 --- a/backend/views/seo-category/index.php +++ b/backend/views/seo-category/index.php diff --git a/backend/views/seo-category/update.php b/backend/views/seo-category/update.php old mode 100644 new mode 100755 index 5a8ccc9..5a8ccc9 --- a/backend/views/seo-category/update.php +++ b/backend/views/seo-category/update.php diff --git a/backend/views/seo-category/view.php b/backend/views/seo-category/view.php old mode 100644 new mode 100755 index 3411d25..3411d25 --- a/backend/views/seo-category/view.php +++ b/backend/views/seo-category/view.php diff --git a/backend/views/seo-dynamic/_form.php b/backend/views/seo-dynamic/_form.php old mode 100644 new mode 100755 index 39ef1c8..39ef1c8 --- a/backend/views/seo-dynamic/_form.php +++ b/backend/views/seo-dynamic/_form.php diff --git a/backend/views/seo-dynamic/_form_language.php b/backend/views/seo-dynamic/_form_language.php old mode 100644 new mode 100755 index 527d754..527d754 --- a/backend/views/seo-dynamic/_form_language.php +++ b/backend/views/seo-dynamic/_form_language.php diff --git a/backend/views/seo-dynamic/_search.php b/backend/views/seo-dynamic/_search.php old mode 100644 new mode 100755 index 745abcd..745abcd --- a/backend/views/seo-dynamic/_search.php +++ b/backend/views/seo-dynamic/_search.php diff --git a/backend/views/seo-dynamic/create.php b/backend/views/seo-dynamic/create.php old mode 100644 new mode 100755 index 278c923..278c923 --- a/backend/views/seo-dynamic/create.php +++ b/backend/views/seo-dynamic/create.php diff --git a/backend/views/seo-dynamic/index.php b/backend/views/seo-dynamic/index.php old mode 100644 new mode 100755 index d546768..d546768 --- a/backend/views/seo-dynamic/index.php +++ b/backend/views/seo-dynamic/index.php diff --git a/backend/views/seo-dynamic/update.php b/backend/views/seo-dynamic/update.php old mode 100644 new mode 100755 index 10eeb11..10eeb11 --- a/backend/views/seo-dynamic/update.php +++ b/backend/views/seo-dynamic/update.php diff --git a/backend/views/seo-dynamic/view.php b/backend/views/seo-dynamic/view.php old mode 100644 new mode 100755 index 6505c0d..6505c0d --- a/backend/views/seo-dynamic/view.php +++ b/backend/views/seo-dynamic/view.php diff --git a/backend/views/seo/_form.php b/backend/views/seo/_form.php old mode 100644 new mode 100755 index 6dde164..6dde164 --- a/backend/views/seo/_form.php +++ b/backend/views/seo/_form.php diff --git a/backend/views/seo/_form_language.php b/backend/views/seo/_form_language.php old mode 100644 new mode 100755 index 67ee2bd..67ee2bd --- a/backend/views/seo/_form_language.php +++ b/backend/views/seo/_form_language.php diff --git a/backend/views/seo/_search.php b/backend/views/seo/_search.php old mode 100644 new mode 100755 index fe3f629..fe3f629 --- a/backend/views/seo/_search.php +++ b/backend/views/seo/_search.php diff --git a/backend/views/seo/create.php b/backend/views/seo/create.php old mode 100644 new mode 100755 index 91d7680..91d7680 --- a/backend/views/seo/create.php +++ b/backend/views/seo/create.php diff --git a/backend/views/seo/index.php b/backend/views/seo/index.php old mode 100644 new mode 100755 index efe65d6..efe65d6 --- a/backend/views/seo/index.php +++ b/backend/views/seo/index.php diff --git a/backend/views/seo/update.php b/backend/views/seo/update.php old mode 100644 new mode 100755 index f916983..f916983 --- a/backend/views/seo/update.php +++ b/backend/views/seo/update.php diff --git a/backend/views/seo/view.php b/backend/views/seo/view.php old mode 100644 new mode 100755 index 47f01af..47f01af --- a/backend/views/seo/view.php +++ b/backend/views/seo/view.php diff --git a/backend/views/service/_form.php b/backend/views/service/_form.php old mode 100644 new mode 100755 index b9cd52a..b9cd52a --- a/backend/views/service/_form.php +++ b/backend/views/service/_form.php diff --git a/backend/views/service/_form_language.php b/backend/views/service/_form_language.php old mode 100644 new mode 100755 index b2418c4..b2418c4 --- a/backend/views/service/_form_language.php +++ b/backend/views/service/_form_language.php diff --git a/backend/views/service/_search.php b/backend/views/service/_search.php old mode 100644 new mode 100755 index 04ba9b1..04ba9b1 --- a/backend/views/service/_search.php +++ b/backend/views/service/_search.php diff --git a/backend/views/service/create.php b/backend/views/service/create.php old mode 100644 new mode 100755 index d7867b0..d7867b0 --- a/backend/views/service/create.php +++ b/backend/views/service/create.php diff --git a/backend/views/service/index.php b/backend/views/service/index.php old mode 100644 new mode 100755 index 6d37430..6d37430 --- a/backend/views/service/index.php +++ b/backend/views/service/index.php diff --git a/backend/views/service/update.php b/backend/views/service/update.php old mode 100644 new mode 100755 index 774c185..774c185 --- a/backend/views/service/update.php +++ b/backend/views/service/update.php diff --git a/backend/views/service/view.php b/backend/views/service/view.php old mode 100644 new mode 100755 index 9679fdc..9679fdc --- a/backend/views/service/view.php +++ b/backend/views/service/view.php diff --git a/backend/views/slider-image/_form.php b/backend/views/slider-image/_form.php old mode 100644 new mode 100755 index d1320f6..d1320f6 --- a/backend/views/slider-image/_form.php +++ b/backend/views/slider-image/_form.php diff --git a/backend/views/slider-image/_form_language.php b/backend/views/slider-image/_form_language.php old mode 100644 new mode 100755 index b2ca807..b2ca807 --- a/backend/views/slider-image/_form_language.php +++ b/backend/views/slider-image/_form_language.php diff --git a/backend/views/slider-image/_search.php b/backend/views/slider-image/_search.php old mode 100644 new mode 100755 index d9674e9..d9674e9 --- a/backend/views/slider-image/_search.php +++ b/backend/views/slider-image/_search.php diff --git a/backend/views/slider-image/create.php b/backend/views/slider-image/create.php old mode 100644 new mode 100755 index 53dd90c..53dd90c --- a/backend/views/slider-image/create.php +++ b/backend/views/slider-image/create.php diff --git a/backend/views/slider-image/index.php b/backend/views/slider-image/index.php old mode 100644 new mode 100755 index cbe1ee0..cbe1ee0 --- a/backend/views/slider-image/index.php +++ b/backend/views/slider-image/index.php diff --git a/backend/views/slider-image/update.php b/backend/views/slider-image/update.php old mode 100644 new mode 100755 index 9752500..9752500 --- a/backend/views/slider-image/update.php +++ b/backend/views/slider-image/update.php diff --git a/backend/views/slider-image/view.php b/backend/views/slider-image/view.php old mode 100644 new mode 100755 index 863ef2a..863ef2a --- a/backend/views/slider-image/view.php +++ b/backend/views/slider-image/view.php diff --git a/backend/views/slider/_form.php b/backend/views/slider/_form.php old mode 100644 new mode 100755 index 4ea7c7e..4ea7c7e --- a/backend/views/slider/_form.php +++ b/backend/views/slider/_form.php diff --git a/backend/views/slider/_search.php b/backend/views/slider/_search.php old mode 100644 new mode 100755 index 7e5731b..7e5731b --- a/backend/views/slider/_search.php +++ b/backend/views/slider/_search.php diff --git a/backend/views/slider/create.php b/backend/views/slider/create.php old mode 100644 new mode 100755 index 8cb53fb..8cb53fb --- a/backend/views/slider/create.php +++ b/backend/views/slider/create.php diff --git a/backend/views/slider/index.php b/backend/views/slider/index.php old mode 100644 new mode 100755 index e80f89e..e80f89e --- a/backend/views/slider/index.php +++ b/backend/views/slider/index.php diff --git a/backend/views/slider/update.php b/backend/views/slider/update.php old mode 100644 new mode 100755 index ff836e0..ff836e0 --- a/backend/views/slider/update.php +++ b/backend/views/slider/update.php diff --git a/backend/views/subscribe/_form.php b/backend/views/subscribe/_form.php old mode 100644 new mode 100755 index 36ef492..36ef492 --- a/backend/views/subscribe/_form.php +++ b/backend/views/subscribe/_form.php diff --git a/backend/views/subscribe/_search.php b/backend/views/subscribe/_search.php old mode 100644 new mode 100755 index e2aaf8a..e2aaf8a --- a/backend/views/subscribe/_search.php +++ b/backend/views/subscribe/_search.php diff --git a/backend/views/subscribe/create.php b/backend/views/subscribe/create.php old mode 100644 new mode 100755 index 3f6f09f..3f6f09f --- a/backend/views/subscribe/create.php +++ b/backend/views/subscribe/create.php diff --git a/backend/views/subscribe/index.php b/backend/views/subscribe/index.php old mode 100644 new mode 100755 index 68e32f3..68e32f3 --- a/backend/views/subscribe/index.php +++ b/backend/views/subscribe/index.php diff --git a/backend/views/subscribe/update.php b/backend/views/subscribe/update.php old mode 100644 new mode 100755 index 2137e89..2137e89 --- a/backend/views/subscribe/update.php +++ b/backend/views/subscribe/update.php diff --git a/backend/views/subscribe/view.php b/backend/views/subscribe/view.php old mode 100644 new mode 100755 index 7c96baa..7c96baa --- a/backend/views/subscribe/view.php +++ b/backend/views/subscribe/view.php diff --git a/backend/views/user/_form.php b/backend/views/user/_form.php old mode 100644 new mode 100755 index 212c576..212c576 --- a/backend/views/user/_form.php +++ b/backend/views/user/_form.php diff --git a/backend/views/user/_search.php b/backend/views/user/_search.php old mode 100644 new mode 100755 index c1fbe51..c1fbe51 --- a/backend/views/user/_search.php +++ b/backend/views/user/_search.php diff --git a/backend/views/user/create.php b/backend/views/user/create.php old mode 100644 new mode 100755 index 3210ec4..3210ec4 --- a/backend/views/user/create.php +++ b/backend/views/user/create.php diff --git a/backend/views/user/index.php b/backend/views/user/index.php old mode 100644 new mode 100755 index 7d12021..7d12021 --- a/backend/views/user/index.php +++ b/backend/views/user/index.php diff --git a/backend/views/user/update.php b/backend/views/user/update.php old mode 100644 new mode 100755 index 94e31cd..94e31cd --- a/backend/views/user/update.php +++ b/backend/views/user/update.php diff --git a/backend/views/user/view.php b/backend/views/user/view.php old mode 100644 new mode 100755 index 953d13e..953d13e --- a/backend/views/user/view.php +++ b/backend/views/user/view.php diff --git a/backend/web/js/site.js b/backend/web/js/site.js old mode 100644 new mode 100755 index 067057b..067057b --- a/backend/web/js/site.js +++ b/backend/web/js/site.js diff --git a/common/behaviors/AjaxFilter.php b/common/behaviors/AjaxFilter.php old mode 100644 new mode 100755 index cd7673b..cd7673b --- a/common/behaviors/AjaxFilter.php +++ b/common/behaviors/AjaxFilter.php diff --git a/common/behaviors/ArtBoxAccessBehavior.php b/common/behaviors/ArtBoxAccessBehavior.php old mode 100644 new mode 100755 index 44645f0..44645f0 --- a/common/behaviors/ArtBoxAccessBehavior.php +++ b/common/behaviors/ArtBoxAccessBehavior.php diff --git a/common/behaviors/NotifyBehavior.php b/common/behaviors/NotifyBehavior.php old mode 100644 new mode 100755 index 61dc7a3..61dc7a3 --- a/common/behaviors/NotifyBehavior.php +++ b/common/behaviors/NotifyBehavior.php diff --git a/common/behaviors/RatingBehavior.php b/common/behaviors/RatingBehavior.php old mode 100644 new mode 100755 index 0d999ca..0d999ca --- a/common/behaviors/RatingBehavior.php +++ b/common/behaviors/RatingBehavior.php diff --git a/common/behaviors/RuSlug.php b/common/behaviors/RuSlug.php old mode 100644 new mode 100755 index 2185a4d..2185a4d --- a/common/behaviors/RuSlug.php +++ b/common/behaviors/RuSlug.php diff --git a/common/behaviors/SaveImgBehavior.php b/common/behaviors/SaveImgBehavior.php old mode 100644 new mode 100755 index 8b16a06..8b16a06 --- a/common/behaviors/SaveImgBehavior.php +++ b/common/behaviors/SaveImgBehavior.php diff --git a/common/behaviors/ShowImage.php b/common/behaviors/ShowImage.php old mode 100644 new mode 100755 index dde9c28..dde9c28 --- a/common/behaviors/ShowImage.php +++ b/common/behaviors/ShowImage.php diff --git a/common/behaviors/Slug.php b/common/behaviors/Slug.php old mode 100644 new mode 100755 index 01abbb0..01abbb0 --- a/common/behaviors/Slug.php +++ b/common/behaviors/Slug.php diff --git a/common/components/Request.php b/common/components/Request.php old mode 100644 new mode 100755 index 98a8adf..98a8adf --- a/common/components/Request.php +++ b/common/components/Request.php diff --git a/common/components/SmsSender.php b/common/components/SmsSender.php old mode 100644 new mode 100755 index 226a0fc..226a0fc --- a/common/components/SmsSender.php +++ b/common/components/SmsSender.php diff --git a/common/components/artboximage/ArtboxImage.php b/common/components/artboximage/ArtboxImage.php old mode 100644 new mode 100755 index 244bd62..244bd62 --- a/common/components/artboximage/ArtboxImage.php +++ b/common/components/artboximage/ArtboxImage.php diff --git a/common/components/artboximage/ArtboxImageBehavior.php b/common/components/artboximage/ArtboxImageBehavior.php old mode 100644 new mode 100755 index 51a2c42..51a2c42 --- a/common/components/artboximage/ArtboxImageBehavior.php +++ b/common/components/artboximage/ArtboxImageBehavior.php diff --git a/common/components/artboximage/ArtboxImageHelper.php b/common/components/artboximage/ArtboxImageHelper.php old mode 100644 new mode 100755 index 0c6b32e..0c6b32e --- a/common/components/artboximage/ArtboxImageHelper.php +++ b/common/components/artboximage/ArtboxImageHelper.php diff --git a/common/components/artboxtree/ArtboxTreeBehavior.php b/common/components/artboxtree/ArtboxTreeBehavior.php old mode 100644 new mode 100755 index 5b946c9..5b946c9 --- a/common/components/artboxtree/ArtboxTreeBehavior.php +++ b/common/components/artboxtree/ArtboxTreeBehavior.php diff --git a/common/components/artboxtree/ArtboxTreeHelper.php b/common/components/artboxtree/ArtboxTreeHelper.php old mode 100644 new mode 100755 index 26877e7..26877e7 --- a/common/components/artboxtree/ArtboxTreeHelper.php +++ b/common/components/artboxtree/ArtboxTreeHelper.php diff --git a/common/components/artboxtree/ArtboxTreeQueryTrait.php b/common/components/artboxtree/ArtboxTreeQueryTrait.php old mode 100644 new mode 100755 index 017023e..017023e --- a/common/components/artboxtree/ArtboxTreeQueryTrait.php +++ b/common/components/artboxtree/ArtboxTreeQueryTrait.php diff --git a/common/components/artboxtree/ArtboxTreeWidget.php b/common/components/artboxtree/ArtboxTreeWidget.php old mode 100644 new mode 100755 index 4e74c5e..4e74c5e --- a/common/components/artboxtree/ArtboxTreeWidget.php +++ b/common/components/artboxtree/ArtboxTreeWidget.php diff --git a/common/components/artboxtree/treegrid/TreeGridColumn.php b/common/components/artboxtree/treegrid/TreeGridColumn.php old mode 100644 new mode 100755 index 5474766..5474766 --- a/common/components/artboxtree/treegrid/TreeGridColumn.php +++ b/common/components/artboxtree/treegrid/TreeGridColumn.php diff --git a/common/components/artboxtree/treegrid/TreeGridWidget.php b/common/components/artboxtree/treegrid/TreeGridWidget.php old mode 100644 new mode 100755 index 9996437..9996437 --- a/common/components/artboxtree/treegrid/TreeGridWidget.php +++ b/common/components/artboxtree/treegrid/TreeGridWidget.php diff --git a/common/components/artboxtree/treelist/TreeListWidget.php b/common/components/artboxtree/treelist/TreeListWidget.php old mode 100644 new mode 100755 index a3e2165..a3e2165 --- a/common/components/artboxtree/treelist/TreeListWidget.php +++ b/common/components/artboxtree/treelist/TreeListWidget.php diff --git a/common/components/artboxtree/treemenu/TreeMenuWidget.php b/common/components/artboxtree/treemenu/TreeMenuWidget.php old mode 100644 new mode 100755 index 0b66cb8..0b66cb8 --- a/common/components/artboxtree/treemenu/TreeMenuWidget.php +++ b/common/components/artboxtree/treemenu/TreeMenuWidget.php diff --git a/common/components/urlManager/.htaccess b/common/components/urlManager/.htaccess old mode 100644 new mode 100755 index cc79a2f..cc79a2f --- a/common/components/urlManager/.htaccess +++ b/common/components/urlManager/.htaccess diff --git a/common/components/urlManager/LangRequest.php b/common/components/urlManager/LangRequest.php old mode 100644 new mode 100755 index caa4545..caa4545 --- a/common/components/urlManager/LangRequest.php +++ b/common/components/urlManager/LangRequest.php diff --git a/common/components/urlManager/LangUrlManager.php b/common/components/urlManager/LangUrlManager.php old mode 100644 new mode 100755 index 0cf85ad..0cf85ad --- a/common/components/urlManager/LangUrlManager.php +++ b/common/components/urlManager/LangUrlManager.php diff --git a/common/components/urlManager/LangUrlRule.php b/common/components/urlManager/LangUrlRule.php old mode 100644 new mode 100755 index 31c93ae..31c93ae --- a/common/components/urlManager/LangUrlRule.php +++ b/common/components/urlManager/LangUrlRule.php diff --git a/common/models/ArticleToRating.php b/common/models/ArticleToRating.php old mode 100644 new mode 100755 index 44b3be6..44b3be6 --- a/common/models/ArticleToRating.php +++ b/common/models/ArticleToRating.php diff --git a/common/models/Articles.php b/common/models/Articles.php old mode 100644 new mode 100755 index 6a7be6d..6a7be6d --- a/common/models/Articles.php +++ b/common/models/Articles.php diff --git a/common/models/ArticlesLang.php b/common/models/ArticlesLang.php old mode 100644 new mode 100755 index 3207706..3207706 --- a/common/models/ArticlesLang.php +++ b/common/models/ArticlesLang.php diff --git a/common/models/ArticlesSearch.php b/common/models/ArticlesSearch.php old mode 100644 new mode 100755 index a522cfb..a522cfb --- a/common/models/ArticlesSearch.php +++ b/common/models/ArticlesSearch.php diff --git a/common/models/Banner.php b/common/models/Banner.php old mode 100644 new mode 100755 index c3cd6ef..c3cd6ef --- a/common/models/Banner.php +++ b/common/models/Banner.php diff --git a/common/models/BannerLang.php b/common/models/BannerLang.php old mode 100644 new mode 100755 index 660dad8..660dad8 --- a/common/models/BannerLang.php +++ b/common/models/BannerLang.php diff --git a/common/models/BannerSearch.php b/common/models/BannerSearch.php old mode 100644 new mode 100755 index b91d568..b91d568 --- a/common/models/BannerSearch.php +++ b/common/models/BannerSearch.php diff --git a/common/models/Basket.php b/common/models/Basket.php old mode 100644 new mode 100755 index 9ffc7bd..9ffc7bd --- a/common/models/Basket.php +++ b/common/models/Basket.php diff --git a/common/models/Bg.php b/common/models/Bg.php old mode 100644 new mode 100755 index 6ee2a00..6ee2a00 --- a/common/models/Bg.php +++ b/common/models/Bg.php diff --git a/common/models/BgLang.php b/common/models/BgLang.php old mode 100644 new mode 100755 index f054ebc..f054ebc --- a/common/models/BgLang.php +++ b/common/models/BgLang.php diff --git a/common/models/BgSearch.php b/common/models/BgSearch.php old mode 100644 new mode 100755 index 2558885..2558885 --- a/common/models/BgSearch.php +++ b/common/models/BgSearch.php diff --git a/common/models/Certificate.php b/common/models/Certificate.php old mode 100644 new mode 100755 index f704489..f704489 --- a/common/models/Certificate.php +++ b/common/models/Certificate.php diff --git a/common/models/CertificateSearch.php b/common/models/CertificateSearch.php old mode 100644 new mode 100755 index f72549e..f72549e --- a/common/models/CertificateSearch.php +++ b/common/models/CertificateSearch.php diff --git a/common/models/Customer.php b/common/models/Customer.php old mode 100644 new mode 100755 index a4e6597..a4e6597 --- a/common/models/Customer.php +++ b/common/models/Customer.php diff --git a/common/models/CustomerSearch.php b/common/models/CustomerSearch.php old mode 100644 new mode 100755 index 431f6c9..431f6c9 --- a/common/models/CustomerSearch.php +++ b/common/models/CustomerSearch.php diff --git a/common/models/Delivery.php b/common/models/Delivery.php old mode 100644 new mode 100755 index b99b63e..b99b63e --- a/common/models/Delivery.php +++ b/common/models/Delivery.php diff --git a/common/models/Event.php b/common/models/Event.php old mode 100644 new mode 100755 index 7e39a8a..7e39a8a --- a/common/models/Event.php +++ b/common/models/Event.php diff --git a/common/models/EventLang.php b/common/models/EventLang.php old mode 100644 new mode 100755 index 4c91758..4c91758 --- a/common/models/EventLang.php +++ b/common/models/EventLang.php diff --git a/common/models/EventSearch.php b/common/models/EventSearch.php old mode 100644 new mode 100755 index 9c7be65..9c7be65 --- a/common/models/EventSearch.php +++ b/common/models/EventSearch.php diff --git a/common/models/Feedback.php b/common/models/Feedback.php old mode 100644 new mode 100755 index 7b190d6..7b190d6 --- a/common/models/Feedback.php +++ b/common/models/Feedback.php diff --git a/common/models/FeedbackSearch.php b/common/models/FeedbackSearch.php old mode 100644 new mode 100755 index f578091..f578091 --- a/common/models/FeedbackSearch.php +++ b/common/models/FeedbackSearch.php diff --git a/common/models/Orders.php b/common/models/Orders.php old mode 100644 new mode 100755 index ce08147..ce08147 --- a/common/models/Orders.php +++ b/common/models/Orders.php diff --git a/common/models/OrdersDeliveryLang.php b/common/models/OrdersDeliveryLang.php old mode 100644 new mode 100755 index a879a5a..a879a5a --- a/common/models/OrdersDeliveryLang.php +++ b/common/models/OrdersDeliveryLang.php diff --git a/common/models/OrdersProducts.php b/common/models/OrdersProducts.php old mode 100644 new mode 100755 index dbc7b3e..dbc7b3e --- a/common/models/OrdersProducts.php +++ b/common/models/OrdersProducts.php diff --git a/common/models/OrdersSearch.php b/common/models/OrdersSearch.php old mode 100644 new mode 100755 index b5ce4dd..b5ce4dd --- a/common/models/OrdersSearch.php +++ b/common/models/OrdersSearch.php diff --git a/common/models/Page.php b/common/models/Page.php old mode 100644 new mode 100755 index 650e268..3e8c5f9 --- a/common/models/Page.php +++ b/common/models/Page.php @@ -1,36 +1,39 @@ 'ID', - 'in_menu' => 'Show in menu', + 'id' => 'ID', + 'in_menu' => 'Show in menu', ]; } } diff --git a/common/models/PageLang.php b/common/models/PageLang.php old mode 100644 new mode 100755 index 8790090..8790090 --- a/common/models/PageLang.php +++ b/common/models/PageLang.php diff --git a/common/models/PageSearch.php b/common/models/PageSearch.php old mode 100644 new mode 100755 index de22f25..f558b6e --- a/common/models/PageSearch.php +++ b/common/models/PageSearch.php @@ -1,69 +1,100 @@ $query, - ]); - - $this->load($params); - - if (!$this->validate()) { - // uncomment the following line if you do not want to return any records when validation fails - // $query->where('0=1'); + + public $title; + + /** + * @inheritdoc + */ + public function rules() + { + return [ + [ + [ 'id' ], + 'integer', + ], + [ + [ 'title' ], + 'safe', + ], + [ + [ 'in_menu' ], + 'boolean', + ], + ]; + } + + /** + * @inheritdoc + */ + public function scenarios() + { + // bypass scenarios() implementation in the parent class + return Model::scenarios(); + } + + public function behaviors() + { + return []; + } + + /** + * Creates data provider instance with search query applied + * + * @param array $params + * + * @return ActiveDataProvider + */ + public function search($params) + { + $query = Page::find() + ->joinWith('lang'); + + // add conditions that should always apply here + + $dataProvider = new ActiveDataProvider([ + 'query' => $query, + 'sort' => [ + 'attributes' => [ + 'title' => [ + 'asc' => [ 'page_lang.title' => SORT_ASC ], + 'desc' => [ 'page_lang.title' => SORT_DESC ], + ], + 'id', + 'in_menu', + ], + ], + ]); + + $this->load($params); + + if(!$this->validate()) { + // uncomment the following line if you do not want to return any records when validation fails + // $query->where('0=1'); + return $dataProvider; + } + + // grid filtering conditions + $query->andFilterWhere([ + 'id' => $this->id, + 'in_menu' => $this->in_menu, + ]) + ->andFilterWhere([ + 'like', + 'page_lang.title', + $this->title, + ]); + return $dataProvider; } - - // grid filtering conditions - $query->andFilterWhere([ - 'id' => $this->id, - ]); - - return $dataProvider; } -} diff --git a/common/models/ProductCertificate.php b/common/models/ProductCertificate.php old mode 100644 new mode 100755 index 6244751..6244751 --- a/common/models/ProductCertificate.php +++ b/common/models/ProductCertificate.php diff --git a/common/models/ProductSpec.php b/common/models/ProductSpec.php old mode 100644 new mode 100755 index 30b662a..30b662a --- a/common/models/ProductSpec.php +++ b/common/models/ProductSpec.php diff --git a/common/models/ProductSpecLang.php b/common/models/ProductSpecLang.php old mode 100644 new mode 100755 index 32a53ec..32a53ec --- a/common/models/ProductSpecLang.php +++ b/common/models/ProductSpecLang.php diff --git a/common/models/ProductToProject.php b/common/models/ProductToProject.php old mode 100644 new mode 100755 index 9850a4d..9850a4d --- a/common/models/ProductToProject.php +++ b/common/models/ProductToProject.php diff --git a/common/models/ProductToProjectSearch.php b/common/models/ProductToProjectSearch.php old mode 100644 new mode 100755 index b108c3b..b108c3b --- a/common/models/ProductToProjectSearch.php +++ b/common/models/ProductToProjectSearch.php diff --git a/common/models/ProductToRating.php b/common/models/ProductToRating.php old mode 100644 new mode 100755 index ad5755e..ad5755e --- a/common/models/ProductToRating.php +++ b/common/models/ProductToRating.php diff --git a/common/models/Project.php b/common/models/Project.php old mode 100644 new mode 100755 index a039078..a039078 --- a/common/models/Project.php +++ b/common/models/Project.php diff --git a/common/models/ProjectImage.php b/common/models/ProjectImage.php old mode 100644 new mode 100755 index a2a6814..a2a6814 --- a/common/models/ProjectImage.php +++ b/common/models/ProjectImage.php diff --git a/common/models/ProjectLang.php b/common/models/ProjectLang.php old mode 100644 new mode 100755 index 302551f..302551f --- a/common/models/ProjectLang.php +++ b/common/models/ProjectLang.php diff --git a/common/models/ProjectSearch.php b/common/models/ProjectSearch.php old mode 100644 new mode 100755 index 94e4fdc..94e4fdc --- a/common/models/ProjectSearch.php +++ b/common/models/ProjectSearch.php diff --git a/common/models/Seo.php b/common/models/Seo.php old mode 100644 new mode 100755 index 0136cfa..0136cfa --- a/common/models/Seo.php +++ b/common/models/Seo.php diff --git a/common/models/SeoCategory.php b/common/models/SeoCategory.php old mode 100644 new mode 100755 index 2e19821..2e19821 --- a/common/models/SeoCategory.php +++ b/common/models/SeoCategory.php diff --git a/common/models/SeoCategoryLang.php b/common/models/SeoCategoryLang.php old mode 100644 new mode 100755 index 85aa6fb..85aa6fb --- a/common/models/SeoCategoryLang.php +++ b/common/models/SeoCategoryLang.php diff --git a/common/models/SeoCategorySearch.php b/common/models/SeoCategorySearch.php old mode 100644 new mode 100755 index 2c5ae57..2c5ae57 --- a/common/models/SeoCategorySearch.php +++ b/common/models/SeoCategorySearch.php diff --git a/common/models/SeoDynamic.php b/common/models/SeoDynamic.php old mode 100644 new mode 100755 index 0757fa7..0757fa7 --- a/common/models/SeoDynamic.php +++ b/common/models/SeoDynamic.php diff --git a/common/models/SeoDynamicLang.php b/common/models/SeoDynamicLang.php old mode 100644 new mode 100755 index d2dd954..d2dd954 --- a/common/models/SeoDynamicLang.php +++ b/common/models/SeoDynamicLang.php diff --git a/common/models/SeoDynamicSearch.php b/common/models/SeoDynamicSearch.php old mode 100644 new mode 100755 index feffc02..feffc02 --- a/common/models/SeoDynamicSearch.php +++ b/common/models/SeoDynamicSearch.php diff --git a/common/models/SeoLang.php b/common/models/SeoLang.php old mode 100644 new mode 100755 index 3a838ed..3a838ed --- a/common/models/SeoLang.php +++ b/common/models/SeoLang.php diff --git a/common/models/SeoSearch.php b/common/models/SeoSearch.php old mode 100644 new mode 100755 index 33d8fa6..33d8fa6 --- a/common/models/SeoSearch.php +++ b/common/models/SeoSearch.php diff --git a/common/models/Service.php b/common/models/Service.php old mode 100644 new mode 100755 index cdae8e3..cdae8e3 --- a/common/models/Service.php +++ b/common/models/Service.php diff --git a/common/models/ServiceLang.php b/common/models/ServiceLang.php old mode 100644 new mode 100755 index 5821b30..5821b30 --- a/common/models/ServiceLang.php +++ b/common/models/ServiceLang.php diff --git a/common/models/ServiceSearch.php b/common/models/ServiceSearch.php old mode 100644 new mode 100755 index e4ca391..e4ca391 --- a/common/models/ServiceSearch.php +++ b/common/models/ServiceSearch.php diff --git a/common/models/Share.php b/common/models/Share.php old mode 100644 new mode 100755 index f25dcaf..f25dcaf --- a/common/models/Share.php +++ b/common/models/Share.php diff --git a/common/models/Slider.php b/common/models/Slider.php old mode 100644 new mode 100755 index 2e4d589..2e4d589 --- a/common/models/Slider.php +++ b/common/models/Slider.php diff --git a/common/models/SliderImage.php b/common/models/SliderImage.php old mode 100644 new mode 100755 index 95ef598..95ef598 --- a/common/models/SliderImage.php +++ b/common/models/SliderImage.php diff --git a/common/models/SliderImageLang.php b/common/models/SliderImageLang.php old mode 100644 new mode 100755 index 8201767..8201767 --- a/common/models/SliderImageLang.php +++ b/common/models/SliderImageLang.php diff --git a/common/models/SliderImageSearch.php b/common/models/SliderImageSearch.php old mode 100644 new mode 100755 index d292a77..d292a77 --- a/common/models/SliderImageSearch.php +++ b/common/models/SliderImageSearch.php diff --git a/common/models/SliderSearch.php b/common/models/SliderSearch.php old mode 100644 new mode 100755 index f86e53e..f86e53e --- a/common/models/SliderSearch.php +++ b/common/models/SliderSearch.php diff --git a/common/models/Subscribe.php b/common/models/Subscribe.php old mode 100644 new mode 100755 index e3baba3..e3baba3 --- a/common/models/Subscribe.php +++ b/common/models/Subscribe.php diff --git a/common/models/SubscribeSearch.php b/common/models/SubscribeSearch.php old mode 100644 new mode 100755 index 4aeca70..4aeca70 --- a/common/models/SubscribeSearch.php +++ b/common/models/SubscribeSearch.php diff --git a/common/models/TemplateLocation.php b/common/models/TemplateLocation.php old mode 100644 new mode 100755 index 22fa840..22fa840 --- a/common/models/TemplateLocation.php +++ b/common/models/TemplateLocation.php diff --git a/common/models/TemplateLocationSearch.php b/common/models/TemplateLocationSearch.php old mode 100644 new mode 100755 index dbbcd74..dbbcd74 --- a/common/models/TemplateLocationSearch.php +++ b/common/models/TemplateLocationSearch.php diff --git a/common/modules/artboxfile/Module.php b/common/modules/artboxfile/Module.php old mode 100644 new mode 100755 index 72360d2..72360d2 --- a/common/modules/artboxfile/Module.php +++ b/common/modules/artboxfile/Module.php diff --git a/common/modules/artboxfile/config.php b/common/modules/artboxfile/config.php old mode 100644 new mode 100755 index d0b9c34..d0b9c34 --- a/common/modules/artboxfile/config.php +++ b/common/modules/artboxfile/config.php diff --git a/common/modules/artboxfile/controllers/ActionController.php b/common/modules/artboxfile/controllers/ActionController.php old mode 100644 new mode 100755 index f52ffbb..f52ffbb --- a/common/modules/artboxfile/controllers/ActionController.php +++ b/common/modules/artboxfile/controllers/ActionController.php diff --git a/common/modules/artboxfile/models/File.php b/common/modules/artboxfile/models/File.php old mode 100644 new mode 100755 index f5c4188..f5c4188 --- a/common/modules/artboxfile/models/File.php +++ b/common/modules/artboxfile/models/File.php diff --git a/common/modules/comment/Module.php b/common/modules/comment/Module.php old mode 100644 new mode 100755 index cb0473c..cb0473c --- a/common/modules/comment/Module.php +++ b/common/modules/comment/Module.php diff --git a/common/modules/comment/assets/CommentAsset.php b/common/modules/comment/assets/CommentAsset.php old mode 100644 new mode 100755 index 62492bc..62492bc --- a/common/modules/comment/assets/CommentAsset.php +++ b/common/modules/comment/assets/CommentAsset.php diff --git a/common/modules/comment/behaviors/ParentBehavior.php b/common/modules/comment/behaviors/ParentBehavior.php old mode 100644 new mode 100755 index f93dff8..f93dff8 --- a/common/modules/comment/behaviors/ParentBehavior.php +++ b/common/modules/comment/behaviors/ParentBehavior.php diff --git a/common/modules/comment/controllers/DefaultController.php b/common/modules/comment/controllers/DefaultController.php old mode 100644 new mode 100755 index b4b0de0..b4b0de0 --- a/common/modules/comment/controllers/DefaultController.php +++ b/common/modules/comment/controllers/DefaultController.php diff --git a/common/modules/comment/controllers/ManageController.php b/common/modules/comment/controllers/ManageController.php old mode 100644 new mode 100755 index 3a63045..3a63045 --- a/common/modules/comment/controllers/ManageController.php +++ b/common/modules/comment/controllers/ManageController.php diff --git a/common/modules/comment/messages/config.php b/common/modules/comment/messages/config.php old mode 100644 new mode 100755 index 34cdfe6..34cdfe6 --- a/common/modules/comment/messages/config.php +++ b/common/modules/comment/messages/config.php diff --git a/common/modules/comment/messages/en/artbox-comment.php b/common/modules/comment/messages/en/artbox-comment.php old mode 100644 new mode 100755 index 3fef9ec..3fef9ec --- a/common/modules/comment/messages/en/artbox-comment.php +++ b/common/modules/comment/messages/en/artbox-comment.php diff --git a/common/modules/comment/messages/ru/artbox-comment.php b/common/modules/comment/messages/ru/artbox-comment.php old mode 100644 new mode 100755 index 81b0d22..81b0d22 --- a/common/modules/comment/messages/ru/artbox-comment.php +++ b/common/modules/comment/messages/ru/artbox-comment.php diff --git a/common/modules/comment/migrations/m160724_162347_artbox_comment.php b/common/modules/comment/migrations/m160724_162347_artbox_comment.php old mode 100644 new mode 100755 index 93028c3..93028c3 --- a/common/modules/comment/migrations/m160724_162347_artbox_comment.php +++ b/common/modules/comment/migrations/m160724_162347_artbox_comment.php diff --git a/common/modules/comment/migrations/m160726_092634_add_entity_fields.php b/common/modules/comment/migrations/m160726_092634_add_entity_fields.php old mode 100644 new mode 100755 index 16d8193..16d8193 --- a/common/modules/comment/migrations/m160726_092634_add_entity_fields.php +++ b/common/modules/comment/migrations/m160726_092634_add_entity_fields.php diff --git a/common/modules/comment/migrations/m160726_211227_create_artbox_comment_rating.php b/common/modules/comment/migrations/m160726_211227_create_artbox_comment_rating.php old mode 100644 new mode 100755 index 2f0848e..2f0848e --- a/common/modules/comment/migrations/m160726_211227_create_artbox_comment_rating.php +++ b/common/modules/comment/migrations/m160726_211227_create_artbox_comment_rating.php diff --git a/common/modules/comment/models/CommentModel.php b/common/modules/comment/models/CommentModel.php old mode 100644 new mode 100755 index 1d10f13..1d10f13 --- a/common/modules/comment/models/CommentModel.php +++ b/common/modules/comment/models/CommentModel.php diff --git a/common/modules/comment/models/CommentModelSearch.php b/common/modules/comment/models/CommentModelSearch.php old mode 100644 new mode 100755 index 7c3b9cb..7c3b9cb --- a/common/modules/comment/models/CommentModelSearch.php +++ b/common/modules/comment/models/CommentModelSearch.php diff --git a/common/modules/comment/models/LikeModel.php b/common/modules/comment/models/LikeModel.php old mode 100644 new mode 100755 index 8ad420e..8ad420e --- a/common/modules/comment/models/LikeModel.php +++ b/common/modules/comment/models/LikeModel.php diff --git a/common/modules/comment/models/RatingModel.php b/common/modules/comment/models/RatingModel.php old mode 100644 new mode 100755 index 6be7b69..6be7b69 --- a/common/modules/comment/models/RatingModel.php +++ b/common/modules/comment/models/RatingModel.php diff --git a/common/modules/comment/models/interfaces/CommentInterface.php b/common/modules/comment/models/interfaces/CommentInterface.php old mode 100644 new mode 100755 index 4c5bd1d..4c5bd1d --- a/common/modules/comment/models/interfaces/CommentInterface.php +++ b/common/modules/comment/models/interfaces/CommentInterface.php diff --git a/common/modules/comment/resources/artbox_comment.css b/common/modules/comment/resources/artbox_comment.css old mode 100644 new mode 100755 index 7ca9879..7ca9879 --- a/common/modules/comment/resources/artbox_comment.css +++ b/common/modules/comment/resources/artbox_comment.css diff --git a/common/modules/comment/resources/artbox_comment.js b/common/modules/comment/resources/artbox_comment.js old mode 100644 new mode 100755 index c6f9180..c6f9180 --- a/common/modules/comment/resources/artbox_comment.js +++ b/common/modules/comment/resources/artbox_comment.js diff --git a/common/modules/comment/resources/delete.gif b/common/modules/comment/resources/delete.gif old mode 100644 new mode 100755 index 43c6ca8..43c6ca8 Binary files a/common/modules/comment/resources/delete.gif and b/common/modules/comment/resources/delete.gif differ diff --git a/common/modules/comment/resources/jquery.rateit.min.js b/common/modules/comment/resources/jquery.rateit.min.js old mode 100644 new mode 100755 index 08f83d8..08f83d8 --- a/common/modules/comment/resources/jquery.rateit.min.js +++ b/common/modules/comment/resources/jquery.rateit.min.js diff --git a/common/modules/comment/resources/rateit.css b/common/modules/comment/resources/rateit.css old mode 100644 new mode 100755 index d6ca91a..d6ca91a --- a/common/modules/comment/resources/rateit.css +++ b/common/modules/comment/resources/rateit.css diff --git a/common/modules/comment/resources/star.gif b/common/modules/comment/resources/star.gif old mode 100644 new mode 100755 index cd14729..cd14729 Binary files a/common/modules/comment/resources/star.gif and b/common/modules/comment/resources/star.gif differ diff --git a/common/modules/comment/todo b/common/modules/comment/todo old mode 100644 new mode 100755 index cae6e3f..cae6e3f --- a/common/modules/comment/todo +++ b/common/modules/comment/todo diff --git a/common/modules/comment/views/artbox_comment_form.php b/common/modules/comment/views/artbox_comment_form.php old mode 100644 new mode 100755 index 1e8c552..1e8c552 --- a/common/modules/comment/views/artbox_comment_form.php +++ b/common/modules/comment/views/artbox_comment_form.php diff --git a/common/modules/comment/views/artbox_comment_item.php b/common/modules/comment/views/artbox_comment_item.php old mode 100644 new mode 100755 index 59a4841..59a4841 --- a/common/modules/comment/views/artbox_comment_item.php +++ b/common/modules/comment/views/artbox_comment_item.php diff --git a/common/modules/comment/views/artbox_comment_list.php b/common/modules/comment/views/artbox_comment_list.php old mode 100644 new mode 100755 index 20dc4a9..20dc4a9 --- a/common/modules/comment/views/artbox_comment_list.php +++ b/common/modules/comment/views/artbox_comment_list.php diff --git a/common/modules/comment/views/artbox_comment_reply.php b/common/modules/comment/views/artbox_comment_reply.php old mode 100644 new mode 100755 index 2aed197..2aed197 --- a/common/modules/comment/views/artbox_comment_reply.php +++ b/common/modules/comment/views/artbox_comment_reply.php diff --git a/common/modules/comment/views/manage/index.php b/common/modules/comment/views/manage/index.php old mode 100644 new mode 100755 index dcd3f50..dcd3f50 --- a/common/modules/comment/views/manage/index.php +++ b/common/modules/comment/views/manage/index.php diff --git a/common/modules/comment/views/manage/update.php b/common/modules/comment/views/manage/update.php old mode 100644 new mode 100755 index fa9f3de..fa9f3de --- a/common/modules/comment/views/manage/update.php +++ b/common/modules/comment/views/manage/update.php diff --git a/common/modules/comment/widgets/CommentWidget.php b/common/modules/comment/widgets/CommentWidget.php old mode 100644 new mode 100755 index 797b705..797b705 --- a/common/modules/comment/widgets/CommentWidget.php +++ b/common/modules/comment/widgets/CommentWidget.php diff --git a/common/modules/file/FileUploadAsset.php b/common/modules/file/FileUploadAsset.php old mode 100644 new mode 100755 index 1f15894..1f15894 --- a/common/modules/file/FileUploadAsset.php +++ b/common/modules/file/FileUploadAsset.php diff --git a/common/modules/file/Module.php b/common/modules/file/Module.php old mode 100644 new mode 100755 index 374e5f4..374e5f4 --- a/common/modules/file/Module.php +++ b/common/modules/file/Module.php diff --git a/common/modules/file/assets/css/fileupload/style.css b/common/modules/file/assets/css/fileupload/style.css old mode 100644 new mode 100755 index 08b1717..08b1717 --- a/common/modules/file/assets/css/fileupload/style.css +++ b/common/modules/file/assets/css/fileupload/style.css diff --git a/common/modules/file/assets/css/jquery.fileupload-noscript.css b/common/modules/file/assets/css/jquery.fileupload-noscript.css old mode 100644 new mode 100755 index bafc409..bafc409 --- a/common/modules/file/assets/css/jquery.fileupload-noscript.css +++ b/common/modules/file/assets/css/jquery.fileupload-noscript.css diff --git a/common/modules/file/assets/css/jquery.fileupload-ui-noscript.css b/common/modules/file/assets/css/jquery.fileupload-ui-noscript.css old mode 100644 new mode 100755 index c8fcdaf..c8fcdaf --- a/common/modules/file/assets/css/jquery.fileupload-ui-noscript.css +++ b/common/modules/file/assets/css/jquery.fileupload-ui-noscript.css diff --git a/common/modules/file/assets/css/jquery.fileupload-ui.css b/common/modules/file/assets/css/jquery.fileupload-ui.css old mode 100644 new mode 100755 index 867f385..867f385 --- a/common/modules/file/assets/css/jquery.fileupload-ui.css +++ b/common/modules/file/assets/css/jquery.fileupload-ui.css diff --git a/common/modules/file/assets/css/jquery.fileupload.css b/common/modules/file/assets/css/jquery.fileupload.css old mode 100644 new mode 100755 index 7508566..7508566 --- a/common/modules/file/assets/css/jquery.fileupload.css +++ b/common/modules/file/assets/css/jquery.fileupload.css diff --git a/common/modules/file/assets/img/loading.gif b/common/modules/file/assets/img/loading.gif old mode 100644 new mode 100755 index 90f28cb..90f28cb Binary files a/common/modules/file/assets/img/loading.gif and b/common/modules/file/assets/img/loading.gif differ diff --git a/common/modules/file/assets/img/progressbar.gif b/common/modules/file/assets/img/progressbar.gif old mode 100644 new mode 100755 index fbcce6b..fbcce6b Binary files a/common/modules/file/assets/img/progressbar.gif and b/common/modules/file/assets/img/progressbar.gif differ diff --git a/common/modules/file/assets/js/cors/jquery.postmessage-transport.js b/common/modules/file/assets/js/cors/jquery.postmessage-transport.js old mode 100644 new mode 100755 index 383d1c1..383d1c1 --- a/common/modules/file/assets/js/cors/jquery.postmessage-transport.js +++ b/common/modules/file/assets/js/cors/jquery.postmessage-transport.js diff --git a/common/modules/file/assets/js/cors/jquery.xdr-transport.js b/common/modules/file/assets/js/cors/jquery.xdr-transport.js old mode 100644 new mode 100755 index d951827..d951827 --- a/common/modules/file/assets/js/cors/jquery.xdr-transport.js +++ b/common/modules/file/assets/js/cors/jquery.xdr-transport.js diff --git a/common/modules/file/assets/js/jquery.fileupload-angular.js b/common/modules/file/assets/js/jquery.fileupload-angular.js old mode 100644 new mode 100755 index 08bb488..08bb488 --- a/common/modules/file/assets/js/jquery.fileupload-angular.js +++ b/common/modules/file/assets/js/jquery.fileupload-angular.js diff --git a/common/modules/file/assets/js/jquery.fileupload-audio.js b/common/modules/file/assets/js/jquery.fileupload-audio.js old mode 100644 new mode 100755 index 971658b..971658b --- a/common/modules/file/assets/js/jquery.fileupload-audio.js +++ b/common/modules/file/assets/js/jquery.fileupload-audio.js diff --git a/common/modules/file/assets/js/jquery.fileupload-image.js b/common/modules/file/assets/js/jquery.fileupload-image.js old mode 100644 new mode 100755 index d445120..d445120 --- a/common/modules/file/assets/js/jquery.fileupload-image.js +++ b/common/modules/file/assets/js/jquery.fileupload-image.js diff --git a/common/modules/file/assets/js/jquery.fileupload-jquery-ui.js b/common/modules/file/assets/js/jquery.fileupload-jquery-ui.js old mode 100644 new mode 100755 index a6b2804..a6b2804 --- a/common/modules/file/assets/js/jquery.fileupload-jquery-ui.js +++ b/common/modules/file/assets/js/jquery.fileupload-jquery-ui.js diff --git a/common/modules/file/assets/js/jquery.fileupload-process.js b/common/modules/file/assets/js/jquery.fileupload-process.js old mode 100644 new mode 100755 index aa7acec..aa7acec --- a/common/modules/file/assets/js/jquery.fileupload-process.js +++ b/common/modules/file/assets/js/jquery.fileupload-process.js diff --git a/common/modules/file/assets/js/jquery.fileupload-ui.js b/common/modules/file/assets/js/jquery.fileupload-ui.js old mode 100644 new mode 100755 index 26eacb3..26eacb3 --- a/common/modules/file/assets/js/jquery.fileupload-ui.js +++ b/common/modules/file/assets/js/jquery.fileupload-ui.js diff --git a/common/modules/file/assets/js/jquery.fileupload-validate.js b/common/modules/file/assets/js/jquery.fileupload-validate.js old mode 100644 new mode 100755 index b771386..b771386 --- a/common/modules/file/assets/js/jquery.fileupload-validate.js +++ b/common/modules/file/assets/js/jquery.fileupload-validate.js diff --git a/common/modules/file/assets/js/jquery.fileupload-video.js b/common/modules/file/assets/js/jquery.fileupload-video.js old mode 100644 new mode 100755 index 1416e26..1416e26 --- a/common/modules/file/assets/js/jquery.fileupload-video.js +++ b/common/modules/file/assets/js/jquery.fileupload-video.js diff --git a/common/modules/file/assets/js/jquery.fileupload.js b/common/modules/file/assets/js/jquery.fileupload.js old mode 100644 new mode 100755 index 68d1c4a..68d1c4a --- a/common/modules/file/assets/js/jquery.fileupload.js +++ b/common/modules/file/assets/js/jquery.fileupload.js diff --git a/common/modules/file/assets/js/jquery.iframe-transport.js b/common/modules/file/assets/js/jquery.iframe-transport.js old mode 100644 new mode 100755 index b63a16f..b63a16f --- a/common/modules/file/assets/js/jquery.iframe-transport.js +++ b/common/modules/file/assets/js/jquery.iframe-transport.js diff --git a/common/modules/file/assets/js/vendor/jquery.ui.widget.js b/common/modules/file/assets/js/vendor/jquery.ui.widget.js old mode 100644 new mode 100755 index 113c1f0..113c1f0 --- a/common/modules/file/assets/js/vendor/jquery.ui.widget.js +++ b/common/modules/file/assets/js/vendor/jquery.ui.widget.js diff --git a/common/modules/file/config.php b/common/modules/file/config.php old mode 100644 new mode 100755 index c1d2298..c1d2298 --- a/common/modules/file/config.php +++ b/common/modules/file/config.php diff --git a/common/modules/file/controllers/UploaderController.php b/common/modules/file/controllers/UploaderController.php old mode 100644 new mode 100755 index 80adf78..80adf78 --- a/common/modules/file/controllers/UploaderController.php +++ b/common/modules/file/controllers/UploaderController.php diff --git a/common/modules/file/models/ImageSizerForm.php b/common/modules/file/models/ImageSizerForm.php old mode 100644 new mode 100755 index b891ab0..b891ab0 --- a/common/modules/file/models/ImageSizerForm.php +++ b/common/modules/file/models/ImageSizerForm.php diff --git a/common/modules/file/views/_gallery_item.php b/common/modules/file/views/_gallery_item.php old mode 100644 new mode 100755 index 9aea75e..9aea75e --- a/common/modules/file/views/_gallery_item.php +++ b/common/modules/file/views/_gallery_item.php diff --git a/common/modules/file/views/_one_item.php b/common/modules/file/views/_one_item.php old mode 100644 new mode 100755 index fed9ba9..fed9ba9 --- a/common/modules/file/views/_one_item.php +++ b/common/modules/file/views/_one_item.php diff --git a/common/modules/file/widgets/ImageUploader.php b/common/modules/file/widgets/ImageUploader.php old mode 100644 new mode 100755 index ec7545b..ec7545b --- a/common/modules/file/widgets/ImageUploader.php +++ b/common/modules/file/widgets/ImageUploader.php diff --git a/common/modules/file/widgets/views/image_sizer.php b/common/modules/file/widgets/views/image_sizer.php old mode 100644 new mode 100755 index eb63a87..eb63a87 --- a/common/modules/file/widgets/views/image_sizer.php +++ b/common/modules/file/widgets/views/image_sizer.php diff --git a/common/modules/language/Module.php b/common/modules/language/Module.php old mode 100644 new mode 100755 index 683c729..683c729 --- a/common/modules/language/Module.php +++ b/common/modules/language/Module.php diff --git a/common/modules/language/behaviors/LanguageBehavior.php b/common/modules/language/behaviors/LanguageBehavior.php old mode 100644 new mode 100755 index c97508e..c97508e --- a/common/modules/language/behaviors/LanguageBehavior.php +++ b/common/modules/language/behaviors/LanguageBehavior.php diff --git a/common/modules/language/behaviors/TransactionBehavior.php b/common/modules/language/behaviors/TransactionBehavior.php old mode 100644 new mode 100755 index 43ce2a9..43ce2a9 --- a/common/modules/language/behaviors/TransactionBehavior.php +++ b/common/modules/language/behaviors/TransactionBehavior.php diff --git a/common/modules/language/components/LanguageRequest.php b/common/modules/language/components/LanguageRequest.php old mode 100644 new mode 100755 index b90db4a..b90db4a --- a/common/modules/language/components/LanguageRequest.php +++ b/common/modules/language/components/LanguageRequest.php diff --git a/common/modules/language/components/LanguageUrlManager.php b/common/modules/language/components/LanguageUrlManager.php old mode 100644 new mode 100755 index 54f7a29..54f7a29 --- a/common/modules/language/components/LanguageUrlManager.php +++ b/common/modules/language/components/LanguageUrlManager.php diff --git a/common/modules/language/migrations/m160829_104745_create_table_language.php b/common/modules/language/migrations/m160829_104745_create_table_language.php old mode 100644 new mode 100755 index 9394178..9394178 --- a/common/modules/language/migrations/m160829_104745_create_table_language.php +++ b/common/modules/language/migrations/m160829_104745_create_table_language.php diff --git a/common/modules/language/migrations/m160829_105345_add_default_languages.php b/common/modules/language/migrations/m160829_105345_add_default_languages.php old mode 100644 new mode 100755 index 299e77d..299e77d --- a/common/modules/language/migrations/m160829_105345_add_default_languages.php +++ b/common/modules/language/migrations/m160829_105345_add_default_languages.php diff --git a/common/modules/language/migrations/m160901_140639_add_ukrainian_language.php b/common/modules/language/migrations/m160901_140639_add_ukrainian_language.php old mode 100644 new mode 100755 index 0b33bfe..0b33bfe --- a/common/modules/language/migrations/m160901_140639_add_ukrainian_language.php +++ b/common/modules/language/migrations/m160901_140639_add_ukrainian_language.php diff --git a/common/modules/language/migrations/m160927_124151_add_status_column.php b/common/modules/language/migrations/m160927_124151_add_status_column.php old mode 100644 new mode 100755 index d1482e3..d1482e3 --- a/common/modules/language/migrations/m160927_124151_add_status_column.php +++ b/common/modules/language/migrations/m160927_124151_add_status_column.php diff --git a/common/modules/language/models/Language.php b/common/modules/language/models/Language.php old mode 100644 new mode 100755 index a542c54..a542c54 --- a/common/modules/language/models/Language.php +++ b/common/modules/language/models/Language.php diff --git a/common/modules/language/readme.txt b/common/modules/language/readme.txt old mode 100644 new mode 100755 index 9e85992..9e85992 --- a/common/modules/language/readme.txt +++ b/common/modules/language/readme.txt diff --git a/common/modules/language/widgets/LanguageForm.php b/common/modules/language/widgets/LanguageForm.php old mode 100644 new mode 100755 index 9afab8c..9afab8c --- a/common/modules/language/widgets/LanguageForm.php +++ b/common/modules/language/widgets/LanguageForm.php diff --git a/common/modules/language/widgets/LanguagePicker.php b/common/modules/language/widgets/LanguagePicker.php old mode 100644 new mode 100755 index fe4621f..fe4621f --- a/common/modules/language/widgets/LanguagePicker.php +++ b/common/modules/language/widgets/LanguagePicker.php diff --git a/common/modules/language/widgets/views/language_form_frame.php b/common/modules/language/widgets/views/language_form_frame.php old mode 100644 new mode 100755 index d1d3ce2..d1d3ce2 --- a/common/modules/language/widgets/views/language_form_frame.php +++ b/common/modules/language/widgets/views/language_form_frame.php diff --git a/common/modules/language/widgets/views/view.php b/common/modules/language/widgets/views/view.php old mode 100644 new mode 100755 index 892a796..892a796 --- a/common/modules/language/widgets/views/view.php +++ b/common/modules/language/widgets/views/view.php diff --git a/common/modules/product/CatalogUrlManager.php b/common/modules/product/CatalogUrlManager.php old mode 100644 new mode 100755 index bc52f41..bc52f41 --- a/common/modules/product/CatalogUrlManager.php +++ b/common/modules/product/CatalogUrlManager.php diff --git a/common/modules/product/Module.php b/common/modules/product/Module.php old mode 100644 new mode 100755 index f48c984..f48c984 --- a/common/modules/product/Module.php +++ b/common/modules/product/Module.php diff --git a/common/modules/product/behaviors/FilterBehavior.php b/common/modules/product/behaviors/FilterBehavior.php old mode 100644 new mode 100755 index fbf90cc..fbf90cc --- a/common/modules/product/behaviors/FilterBehavior.php +++ b/common/modules/product/behaviors/FilterBehavior.php diff --git a/common/modules/product/config.php b/common/modules/product/config.php old mode 100644 new mode 100755 index a7f3866..a7f3866 --- a/common/modules/product/config.php +++ b/common/modules/product/config.php diff --git a/common/modules/product/controllers/DefaultController.php b/common/modules/product/controllers/DefaultController.php old mode 100644 new mode 100755 index b43058a..b43058a --- a/common/modules/product/controllers/DefaultController.php +++ b/common/modules/product/controllers/DefaultController.php diff --git a/common/modules/product/controllers/ManageController.php b/common/modules/product/controllers/ManageController.php old mode 100644 new mode 100755 index bb9a0ea..bb9a0ea --- a/common/modules/product/controllers/ManageController.php +++ b/common/modules/product/controllers/ManageController.php diff --git a/common/modules/product/controllers/ProductUnitController.php b/common/modules/product/controllers/ProductUnitController.php old mode 100644 new mode 100755 index 16b9a5f..16b9a5f --- a/common/modules/product/controllers/ProductUnitController.php +++ b/common/modules/product/controllers/ProductUnitController.php diff --git a/common/modules/product/controllers/VariantController.php b/common/modules/product/controllers/VariantController.php old mode 100644 new mode 100755 index eda1231..eda1231 --- a/common/modules/product/controllers/VariantController.php +++ b/common/modules/product/controllers/VariantController.php diff --git a/common/modules/product/helpers/FilterHelper.php b/common/modules/product/helpers/FilterHelper.php old mode 100644 new mode 100755 index e188abb..e188abb --- a/common/modules/product/helpers/FilterHelper.php +++ b/common/modules/product/helpers/FilterHelper.php diff --git a/common/modules/product/helpers/ProductHelper.php b/common/modules/product/helpers/ProductHelper.php old mode 100644 new mode 100755 index f12b200..f12b200 --- a/common/modules/product/helpers/ProductHelper.php +++ b/common/modules/product/helpers/ProductHelper.php diff --git a/common/modules/product/models/Brand.php b/common/modules/product/models/Brand.php old mode 100644 new mode 100755 index 37a8b16..37a8b16 --- a/common/modules/product/models/Brand.php +++ b/common/modules/product/models/Brand.php diff --git a/common/modules/product/models/BrandLang.php b/common/modules/product/models/BrandLang.php old mode 100644 new mode 100755 index 29080b5..29080b5 --- a/common/modules/product/models/BrandLang.php +++ b/common/modules/product/models/BrandLang.php diff --git a/common/modules/product/models/BrandSearch.php b/common/modules/product/models/BrandSearch.php old mode 100644 new mode 100755 index c5f9974..c5f9974 --- a/common/modules/product/models/BrandSearch.php +++ b/common/modules/product/models/BrandSearch.php diff --git a/common/modules/product/models/Category.php b/common/modules/product/models/Category.php old mode 100644 new mode 100755 index e278bbd..e278bbd --- a/common/modules/product/models/Category.php +++ b/common/modules/product/models/Category.php diff --git a/common/modules/product/models/CategoryLang.php b/common/modules/product/models/CategoryLang.php old mode 100644 new mode 100755 index 36d8a46..36d8a46 --- a/common/modules/product/models/CategoryLang.php +++ b/common/modules/product/models/CategoryLang.php diff --git a/common/modules/product/models/CategoryQuery.php b/common/modules/product/models/CategoryQuery.php old mode 100644 new mode 100755 index 8d92bef..8d92bef --- a/common/modules/product/models/CategoryQuery.php +++ b/common/modules/product/models/CategoryQuery.php diff --git a/common/modules/product/models/CategorySearch.php b/common/modules/product/models/CategorySearch.php old mode 100644 new mode 100755 index c307786..c307786 --- a/common/modules/product/models/CategorySearch.php +++ b/common/modules/product/models/CategorySearch.php diff --git a/common/modules/product/models/Export.php b/common/modules/product/models/Export.php old mode 100644 new mode 100755 index aec770f..aec770f --- a/common/modules/product/models/Export.php +++ b/common/modules/product/models/Export.php diff --git a/common/modules/product/models/Import.php b/common/modules/product/models/Import.php old mode 100644 new mode 100755 index 62934b0..62934b0 --- a/common/modules/product/models/Import.php +++ b/common/modules/product/models/Import.php diff --git a/common/modules/product/models/Product.php b/common/modules/product/models/Product.php old mode 100644 new mode 100755 index 8b5904b..8b5904b --- a/common/modules/product/models/Product.php +++ b/common/modules/product/models/Product.php diff --git a/common/modules/product/models/ProductCategory.php b/common/modules/product/models/ProductCategory.php old mode 100644 new mode 100755 index a58260b..a58260b --- a/common/modules/product/models/ProductCategory.php +++ b/common/modules/product/models/ProductCategory.php diff --git a/common/modules/product/models/ProductImage.php b/common/modules/product/models/ProductImage.php old mode 100644 new mode 100755 index 9c83b88..9c83b88 --- a/common/modules/product/models/ProductImage.php +++ b/common/modules/product/models/ProductImage.php diff --git a/common/modules/product/models/ProductLang.php b/common/modules/product/models/ProductLang.php old mode 100644 new mode 100755 index 0597fb3..0597fb3 --- a/common/modules/product/models/ProductLang.php +++ b/common/modules/product/models/ProductLang.php diff --git a/common/modules/product/models/ProductOption.php b/common/modules/product/models/ProductOption.php old mode 100644 new mode 100755 index 68c4eb7..68c4eb7 --- a/common/modules/product/models/ProductOption.php +++ b/common/modules/product/models/ProductOption.php diff --git a/common/modules/product/models/ProductSearch.php b/common/modules/product/models/ProductSearch.php old mode 100644 new mode 100755 index a3fc817..a3fc817 --- a/common/modules/product/models/ProductSearch.php +++ b/common/modules/product/models/ProductSearch.php diff --git a/common/modules/product/models/ProductStock.php b/common/modules/product/models/ProductStock.php old mode 100644 new mode 100755 index f6db347..f6db347 --- a/common/modules/product/models/ProductStock.php +++ b/common/modules/product/models/ProductStock.php diff --git a/common/modules/product/models/ProductUnit.php b/common/modules/product/models/ProductUnit.php old mode 100644 new mode 100755 index 38bd6d1..38bd6d1 --- a/common/modules/product/models/ProductUnit.php +++ b/common/modules/product/models/ProductUnit.php diff --git a/common/modules/product/models/ProductUnitLang.php b/common/modules/product/models/ProductUnitLang.php old mode 100644 new mode 100755 index b6c6f72..b6c6f72 --- a/common/modules/product/models/ProductUnitLang.php +++ b/common/modules/product/models/ProductUnitLang.php diff --git a/common/modules/product/models/ProductUnitSearch.php b/common/modules/product/models/ProductUnitSearch.php old mode 100644 new mode 100755 index 4ccadee..4ccadee --- a/common/modules/product/models/ProductUnitSearch.php +++ b/common/modules/product/models/ProductUnitSearch.php diff --git a/common/modules/product/models/ProductVariant.php b/common/modules/product/models/ProductVariant.php old mode 100644 new mode 100755 index 00972ff..00972ff --- a/common/modules/product/models/ProductVariant.php +++ b/common/modules/product/models/ProductVariant.php diff --git a/common/modules/product/models/ProductVariantLang.php b/common/modules/product/models/ProductVariantLang.php old mode 100644 new mode 100755 index 4b1122a..4b1122a --- a/common/modules/product/models/ProductVariantLang.php +++ b/common/modules/product/models/ProductVariantLang.php diff --git a/common/modules/product/models/ProductVariantListSearch.php b/common/modules/product/models/ProductVariantListSearch.php old mode 100644 new mode 100755 index 87590c8..87590c8 --- a/common/modules/product/models/ProductVariantListSearch.php +++ b/common/modules/product/models/ProductVariantListSearch.php diff --git a/common/modules/product/models/ProductVariantOption.php b/common/modules/product/models/ProductVariantOption.php old mode 100644 new mode 100755 index ba8148c..ba8148c --- a/common/modules/product/models/ProductVariantOption.php +++ b/common/modules/product/models/ProductVariantOption.php diff --git a/common/modules/product/models/ProductVariantSearch.php b/common/modules/product/models/ProductVariantSearch.php old mode 100644 new mode 100755 index 4eb51e0..4eb51e0 --- a/common/modules/product/models/ProductVariantSearch.php +++ b/common/modules/product/models/ProductVariantSearch.php diff --git a/common/modules/product/models/Stock.php b/common/modules/product/models/Stock.php old mode 100644 new mode 100755 index a4a80f1..a4a80f1 --- a/common/modules/product/models/Stock.php +++ b/common/modules/product/models/Stock.php diff --git a/common/modules/product/views/default/index.php b/common/modules/product/views/default/index.php old mode 100644 new mode 100755 index 3913fe0..3913fe0 --- a/common/modules/product/views/default/index.php +++ b/common/modules/product/views/default/index.php diff --git a/common/modules/product/views/manage/_form.php b/common/modules/product/views/manage/_form.php old mode 100644 new mode 100755 index 4981eca..4981eca --- a/common/modules/product/views/manage/_form.php +++ b/common/modules/product/views/manage/_form.php diff --git a/common/modules/product/views/manage/_form_language.php b/common/modules/product/views/manage/_form_language.php old mode 100644 new mode 100755 index bc5e962..bc5e962 --- a/common/modules/product/views/manage/_form_language.php +++ b/common/modules/product/views/manage/_form_language.php diff --git a/common/modules/product/views/manage/_form_spec_language.php b/common/modules/product/views/manage/_form_spec_language.php old mode 100644 new mode 100755 index 1644579..1644579 --- a/common/modules/product/views/manage/_form_spec_language.php +++ b/common/modules/product/views/manage/_form_spec_language.php diff --git a/common/modules/product/views/manage/_search.php b/common/modules/product/views/manage/_search.php old mode 100644 new mode 100755 index f021b65..f021b65 --- a/common/modules/product/views/manage/_search.php +++ b/common/modules/product/views/manage/_search.php diff --git a/common/modules/product/views/manage/create.php b/common/modules/product/views/manage/create.php old mode 100644 new mode 100755 index 55cf60a..55cf60a --- a/common/modules/product/views/manage/create.php +++ b/common/modules/product/views/manage/create.php diff --git a/common/modules/product/views/manage/import-process.php b/common/modules/product/views/manage/import-process.php old mode 100644 new mode 100755 index af24fce..af24fce --- a/common/modules/product/views/manage/import-process.php +++ b/common/modules/product/views/manage/import-process.php diff --git a/common/modules/product/views/manage/import.php b/common/modules/product/views/manage/import.php old mode 100644 new mode 100755 index 81f9a31..81f9a31 --- a/common/modules/product/views/manage/import.php +++ b/common/modules/product/views/manage/import.php diff --git a/common/modules/product/views/manage/index.php b/common/modules/product/views/manage/index.php old mode 100644 new mode 100755 index a1d65f5..a1d65f5 --- a/common/modules/product/views/manage/index.php +++ b/common/modules/product/views/manage/index.php diff --git a/common/modules/product/views/manage/update.php b/common/modules/product/views/manage/update.php old mode 100644 new mode 100755 index 827f779..827f779 --- a/common/modules/product/views/manage/update.php +++ b/common/modules/product/views/manage/update.php diff --git a/common/modules/product/views/manage/view.php b/common/modules/product/views/manage/view.php old mode 100644 new mode 100755 index 2b9c56b..2b9c56b --- a/common/modules/product/views/manage/view.php +++ b/common/modules/product/views/manage/view.php diff --git a/common/modules/product/views/product-unit/_form.php b/common/modules/product/views/product-unit/_form.php old mode 100644 new mode 100755 index 32e6bc0..32e6bc0 --- a/common/modules/product/views/product-unit/_form.php +++ b/common/modules/product/views/product-unit/_form.php diff --git a/common/modules/product/views/product-unit/_form_language.php b/common/modules/product/views/product-unit/_form_language.php old mode 100644 new mode 100755 index 868196a..868196a --- a/common/modules/product/views/product-unit/_form_language.php +++ b/common/modules/product/views/product-unit/_form_language.php diff --git a/common/modules/product/views/product-unit/_search.php b/common/modules/product/views/product-unit/_search.php old mode 100644 new mode 100755 index 5fbe4cc..5fbe4cc --- a/common/modules/product/views/product-unit/_search.php +++ b/common/modules/product/views/product-unit/_search.php diff --git a/common/modules/product/views/product-unit/create.php b/common/modules/product/views/product-unit/create.php old mode 100644 new mode 100755 index dc908f5..dc908f5 --- a/common/modules/product/views/product-unit/create.php +++ b/common/modules/product/views/product-unit/create.php diff --git a/common/modules/product/views/product-unit/index.php b/common/modules/product/views/product-unit/index.php old mode 100644 new mode 100755 index fab830e..fab830e --- a/common/modules/product/views/product-unit/index.php +++ b/common/modules/product/views/product-unit/index.php diff --git a/common/modules/product/views/product-unit/update.php b/common/modules/product/views/product-unit/update.php old mode 100644 new mode 100755 index 36e7ddb..36e7ddb --- a/common/modules/product/views/product-unit/update.php +++ b/common/modules/product/views/product-unit/update.php diff --git a/common/modules/product/views/product-unit/view.php b/common/modules/product/views/product-unit/view.php old mode 100644 new mode 100755 index 6df4e49..6df4e49 --- a/common/modules/product/views/product-unit/view.php +++ b/common/modules/product/views/product-unit/view.php diff --git a/common/modules/product/views/variant/_form.php b/common/modules/product/views/variant/_form.php old mode 100644 new mode 100755 index 065e4f8..065e4f8 --- a/common/modules/product/views/variant/_form.php +++ b/common/modules/product/views/variant/_form.php diff --git a/common/modules/product/views/variant/_form_language.php b/common/modules/product/views/variant/_form_language.php old mode 100644 new mode 100755 index e109e1b..e109e1b --- a/common/modules/product/views/variant/_form_language.php +++ b/common/modules/product/views/variant/_form_language.php diff --git a/common/modules/product/views/variant/_search.php b/common/modules/product/views/variant/_search.php old mode 100644 new mode 100755 index 00015dc..00015dc --- a/common/modules/product/views/variant/_search.php +++ b/common/modules/product/views/variant/_search.php diff --git a/common/modules/product/views/variant/create.php b/common/modules/product/views/variant/create.php old mode 100644 new mode 100755 index 6df229a..6df229a --- a/common/modules/product/views/variant/create.php +++ b/common/modules/product/views/variant/create.php diff --git a/common/modules/product/views/variant/index.php b/common/modules/product/views/variant/index.php old mode 100644 new mode 100755 index 6907964..6907964 --- a/common/modules/product/views/variant/index.php +++ b/common/modules/product/views/variant/index.php diff --git a/common/modules/product/views/variant/update.php b/common/modules/product/views/variant/update.php old mode 100644 new mode 100755 index aa0a70a..aa0a70a --- a/common/modules/product/views/variant/update.php +++ b/common/modules/product/views/variant/update.php diff --git a/common/modules/product/views/variant/view.php b/common/modules/product/views/variant/view.php old mode 100644 new mode 100755 index fc40bfb..fc40bfb --- a/common/modules/product/views/variant/view.php +++ b/common/modules/product/views/variant/view.php diff --git a/common/modules/product/widgets/brandsCarouselWidget.php b/common/modules/product/widgets/brandsCarouselWidget.php old mode 100644 new mode 100755 index 1263a09..1263a09 --- a/common/modules/product/widgets/brandsCarouselWidget.php +++ b/common/modules/product/widgets/brandsCarouselWidget.php diff --git a/common/modules/product/widgets/lastProducts.php b/common/modules/product/widgets/lastProducts.php old mode 100644 new mode 100755 index ab00838..ab00838 --- a/common/modules/product/widgets/lastProducts.php +++ b/common/modules/product/widgets/lastProducts.php diff --git a/common/modules/product/widgets/similarProducts.php b/common/modules/product/widgets/similarProducts.php old mode 100644 new mode 100755 index aebd754..aebd754 --- a/common/modules/product/widgets/similarProducts.php +++ b/common/modules/product/widgets/similarProducts.php diff --git a/common/modules/product/widgets/specialProducts.php b/common/modules/product/widgets/specialProducts.php old mode 100644 new mode 100755 index dd2e00b..dd2e00b --- a/common/modules/product/widgets/specialProducts.php +++ b/common/modules/product/widgets/specialProducts.php diff --git a/common/modules/product/widgets/views/brandsCarousel.php b/common/modules/product/widgets/views/brandsCarousel.php old mode 100644 new mode 100755 index 0d76762..0d76762 --- a/common/modules/product/widgets/views/brandsCarousel.php +++ b/common/modules/product/widgets/views/brandsCarousel.php diff --git a/common/modules/product/widgets/views/product_smart.php b/common/modules/product/widgets/views/product_smart.php old mode 100644 new mode 100755 index 98fd428..98fd428 --- a/common/modules/product/widgets/views/product_smart.php +++ b/common/modules/product/widgets/views/product_smart.php diff --git a/common/modules/product/widgets/views/products_block.php b/common/modules/product/widgets/views/products_block.php old mode 100644 new mode 100755 index 59152aa..59152aa --- a/common/modules/product/widgets/views/products_block.php +++ b/common/modules/product/widgets/views/products_block.php diff --git a/common/modules/product/widgets/views/submenu.php b/common/modules/product/widgets/views/submenu.php old mode 100644 new mode 100755 index 190279a..190279a --- a/common/modules/product/widgets/views/submenu.php +++ b/common/modules/product/widgets/views/submenu.php diff --git a/common/modules/rubrication/Module.php b/common/modules/rubrication/Module.php old mode 100644 new mode 100755 index dd3159a..dd3159a --- a/common/modules/rubrication/Module.php +++ b/common/modules/rubrication/Module.php diff --git a/common/modules/rubrication/controllers/DefaultController.php b/common/modules/rubrication/controllers/DefaultController.php old mode 100644 new mode 100755 index cbc303c..cbc303c --- a/common/modules/rubrication/controllers/DefaultController.php +++ b/common/modules/rubrication/controllers/DefaultController.php diff --git a/common/modules/rubrication/controllers/TaxGroupController.php b/common/modules/rubrication/controllers/TaxGroupController.php old mode 100644 new mode 100755 index 0eee7e7..0eee7e7 --- a/common/modules/rubrication/controllers/TaxGroupController.php +++ b/common/modules/rubrication/controllers/TaxGroupController.php diff --git a/common/modules/rubrication/controllers/TaxOptionController.php b/common/modules/rubrication/controllers/TaxOptionController.php old mode 100644 new mode 100755 index cf7a3c1..cf7a3c1 --- a/common/modules/rubrication/controllers/TaxOptionController.php +++ b/common/modules/rubrication/controllers/TaxOptionController.php diff --git a/common/modules/rubrication/helpers/RubricationHelper.php b/common/modules/rubrication/helpers/RubricationHelper.php old mode 100644 new mode 100755 index ee1ceec..ee1ceec --- a/common/modules/rubrication/helpers/RubricationHelper.php +++ b/common/modules/rubrication/helpers/RubricationHelper.php diff --git a/common/modules/rubrication/models/TaxGroup.php b/common/modules/rubrication/models/TaxGroup.php old mode 100644 new mode 100755 index da9ca02..da9ca02 --- a/common/modules/rubrication/models/TaxGroup.php +++ b/common/modules/rubrication/models/TaxGroup.php diff --git a/common/modules/rubrication/models/TaxGroupLang.php b/common/modules/rubrication/models/TaxGroupLang.php old mode 100644 new mode 100755 index 5a7b324..5a7b324 --- a/common/modules/rubrication/models/TaxGroupLang.php +++ b/common/modules/rubrication/models/TaxGroupLang.php diff --git a/common/modules/rubrication/models/TaxGroupToCategory.php b/common/modules/rubrication/models/TaxGroupToCategory.php old mode 100644 new mode 100755 index 7f324b2..7f324b2 --- a/common/modules/rubrication/models/TaxGroupToCategory.php +++ b/common/modules/rubrication/models/TaxGroupToCategory.php diff --git a/common/modules/rubrication/models/TaxOption.php b/common/modules/rubrication/models/TaxOption.php old mode 100644 new mode 100755 index b3e7126..b3e7126 --- a/common/modules/rubrication/models/TaxOption.php +++ b/common/modules/rubrication/models/TaxOption.php diff --git a/common/modules/rubrication/models/TaxOptionLang.php b/common/modules/rubrication/models/TaxOptionLang.php old mode 100644 new mode 100755 index bcb08cd..bcb08cd --- a/common/modules/rubrication/models/TaxOptionLang.php +++ b/common/modules/rubrication/models/TaxOptionLang.php diff --git a/common/modules/rubrication/models/TaxOptionQuery.php b/common/modules/rubrication/models/TaxOptionQuery.php old mode 100644 new mode 100755 index 5f05e75..5f05e75 --- a/common/modules/rubrication/models/TaxOptionQuery.php +++ b/common/modules/rubrication/models/TaxOptionQuery.php diff --git a/common/modules/rubrication/models/TaxOptionSearch.php b/common/modules/rubrication/models/TaxOptionSearch.php old mode 100644 new mode 100755 index 7d5e52d..7d5e52d --- a/common/modules/rubrication/models/TaxOptionSearch.php +++ b/common/modules/rubrication/models/TaxOptionSearch.php diff --git a/common/modules/rubrication/views/default/index.php b/common/modules/rubrication/views/default/index.php old mode 100644 new mode 100755 index d9e8d45..d9e8d45 --- a/common/modules/rubrication/views/default/index.php +++ b/common/modules/rubrication/views/default/index.php diff --git a/common/modules/rubrication/views/tax-group/_form.php b/common/modules/rubrication/views/tax-group/_form.php old mode 100644 new mode 100755 index 8801508..8801508 --- a/common/modules/rubrication/views/tax-group/_form.php +++ b/common/modules/rubrication/views/tax-group/_form.php diff --git a/common/modules/rubrication/views/tax-group/_form_language.php b/common/modules/rubrication/views/tax-group/_form_language.php old mode 100644 new mode 100755 index 9c52182..9c52182 --- a/common/modules/rubrication/views/tax-group/_form_language.php +++ b/common/modules/rubrication/views/tax-group/_form_language.php diff --git a/common/modules/rubrication/views/tax-group/create.php b/common/modules/rubrication/views/tax-group/create.php old mode 100644 new mode 100755 index 8b0a309..8b0a309 --- a/common/modules/rubrication/views/tax-group/create.php +++ b/common/modules/rubrication/views/tax-group/create.php diff --git a/common/modules/rubrication/views/tax-group/index.php b/common/modules/rubrication/views/tax-group/index.php old mode 100644 new mode 100755 index f9110ed..f9110ed --- a/common/modules/rubrication/views/tax-group/index.php +++ b/common/modules/rubrication/views/tax-group/index.php diff --git a/common/modules/rubrication/views/tax-group/update.php b/common/modules/rubrication/views/tax-group/update.php old mode 100644 new mode 100755 index 47eefa0..47eefa0 --- a/common/modules/rubrication/views/tax-group/update.php +++ b/common/modules/rubrication/views/tax-group/update.php diff --git a/common/modules/rubrication/views/tax-group/view.php b/common/modules/rubrication/views/tax-group/view.php old mode 100644 new mode 100755 index ceaafcc..ceaafcc --- a/common/modules/rubrication/views/tax-group/view.php +++ b/common/modules/rubrication/views/tax-group/view.php diff --git a/common/modules/rubrication/views/tax-option/_form.php b/common/modules/rubrication/views/tax-option/_form.php old mode 100644 new mode 100755 index 855de92..855de92 --- a/common/modules/rubrication/views/tax-option/_form.php +++ b/common/modules/rubrication/views/tax-option/_form.php diff --git a/common/modules/rubrication/views/tax-option/_form_language.php b/common/modules/rubrication/views/tax-option/_form_language.php old mode 100644 new mode 100755 index 28ef000..28ef000 --- a/common/modules/rubrication/views/tax-option/_form_language.php +++ b/common/modules/rubrication/views/tax-option/_form_language.php diff --git a/common/modules/rubrication/views/tax-option/_search.php b/common/modules/rubrication/views/tax-option/_search.php old mode 100644 new mode 100755 index 41eb087..41eb087 --- a/common/modules/rubrication/views/tax-option/_search.php +++ b/common/modules/rubrication/views/tax-option/_search.php diff --git a/common/modules/rubrication/views/tax-option/create.php b/common/modules/rubrication/views/tax-option/create.php old mode 100644 new mode 100755 index f23688c..f23688c --- a/common/modules/rubrication/views/tax-option/create.php +++ b/common/modules/rubrication/views/tax-option/create.php diff --git a/common/modules/rubrication/views/tax-option/index.php b/common/modules/rubrication/views/tax-option/index.php old mode 100644 new mode 100755 index a1a7350..a1a7350 --- a/common/modules/rubrication/views/tax-option/index.php +++ b/common/modules/rubrication/views/tax-option/index.php diff --git a/common/modules/rubrication/views/tax-option/update.php b/common/modules/rubrication/views/tax-option/update.php old mode 100644 new mode 100755 index e2b28f5..e2b28f5 --- a/common/modules/rubrication/views/tax-option/update.php +++ b/common/modules/rubrication/views/tax-option/update.php diff --git a/common/modules/rubrication/views/tax-option/view.php b/common/modules/rubrication/views/tax-option/view.php old mode 100644 new mode 100755 index 1f9f428..1f9f428 --- a/common/modules/rubrication/views/tax-option/view.php +++ b/common/modules/rubrication/views/tax-option/view.php diff --git a/common/translation/ru/app.php b/common/translation/ru/app.php old mode 100644 new mode 100755 index 57222f1..57222f1 --- a/common/translation/ru/app.php +++ b/common/translation/ru/app.php diff --git a/common/translation/ru/product.php b/common/translation/ru/product.php old mode 100644 new mode 100755 index a237a7e..a237a7e --- a/common/translation/ru/product.php +++ b/common/translation/ru/product.php diff --git a/common/translation/ua/app.php b/common/translation/ua/app.php old mode 100644 new mode 100755 index f070683..f070683 --- a/common/translation/ua/app.php +++ b/common/translation/ua/app.php diff --git a/common/translation/ua/product.php b/common/translation/ua/product.php old mode 100644 new mode 100755 index a237a7e..a237a7e --- a/common/translation/ua/product.php +++ b/common/translation/ua/product.php diff --git a/common/widgets/BasketHead.php b/common/widgets/BasketHead.php old mode 100644 new mode 100755 index 79535cd..79535cd --- a/common/widgets/BasketHead.php +++ b/common/widgets/BasketHead.php diff --git a/common/widgets/BasketModal.php b/common/widgets/BasketModal.php old mode 100644 new mode 100755 index 8a30fa7..8a30fa7 --- a/common/widgets/BasketModal.php +++ b/common/widgets/BasketModal.php diff --git a/common/widgets/Mailer.php b/common/widgets/Mailer.php old mode 100644 new mode 100755 index 1b8a8af..1b8a8af --- a/common/widgets/Mailer.php +++ b/common/widgets/Mailer.php diff --git a/common/widgets/views/basket_head.php b/common/widgets/views/basket_head.php old mode 100644 new mode 100755 index 6b6b021..6b6b021 --- a/common/widgets/views/basket_head.php +++ b/common/widgets/views/basket_head.php diff --git a/common/widgets/views/basket_modal.php b/common/widgets/views/basket_modal.php old mode 100644 new mode 100755 index bceb0b8..bceb0b8 --- a/common/widgets/views/basket_modal.php +++ b/common/widgets/views/basket_modal.php diff --git a/common/widgets/views/comment_notify.php b/common/widgets/views/comment_notify.php old mode 100644 new mode 100755 index 9ed6242..9ed6242 --- a/common/widgets/views/comment_notify.php +++ b/common/widgets/views/comment_notify.php diff --git a/common/widgets/views/order.php b/common/widgets/views/order.php old mode 100644 new mode 100755 index fe7d6ec..fe7d6ec --- a/common/widgets/views/order.php +++ b/common/widgets/views/order.php diff --git a/common/widgets/views/password.php b/common/widgets/views/password.php old mode 100644 new mode 100755 index 163a4b5..163a4b5 --- a/common/widgets/views/password.php +++ b/common/widgets/views/password.php diff --git a/common/widgets/views/registration.php b/common/widgets/views/registration.php old mode 100644 new mode 100755 index 636cb3f..636cb3f --- a/common/widgets/views/registration.php +++ b/common/widgets/views/registration.php diff --git a/common/widgets/views/test.php b/common/widgets/views/test.php old mode 100644 new mode 100755 index 41e1cee..41e1cee --- a/common/widgets/views/test.php +++ b/common/widgets/views/test.php diff --git a/console/controllers/ImportController.php b/console/controllers/ImportController.php old mode 100644 new mode 100755 index 886a64b..886a64b --- a/console/controllers/ImportController.php +++ b/console/controllers/ImportController.php diff --git a/console/controllers/RbacController.php b/console/controllers/RbacController.php old mode 100644 new mode 100755 index 799002f..799002f --- a/console/controllers/RbacController.php +++ b/console/controllers/RbacController.php diff --git a/console/controllers/SiteMapController.php b/console/controllers/SiteMapController.php old mode 100644 new mode 100755 index 9b72340..9b72340 --- a/console/controllers/SiteMapController.php +++ b/console/controllers/SiteMapController.php diff --git a/console/migrations/m160926_122456_create_articles_lang_table.php b/console/migrations/m160926_122456_create_articles_lang_table.php old mode 100644 new mode 100755 index 7630b40..7630b40 --- a/console/migrations/m160926_122456_create_articles_lang_table.php +++ b/console/migrations/m160926_122456_create_articles_lang_table.php diff --git a/console/migrations/m160928_100918_create_page_lang_table.php b/console/migrations/m160928_100918_create_page_lang_table.php old mode 100644 new mode 100755 index 8e5e91f..8e5e91f --- a/console/migrations/m160928_100918_create_page_lang_table.php +++ b/console/migrations/m160928_100918_create_page_lang_table.php diff --git a/console/migrations/m160928_104529_create_banner_lang_table.php b/console/migrations/m160928_104529_create_banner_lang_table.php old mode 100644 new mode 100755 index 4dc16aa..4dc16aa --- a/console/migrations/m160928_104529_create_banner_lang_table.php +++ b/console/migrations/m160928_104529_create_banner_lang_table.php diff --git a/console/migrations/m160928_112124_create_bg_lang_table.php b/console/migrations/m160928_112124_create_bg_lang_table.php old mode 100644 new mode 100755 index 388af18..388af18 --- a/console/migrations/m160928_112124_create_bg_lang_table.php +++ b/console/migrations/m160928_112124_create_bg_lang_table.php diff --git a/console/migrations/m160928_122509_create_brand_lang_table.php b/console/migrations/m160928_122509_create_brand_lang_table.php old mode 100644 new mode 100755 index 6f6b22b..6f6b22b --- a/console/migrations/m160928_122509_create_brand_lang_table.php +++ b/console/migrations/m160928_122509_create_brand_lang_table.php diff --git a/console/migrations/m160928_133403_create_category_lang_table.php b/console/migrations/m160928_133403_create_category_lang_table.php old mode 100644 new mode 100755 index 7a9ac1d..7a9ac1d --- a/console/migrations/m160928_133403_create_category_lang_table.php +++ b/console/migrations/m160928_133403_create_category_lang_table.php diff --git a/console/migrations/m160928_161047_create_event_lang_table.php b/console/migrations/m160928_161047_create_event_lang_table.php old mode 100644 new mode 100755 index 76f54f5..76f54f5 --- a/console/migrations/m160928_161047_create_event_lang_table.php +++ b/console/migrations/m160928_161047_create_event_lang_table.php diff --git a/console/migrations/m160929_135920_create_orders_delivery_lang_table.php b/console/migrations/m160929_135920_create_orders_delivery_lang_table.php old mode 100644 new mode 100755 index 1422852..1422852 --- a/console/migrations/m160929_135920_create_orders_delivery_lang_table.php +++ b/console/migrations/m160929_135920_create_orders_delivery_lang_table.php diff --git a/console/migrations/m160929_142458_create_orders_label_lang_table.php b/console/migrations/m160929_142458_create_orders_label_lang_table.php old mode 100644 new mode 100755 index 754d294..754d294 --- a/console/migrations/m160929_142458_create_orders_label_lang_table.php +++ b/console/migrations/m160929_142458_create_orders_label_lang_table.php diff --git a/console/migrations/m160929_144357_create_product_lang_table.php b/console/migrations/m160929_144357_create_product_lang_table.php old mode 100644 new mode 100755 index 7d87855..7d87855 --- a/console/migrations/m160929_144357_create_product_lang_table.php +++ b/console/migrations/m160929_144357_create_product_lang_table.php diff --git a/console/migrations/m160929_155222_create_product_spec_lang_table.php b/console/migrations/m160929_155222_create_product_spec_lang_table.php old mode 100644 new mode 100755 index 9005842..9005842 --- a/console/migrations/m160929_155222_create_product_spec_lang_table.php +++ b/console/migrations/m160929_155222_create_product_spec_lang_table.php diff --git a/console/migrations/m160929_173535_create_product_unit_lang_table.php b/console/migrations/m160929_173535_create_product_unit_lang_table.php old mode 100644 new mode 100755 index e1707fa..e1707fa --- a/console/migrations/m160929_173535_create_product_unit_lang_table.php +++ b/console/migrations/m160929_173535_create_product_unit_lang_table.php diff --git a/console/migrations/m160929_175821_create_product_variant_lang_table.php b/console/migrations/m160929_175821_create_product_variant_lang_table.php old mode 100644 new mode 100755 index 36e78c2..36e78c2 --- a/console/migrations/m160929_175821_create_product_variant_lang_table.php +++ b/console/migrations/m160929_175821_create_product_variant_lang_table.php diff --git a/console/migrations/m160930_082350_create_project_lang_table.php b/console/migrations/m160930_082350_create_project_lang_table.php old mode 100644 new mode 100755 index 447dec1..447dec1 --- a/console/migrations/m160930_082350_create_project_lang_table.php +++ b/console/migrations/m160930_082350_create_project_lang_table.php diff --git a/console/migrations/m160930_100954_create_seo_lang_table.php b/console/migrations/m160930_100954_create_seo_lang_table.php old mode 100644 new mode 100755 index 2dd6843..2dd6843 --- a/console/migrations/m160930_100954_create_seo_lang_table.php +++ b/console/migrations/m160930_100954_create_seo_lang_table.php diff --git a/console/migrations/m160930_133757_create_service_lang_table.php b/console/migrations/m160930_133757_create_service_lang_table.php old mode 100644 new mode 100755 index e285a9a..e285a9a --- a/console/migrations/m160930_133757_create_service_lang_table.php +++ b/console/migrations/m160930_133757_create_service_lang_table.php diff --git a/console/migrations/m160930_142752_create_slider_image_lang_table.php b/console/migrations/m160930_142752_create_slider_image_lang_table.php old mode 100644 new mode 100755 index 04c7e17..04c7e17 --- a/console/migrations/m160930_142752_create_slider_image_lang_table.php +++ b/console/migrations/m160930_142752_create_slider_image_lang_table.php diff --git a/console/migrations/m160930_145734_create_tax_group_lang_table.php b/console/migrations/m160930_145734_create_tax_group_lang_table.php old mode 100644 new mode 100755 index ee9d54d..ee9d54d --- a/console/migrations/m160930_145734_create_tax_group_lang_table.php +++ b/console/migrations/m160930_145734_create_tax_group_lang_table.php diff --git a/console/migrations/m160930_151832_create_tax_option_lang_table.php b/console/migrations/m160930_151832_create_tax_option_lang_table.php old mode 100644 new mode 100755 index 7d9e0ad..7d9e0ad --- a/console/migrations/m160930_151832_create_tax_option_lang_table.php +++ b/console/migrations/m160930_151832_create_tax_option_lang_table.php diff --git a/console/migrations/m161004_102751_add_lang_column.php b/console/migrations/m161004_102751_add_lang_column.php old mode 100644 new mode 100755 index 63006ec..63006ec --- a/console/migrations/m161004_102751_add_lang_column.php +++ b/console/migrations/m161004_102751_add_lang_column.php diff --git a/frontend/controllers/BasketController.php b/frontend/controllers/BasketController.php old mode 100644 new mode 100755 index 321b6d0..321b6d0 --- a/frontend/controllers/BasketController.php +++ b/frontend/controllers/BasketController.php diff --git a/frontend/controllers/OrderController.php b/frontend/controllers/OrderController.php old mode 100644 new mode 100755 index 9e3a421..9e3a421 --- a/frontend/controllers/OrderController.php +++ b/frontend/controllers/OrderController.php diff --git a/frontend/views/article/_list_item.php b/frontend/views/article/_list_item.php old mode 100644 new mode 100755 index 0f568ad..0f568ad --- a/frontend/views/article/_list_item.php +++ b/frontend/views/article/_list_item.php diff --git a/frontend/views/basket/cart.php b/frontend/views/basket/cart.php old mode 100644 new mode 100755 index a20b416..a20b416 --- a/frontend/views/basket/cart.php +++ b/frontend/views/basket/cart.php diff --git a/frontend/views/basket/modal_items.php b/frontend/views/basket/modal_items.php old mode 100644 new mode 100755 index 90fc9c8..90fc9c8 --- a/frontend/views/basket/modal_items.php +++ b/frontend/views/basket/modal_items.php diff --git a/frontend/views/filter/_brand_item.php b/frontend/views/filter/_brand_item.php old mode 100644 new mode 100755 index 11b8c06..11b8c06 --- a/frontend/views/filter/_brand_item.php +++ b/frontend/views/filter/_brand_item.php diff --git a/frontend/views/order/success.php b/frontend/views/order/success.php old mode 100644 new mode 100755 index 847d0a5..847d0a5 --- a/frontend/views/order/success.php +++ b/frontend/views/order/success.php diff --git a/frontend/views/project/_list_item.php b/frontend/views/project/_list_item.php old mode 100644 new mode 100755 index 6c16fcb..6c16fcb --- a/frontend/views/project/_list_item.php +++ b/frontend/views/project/_list_item.php diff --git a/frontend/views/search/_search_item.php b/frontend/views/search/_search_item.php old mode 100644 new mode 100755 index 9a869ea..9a869ea --- a/frontend/views/search/_search_item.php +++ b/frontend/views/search/_search_item.php diff --git a/frontend/views/site/_certificates_item.php b/frontend/views/site/_certificates_item.php old mode 100644 new mode 100755 index 2b8787f..2b8787f --- a/frontend/views/site/_certificates_item.php +++ b/frontend/views/site/_certificates_item.php diff --git a/frontend/views/site/certificates.php b/frontend/views/site/certificates.php old mode 100644 new mode 100755 index 4964799..4964799 --- a/frontend/views/site/certificates.php +++ b/frontend/views/site/certificates.php diff --git a/frontend/web/css/lightgallery.css b/frontend/web/css/lightgallery.css old mode 100644 new mode 100755 index b87bb72..b87bb72 --- a/frontend/web/css/lightgallery.css +++ b/frontend/web/css/lightgallery.css diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css old mode 100644 new mode 100755 index 3b7c991..3b7c991 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css diff --git a/frontend/web/css/style.min.css b/frontend/web/css/style.min.css old mode 100644 new mode 100755 index 77581ea..77581ea --- a/frontend/web/css/style.min.css +++ b/frontend/web/css/style.min.css diff --git a/frontend/web/fonts/lg.eot b/frontend/web/fonts/lg.eot old mode 100644 new mode 100755 index 1eb3916..1eb3916 Binary files a/frontend/web/fonts/lg.eot and b/frontend/web/fonts/lg.eot differ diff --git a/frontend/web/fonts/lg.svg b/frontend/web/fonts/lg.svg old mode 100644 new mode 100755 index 80ae410..80ae410 --- a/frontend/web/fonts/lg.svg +++ b/frontend/web/fonts/lg.svg diff --git a/frontend/web/fonts/lg.ttf b/frontend/web/fonts/lg.ttf old mode 100644 new mode 100755 index d33b8e5..d33b8e5 Binary files a/frontend/web/fonts/lg.ttf and b/frontend/web/fonts/lg.ttf differ diff --git a/frontend/web/fonts/lg.woff b/frontend/web/fonts/lg.woff old mode 100644 new mode 100755 index bd370be..bd370be Binary files a/frontend/web/fonts/lg.woff and b/frontend/web/fonts/lg.woff differ diff --git a/frontend/web/images/25.gif b/frontend/web/images/25.gif old mode 100644 new mode 100755 index d4ea53f..d4ea53f Binary files a/frontend/web/images/25.gif and b/frontend/web/images/25.gif differ diff --git a/frontend/web/images/banner_1.jpg b/frontend/web/images/banner_1.jpg old mode 100644 new mode 100755 index 653ba6f..653ba6f Binary files a/frontend/web/images/banner_1.jpg and b/frontend/web/images/banner_1.jpg differ diff --git a/frontend/web/images/banner_2.jpg b/frontend/web/images/banner_2.jpg old mode 100644 new mode 100755 index 87f2af8..87f2af8 Binary files a/frontend/web/images/banner_2.jpg and b/frontend/web/images/banner_2.jpg differ diff --git a/frontend/web/images/bg_body.jpg b/frontend/web/images/bg_body.jpg old mode 100644 new mode 100755 index 308df72..308df72 Binary files a/frontend/web/images/bg_body.jpg and b/frontend/web/images/bg_body.jpg differ diff --git a/frontend/web/images/footer/artweb-logo.png b/frontend/web/images/footer/artweb-logo.png old mode 100644 new mode 100755 index eb483e2..eb483e2 Binary files a/frontend/web/images/footer/artweb-logo.png and b/frontend/web/images/footer/artweb-logo.png differ diff --git a/frontend/web/images/footer/img-1-1.png b/frontend/web/images/footer/img-1-1.png old mode 100644 new mode 100755 index 026ab60..026ab60 Binary files a/frontend/web/images/footer/img-1-1.png and b/frontend/web/images/footer/img-1-1.png differ diff --git a/frontend/web/images/footer/img-1.png b/frontend/web/images/footer/img-1.png old mode 100644 new mode 100755 index de0631b..de0631b Binary files a/frontend/web/images/footer/img-1.png and b/frontend/web/images/footer/img-1.png differ diff --git a/frontend/web/images/footer/img-2.png b/frontend/web/images/footer/img-2.png old mode 100644 new mode 100755 index bbf95e5..bbf95e5 Binary files a/frontend/web/images/footer/img-2.png and b/frontend/web/images/footer/img-2.png differ diff --git a/frontend/web/images/footer/img-3.png b/frontend/web/images/footer/img-3.png old mode 100644 new mode 100755 index 774856e..774856e Binary files a/frontend/web/images/footer/img-3.png and b/frontend/web/images/footer/img-3.png differ diff --git a/frontend/web/images/footer/img-4.png b/frontend/web/images/footer/img-4.png old mode 100644 new mode 100755 index 5c2d104..5c2d104 Binary files a/frontend/web/images/footer/img-4.png and b/frontend/web/images/footer/img-4.png differ diff --git a/frontend/web/images/footer/img-5.png b/frontend/web/images/footer/img-5.png old mode 100644 new mode 100755 index 3304276..3304276 Binary files a/frontend/web/images/footer/img-5.png and b/frontend/web/images/footer/img-5.png differ diff --git a/frontend/web/images/ico/ico-1.png b/frontend/web/images/ico/ico-1.png old mode 100644 new mode 100755 index 3b729d2..3b729d2 Binary files a/frontend/web/images/ico/ico-1.png and b/frontend/web/images/ico/ico-1.png differ diff --git a/frontend/web/images/ico/ico-10.png b/frontend/web/images/ico/ico-10.png old mode 100644 new mode 100755 index dee8fee..dee8fee Binary files a/frontend/web/images/ico/ico-10.png and b/frontend/web/images/ico/ico-10.png differ diff --git a/frontend/web/images/ico/ico-11.png b/frontend/web/images/ico/ico-11.png old mode 100644 new mode 100755 index 943fc8d..943fc8d Binary files a/frontend/web/images/ico/ico-11.png and b/frontend/web/images/ico/ico-11.png differ diff --git a/frontend/web/images/ico/ico-12.png b/frontend/web/images/ico/ico-12.png old mode 100644 new mode 100755 index fe3639b..fe3639b Binary files a/frontend/web/images/ico/ico-12.png and b/frontend/web/images/ico/ico-12.png differ diff --git a/frontend/web/images/ico/ico-13.png b/frontend/web/images/ico/ico-13.png old mode 100644 new mode 100755 index 361ffbd..361ffbd Binary files a/frontend/web/images/ico/ico-13.png and b/frontend/web/images/ico/ico-13.png differ diff --git a/frontend/web/images/ico/ico-14.png b/frontend/web/images/ico/ico-14.png old mode 100644 new mode 100755 index 57dc22a..57dc22a Binary files a/frontend/web/images/ico/ico-14.png and b/frontend/web/images/ico/ico-14.png differ diff --git a/frontend/web/images/ico/ico-15.png b/frontend/web/images/ico/ico-15.png old mode 100644 new mode 100755 index 8a56369..8a56369 Binary files a/frontend/web/images/ico/ico-15.png and b/frontend/web/images/ico/ico-15.png differ diff --git a/frontend/web/images/ico/ico-2.png b/frontend/web/images/ico/ico-2.png old mode 100644 new mode 100755 index ebd097e..ebd097e Binary files a/frontend/web/images/ico/ico-2.png and b/frontend/web/images/ico/ico-2.png differ diff --git a/frontend/web/images/ico/ico-3-1.png b/frontend/web/images/ico/ico-3-1.png old mode 100644 new mode 100755 index d43701d..d43701d Binary files a/frontend/web/images/ico/ico-3-1.png and b/frontend/web/images/ico/ico-3-1.png differ diff --git a/frontend/web/images/ico/ico-3.png b/frontend/web/images/ico/ico-3.png old mode 100644 new mode 100755 index d6c6836..d6c6836 Binary files a/frontend/web/images/ico/ico-3.png and b/frontend/web/images/ico/ico-3.png differ diff --git a/frontend/web/images/ico/ico-4.png b/frontend/web/images/ico/ico-4.png old mode 100644 new mode 100755 index 0c6ca9d..0c6ca9d Binary files a/frontend/web/images/ico/ico-4.png and b/frontend/web/images/ico/ico-4.png differ diff --git a/frontend/web/images/ico/ico-5.png b/frontend/web/images/ico/ico-5.png old mode 100644 new mode 100755 index 9ab3bb0..9ab3bb0 Binary files a/frontend/web/images/ico/ico-5.png and b/frontend/web/images/ico/ico-5.png differ diff --git a/frontend/web/images/ico/ico-6.png b/frontend/web/images/ico/ico-6.png old mode 100644 new mode 100755 index 22a3752..22a3752 Binary files a/frontend/web/images/ico/ico-6.png and b/frontend/web/images/ico/ico-6.png differ diff --git a/frontend/web/images/ico/ico-7.png b/frontend/web/images/ico/ico-7.png old mode 100644 new mode 100755 index 42b1518..42b1518 Binary files a/frontend/web/images/ico/ico-7.png and b/frontend/web/images/ico/ico-7.png differ diff --git a/frontend/web/images/ico/ico-8.png b/frontend/web/images/ico/ico-8.png old mode 100644 new mode 100755 index 6f37be5..6f37be5 Binary files a/frontend/web/images/ico/ico-8.png and b/frontend/web/images/ico/ico-8.png differ diff --git a/frontend/web/images/ico/ico-9.png b/frontend/web/images/ico/ico-9.png old mode 100644 new mode 100755 index fdd4abb..fdd4abb Binary files a/frontend/web/images/ico/ico-9.png and b/frontend/web/images/ico/ico-9.png differ diff --git a/frontend/web/images/img-cat/img-1.jpg b/frontend/web/images/img-cat/img-1.jpg old mode 100644 new mode 100755 index 9b3dee1..9b3dee1 Binary files a/frontend/web/images/img-cat/img-1.jpg and b/frontend/web/images/img-cat/img-1.jpg differ diff --git a/frontend/web/images/img-cat/img-2.jpg b/frontend/web/images/img-cat/img-2.jpg old mode 100644 new mode 100755 index 9796170..9796170 Binary files a/frontend/web/images/img-cat/img-2.jpg and b/frontend/web/images/img-cat/img-2.jpg differ diff --git a/frontend/web/images/img-cat/img-3.jpg b/frontend/web/images/img-cat/img-3.jpg old mode 100644 new mode 100755 index 2de3d31..2de3d31 Binary files a/frontend/web/images/img-cat/img-3.jpg and b/frontend/web/images/img-cat/img-3.jpg differ diff --git a/frontend/web/images/img-cat/img-4.jpg b/frontend/web/images/img-cat/img-4.jpg old mode 100644 new mode 100755 index 3f6821c..3f6821c Binary files a/frontend/web/images/img-cat/img-4.jpg and b/frontend/web/images/img-cat/img-4.jpg differ diff --git a/frontend/web/images/img-cat/img-5.jpg b/frontend/web/images/img-cat/img-5.jpg old mode 100644 new mode 100755 index b3b7b9c..b3b7b9c Binary files a/frontend/web/images/img-cat/img-5.jpg and b/frontend/web/images/img-cat/img-5.jpg differ diff --git a/frontend/web/images/img-cat/img-6.jpg b/frontend/web/images/img-cat/img-6.jpg old mode 100644 new mode 100755 index bf899d0..bf899d0 Binary files a/frontend/web/images/img-cat/img-6.jpg and b/frontend/web/images/img-cat/img-6.jpg differ diff --git a/frontend/web/images/img-cat/img-7.jpg b/frontend/web/images/img-cat/img-7.jpg old mode 100644 new mode 100755 index f3effd7..f3effd7 Binary files a/frontend/web/images/img-cat/img-7.jpg and b/frontend/web/images/img-cat/img-7.jpg differ diff --git a/frontend/web/images/img/img-1.png b/frontend/web/images/img/img-1.png old mode 100644 new mode 100755 index 50ac88b..50ac88b Binary files a/frontend/web/images/img/img-1.png and b/frontend/web/images/img/img-1.png differ diff --git a/frontend/web/images/img/img-2.png b/frontend/web/images/img/img-2.png old mode 100644 new mode 100755 index 39ef143..39ef143 Binary files a/frontend/web/images/img/img-2.png and b/frontend/web/images/img/img-2.png differ diff --git a/frontend/web/images/img/img-3.png b/frontend/web/images/img/img-3.png old mode 100644 new mode 100755 index e517f05..e517f05 Binary files a/frontend/web/images/img/img-3.png and b/frontend/web/images/img/img-3.png differ diff --git a/frontend/web/images/img/img-4.png b/frontend/web/images/img/img-4.png old mode 100644 new mode 100755 index edc3dfa..edc3dfa Binary files a/frontend/web/images/img/img-4.png and b/frontend/web/images/img/img-4.png differ diff --git a/frontend/web/images/img/img-5.png b/frontend/web/images/img/img-5.png old mode 100644 new mode 100755 index f0e9097..f0e9097 Binary files a/frontend/web/images/img/img-5.png and b/frontend/web/images/img/img-5.png differ diff --git a/frontend/web/images/img/img-6.png b/frontend/web/images/img/img-6.png old mode 100644 new mode 100755 index 4d6754b..4d6754b Binary files a/frontend/web/images/img/img-6.png and b/frontend/web/images/img/img-6.png differ diff --git a/frontend/web/images/img/img-7.png b/frontend/web/images/img/img-7.png old mode 100644 new mode 100755 index 17759be..17759be Binary files a/frontend/web/images/img/img-7.png and b/frontend/web/images/img/img-7.png differ diff --git a/frontend/web/images/img_garbage/big-img-laminate-1.jpg b/frontend/web/images/img_garbage/big-img-laminate-1.jpg old mode 100644 new mode 100755 index 8219b96..8219b96 Binary files a/frontend/web/images/img_garbage/big-img-laminate-1.jpg and b/frontend/web/images/img_garbage/big-img-laminate-1.jpg differ diff --git a/frontend/web/images/img_garbage/gallery/collect-gal-min-1.jpg b/frontend/web/images/img_garbage/gallery/collect-gal-min-1.jpg old mode 100644 new mode 100755 index e29577c..e29577c Binary files a/frontend/web/images/img_garbage/gallery/collect-gal-min-1.jpg and b/frontend/web/images/img_garbage/gallery/collect-gal-min-1.jpg differ diff --git a/frontend/web/images/img_garbage/gallery/collect-gal-min-2.jpg b/frontend/web/images/img_garbage/gallery/collect-gal-min-2.jpg old mode 100644 new mode 100755 index 1c722de..1c722de Binary files a/frontend/web/images/img_garbage/gallery/collect-gal-min-2.jpg and b/frontend/web/images/img_garbage/gallery/collect-gal-min-2.jpg differ diff --git a/frontend/web/images/img_garbage/gallery/collect-gal-min-3.jpg b/frontend/web/images/img_garbage/gallery/collect-gal-min-3.jpg old mode 100644 new mode 100755 index 15512c6..15512c6 Binary files a/frontend/web/images/img_garbage/gallery/collect-gal-min-3.jpg and b/frontend/web/images/img_garbage/gallery/collect-gal-min-3.jpg differ diff --git a/frontend/web/images/img_garbage/gallery/collect-gal-min-4.jpg b/frontend/web/images/img_garbage/gallery/collect-gal-min-4.jpg old mode 100644 new mode 100755 index 893a959..893a959 Binary files a/frontend/web/images/img_garbage/gallery/collect-gal-min-4.jpg and b/frontend/web/images/img_garbage/gallery/collect-gal-min-4.jpg differ diff --git a/frontend/web/images/img_garbage/gallery/collect-gal-min-5.jpg b/frontend/web/images/img_garbage/gallery/collect-gal-min-5.jpg old mode 100644 new mode 100755 index ff91966..ff91966 Binary files a/frontend/web/images/img_garbage/gallery/collect-gal-min-5.jpg and b/frontend/web/images/img_garbage/gallery/collect-gal-min-5.jpg differ diff --git a/frontend/web/images/img_garbage/gallery/img-1.jpg b/frontend/web/images/img_garbage/gallery/img-1.jpg old mode 100644 new mode 100755 index f5d028a..f5d028a Binary files a/frontend/web/images/img_garbage/gallery/img-1.jpg and b/frontend/web/images/img_garbage/gallery/img-1.jpg differ diff --git a/frontend/web/images/img_garbage/gallery/img-2.jpg b/frontend/web/images/img_garbage/gallery/img-2.jpg old mode 100644 new mode 100755 index fe5a331..fe5a331 Binary files a/frontend/web/images/img_garbage/gallery/img-2.jpg and b/frontend/web/images/img_garbage/gallery/img-2.jpg differ diff --git a/frontend/web/images/img_garbage/gallery/img-3.jpg b/frontend/web/images/img_garbage/gallery/img-3.jpg old mode 100644 new mode 100755 index fbc8635..fbc8635 Binary files a/frontend/web/images/img_garbage/gallery/img-3.jpg and b/frontend/web/images/img_garbage/gallery/img-3.jpg differ diff --git a/frontend/web/images/img_garbage/gallery/img-min-1.jpg b/frontend/web/images/img_garbage/gallery/img-min-1.jpg old mode 100644 new mode 100755 index 78b35c6..78b35c6 Binary files a/frontend/web/images/img_garbage/gallery/img-min-1.jpg and b/frontend/web/images/img_garbage/gallery/img-min-1.jpg differ diff --git a/frontend/web/images/img_garbage/gallery/img-min-2.jpg b/frontend/web/images/img_garbage/gallery/img-min-2.jpg old mode 100644 new mode 100755 index 1dba5a8..1dba5a8 Binary files a/frontend/web/images/img_garbage/gallery/img-min-2.jpg and b/frontend/web/images/img_garbage/gallery/img-min-2.jpg differ diff --git a/frontend/web/images/img_garbage/gallery/img-min-3.jpg b/frontend/web/images/img_garbage/gallery/img-min-3.jpg old mode 100644 new mode 100755 index 632f28b..632f28b Binary files a/frontend/web/images/img_garbage/gallery/img-min-3.jpg and b/frontend/web/images/img_garbage/gallery/img-min-3.jpg differ diff --git a/frontend/web/images/img_garbage/gallery/img-min-4.jpg b/frontend/web/images/img_garbage/gallery/img-min-4.jpg old mode 100644 new mode 100755 index a5d368a..a5d368a Binary files a/frontend/web/images/img_garbage/gallery/img-min-4.jpg and b/frontend/web/images/img_garbage/gallery/img-min-4.jpg differ diff --git a/frontend/web/images/img_garbage/gallery/img-min-5.jpg b/frontend/web/images/img_garbage/gallery/img-min-5.jpg old mode 100644 new mode 100755 index c554d34..c554d34 Binary files a/frontend/web/images/img_garbage/gallery/img-min-5.jpg and b/frontend/web/images/img_garbage/gallery/img-min-5.jpg differ diff --git a/frontend/web/images/img_garbage/gallery/img-min-6.jpg b/frontend/web/images/img_garbage/gallery/img-min-6.jpg old mode 100644 new mode 100755 index d627573..d627573 Binary files a/frontend/web/images/img_garbage/gallery/img-min-6.jpg and b/frontend/web/images/img_garbage/gallery/img-min-6.jpg differ diff --git a/frontend/web/images/img_garbage/img-1.jpg b/frontend/web/images/img_garbage/img-1.jpg old mode 100644 new mode 100755 index b223858..b223858 Binary files a/frontend/web/images/img_garbage/img-1.jpg and b/frontend/web/images/img_garbage/img-1.jpg differ diff --git a/frontend/web/images/img_garbage/img-10.jpg b/frontend/web/images/img_garbage/img-10.jpg old mode 100644 new mode 100755 index 8eac878..8eac878 Binary files a/frontend/web/images/img_garbage/img-10.jpg and b/frontend/web/images/img_garbage/img-10.jpg differ diff --git a/frontend/web/images/img_garbage/img-11.jpg b/frontend/web/images/img_garbage/img-11.jpg old mode 100644 new mode 100755 index 2643b7b..2643b7b Binary files a/frontend/web/images/img_garbage/img-11.jpg and b/frontend/web/images/img_garbage/img-11.jpg differ diff --git a/frontend/web/images/img_garbage/img-2.jpg b/frontend/web/images/img_garbage/img-2.jpg old mode 100644 new mode 100755 index 3285668..3285668 Binary files a/frontend/web/images/img_garbage/img-2.jpg and b/frontend/web/images/img_garbage/img-2.jpg differ diff --git a/frontend/web/images/img_garbage/img-3.jpg b/frontend/web/images/img_garbage/img-3.jpg old mode 100644 new mode 100755 index 8902076..8902076 Binary files a/frontend/web/images/img_garbage/img-3.jpg and b/frontend/web/images/img_garbage/img-3.jpg differ diff --git a/frontend/web/images/img_garbage/img-4.jpg b/frontend/web/images/img_garbage/img-4.jpg old mode 100644 new mode 100755 index db48341..db48341 Binary files a/frontend/web/images/img_garbage/img-4.jpg and b/frontend/web/images/img_garbage/img-4.jpg differ diff --git a/frontend/web/images/img_garbage/img-5.jpg b/frontend/web/images/img_garbage/img-5.jpg old mode 100644 new mode 100755 index a52d8ef..a52d8ef Binary files a/frontend/web/images/img_garbage/img-5.jpg and b/frontend/web/images/img_garbage/img-5.jpg differ diff --git a/frontend/web/images/img_garbage/img-6.jpg b/frontend/web/images/img_garbage/img-6.jpg old mode 100644 new mode 100755 index a30fab5..a30fab5 Binary files a/frontend/web/images/img_garbage/img-6.jpg and b/frontend/web/images/img_garbage/img-6.jpg differ diff --git a/frontend/web/images/img_garbage/img-7.jpg b/frontend/web/images/img_garbage/img-7.jpg old mode 100644 new mode 100755 index f7f34ae..f7f34ae Binary files a/frontend/web/images/img_garbage/img-7.jpg and b/frontend/web/images/img_garbage/img-7.jpg differ diff --git a/frontend/web/images/img_garbage/img-8.jpg b/frontend/web/images/img_garbage/img-8.jpg old mode 100644 new mode 100755 index d5db332..d5db332 Binary files a/frontend/web/images/img_garbage/img-8.jpg and b/frontend/web/images/img_garbage/img-8.jpg differ diff --git a/frontend/web/images/img_garbage/img-9.jpg b/frontend/web/images/img_garbage/img-9.jpg old mode 100644 new mode 100755 index 647cec8..647cec8 Binary files a/frontend/web/images/img_garbage/img-9.jpg and b/frontend/web/images/img_garbage/img-9.jpg differ diff --git a/frontend/web/images/img_garbage/img-brand-1.jpg b/frontend/web/images/img_garbage/img-brand-1.jpg old mode 100644 new mode 100755 index 527ab52..527ab52 Binary files a/frontend/web/images/img_garbage/img-brand-1.jpg and b/frontend/web/images/img_garbage/img-brand-1.jpg differ diff --git a/frontend/web/images/img_garbage/img-brand-2.jpg b/frontend/web/images/img_garbage/img-brand-2.jpg old mode 100644 new mode 100755 index c3a4be2..c3a4be2 Binary files a/frontend/web/images/img_garbage/img-brand-2.jpg and b/frontend/web/images/img_garbage/img-brand-2.jpg differ diff --git a/frontend/web/images/img_garbage/img-brand-3.jpg b/frontend/web/images/img_garbage/img-brand-3.jpg old mode 100644 new mode 100755 index 1863271..1863271 Binary files a/frontend/web/images/img_garbage/img-brand-3.jpg and b/frontend/web/images/img_garbage/img-brand-3.jpg differ diff --git a/frontend/web/images/img_garbage/img-brand-4.jpg b/frontend/web/images/img_garbage/img-brand-4.jpg old mode 100644 new mode 100755 index 8f37a72..8f37a72 Binary files a/frontend/web/images/img_garbage/img-brand-4.jpg and b/frontend/web/images/img_garbage/img-brand-4.jpg differ diff --git a/frontend/web/images/img_garbage/img-brand-5.jpg b/frontend/web/images/img_garbage/img-brand-5.jpg old mode 100644 new mode 100755 index 89a20eb..89a20eb Binary files a/frontend/web/images/img_garbage/img-brand-5.jpg and b/frontend/web/images/img_garbage/img-brand-5.jpg differ diff --git a/frontend/web/images/img_garbage/img-brand-6.jpg b/frontend/web/images/img_garbage/img-brand-6.jpg old mode 100644 new mode 100755 index b0916d7..b0916d7 Binary files a/frontend/web/images/img_garbage/img-brand-6.jpg and b/frontend/web/images/img_garbage/img-brand-6.jpg differ diff --git a/frontend/web/images/img_garbage/img-brand-7.jpg b/frontend/web/images/img_garbage/img-brand-7.jpg old mode 100644 new mode 100755 index 4685685..4685685 Binary files a/frontend/web/images/img_garbage/img-brand-7.jpg and b/frontend/web/images/img_garbage/img-brand-7.jpg differ diff --git a/frontend/web/images/img_garbage/img-form-1.jpg b/frontend/web/images/img_garbage/img-form-1.jpg old mode 100644 new mode 100755 index 497362e..497362e Binary files a/frontend/web/images/img_garbage/img-form-1.jpg and b/frontend/web/images/img_garbage/img-form-1.jpg differ diff --git a/frontend/web/images/img_garbage/img-form-2.jpg b/frontend/web/images/img_garbage/img-form-2.jpg old mode 100644 new mode 100755 index 2bdea57..2bdea57 Binary files a/frontend/web/images/img_garbage/img-form-2.jpg and b/frontend/web/images/img_garbage/img-form-2.jpg differ diff --git a/frontend/web/images/img_garbage/img-form-3.jpg b/frontend/web/images/img_garbage/img-form-3.jpg old mode 100644 new mode 100755 index e353ce3..e353ce3 Binary files a/frontend/web/images/img_garbage/img-form-3.jpg and b/frontend/web/images/img_garbage/img-form-3.jpg differ diff --git a/frontend/web/images/img_garbage/img-laminate-1.jpg b/frontend/web/images/img_garbage/img-laminate-1.jpg old mode 100644 new mode 100755 index ccca85c..ccca85c Binary files a/frontend/web/images/img_garbage/img-laminate-1.jpg and b/frontend/web/images/img_garbage/img-laminate-1.jpg differ diff --git a/frontend/web/images/img_garbage/img-laminate-2.jpg b/frontend/web/images/img_garbage/img-laminate-2.jpg old mode 100644 new mode 100755 index 3c556c8..3c556c8 Binary files a/frontend/web/images/img_garbage/img-laminate-2.jpg and b/frontend/web/images/img_garbage/img-laminate-2.jpg differ diff --git a/frontend/web/images/img_garbage/img-laminate-3.jpg b/frontend/web/images/img_garbage/img-laminate-3.jpg old mode 100644 new mode 100755 index 00ed902..00ed902 Binary files a/frontend/web/images/img_garbage/img-laminate-3.jpg and b/frontend/web/images/img_garbage/img-laminate-3.jpg differ diff --git a/frontend/web/images/img_garbage/img-laminate-4.jpg b/frontend/web/images/img_garbage/img-laminate-4.jpg old mode 100644 new mode 100755 index f2ed7c5..f2ed7c5 Binary files a/frontend/web/images/img_garbage/img-laminate-4.jpg and b/frontend/web/images/img_garbage/img-laminate-4.jpg differ diff --git a/frontend/web/images/img_garbage/img-laminate-5.jpg b/frontend/web/images/img_garbage/img-laminate-5.jpg old mode 100644 new mode 100755 index c4323f6..c4323f6 Binary files a/frontend/web/images/img_garbage/img-laminate-5.jpg and b/frontend/web/images/img_garbage/img-laminate-5.jpg differ diff --git a/frontend/web/images/img_garbage/img-laminate-6.jpg b/frontend/web/images/img_garbage/img-laminate-6.jpg old mode 100644 new mode 100755 index 581b23a..581b23a Binary files a/frontend/web/images/img_garbage/img-laminate-6.jpg and b/frontend/web/images/img_garbage/img-laminate-6.jpg differ diff --git a/frontend/web/images/img_garbage/img-laminate-7.jpg b/frontend/web/images/img_garbage/img-laminate-7.jpg old mode 100644 new mode 100755 index 9efddf5..9efddf5 Binary files a/frontend/web/images/img_garbage/img-laminate-7.jpg and b/frontend/web/images/img_garbage/img-laminate-7.jpg differ diff --git a/frontend/web/images/img_slider/img-1.jpg b/frontend/web/images/img_slider/img-1.jpg old mode 100644 new mode 100755 index 90b3423..90b3423 Binary files a/frontend/web/images/img_slider/img-1.jpg and b/frontend/web/images/img_slider/img-1.jpg differ diff --git a/frontend/web/images/link-1.jpg b/frontend/web/images/link-1.jpg old mode 100644 new mode 100755 index f81ae23..f81ae23 Binary files a/frontend/web/images/link-1.jpg and b/frontend/web/images/link-1.jpg differ diff --git a/frontend/web/images/link-2.jpg b/frontend/web/images/link-2.jpg old mode 100644 new mode 100755 index 5192b54..5192b54 Binary files a/frontend/web/images/link-2.jpg and b/frontend/web/images/link-2.jpg differ diff --git a/frontend/web/images/link-3.jpg b/frontend/web/images/link-3.jpg old mode 100644 new mode 100755 index 24cd515..24cd515 Binary files a/frontend/web/images/link-3.jpg and b/frontend/web/images/link-3.jpg differ diff --git a/frontend/web/images/link-4.jpg b/frontend/web/images/link-4.jpg old mode 100644 new mode 100755 index 2733b26..2733b26 Binary files a/frontend/web/images/link-4.jpg and b/frontend/web/images/link-4.jpg differ diff --git a/frontend/web/images/loading.gif b/frontend/web/images/loading.gif old mode 100644 new mode 100755 index 4744c45..4744c45 Binary files a/frontend/web/images/loading.gif and b/frontend/web/images/loading.gif differ diff --git a/frontend/web/images/logo.png b/frontend/web/images/logo.png old mode 100644 new mode 100755 index ea4ad3a..ea4ad3a Binary files a/frontend/web/images/logo.png and b/frontend/web/images/logo.png differ diff --git a/frontend/web/images/shadow-cat.png b/frontend/web/images/shadow-cat.png old mode 100644 new mode 100755 index 3a9adb7..3a9adb7 Binary files a/frontend/web/images/shadow-cat.png and b/frontend/web/images/shadow-cat.png differ diff --git a/frontend/web/images/shadow-home.png b/frontend/web/images/shadow-home.png old mode 100644 new mode 100755 index 4fa81be..4fa81be Binary files a/frontend/web/images/shadow-home.png and b/frontend/web/images/shadow-home.png differ diff --git a/frontend/web/images/shadow-slider-1.png b/frontend/web/images/shadow-slider-1.png old mode 100644 new mode 100755 index 65eda36..65eda36 Binary files a/frontend/web/images/shadow-slider-1.png and b/frontend/web/images/shadow-slider-1.png differ diff --git a/frontend/web/images/shadow-slider-2.png b/frontend/web/images/shadow-slider-2.png old mode 100644 new mode 100755 index 41c0b00..41c0b00 Binary files a/frontend/web/images/shadow-slider-2.png and b/frontend/web/images/shadow-slider-2.png differ diff --git a/frontend/web/js/artbox_basket.js b/frontend/web/js/artbox_basket.js old mode 100644 new mode 100755 index 13a014b..13a014b --- a/frontend/web/js/artbox_basket.js +++ b/frontend/web/js/artbox_basket.js diff --git a/frontend/web/js/artbox_basket.js.map b/frontend/web/js/artbox_basket.js.map old mode 100644 new mode 100755 index f27bced..f27bced --- a/frontend/web/js/artbox_basket.js.map +++ b/frontend/web/js/artbox_basket.js.map diff --git a/frontend/web/js/artbox_basket.ts b/frontend/web/js/artbox_basket.ts old mode 100644 new mode 100755 index edb6379..edb6379 --- a/frontend/web/js/artbox_basket.ts +++ b/frontend/web/js/artbox_basket.ts diff --git a/frontend/web/js/device.min.js b/frontend/web/js/device.min.js old mode 100644 new mode 100755 index 492dbe3..492dbe3 --- a/frontend/web/js/device.min.js +++ b/frontend/web/js/device.min.js diff --git a/frontend/web/js/jquery-2.2.0.min.js b/frontend/web/js/jquery-2.2.0.min.js old mode 100644 new mode 100755 index 06ac263..06ac263 --- a/frontend/web/js/jquery-2.2.0.min.js +++ b/frontend/web/js/jquery-2.2.0.min.js diff --git a/frontend/web/js/jquery.mCustomScrollbar.concat.min.js b/frontend/web/js/jquery.mCustomScrollbar.concat.min.js old mode 100644 new mode 100755 index 6118086..6118086 --- a/frontend/web/js/jquery.mCustomScrollbar.concat.min.js +++ b/frontend/web/js/jquery.mCustomScrollbar.concat.min.js diff --git a/frontend/web/js/lg-fullscreen.js b/frontend/web/js/lg-fullscreen.js old mode 100644 new mode 100755 index 6d0b64f..6d0b64f --- a/frontend/web/js/lg-fullscreen.js +++ b/frontend/web/js/lg-fullscreen.js diff --git a/frontend/web/js/lg-thumbnail.js b/frontend/web/js/lg-thumbnail.js old mode 100644 new mode 100755 index 6acb185..6acb185 --- a/frontend/web/js/lg-thumbnail.js +++ b/frontend/web/js/lg-thumbnail.js diff --git a/frontend/web/js/lightgallery.js b/frontend/web/js/lightgallery.js old mode 100644 new mode 100755 index ca95625..ca95625 --- a/frontend/web/js/lightgallery.js +++ b/frontend/web/js/lightgallery.js diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js old mode 100644 new mode 100755 index de41d22..de41d22 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js diff --git a/frontend/web/js/script.min.js b/frontend/web/js/script.min.js old mode 100644 new mode 100755 index e69de29..e69de29 --- a/frontend/web/js/script.min.js +++ b/frontend/web/js/script.min.js diff --git a/todo b/todo old mode 100644 new mode 100755 index 951ea93..951ea93 --- a/todo +++ b/todo -- libgit2 0.21.4