silverstripe-userforms/code/Model
Dylan Wagstaff 0ce94b75f5 FIX correctly calculate MaxFileSizeMB
The inputted value is intended to represent megabytes, but is only
multiplied by 1024 - meaning it'd represent kilobytes. This is then used
to compare with the PHP setting number, which is bytes in the range of
megabytes. Kilobytes are always under megabytes, meaning size
comparisons elsewhere in the code are always true.
We should ensure the calculation for validation is correct.
2020-11-01 11:31:23 +13:00
..
EditableFormField FIX correctly calculate MaxFileSizeMB 2020-11-01 11:31:23 +13:00
Recipient FIX Trim recipient email addresses before write 2020-07-14 16:41:36 +12:00
Submission FIX Fixing plain email blank file field value (#940) 2020-07-01 09:00:31 +12:00
EditableCustomRule.php Minor linting adjustment. 2020-01-14 12:28:04 +13:00
EditableFormField.php API Mark EditableFormField::EffectiveDisplayRules() for deprecation 2020-01-13 12:12:14 +13:00
UserDefinedForm.php NEW Add font-icon for site tree userform page 2019-01-14 13:39:27 +13:00