ORIENT/modules/system
pikanji 54ab6f080a Use cms.storage.uploads.disk instead of filesystem.default
Fixes #3332.
FileUpload widget uploads file to the disk specified by default in config/filesystem.php instead of storage.uploads.disk in config/cms.php, if we use System\Models\File following the instruction in here.
Although we can still create another class extending System\Models\File or October\Rain\Database\Attach\File and use it as the model for attachOne/Many relation, System\Models\File seems to be the one that responsible to look at storage.uploads.disk in config/cms.php, because the existing methods are using storage.uploads.*.
Credit to @pikanji
2018-01-01 17:04:47 -06:00
..
assets Support toggling the removal of stop words in input preset handling (#3320) 2017-12-25 17:56:58 -06:00
behaviors Trigger queue worker restart on settings model save 2017-11-30 14:51:54 -07:00
classes Merge branch 'maintenance-mediamanager' into develop 2017-10-16 17:56:34 +11:00
console Fixes poorly named event 2017-11-27 15:50:37 +11:00
controllers Made hardcoded texts as translatable 2017-08-02 00:16:17 +03:00
database Fixes #3211 with improvements to reverse migration (#3212) 2017-10-31 12:34:48 -06:00
helpers Register `appName` as global view variable 2017-07-23 17:20:53 +10:00
lang Bring Finnish language up to date (#3316) 2017-12-21 11:16:01 -06:00
models Use cms.storage.uploads.disk instead of filesystem.default 2018-01-01 17:04:47 -06:00
partials URL -> Url 2017-06-02 23:34:50 +10:00
reportwidgets pluck -> value 2017-05-12 07:19:06 +10:00
traits Check if given partial name is also file or only folder (#3190) 2017-10-23 08:48:34 -06:00
twig Fix exception Class 'System\Twig\MediaLibrary' not found in build 426 (#3181) 2017-10-18 07:56:52 -06:00
views Allow raw values in subject header (#3092) 2017-09-07 08:42:27 -06:00
ServiceProvider.php Hide Settings menu when no sub pages to display (#3172) 2017-10-18 11:22:33 -06:00
aliases.php Introduce new Cms helper 2016-08-20 14:43:49 +10:00
composer.json Fixes #3081. Resets module dependencies from dev to stable. Refs 081a32c928 2017-09-04 12:40:55 -06:00
providers.php Add app.name config 2017-05-16 18:50:41 +10:00
routes.php API docs progress 2017-03-16 17:08:20 +11:00