Commit 824ca43a5bd37b3aef17634026d49315f6a33258

Authored by Alexey Boroda
1 parent 4583f00b

-Pages update (admin part)

Showing 587 changed files with 225 additions and 160 deletions   Show diff stats

Too many changes.

To preserve performance only 100 of 587 files are displayed.

.gitignore 100644 → 100755
.htaccess 100644 → 100755
... ... @@ -96,64 +96,64 @@ AddDefaultCharset utf-8
96 96  
97 97  
98 98 # кеширование в браузере на стороне пользователя
99   -
100   -<IfModule mod_expires.c>
101   - ExpiresActive On
102   - ExpiresDefault "access 7 days"
103   - ExpiresByType application/javascript "access plus 1 year"
104   - ExpiresByType text/javascript "access plus 1 year"
105   - ExpiresByType text/css "access plus 1 year"
106   - ExpiresByType text/html "access plus 7 day"
107   - ExpiresByType text/x-javascript "access 1 year"
108   - ExpiresByType image/gif "access plus 1 year"
109   - ExpiresByType image/jpeg "access plus 1 year"
110   - ExpiresByType image/png "access plus 1 year"
111   - ExpiresByType image/jpg "access plus 1 year"
112   - ExpiresByType image/x-icon "access 1 year"
113   - ExpiresByType application/x-shockwave-flash "access 1 year"
114   - </IfModule>
115   -<IfModule mod_deflate.c>
116   -AddOutputFilterByType DEFLATE text/plain
117   -AddOutputFilterByType DEFLATE text/html
118   -AddOutputFilterByType DEFLATE text/xml
119   -AddOutputFilterByType DEFLATE text/css
120   -AddOutputFilterByType DEFLATE application/xml
121   -AddOutputFilterByType DEFLATE application/xhtml+xml
122   -AddOutputFilterByType DEFLATE application/rss+xml
123   -AddOutputFilterByType DEFLATE application/javascript
124   -AddOutputFilterByType DEFLATE application/x-javascript
125   -BrowserMatch ^Mozilla/4 gzip-only-text/html
126   -BrowserMatch ^Mozilla/4\.0[678] no-gzip
127   -BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
128   -Header append Vary User-Agent
129   -RewriteEngine On
130   -AddEncoding gzip .gz
131   -RewriteCond %{HTTP:Accept-encoding} gzip
132   -RewriteCond %{REQUEST_FILENAME}.gz -f
133   -RewriteRule ^(.*)$ $1.gz [QSA,L]
134   -</IfModule>
135   -# Cache-Control
136   -<ifModule mod_headers.c>
137   -# 30 дней
138   - <filesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|swf)$">
139   - Header set Cache-Control "max-age=2592000, public"
140   - </filesMatch>
141   - # 30 дней
142   - <filesMatch "\.(css|js)$">
143   - Header set Cache-Control "max-age=2592000, public"
144   - </filesMatch>
145   - # 2 дня
146   - <filesMatch "\.(xml|txt)$">
147   - Header set Cache-Control "max-age=172800, public, must-revalidate"
148   - </filesMatch>
149   - # 1 день
150   - <filesMatch "\.(html|htm|php)$">
151   - Header set Cache-Control "max-age=172800, private, must-revalidate"
152   - </filesMatch>
153   -</ifModule>
154   -
155   -#Запрет отдачи HTTP-заголовков Vary браузерам семейства MSIE
156   -<IfModule mod_setenvif.c>
157   -BrowserMatch "MSIE" force-no-vary
158   -BrowserMatch "Mozilla/4.[0-9]{2}" force-no-vary
159   -</IfModule>
  99 +#
  100 +#<IfModule mod_expires.c>
  101 +# ExpiresActive On
  102 +# ExpiresDefault "access 7 days"
  103 +# ExpiresByType application/javascript "access plus 1 year"
  104 +# ExpiresByType text/javascript "access plus 1 year"
  105 +# ExpiresByType text/css "access plus 1 year"
  106 +# ExpiresByType text/html "access plus 7 day"
  107 +# ExpiresByType text/x-javascript "access 1 year"
  108 +# ExpiresByType image/gif "access plus 1 year"
  109 +# ExpiresByType image/jpeg "access plus 1 year"
  110 +# ExpiresByType image/png "access plus 1 year"
  111 +# ExpiresByType image/jpg "access plus 1 year"
  112 +# ExpiresByType image/x-icon "access 1 year"
  113 +# ExpiresByType application/x-shockwave-flash "access 1 year"
  114 +# </IfModule>
  115 +#<IfModule mod_deflate.c>
  116 +#AddOutputFilterByType DEFLATE text/plain
  117 +#AddOutputFilterByType DEFLATE text/html
  118 +#AddOutputFilterByType DEFLATE text/xml
  119 +#AddOutputFilterByType DEFLATE text/css
  120 +#AddOutputFilterByType DEFLATE application/xml
  121 +#AddOutputFilterByType DEFLATE application/xhtml+xml
  122 +#AddOutputFilterByType DEFLATE application/rss+xml
  123 +#AddOutputFilterByType DEFLATE application/javascript
  124 +#AddOutputFilterByType DEFLATE application/x-javascript
  125 +#BrowserMatch ^Mozilla/4 gzip-only-text/html
  126 +#BrowserMatch ^Mozilla/4\.0[678] no-gzip
  127 +#BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
  128 +#Header append Vary User-Agent
  129 +#RewriteEngine On
  130 +#AddEncoding gzip .gz
  131 +#RewriteCond %{HTTP:Accept-encoding} gzip
  132 +#RewriteCond %{REQUEST_FILENAME}.gz -f
  133 +#RewriteRule ^(.*)$ $1.gz [QSA,L]
  134 +#</IfModule>
  135 +## Cache-Control
  136 +#<ifModule mod_headers.c>
  137 +## 30 дней
  138 +# <filesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|swf)$">
  139 +# Header set Cache-Control "max-age=2592000, public"
  140 +# </filesMatch>
  141 +# # 30 дней
  142 +# <filesMatch "\.(css|js)$">
  143 +# Header set Cache-Control "max-age=2592000, public"
  144 +# </filesMatch>
  145 +# # 2 дня
  146 +# <filesMatch "\.(xml|txt)$">
  147 +# Header set Cache-Control "max-age=172800, public, must-revalidate"
  148 +# </filesMatch>
  149 +# # 1 день
  150 +# <filesMatch "\.(html|htm|php)$">
  151 +# Header set Cache-Control "max-age=172800, private, must-revalidate"
  152 +# </filesMatch>
  153 +#</ifModule>
  154 +#
  155 +##Запрет отдачи HTTP-заголовков Vary браузерам семейства MSIE
  156 +#<IfModule mod_setenvif.c>
  157 +#BrowserMatch "MSIE" force-no-vary
  158 +#BrowserMatch "Mozilla/4.[0-9]{2}" force-no-vary
  159 +#</IfModule>
