silverstripe-userforms/code/editor
2009-04-27 04:32:47 +00:00
..
EditableCheckbox.php MINOR: refactored EditableCheckboxField to use custom settings field 2009-04-25 02:54:10 +00:00
EditableCheckboxGroupField.php ENHANCEMENT: rewrote the user defined forms cms JS into jquery. ENHANCEMENT: rewrote templates and removed dulicate code. APICHANGE: created parent class for EditableFormField, EditableOption and EditableMultiOption to prevent code duplication. MINOR: added icon for literal field. MINOR: added quick unit test. MINOR: removed dulicate images 2009-04-17 02:26:40 +00:00
EditableDateField.php ENHANCEMENT: moved validation of user defined forms to jquery based using the validate plugin. MINOR: moved submitted field infomation to its own folder 2009-04-21 03:44:13 +00:00
EditableDropdown.php ENHANCEMENT: rewrote the user defined forms cms JS into jquery. ENHANCEMENT: rewrote templates and removed dulicate code. APICHANGE: created parent class for EditableFormField, EditableOption and EditableMultiOption to prevent code duplication. MINOR: added icon for literal field. MINOR: added quick unit test. MINOR: removed dulicate images 2009-04-17 02:26:40 +00:00
EditableEmailField.php MINOR: removed dulicate code 2009-04-27 02:45:40 +00:00
EditableFileField.php MINOR: removed parent code 2009-04-27 04:32:47 +00:00
EditableFormField.php MINOR: fixed php syntax fail. I should learn that PHP != JS 2009-04-27 03:58:52 +00:00
EditableFormHeading.php MINOR: refactored literalfield and formheading to use new mini structure 2009-04-27 04:01:06 +00:00
EditableLiteralField.php MINOR: refactored literalfield and formheading to use new mini structure 2009-04-27 04:01:06 +00:00
EditableMemberListField.php MINOR: removed parent code 2009-04-27 04:32:47 +00:00
EditableMultipleOptionField.php ENHANCEMENT: rewrote the user defined forms cms JS into jquery. ENHANCEMENT: rewrote templates and removed dulicate code. APICHANGE: created parent class for EditableFormField, EditableOption and EditableMultiOption to prevent code duplication. MINOR: added icon for literal field. MINOR: added quick unit test. MINOR: removed dulicate images 2009-04-17 02:26:40 +00:00
EditableOption.php ENHANCEMENT: rewrote the user defined forms cms JS into jquery. ENHANCEMENT: rewrote templates and removed dulicate code. APICHANGE: created parent class for EditableFormField, EditableOption and EditableMultiOption to prevent code duplication. MINOR: added icon for literal field. MINOR: added quick unit test. MINOR: removed dulicate images 2009-04-17 02:26:40 +00:00
EditableRadioField.php ENHANCEMENT: rewrote the user defined forms cms JS into jquery. ENHANCEMENT: rewrote templates and removed dulicate code. APICHANGE: created parent class for EditableFormField, EditableOption and EditableMultiOption to prevent code duplication. MINOR: added icon for literal field. MINOR: added quick unit test. MINOR: removed dulicate images 2009-04-17 02:26:40 +00:00
EditableTextField.php MINOR: rewrote CSS for fieldeditor to make it more maintainable 2009-04-21 05:10:39 +00:00
FieldEditor.php MINOR: changed field adding to use a dropdown field rather the a list of links that was getting unmanagable with all the fields 2009-04-27 00:20:20 +00:00