Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Aug 16, 2018
1 parent 67f2c92 commit 75c119d
Show file tree
Hide file tree
Showing 120 changed files with 24,063 additions and 18,717 deletions.
8 changes: 5 additions & 3 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Disable server signature
ServerSignature Off



# Disable directory listing (-indexes), Multiviews (-MultiViews) and enable Follow system links (+FollowSymLinks)
Options -Indexes
Options -MultiViews
Expand All @@ -9,7 +11,7 @@ Options +FollowSymLinks
<IfModule mod_rewrite.c>

RewriteEngine On

# If you have problems with the rewrite rules remove the "#" from the following RewriteBase line
# You will also have to change the path to reflect the path to your Chevereto installation
# If you are using alias is most likely that you will need this.
Expand All @@ -21,10 +23,10 @@ Options +FollowSymLinks
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule images/.+\.(gif|jpe?g|png|bmp) - [NC,L,R=404]
#RewriteRule images/.+\.(gif|jpe?g|png|bmp) content/images/system/default/404.gif [NC,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !\.(css|js|html|htm|rtf|rtx|svg|svgz|txt|xsd|xsl|xml|asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|exe|gif|gz|gzip|ico|jpe?g|jpe|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|swf|tar|tif|tiff|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip)$ [NC]
RewriteRule . index.php [L]

</IfModule>
2 changes: 1 addition & 1 deletion app/app.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
define('G_APP_NAME', 'Chevereto Free');
define('G_APP_VERSION', '1.0.13');
define('G_APP_VERSION', '1.1.0');
define('G_APP_GITHUB_OWNER', 'Chevereto');
define('G_APP_GITHUB_REPO', 'Chevereto-Free');
define('G_APP_GITHUB_REPO_URL', 'https://github.com/' . G_APP_GITHUB_OWNER . '/' . G_APP_GITHUB_REPO);
Expand Down
4 changes: 1 addition & 3 deletions app/content/languages/cache/ar.po.cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
);
$translation_plural = array (
'nplurals' => 6,
'plural' => '(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5)',
'formula' => '($n==0 ? (0) : ($n==1 ? (1) : ($n==2 ? (2) : ($n%100>=3 && $n%100<=10 ? (3) : ($n%100>=11 ? (4) : (5))))))',
'function' => '$index = (int)(($n==0 ? (0) : ($n==1 ? (1) : ($n==2 ? (2) : ($n%100>=3 && $n%100<=10 ? (3) : ($n%100>=11 ? (4) : (5))))))); return ($index < 6) ? $index : 6 - 1;',
'function' => '($n != 1)',
);
$translation_table = [
"Invalid email" => [
Expand Down
Loading

0 comments on commit 75c119d

Please sign in to comment.