ORIENT/modules/system/models
Samuel Georges 027af0dd9f Switch to our own internals for local storage
The local storage driver is not suitable because it does not apply the appropriate permissions to local files. This is a big issue especially for shared hosting where the webserver will create a file and the owner is locked from touching it. We detect the local driver and use the FileHelper class whenever a file or directory is created. Eg: if configured to apply chmod 777 then it will be fulfilled as expected.
2015-02-22 14:04:38 +11:00
..
eventlog Can now prune event/request log records, add width definition to list columns 2015-02-21 13:49:32 +11:00
maillayout Added translation strings for permission labels, mail template/layout column labels, editor fullscreen, list pagination and list setup modal. 2014-08-09 03:02:15 +01:00
mailsettings Add basic trigger implementation to Form Field 2015-02-18 18:12:20 +11:00
mailtemplate Add counter labels and maintenance settings page to Cms provider + Language files, update CHANGELOG.md with changes 2014-11-10 20:35:20 +11:00
pluginversion Fixes #145 - Plugin details now support "homepage" property 2014-11-27 17:21:30 +11:00
requestlog Can now prune event/request log records, add width definition to list columns 2015-02-21 13:49:32 +11:00
EventLog.php Cleanup 2015-01-03 12:41:23 +01:00
File.php Switch to our own internals for local storage 2015-02-22 14:04:38 +11:00
MailLayout.php Radical reorg of some classes 2015-01-28 11:49:54 +11:00
MailSettings.php Add validation rules for mail settings. 2015-02-21 19:55:37 +01:00
MailTemplate.php Subsequent expressions are on a new line (see developer guide > PSR exceptions) 2014-11-01 12:00:45 +11:00
Parameters.php Updating modules/system 2014-10-18 11:58:50 +02:00
PluginVersion.php Add missing PR files 2015-02-11 06:22:58 +10:00
RequestLog.php Cleanup 2015-01-03 12:41:23 +01:00