Commit Graph

1840 Commits

Author SHA1 Message Date
Normann Lou
4f6ccc6b19 ENHANCEMENT: add sapphire/css/Form.css as the default css for a UserDefinedForm 2009-04-29 02:38:56 +00:00
Will Rossiter
f19924d92f MINOR: fixed notices and tidied up code 2009-04-28 02:03:13 +00:00
Will Rossiter
ecdb0e009a MINOR: removed cms fields that do nothing 2009-04-27 23:40:33 +00:00
Will Rossiter
9179149446 BUGFIX: fixed memberlist field 2009-04-27 06:17:02 +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
df26613d8b MINOR: fixed undefined error when member list failed 2009-04-27 04:43:40 +00:00
Will Rossiter
91386c7cf7 MINOR: changed html body to html to allow html tags 2009-04-27 04:33:31 +00:00
Will Rossiter
0f21c475a6 MINOR: removed parent code 2009-04-27 04:32:47 +00:00
Will Rossiter
edb703d119 MINOR: refactored literalfield and formheading to use new mini structure 2009-04-27 04:01:06 +00:00
Will Rossiter
73944fd84f MINOR: fixed php syntax fail. I should learn that PHP != JS 2009-04-27 03:58:52 +00:00
Will Rossiter
22a658b8c0 MINOR: removed dulicate code 2009-04-27 02:45:40 +00:00
Will Rossiter
5beaaf834b MINOR: getSetting needs to be public to be accessibile from UserDefinedForm.php 2009-04-27 02:43:35 +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
1d11b9529f MINOR: updated class name in javascript file 2009-04-27 02:30:32 +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
fc01169f69 MINOR: show field by default 2009-04-26 23:39:40 +00:00
Will Rossiter
21e708156b MINOR: fixed issue where fields were hidden by default 2009-04-25 02:54:37 +00:00
Will Rossiter
c136fa4cc4 MINOR: refactored EditableCheckboxField to use custom settings field 2009-04-25 02:54:10 +00:00
Will Rossiter
058f606f48 MINOR: removed button which was no longer used 2009-04-25 02:53:30 +00:00
Will Rossiter
ff97a5ab57 ENHANCEMENT: moving userdefinedform fields to using Settings column rather then each field having its own table 2009-04-25 01:14:32 +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
4b1a806444 MINOR: readded missing field 2009-04-21 06:08:46 +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
e429137bb8 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
Will Rossiter
984bfdd42d MINOR: fixed icon for drag and dropping fields - ajshort 2009-04-20 03:22:54 +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
dde089ccd6 MINOR: fixed notice level error 2009-04-20 01:02:26 +00:00
Will Rossiter
b83bc79fc2 BUGFIX: fixed sorting values on new fields 2009-04-19 23:52:44 +00:00
Will Rossiter
d4d53acf40 MINOR: restored deleted action 2009-04-19 23:26:43 +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
c6768d8412 MINOR: tidied up code formatting 2009-04-19 21:20:52 +00:00
Will Rossiter
b3a73eac53 BUGFIX: fixed notice level error with old field name 2009-04-19 07:34:30 +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
9638edd4f9 MINOR: removed old prototype fieldeditor code 2009-04-17 02:34:17 +00:00
Will Rossiter
07c8ad9ff3 BUGFIX: make sure to delete an object from the test 2009-04-17 02:29:40 +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
643d6e35f6 MINOR: hide email notifications from other page lists 2009-04-14 23:21:52 +00:00
Will Rossiter
74442bfd89 FEATURE: added ability to have a clear form button. MINOR: setting up functions for deleting submissions 2009-04-14 22:59:46 +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
eb359e80ec FEATURE: allow a field in the UDF to be used as the field to send a response too 2009-04-14 03:26:14 +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
Will Rossiter
597c579373 restored userforms trunk 2009-04-13 22:47:38 +00:00
Will Rossiter
084070163d moved trunk to a branch as a backup for mandrew to make fixes without moving site to trunk 2009-04-13 22:44:37 +00:00