Commit Graph

770 Commits

Author SHA1 Message Date
Will Rossiter
c073596b68 BUGFIX: fixed issue with disabling saving submissions and emailing #4629. BUGFIX: fixed saving member object error when logged in using a form 2009-10-27 09:23:42 +00:00
Sam Minnee
2ca993b7c4 BUGFIX: Updated module to support 2.4 API changes 2009-10-26 22:04:11 +00:00
Will Rossiter
31141e972d BUGFIX: fixed incorrect code being commited for the userforms identifier 2009-10-15 02:36:43 +00:00
Will Rossiter
70944fcabb BUGFIX: fixed incorrect self reference 2009-10-15 02:29:48 +00:00
Will Rossiter
ae8e0fa01a MINOR: added styling hook for required identifier 2009-10-15 00:41:02 +00:00
Will Rossiter
86b4df4953 FEATURE: added ability to have a required identitifer specificed globally 2009-10-15 00:33:13 +00:00
Sean Harvey
4cdeb3d20f BUGFIX Fixed SQL that contained backticks to work on databases with ANSI SQL enabled 2009-09-29 23:04:52 +00:00
Will Rossiter
16307e5562 MINOR: removed Text Length as width of the fields are overridden by css styles 2009-09-23 03:21:03 +00:00
Will Rossiter
d99975d2bf MINOR: fixed tabs with translatable tokens. Patch via cinek #4535. 2009-09-23 03:00:08 +00:00
Will Rossiter
fa21900504 MINOR: removed code to reference the editor from the form field 2009-09-23 02:46:48 +00:00
Will Rossiter
e24cd75b21 ENHANCEMENT: added staging / versioning support for EditableOptions 2009-09-23 01:36:52 +00:00
Will Rossiter
2fd0883ea1 BUGFIX: fixed ghost records existing on the live site when editing draft 2009-09-23 00:02:50 +00:00
Will Rossiter
379bcc7921 ENHANCEMENT: added inital versioning / staging support to userforms. Supports different forms on stage / live. ENHANCEMENT: added unit tests to cover versioning / staging 2009-09-22 22:36:53 +00:00
Will Rossiter
61edb74f36 BUGFIX: changed .change() to .click() on the custom rules handler to fix issue with changing checkboxs in IE8 2009-09-16 21:36:02 +00:00
Will Rossiter
a7bb5064a4 FEATURE: added ability to run script with 1 form at a time. FEATURE: added ability to dry run the task. BUGFIX: fixed assignment instead of comparsion with MultipleOption fields such as checkbox fields. BUGFIX: fixed failback name on _obsolete table in findDatabaseName() 2009-09-09 22:47:26 +00:00
Will Rossiter
8fd9de7d1d BUGFIX: fixed typo with get_by_id being called rather then get() 2009-09-02 04:26:00 +00:00
Will Rossiter
ca6f4b296c FEATURE: added migration script for migrating userforms 0.1 projects over to userforms 0.2 2009-09-01 02:56:44 +00:00
Carlos Barberis
516c7cd681 Added quotes to query 2009-08-13 00:19:20 +00:00
Carlos Barberis
ff96c99055 Added ORDER BY ID in query to export submissions to csv file 2009-08-12 23:59:16 +00:00
Saophalkun Ponlu
af74b843cf MINOR: Removed unused property, CustomParamater
MONOR: Add ShowOnLoad in db static so when we decorate it with Versioned the version tables will be created properly
2009-08-11 04:42:50 +00:00
Carlos Barberis
c0a59a7bf3 Fixed Error when trying to add/edit email recipient in CMS 2009-08-07 02:13:53 +00:00
Will Rossiter
b2d77150f3 MINOR: updated lang file 2009-07-26 23:23:45 +00:00
Will Rossiter
5da7a2d2a8 FEATURE: added ability to disable saving form submissions to the server 2009-07-22 04:02:21 +00:00
Will Rossiter
c7b6639d1e MINOR: sort submissions based on newer ones first 2009-07-22 03:34:27 +00:00
Will Rossiter
8b84f9caa9 FEATURE: added ability to send emails to email fields as well as dropdowns 2009-07-19 20:44:32 +00:00
Will Rossiter
f20a6f2c31 MINOR: usability improvements to the email popup 2009-07-17 03:40:18 +00:00
Will Rossiter
1ba4972e00 MINOR: added requiredField class to a field which is required for styling purposes 2009-07-16 04:31:46 +00:00
Will Rossiter
031b91a791 MINOR: fixed undefined notice with export csv 2009-07-10 04:51:24 +00:00
Will Rossiter
72baa7e893 MINOR: cleaned up finished() return 2009-07-05 07:39:28 +00:00
Will Rossiter
8e80ffbc70 BUGFIX: fixed array to string conversion error with file fields 2009-07-05 07:29:24 +00:00
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
90f977bde1 2009-07-02 21:18:16 +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
Andrew O'Neil
34dd5bf86f BUGFIX: Use a plain text field, as HTMLEditorFields have issues in
popups
2009-06-16 03:13:49 +00:00
Sean Harvey
624a93f19b BUGFIX Fixed error trying to unserialize a value that isn't an integer 2009-06-15 09:35:34 +00:00
Sean Harvey
a79a397d37 BUGFIX Removed use of HasManyComplexTableField, replaced with a ComplexTableField that auto sets the relation 2009-06-12 02:17:35 +00:00
Sean Harvey
d39ac10386 BUGFIX Removed call to parent::ExtraOptions() which doesn't exist 2009-06-08 06:48:25 +00:00
Sam Minnee
b637869b70 BUGFIX: Fixed readonly behaviour and boundary conditions for FieldEditor 2009-06-08 06:17:15 +00:00
Sean Harvey
df91c536de BUGFIX If a field wasn't selected to add, show an nicer error instead of a php error 2009-06-08 04:53:42 +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
c62b555b9e MINOR: fixed undefined array notice on the edge case of a request failing 2009-05-28 08:45:25 +00:00
Will Rossiter
7d39887df3 MINOR: optimized code when deleting multiple fields 2009-05-28 08:40:23 +00:00
Will Rossiter
d60a118083 MINOR: tidied up how saving of fields works to make it less brittle 2009-05-28 08:31:10 +00:00
Will Rossiter
92b88dad44 MINOR: readded missing return to return field validation 2009-05-26 05:40:47 +00:00
Will Rossiter
8047dec983 BUGFIX: fixed naming conflict with method / var name 2009-05-21 23:31:46 +00:00
Will Rossiter
b5ed564bcd MINOR: fixed typo in userforms validation 2009-05-15 04:01:19 +00:00
Will Rossiter
182d1d4953 BUGFIX: readded missing content option 2009-05-14 22:54:42 +00:00
Will Rossiter
86bc91d1f2 BUGFIX: fixed permission system for the field editor view 2009-05-14 21:40:03 +00:00
Will Rossiter
73bf168b8c FEATURE: ability to send emails as plain text. BUGFIX: fixed showing header fields in reports 2009-05-12 06:10:13 +00:00
Sean Harvey
7529460e80 BUGFIX Fixed userforms SQL to work with ANSI compatibility turned on 2009-05-12 01:48:04 +00:00
Will Rossiter
5588646af3 BUGFIX: updated editabletextfield to new userfield api 2009-05-10 23:26:22 +00:00
Will Rossiter
10d5f41f24 BUGFIX: fixed rules with date fields and header fields. Appilied components of #4006 2009-05-08 04:27:49 +00:00
Will Rossiter
cf39bbc71b MINOR: fixed incorrect classname. Patch via ticket #4005 2009-05-07 03:55:04 +00:00
Will Rossiter
504623d940 BUGFIX: by default show the field 2009-05-06 04:20:46 +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
cf35c706e4 BUGFIX: fixed custom rules for radio boxes and checkbox lists 2009-05-01 04:11:31 +00:00
Normann Lou
34bfd0f8c6 Roll back r75608 2009-04-29 03:05:28 +00:00
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
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
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
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
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
c0b2f760cd BUGFIX: got drag and drop ordering of fields rewritten in jQuery 2009-04-18 02:49:46 +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
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
87fd643c82 MINOR: added field html to match other fields in the form #3793 2009-04-13 21:53:18 +00:00
Will Rossiter
107d655b20 BUGFIX: fixed label on literalfield 2009-03-27 01:51:26 +00:00
Will Rossiter
22dddb5bf7 MINOR: changed literal field title name on the advice of our users 2009-03-25 05:25:50 +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
Michael Andrewartha
53390d6a5d resolved conficts in Editable text field 2009-03-16 21:32:16 +00:00
Sean Harvey
b2e1deeb10 ENHANCEMENT Allow setting max length, min length and size on all EditableTextField instances globally (unless it's set on a per-field basis) 2009-03-16 21:29:19 +00:00
Michael Andrewartha
0d60f6326a BUGFIX added isset option to if statement to stop errors 2009-03-09 04:52:59 +00:00
Will Rossiter
daac87acee BUGFIX: fixed truncation of multiple emails or long emails 2009-02-27 01:21:10 +00:00
Michael Andrewartha
170420f9f8 BUGFIX added isset around ['Title'] 2009-02-26 21:47:22 +00:00
Michael Andrewartha
bf0e1cab44 BUGFIX added isset to [->ID] 2009-02-26 21:45:57 +00:00
Ingo Schommer
7b37a32b10 BUGFIX Fixed usage of FieldEditor->performReadonlyTransformation() 2009-02-24 02:56:38 +00:00
Saophalkun Ponlu
459c127d51 ENHANCEMENT: can now send submitted data (via email) to submitter and site owner individually or both at the same time 2009-02-11 02:27:55 +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
7265fae386 BUGFIX Fixed checkboxes checked by default
MINOR Code formatting cleanup
MINOR Fixed undefined variable errors and PHP notices
2009-01-28 05:59:23 +00:00
Saophalkun Ponlu
70751f951e MINOR: Added lable to EditableEmailField 2009-01-23 03:14:57 +00:00
Saophalkun Ponlu
084d20b739 BUGFIX: throws an exception when readonly or/and default properties are not set to true 2009-01-22 20:55:58 +00:00
Saophalkun Ponlu
0492ab7955 BUGFIX: wrong path to javascript and stylesheet 2009-01-22 01:50:45 +00:00
Ingo Schommer
87b458bba8 BUGFIX Fixed usage of HeaderField arguments in EditableFormHeading 2008-11-01 15:32:36 +00:00
Sean Harvey
b57bc7e58c Removed unncessary renderWith 2008-10-30 03:59:18 +00:00
Sean Harvey
45399682d4 BUGFIX Fix for lack of styling on confirmation message after submitting a User Defined Form. 2008-10-30 03:53:35 +00:00
Sean Harvey
d71848c7d0 MINOR Removed inline tag for @see phpdoc token 2008-10-03 03:43:41 +00:00
Sean Harvey
fb633252d0 BUGFIX Fixed a critical error saving a UserDefinedForm page type 2008-09-29 05:42:46 +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