... ...
backend/assets/AdminLteAsset.php 100644 → 100755
backend/assets/FontAwesomeAsset.php 100644 → 100755
backend/controllers/ArticlesController.php 100644 → 100755
backend/controllers/BannerController.php 100644 → 100755
backend/controllers/BgController.php 100644 → 100755
backend/controllers/BrandController.php 100644 → 100755
backend/controllers/CategoryController.php 100644 → 100755
backend/controllers/CertificateController.php 100644 → 100755
backend/controllers/CustomerController.php 100644 → 100755
backend/controllers/EventController.php 100644 → 100755
backend/controllers/FeedbackController.php 100644 → 100755
backend/controllers/OrdersController.php 100644 → 100755
backend/controllers/PageController.php 100644 → 100755
backend/controllers/ProjectController.php 100644 → 100755
backend/controllers/SeoCategoryController.php 100644 → 100755
backend/controllers/SeoController.php 100644 → 100755
backend/controllers/SeoDynamicController.php 100644 → 100755
backend/controllers/ServiceController.php 100644 → 100755
backend/controllers/SliderController.php 100644 → 100755
backend/controllers/SliderImageController.php 100644 → 100755
backend/controllers/SubscribeController.php 100644 → 100755
backend/controllers/UserController.php 100644 → 100755
backend/models/Label.php 100644 → 100755
backend/models/LoginForm.php 100644 → 100755
backend/models/Orders.php 100644 → 100755
backend/models/OrdersLabelLang.php 100644 → 100755
backend/models/OrdersProducts.php 100644 → 100755
backend/models/OrdersSearch.php 100644 → 100755
backend/models/User.php 100644 → 100755
backend/models/UserSearch.php 100644 → 100755
backend/views/articles/_form.php 100644 → 100755
backend/views/articles/_form_language.php 100644 → 100755
backend/views/articles/_search.php 100644 → 100755
backend/views/articles/create.php 100644 → 100755
backend/views/articles/index.php 100644 → 100755
backend/views/articles/update.php 100644 → 100755
backend/views/articles/view.php 100644 → 100755
backend/views/banner/_form.php 100644 → 100755
backend/views/banner/_form_language.php 100644 → 100755
backend/views/banner/_search.php 100644 → 100755
backend/views/banner/create.php 100644 → 100755
backend/views/banner/index.php 100644 → 100755
backend/views/banner/update.php 100644 → 100755
backend/views/banner/view.php 100644 → 100755
backend/views/bg/_form.php 100644 → 100755
backend/views/bg/_form_language.php 100644 → 100755
backend/views/bg/_search.php 100644 → 100755
backend/views/bg/create.php 100644 → 100755
backend/views/bg/index.php 100644 → 100755
backend/views/bg/update.php 100644 → 100755
backend/views/bg/view.php 100644 → 100755
backend/views/brand/_form.php 100644 → 100755
backend/views/brand/_form_language.php 100644 → 100755
backend/views/brand/_search.php 100644 → 100755
backend/views/brand/create.php 100644 → 100755
backend/views/brand/index.php 100644 → 100755
backend/views/brand/update.php 100644 → 100755
backend/views/brand/view.php 100644 → 100755
backend/views/category/_form.php 100644 → 100755
backend/views/category/_form_language.php 100644 → 100755
backend/views/category/_search.php 100644 → 100755
backend/views/category/create.php 100644 → 100755
backend/views/category/index.php 100644 → 100755
backend/views/category/update.php 100644 → 100755
backend/views/category/view.php 100644 → 100755
backend/views/certificate/_form.php 100644 → 100755
backend/views/certificate/_search.php 100644 → 100755
backend/views/certificate/create.php 100644 → 100755
backend/views/certificate/index.php 100644 → 100755
backend/views/certificate/update.php 100644 → 100755
backend/views/certificate/view.php 100644 → 100755
backend/views/customer/_form.php 100644 → 100755
backend/views/customer/_search.php 100644 → 100755
backend/views/customer/create.php 100644 → 100755
backend/views/customer/index.php 100644 → 100755
backend/views/customer/update.php 100644 → 100755
backend/views/customer/view.php 100644 → 100755
backend/views/event/_form.php 100644 → 100755
backend/views/event/_form_language.php 100644 → 100755
backend/views/event/_search.php 100644 → 100755
backend/views/event/create.php 100644 → 100755
backend/views/event/index.php 100644 → 100755
backend/views/event/update.php 100644 → 100755
backend/views/event/view.php 100644 → 100755
backend/views/feedback/index.php 100644 → 100755
backend/views/layouts/admin.php 100644 → 100755
backend/views/layouts/control-sidebar.php 100644 → 100755
backend/views/layouts/footer.php 100644 → 100755
backend/views/layouts/header.php 100644 → 100755
backend/views/layouts/main-sidebar.php 100644 → 100755
backend/views/layouts/none.php 100644 → 100755
backend/views/orders/_form.php 100644 → 100755
backend/views/orders/add.php 100644 → 100755
backend/views/orders/create.php 100644 → 100755
backend/views/orders/index.php 100644 → 100755
backend/views/orders/show.php 100644 → 100755
backend/views/orders/update.php 100644 → 100755
backend/views/page/_form.php 100644 → 100755