forked from wintercms/winter
-
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.
Initial development of Composer support within Manage Updates area
- Loading branch information
1 parent
49c8529
commit 871cfeb
Showing
28 changed files
with
410 additions
and
136 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
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,32 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Cache marketplace packages | ||
|-------------------------------------------------------------------------- | ||
| | ||
| By default, marketplace metadata is cached locally to reduce the number | ||
| of calls to the API. This can be disabled by setting this value to false, | ||
| however, this may result in a slower experience when managing themes and | ||
| plugins, or browsing the marketplace. | ||
| | ||
*/ | ||
|
||
'cache' => true, | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Marketplace package cache store | ||
|-------------------------------------------------------------------------- | ||
| | ||
| If caching is enabled, the following value sets the store that should be | ||
| used to store the cache. If this is `null`, the default store will be | ||
| used. | ||
| | ||
*/ | ||
|
||
'store' => null, | ||
|
||
]; |
2 changes: 1 addition & 1 deletion
2
modules/backend/formwidgets/fileupload/assets/css/fileupload.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
modules/system/assets/js/snowboard/build/snowboard.base.debug.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.