Graham Knop
d5dfa451df
added: WebGUI::AssetCollateral::DataForm::Entry object for managing DataForm entries
2008-10-23 10:21:08 +00:00
Graham Knop
b002dbaf47
fixed: DataForm can't export fields containing newlines
2008-10-05 19:43:03 +00:00
Graham Knop
8ac4215606
fixed: DataForm doesn't keep posted values properly when data fails validation
2008-10-02 15:12:50 +00:00
Graham Knop
62b45785bf
fixed: DataForm ignores height on textarea fields
2008-10-02 15:12:40 +00:00
Graham Knop
e971902f6e
fixed: failure when submitting a dataform that sends mail with an empty file field
2008-10-02 15:12:31 +00:00
Graham Knop
568fd0b608
fixed: editting DataForm email fields resets their name
2008-09-17 15:37:55 +00:00
Kaleb Murphy
36364b8b1a
DataForms can now export all non default fields
2008-09-15 20:29:50 +00:00
Kaleb Murphy
fd038fd0c8
Form/Integer now shows 0 in post submission page (Thanks perlDreamer)
2008-09-08 20:59:05 +00:00
Colin Kuskie
8573be8582
Fix a bug where the value 0 wasn't valid when entering
...
data into the DataForm.
2008-09-03 22:13:06 +00:00
Graham Knop
67d9982d12
fixed: DataForm export tab delimited doesn't work
2008-09-02 17:36:01 +00:00
Colin Kuskie
91b1c00215
fix deleting entries in the DataForm
2008-08-28 14:29:39 +00:00
Graham Knop
3f4de3612f
fixed: DataForm doesn't work properly with internationalized fields
...
fixed: incoming data not properly decoded from utf8
2008-08-22 21:23:40 +00:00
Graham Knop
7be08540c1
fixed: DataForm acknowledgement screen shows incorrect value for Date/Time fields
2008-08-14 17:23:14 +00:00
Kaleb Murphy
3527aef07d
Removed debug statement from DataForm
2008-08-08 16:13:24 +00:00
Kaleb Murphy
e7f5948ce1
Fixed Form Date and DateTime to properly handle mysql and epoch times. Added tests to make sure they work.
2008-08-04 20:23:13 +00:00
Colin Kuskie
d95ba6c8da
Fix two issues with sub deleteAttachedFiles that were preventing
...
it from being purged from the trash.
2008-07-26 02:28:56 +00:00
Graham Knop
ce9f7e44e6
fixed: DataForm noloop template variables have incorrect values
2008-07-14 15:02:18 +00:00
Graham Knop
deaa6c65c0
fixed: DataForm doesn't send emails correctly
2008-06-20 08:56:57 +00:00
Colin Kuskie
3bed35a223
fix some i18n with the DataForm edit form
2008-06-16 22:25:28 +00:00
Graham Knop
400ccd2286
use consitant capitalization for field types in dataform
2008-06-13 00:35:21 +00:00
Colin Kuskie
93d4e02cf6
pod syntax and markup fixes
2008-06-12 23:32:16 +00:00
Graham Knop
dbe99c3295
fixes for data form list fields
2008-06-12 19:40:19 +00:00
Graham Knop
8b752dd64e
DataForm rewritten
2008-06-11 19:27:23 +00:00
Doug Bell
614da0d2ab
added CAPTCHA to DataForm
2008-04-27 21:28:18 +00:00
Graham Knop
5bc3ebfd43
fixed: DataForm will create fields with duplicate names but doesn't use them separately
2008-03-24 09:43:40 +00:00
JT Smith
93b5ca16e4
updating copyright year
2008-02-07 23:28:18 +00:00
Graham Knop
599f62163d
fix: DataForm doesn't send mail if mail fields in tab
2007-11-21 10:40:09 +00:00
Graham Knop
f570ca5b5e
Fix delete item link in data form header
2007-10-15 17:27:18 +00:00
Diona Kidd
19dcdd15a8
Fixing status message for unread messages in dataform
2007-10-14 00:10:47 +00:00
Graham Knop
f4139a2a81
fix DataForm exportTab field order
2007-09-19 17:08:23 +00:00
JT Smith
9c4a9edb3c
fixed some typos
2007-09-14 14:46:58 +00:00
Graham Knop
a1e1d93360
add type to data form record loop
2007-09-13 19:49:19 +00:00
Graham Knop
16d47bd31b
test fixes
2007-09-12 21:43:48 +00:00
Diona Kidd
0dd8cf75e2
Adding POD for DataForm
2007-09-11 17:45:32 +00:00
Diona Kidd
3c37f3af00
Adding POD for DataForm
2007-09-11 17:38:10 +00:00
Doug Bell
adddef9e93
fix: DataForm doesn't show a link to view the entries to those users who can view the entries
2007-09-07 20:23:05 +00:00
Graham Knop
77d5866741
add sent by to data form messages sent via inbox
2007-09-07 16:46:16 +00:00
Graham Knop
7507816878
set reply to = from for data form emails
2007-08-09 15:02:09 +00:00
JT Smith
f6cab15bd0
removed help links that are referring to help that has been moved to the wiki
2007-07-26 04:53:14 +00:00
JT Smith
a7dde82421
updated copyright
2007-07-01 16:09:42 +00:00
Wes Morgan
b5fbbef649
fixed emailed form submissions so that textareas retain their formatting in the email
2007-05-02 20:56:37 +00:00
Colin Kuskie
a5de078f13
fix a bug where userId, ipAddress, submittion time, etc. were omitted from the tab deliniated dump of the DataForm
2007-05-01 21:43:51 +00:00
Colin Kuskie
ec1d8dc2d1
Pre-work for DataForm bug fix.
...
Added POD to VersionTag.pm showing some of the properties that can be gotten via get.
2007-05-01 21:18:21 +00:00
Nik Ogura
092d3acbf3
fixed permission bug on line 785: privilege::insufficient changed to privilege->insufficient
2007-04-02 15:16:23 +00:00
Colin Kuskie
8baac2160b
fix EMS bug pertaining to use of getUrl and session->icon
2007-02-14 06:14:37 +00:00
Drake
de1b160c2b
A few more minor cleanups of the attachment stuff.
2006-12-06 11:55:37 +00:00
Drake
ac92b7d6ba
Clean up a few uses of map in void context in the Data Form.
2006-12-05 16:22:28 +00:00
Roy Johnson
1af69b32c6
removed some debug code
2006-11-28 07:59:35 +00:00
Roy Johnson
0de492541b
RFE: Add file field type to DataForm wobject. Also added ability to have files submitted emailed as attachments when using the mail form mode.
2006-11-28 07:56:30 +00:00
Colin Kuskie
776a6bfdcc
Remove debug output from DataForm
...
Update Wobject.pm to use placeholders. This will speed up reordering collateral a lot.
Fixes for sequenceNumbers for answers in surveys.
Upgrade script fixes sequenceNumbers for all existing surveys.
2006-11-07 05:09:41 +00:00