Will Rossiter
8977e65471
BUGFIX: changed attr to ATT as Attr has been deprecated
2009-09-15 04:58:00 +00:00
Ingo Schommer
0f2eec56ed
MINOR Updated master language tables
2009-09-10 04:11:30 +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
Will Rossiter
5a30394ce0
MINOR: removed dots in french translation entry
2009-08-21 00:17:18 +00:00
Will Rossiter
79cf7f1bee
BUGFIX: remove and add the class rather then showing / hiding
2009-08-14 04:47:30 +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
8ccb893881
BUGFIX: more options don't get hidden by default
2009-08-12 02:48:37 +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
f3cc04a3d0
MINOR: updated changelog to reflect 0.2 release
2009-07-26 22:30:27 +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
84436d2bfb
MINOR: added userforms template from cms folder
2009-07-16 04:00:41 +00:00
Will Rossiter
4eada71c17
MINOR: Updated the PHP Lang File
2009-07-16 03:56:30 +00:00
Michael Andrewartha
3a4b0bdfd7
BUGFIX added return false to delete custom rule function
2009-07-15 22:22:07 +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
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
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
2336168437
MINOR Added contact to userforms maintainer
2009-06-14 23:11:31 +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
Sean Harvey
0b10a29345
BUGFIX Fixed extra option fields being shown initially in IE, when they should be hidden
2009-06-08 01:54:25 +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
Ingo Schommer
4fac0956d9
ENHANCEMENT Added language files
2009-05-28 04:44:48 +00:00
Will Rossiter
47ecc9cfad
BUGFIX: fixed ordering of form fields
2009-05-28 03:51:48 +00:00
Will Rossiter
92b88dad44
MINOR: readded missing return to return field validation
2009-05-26 05:40:47 +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
52e6c99740
BUGFIX: fixed french translation. PATCH from rndmerle. Ticket #3601
2009-05-19 20:59:06 +00:00
Will Rossiter
b5ed564bcd
MINOR: fixed typo in userforms validation
2009-05-15 04:01:19 +00:00