Commit Graph

142 Commits

Author SHA1 Message Date
Will Rossiter 3351ef17b3 MINOR: fixed validation button width. MINOR: increased title to 255 chars rather then 50 to allow for longer checkboxs 2009-07-05 07:14:03 +00:00
Tom Rix 9fd0a4b531 MINOR make the ajax requests relative to base 2009-07-03 02:19:12 +00:00
Tom Rix a2f3381061 MINOR make the ajax requests relative to base 2009-07-03 02:17:44 +00:00
Tom Rix 90f977bde1 2009-07-02 21:18:16 +00:00
Will Rossiter 1d3d309582 BUGFIX: fixed issue with rule based validation trying to save the default rule 2009-06-25 06:55:42 +00:00
Will Rossiter 2fb5441019 BUGFIX: fixed issue with multi select fields not mantaining dropdown values and styling 2009-06-25 05:07:00 +00:00
Sean Harvey f6f1085029 ENHANCEMENT Moved readonly capabilities to EditableFormFiel from EditableMultipleOptionField - this means you can now set readonly on any form field
BUGFIX Check for readonly when checking edit and delete permissions on FieldEditor
BUGFIX Don't just show "None" when the page is in readonly mode and showing the Fields tab, instead show a readonly representation of the field editor
2009-06-08 04:42:17 +00:00
Will Rossiter 47ecc9cfad BUGFIX: fixed ordering of form fields 2009-05-28 03:51:48 +00:00
Will Rossiter bb09f582d5 MINOR: changes to the layout of the submitted email 2009-05-22 01:48:47 +00:00
Will Rossiter 8047dec983 BUGFIX: fixed naming conflict with method / var name 2009-05-21 23:31:46 +00:00
Will Rossiter 86bc91d1f2 BUGFIX: fixed permission system for the field editor view 2009-05-14 21:40:03 +00:00
Will Rossiter 603764de01 MINOR: updated email format to use label and the value below as the table layout was not working for longer fields 2009-05-14 20:55:28 +00:00
Will Rossiter 3ec7345ac9 MINOR: fixed language of fieldeditor 2009-05-06 03:46:12 +00:00
Will Rossiter 626f09be39 APICHANGE: changed ExtraOptions() to getFieldOptions() and getFieldValidationOptions(). MINOR: fixed layout of userforms in the cms. MINOR: updated checkbox field to respond with Yes and No rather then 0 and 1. MINOR: changed behaviour or email field selector to only get email field values in popup. 2009-05-06 03:34:40 +00:00
Will Rossiter 6e3f9668c0 MINOR: removed all filter form calls as filter form has not and will not work 2009-04-27 06:00:05 +00:00
Will Rossiter 049d42769a APICHANGE: removed the dulicate send copy to subscriber field. This function should now all be routed through the Email Recipients function in the cms. this gives more control over the emailing to the user 2009-04-27 02:42:29 +00:00
Will Rossiter f5bc3fb5a6 MINOR: use button styling 2009-04-27 02:21:12 +00:00
Will Rossiter a076630b9c 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
Will Rossiter 21e708156b MINOR: fixed issue where fields were hidden by default 2009-04-25 02:54:37 +00:00
Will Rossiter d592ed005f FEATURE: added ability to have rules on userdefined form fields 2009-04-23 22:52:08 +00:00
Will Rossiter 5ffaebf070 MINOR: fixed styling for dropdown options 2009-04-21 05:47:50 +00:00
Will Rossiter 83f827f006 MINOR: rewrote CSS for fieldeditor to make it more maintainable 2009-04-21 05:10:39 +00:00
Will Rossiter 379a5c98d2 MINOR: added dynamic location for the form field icon - ajshort. MINOR: added custom validation fields to insert form field specific error messages 2009-04-20 03:07:57 +00:00
Will Rossiter b83bc79fc2 BUGFIX: fixed sorting values on new fields 2009-04-19 23:52:44 +00:00
Will Rossiter 703a62cd7f BUGFIX: tidied up file attachment. should no longer attach blank file objects 2009-04-19 23:22:22 +00:00
Will Rossiter e73015e6e5 BUGFIX: got drag and drop ordering of field OPTIONS rewritten in jQuery 2009-04-18 03:08:34 +00:00
Will Rossiter c0b2f760cd BUGFIX: got drag and drop ordering of fields rewritten in jQuery 2009-04-18 02:49:46 +00:00
Will Rossiter 08b06b581c BUGFIX: fixed image icons 2009-04-17 02:50:45 +00:00
Will Rossiter 83d1f2fe86 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
Will Rossiter 8926ad082b FEATURE: added ability to delete 1 submission or all the submissions from the userdefined form 2009-04-15 04:23:43 +00:00
Will Rossiter 6368c972d1 MINOR: commented out delete submission code which has not been finished yet 2009-04-15 01:10:22 +00:00
Will Rossiter 0dfded7444 FEATURE: added ability to include userdefined form nested in Content field by using $UserDefinedForm token 2009-04-14 23:50:48 +00:00
Will Rossiter d3a3122b84 MINOR: show download file link in the cms for file downloads. MINOR: code formating improvements. 2009-04-14 04:11:05 +00:00
Will Rossiter 9e7e211927 FEATURE: added ability to send emails to multiple people on form submission with custom email subjects and body text. MINOR: fixed comments in userforms as it has been moved out of cms package 2009-04-14 02:06:18 +00:00
Sean Harvey cd9135bc89 BUGFIX Fixed deletion of form elements 2009-03-31 00:53:03 +00:00
Normann Lou 11d80d4699 BUGFIX: user defined form style broken in back-end. The BottomMenu and FormOption section is overlay with the FieldList section. (a ticket 1425 in Help desk) 2009-03-26 01:28:57 +00:00
Will Rossiter 9887201bf5 FEATURE: added LiteralField option to user defined forms 2009-03-25 03:37:49 +00:00
Will Rossiter b1a0026d05 FEATURE: allow subclassing of editable form field to update the UDF form editor 2009-03-25 02:06:28 +00:00
Saophalkun Ponlu e2f47e41c3 ENHANCEMENT: Allow custom email text to go to form submitter 2009-02-11 02:00:20 +00:00
Sean Harvey 29ddb3e12c Added FieldEditor images that were in sapphire, and should belong in the userforms module, updated references to the images in the templates 2008-10-23 21:11:32 +00:00
Sean Harvey 74d69a30fe ENHANCEMENT Added CSV export functionality to the userforms module 2008-09-29 05:33:43 +00:00
Sean Harvey 1ea06b4028 ENHANCEMENT Moved UserDefinedForm and related code, templates, CSS and javascript out of cms and sapphire classes into userforms/trunk 2008-09-29 03:18:23 +00:00