silverstripe-userforms/code/submissions
Mateusz Uzdowski 8d3cb472dc BUGFIX: remove reliance on str_getcsv (it's PHP 5.3 only).
ENHANCEMENT: sort the columns according to the most recent form setup (thanks jonomenz for the query)
ENHANCEMENT: test quotes and commas
2010-10-07 23:06:49 +00:00
..
SubmittedFileField.php ENHANCEMENT: Don't return a blank url when no file is specified 2010-09-22 02:20:28 +00:00
SubmittedForm.php ENHANCEMENT: implemented tests for exporting csv files 2010-09-08 10:35:43 +00:00
SubmittedFormField.php APICHANGE: added getFormattedValue() for UDF submitted form fields to allow subclasses to overload the stored content. BUGFIX: convert newlines from text submissions to br tags so textarea fields actually come out semi readable 2010-05-16 03:55:03 +00:00
SubmittedFormReportField.php BUGFIX: remove reliance on str_getcsv (it's PHP 5.3 only). 2010-10-07 23:06:49 +00:00