Commit Graph

  • a79a397d37 BUGFIX Removed use of HasManyComplexTableField, replaced with a ComplexTableField that auto sets the relation Sean Harvey 2009-06-12 02:17:35 +0000
  • d39ac10386 BUGFIX Removed call to parent::ExtraOptions() which doesn't exist Sean Harvey 2009-06-08 06:48:25 +0000
  • b637869b70 BUGFIX: Fixed readonly behaviour and boundary conditions for FieldEditor Sam Minnee 2009-06-08 06:17:15 +0000
  • df91c536de BUGFIX If a field wasn't selected to add, show an nicer error instead of a php error Sean Harvey 2009-06-08 04:53:42 +0000
  • 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 Sean Harvey 2009-06-08 04:42:17 +0000
  • 0b10a29345 BUGFIX Fixed extra option fields being shown initially in IE, when they should be hidden Sean Harvey 2009-06-08 01:54:25 +0000
  • c62b555b9e MINOR: fixed undefined array notice on the edge case of a request failing Will Rossiter 2009-05-28 08:45:25 +0000
  • 7d39887df3 MINOR: optimized code when deleting multiple fields Will Rossiter 2009-05-28 08:40:23 +0000
  • d60a118083 MINOR: tidied up how saving of fields works to make it less brittle Will Rossiter 2009-05-28 08:31:10 +0000
  • 4fac0956d9 ENHANCEMENT Added language files Ingo Schommer 2009-05-28 04:44:48 +0000
  • 47ecc9cfad BUGFIX: fixed ordering of form fields Will Rossiter 2009-05-28 03:51:48 +0000
  • 92b88dad44 MINOR: readded missing return to return field validation Will Rossiter 2009-05-26 05:40:47 +0000
  • bb09f582d5 MINOR: changes to the layout of the submitted email Will Rossiter 2009-05-22 01:48:47 +0000
  • 8047dec983 BUGFIX: fixed naming conflict with method / var name Will Rossiter 2009-05-21 23:31:46 +0000
  • 52e6c99740 BUGFIX: fixed french translation. PATCH from rndmerle. Ticket #3601 Will Rossiter 2009-05-19 20:59:06 +0000
  • b5ed564bcd MINOR: fixed typo in userforms validation Will Rossiter 2009-05-15 04:01:19 +0000
  • 182d1d4953 BUGFIX: readded missing content option Will Rossiter 2009-05-14 22:54:42 +0000
  • 86bc91d1f2 BUGFIX: fixed permission system for the field editor view Will Rossiter 2009-05-14 21:40:03 +0000
  • 603764de01 MINOR: updated email format to use label and the value below as the table layout was not working for longer fields Will Rossiter 2009-05-14 20:55:28 +0000
  • 73bf168b8c FEATURE: ability to send emails as plain text. BUGFIX: fixed showing header fields in reports Will Rossiter 2009-05-12 06:10:13 +0000
  • 7529460e80 BUGFIX Fixed userforms SQL to work with ANSI compatibility turned on Sean Harvey 2009-05-12 01:48:04 +0000
  • 5588646af3 BUGFIX: updated editabletextfield to new userfield api Will Rossiter 2009-05-10 23:26:22 +0000
  • 10d5f41f24 BUGFIX: fixed rules with date fields and header fields. Appilied components of #4006 Will Rossiter 2009-05-08 04:27:49 +0000
  • cf39bbc71b MINOR: fixed incorrect classname. Patch via ticket #4005 Will Rossiter 2009-05-07 03:55:04 +0000
  • 504623d940 BUGFIX: by default show the field Will Rossiter 2009-05-06 04:20:46 +0000
  • 79621b6c7f MINOR: make sure field dropdowns are updated when adding a field Will Rossiter 2009-05-06 04:11:34 +0000
  • 3ec7345ac9 MINOR: fixed language of fieldeditor Will Rossiter 2009-05-06 03:46:12 +0000
  • 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. Will Rossiter 2009-05-06 03:34:40 +0000
  • cf35c706e4 BUGFIX: fixed custom rules for radio boxes and checkbox lists Will Rossiter 2009-05-01 04:11:31 +0000
  • 34bfd0f8c6 Roll back r75608 Normann Lou 2009-04-29 03:05:28 +0000
  • 4f6ccc6b19 ENHANCEMENT: add sapphire/css/Form.css as the default css for a UserDefinedForm Normann Lou 2009-04-29 02:38:56 +0000
  • f19924d92f MINOR: fixed notices and tidied up code Will Rossiter 2009-04-28 02:03:13 +0000
  • ecdb0e009a MINOR: removed cms fields that do nothing Will Rossiter 2009-04-27 23:40:33 +0000
  • 9179149446 BUGFIX: fixed memberlist field Will Rossiter 2009-04-27 06:17:02 +0000
  • 6e3f9668c0 MINOR: removed all filter form calls as filter form has not and will not work Will Rossiter 2009-04-27 06:00:05 +0000
  • df26613d8b MINOR: fixed undefined error when member list failed Will Rossiter 2009-04-27 04:43:40 +0000
  • 91386c7cf7 MINOR: changed html body to html to allow html tags Will Rossiter 2009-04-27 04:33:31 +0000
  • 0f21c475a6 MINOR: removed parent code Will Rossiter 2009-04-27 04:32:47 +0000
  • edb703d119 MINOR: refactored literalfield and formheading to use new mini structure Will Rossiter 2009-04-27 04:01:06 +0000
  • 73944fd84f MINOR: fixed php syntax fail. I should learn that PHP != JS Will Rossiter 2009-04-27 03:58:52 +0000
  • 22a658b8c0 MINOR: removed dulicate code Will Rossiter 2009-04-27 02:45:40 +0000
  • 5beaaf834b MINOR: getSetting needs to be public to be accessibile from UserDefinedForm.php Will Rossiter 2009-04-27 02:43:35 +0000
  • 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 Will Rossiter 2009-04-27 02:42:29 +0000
  • 1d11b9529f MINOR: updated class name in javascript file Will Rossiter 2009-04-27 02:30:32 +0000
  • f5bc3fb5a6 MINOR: use button styling Will Rossiter 2009-04-27 02:21:12 +0000
  • a076630b9c MINOR: changed field adding to use a dropdown field rather the a list of links that was getting unmanagable with all the fields Will Rossiter 2009-04-27 00:20:20 +0000
  • fc01169f69 MINOR: show field by default Will Rossiter 2009-04-26 23:39:40 +0000
  • 21e708156b MINOR: fixed issue where fields were hidden by default Will Rossiter 2009-04-25 02:54:37 +0000
  • c136fa4cc4 MINOR: refactored EditableCheckboxField to use custom settings field Will Rossiter 2009-04-25 02:54:10 +0000
  • 058f606f48 MINOR: removed button which was no longer used Will Rossiter 2009-04-25 02:53:30 +0000
  • ff97a5ab57 ENHANCEMENT: moving userdefinedform fields to using Settings column rather then each field having its own table Will Rossiter 2009-04-25 01:14:32 +0000
  • d592ed005f FEATURE: added ability to have rules on userdefined form fields Will Rossiter 2009-04-23 22:52:08 +0000
  • 4b1a806444 MINOR: readded missing field Will Rossiter 2009-04-21 06:08:46 +0000
  • 5ffaebf070 MINOR: fixed styling for dropdown options Will Rossiter 2009-04-21 05:47:50 +0000
  • 83f827f006 MINOR: rewrote CSS for fieldeditor to make it more maintainable Will Rossiter 2009-04-21 05:10:39 +0000
  • e429137bb8 ENHANCEMENT: moved validation of user defined forms to jquery based using the validate plugin. MINOR: moved submitted field infomation to its own folder Will Rossiter 2009-04-21 03:44:13 +0000
  • 984bfdd42d MINOR: fixed icon for drag and dropping fields - ajshort Will Rossiter 2009-04-20 03:22:54 +0000
  • 379a5c98d2 MINOR: added dynamic location for the form field icon - ajshort. MINOR: added custom validation fields to insert form field specific error messages Will Rossiter 2009-04-20 03:07:57 +0000
  • dde089ccd6 MINOR: fixed notice level error Will Rossiter 2009-04-20 01:02:26 +0000
  • b83bc79fc2 BUGFIX: fixed sorting values on new fields Will Rossiter 2009-04-19 23:52:44 +0000
  • d4d53acf40 MINOR: restored deleted action Will Rossiter 2009-04-19 23:26:43 +0000
  • 703a62cd7f BUGFIX: tidied up file attachment. should no longer attach blank file objects Will Rossiter 2009-04-19 23:22:22 +0000
  • c6768d8412 MINOR: tidied up code formatting Will Rossiter 2009-04-19 21:20:52 +0000
  • b3a73eac53 BUGFIX: fixed notice level error with old field name Will Rossiter 2009-04-19 07:34:30 +0000
  • e73015e6e5 BUGFIX: got drag and drop ordering of field OPTIONS rewritten in jQuery Will Rossiter 2009-04-18 03:08:34 +0000
  • c0b2f760cd BUGFIX: got drag and drop ordering of fields rewritten in jQuery Will Rossiter 2009-04-18 02:49:46 +0000
  • 08b06b581c BUGFIX: fixed image icons Will Rossiter 2009-04-17 02:50:45 +0000
  • 9638edd4f9 MINOR: removed old prototype fieldeditor code Will Rossiter 2009-04-17 02:34:17 +0000
  • 07c8ad9ff3 BUGFIX: make sure to delete an object from the test Will Rossiter 2009-04-17 02:29:40 +0000
  • 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 Will Rossiter 2009-04-17 02:26:40 +0000
  • 8926ad082b FEATURE: added ability to delete 1 submission or all the submissions from the userdefined form Will Rossiter 2009-04-15 04:23:43 +0000
  • 6368c972d1 MINOR: commented out delete submission code which has not been finished yet Will Rossiter 2009-04-15 01:10:22 +0000
  • 0dfded7444 FEATURE: added ability to include userdefined form nested in Content field by using $UserDefinedForm token Will Rossiter 2009-04-14 23:50:48 +0000
  • 643d6e35f6 MINOR: hide email notifications from other page lists Will Rossiter 2009-04-14 23:21:52 +0000
  • 74442bfd89 FEATURE: added ability to have a clear form button. MINOR: setting up functions for deleting submissions Will Rossiter 2009-04-14 22:59:46 +0000
  • d3a3122b84 MINOR: show download file link in the cms for file downloads. MINOR: code formating improvements. Will Rossiter 2009-04-14 04:11:05 +0000
  • eb359e80ec FEATURE: allow a field in the UDF to be used as the field to send a response too Will Rossiter 2009-04-14 03:26:14 +0000
  • 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 Will Rossiter 2009-04-14 02:06:18 +0000
  • 597c579373 restored userforms trunk Will Rossiter 2009-04-13 22:47:38 +0000
  • 084070163d moved trunk to a branch as a backup for mandrew to make fixes without moving site to trunk Will Rossiter 2009-04-13 22:44:37 +0000
  • 87fd643c82 MINOR: added field html to match other fields in the form #3793 Will Rossiter 2009-04-13 21:53:18 +0000
  • cd9135bc89 BUGFIX Fixed deletion of form elements Sean Harvey 2009-03-31 00:53:03 +0000
  • 107d655b20 BUGFIX: fixed label on literalfield Will Rossiter 2009-03-27 01:51:26 +0000
  • 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) Normann Lou 2009-03-26 01:28:57 +0000
  • 22dddb5bf7 MINOR: changed literal field title name on the advice of our users Will Rossiter 2009-03-25 05:25:50 +0000
  • 9887201bf5 FEATURE: added LiteralField option to user defined forms Will Rossiter 2009-03-25 03:37:49 +0000
  • b1a0026d05 FEATURE: allow subclassing of editable form field to update the UDF form editor Will Rossiter 2009-03-25 02:06:28 +0000
  • 53390d6a5d resolved conficts in Editable text field Michael Andrewartha 2009-03-16 21:32:16 +0000
  • b2e1deeb10 ENHANCEMENT Allow setting max length, min length and size on all EditableTextField instances globally (unless it's set on a per-field basis) Sean Harvey 2009-03-16 21:29:19 +0000
  • 0d60f6326a BUGFIX added isset option to if statement to stop errors Michael Andrewartha 2009-03-09 04:52:59 +0000
  • daac87acee BUGFIX: fixed truncation of multiple emails or long emails Will Rossiter 2009-02-27 01:21:10 +0000
  • 170420f9f8 BUGFIX added isset around ['Title'] Michael Andrewartha 2009-02-26 21:47:22 +0000
  • bf0e1cab44 BUGFIX added isset to [->ID] Michael Andrewartha 2009-02-26 21:45:57 +0000
  • 9948f84db4 Tagged 0.1.0 0.1.0 Andrew O'Neil 2009-02-24 05:16:09 +0000
  • a1e94eb404 Updated Changelog and readme Andrew O'Neil 2009-02-24 05:14:10 +0000
  • 7b37a32b10 BUGFIX Fixed usage of FieldEditor->performReadonlyTransformation() Ingo Schommer 2009-02-24 02:56:38 +0000
  • 459c127d51 ENHANCEMENT: can now send submitted data (via email) to submitter and site owner individually or both at the same time Saophalkun Ponlu 2009-02-11 02:27:55 +0000
  • e2f47e41c3 ENHANCEMENT: Allow custom email text to go to form submitter Saophalkun Ponlu 2009-02-11 02:00:20 +0000
  • 7265fae386 BUGFIX Fixed checkboxes checked by default MINOR Code formatting cleanup MINOR Fixed undefined variable errors and PHP notices Sean Harvey 2009-01-28 05:59:23 +0000
  • 70751f951e MINOR: Added lable to EditableEmailField Saophalkun Ponlu 2009-01-23 03:14:57 +0000