forked from TYPO3/typo3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Unify ext_emconf setting clearCacheOnLoad
Some system extensions are using a lowercase version of this setting. Unify to the correct one. The extension manager still checks both versions. Resolves: #81841 Releases: master, 8.7 Change-Id: Id3ef5741b1accded57405ffb86132640f1079632 Reviewed-on: https://review.typo3.org/53452 Tested-by: TYPO3com <[email protected]> Reviewed-by: Jasmina Ließmann <[email protected]> Reviewed-by: Joerg Boesche <[email protected]> Tested-by: Joerg Boesche <[email protected]> Reviewed-by: Wouter Wolters <[email protected]> Tested-by: Wouter Wolters <[email protected]>
- Loading branch information
1 parent
a91ec11
commit 56f1b8a
Showing
6 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
'state' => 'beta', | ||
'uploadfolder' => 0, | ||
'createDirs' => '', | ||
'clearcacheonload' => 0, | ||
'clearCacheOnLoad' => 0, | ||
'author' => 'Christian Kuhn', | ||
'author_email' => '[email protected]', | ||
'constraints' => [ | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
'state' => 'beta', | ||
'uploadfolder' => 0, | ||
'createDirs' => '', | ||
'clearcacheonload' => 0, | ||
'clearCacheOnLoad' => 0, | ||
'author' => 'Oliver Hader', | ||
'author_email' => '[email protected]', | ||
'author_company' => '', | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
'state' => 'beta', | ||
'uploadfolder' => 0, | ||
'createDirs' => '', | ||
'clearcacheonload' => 0, | ||
'clearCacheOnLoad' => 0, | ||
'author' => 'Oliver Hader', | ||
'author_email' => '[email protected]', | ||
'author_company' => '', | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
'state' => 'beta', | ||
'uploadfolder' => 1, | ||
'createDirs' => '', | ||
'clearcacheonload' => 1, | ||
'clearCacheOnLoad' => 1, | ||
'author' => 'Marc Bastian Heinrichs', | ||
'author_email' => '[email protected]', | ||
'author_company' => '', | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
'state' => 'beta', | ||
'uploadfolder' => 1, | ||
'createDirs' => '', | ||
'clearcacheonload' => 1, | ||
'clearCacheOnLoad' => 1, | ||
'author' => 'Marc Bastian Heinrichs', | ||
'author_email' => '[email protected]', | ||
'author_company' => '', | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
'state' => 'stable', | ||
'uploadfolder' => 0, | ||
'createDirs' => '', | ||
'clearcacheonload' => 0, | ||
'clearCacheOnLoad' => 0, | ||
'author' => 'TYPO3 Core Team', | ||
'author_email' => '[email protected]', | ||
'author_company' => '', | ||
|