forked from modxcms/evolution
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2117 from yama/1.4.x-refactor
merged from ce by cherry pick
- Loading branch information
Showing
328 changed files
with
42,224 additions
and
12,606 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
root = true | ||
|
||
[*] | ||
end_of_line = lf | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
indent_style = space | ||
tab_width = 4 | ||
|
||
[**.js] | ||
tab_width = 4 | ||
|
||
[**.coffee] | ||
tab_width = 4 | ||
|
||
[**.cson] | ||
tab_width = 4 | ||
|
||
[**.json] | ||
tab_width = 4 | ||
|
||
[**rc] | ||
tab_width = 4 | ||
|
||
[**php] | ||
tab_width = 4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.gitattributes export-ignore | ||
.gitignore export-ignore | ||
.tx export-ignore | ||
.github export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
IndexIgnore */* | ||
<Files *.php> | ||
Order Deny,Allow | ||
Deny from all | ||
<ifModule mod_authz_core.c> | ||
Require all denied | ||
</ifModule> | ||
<ifModule !mod_authz_core.c> | ||
order deny,allow | ||
deny from all | ||
</ifModule> | ||
</Files> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
order deny,allow | ||
deny from all | ||
<ifModule mod_authz_core.c> | ||
Require all denied | ||
</ifModule> | ||
<ifModule !mod_authz_core.c> | ||
order deny,allow | ||
deny from all | ||
</ifModule> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<ifModule mod_authz_core.c> | ||
Require all denied | ||
</ifModule> | ||
<ifModule !mod_authz_core.c> | ||
order deny,allow | ||
deny from all | ||
</ifModule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
order deny,allow | ||
allow from all | ||
<ifModule mod_authz_core.c> | ||
Require all granted | ||
</ifModule> | ||
<ifModule !mod_authz_core.c> | ||
order deny,allow | ||
allow from all | ||
</ifModule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
order deny,allow | ||
allow from all | ||
<ifModule mod_authz_core.c> | ||
Require all granted | ||
</ifModule> | ||
<ifModule !mod_authz_core.c> | ||
order deny,allow | ||
allow from all | ||
</ifModule> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<?php $cacheRefreshTime=0; ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
IndexIgnore */* | ||
<Files *.php> | ||
Order Deny,Allow | ||
Deny from all | ||
<ifModule mod_authz_core.c> | ||
Require all denied | ||
</ifModule> | ||
<ifModule !mod_authz_core.c> | ||
order deny,allow | ||
deny from all | ||
</ifModule> | ||
</Files> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
IndexIgnore */* | ||
<Files *.php> | ||
Order Deny,Allow | ||
Deny from all | ||
<ifModule mod_authz_core.c> | ||
Require all denied | ||
</ifModule> | ||
<ifModule !mod_authz_core.c> | ||
order deny,allow | ||
deny from all | ||
</ifModule> | ||
</Files> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
IndexIgnore */* | ||
<Files *.php> | ||
Order Deny,Allow | ||
Deny from all | ||
<ifModule mod_authz_core.c> | ||
Require all denied | ||
</ifModule> | ||
<ifModule !mod_authz_core.c> | ||
order deny,allow | ||
deny from all | ||
</ifModule> | ||
</Files> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
IndexIgnore */* | ||
<Files *.php> | ||
Order Deny,Allow | ||
Deny from all | ||
<ifModule mod_authz_core.c> | ||
Require all denied | ||
</ifModule> | ||
<ifModule !mod_authz_core.c> | ||
order deny,allow | ||
deny from all | ||
</ifModule> | ||
</Files> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
|
||
IndexIgnore */* | ||
<Files *.php> | ||
Order Deny,Allow | ||
Deny from all | ||
</Files> | ||
<ifModule mod_authz_core.c> | ||
Require all denied | ||
</ifModule> | ||
<ifModule !mod_authz_core.c> | ||
order deny,allow | ||
deny from all | ||
</ifModule> | ||
</Files> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
|
||
IndexIgnore */* | ||
<Files *.php> | ||
Order Deny,Allow | ||
Deny from all | ||
</Files> | ||
<ifModule mod_authz_core.c> | ||
Require all denied | ||
</ifModule> | ||
<ifModule !mod_authz_core.c> | ||
order deny,allow | ||
deny from all | ||
</ifModule> | ||
</Files> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.