Commit graph

136 commits

Author SHA1 Message Date
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
Drake
c438d55310 Normalized signature of Asset::duplicate. This involved going through
existing overrides and callers for that method and making sure they followed
the correct signature.  Various related cleanups.

This should fix those bugs with collaboration systems refusing to be copied
or deployed as packages.
2006-09-23 01:33:46 +00:00
Wouter van Oijen
1fe73fa764 fix: Dataform adding fields without filename 2006-07-21 13:25:28 +00:00
Colin Kuskie
253dc4a533 DataForm was passing parameters to Form/*.pm that do not exist anymore. Updated rows and columns to be height and width 2006-07-15 04:34:36 +00:00
JT Smith
a440cb5f41 fix: Security bug in session env 2006-07-11 20:32:46 +00:00
Roy Johnson
72654a1b24 Exposed new template variables to the DataForm
Added Delete confirmation prompts for deleting data form entries and deleting all entries
Fixed deleteEntry method to return the view instead of a blank page.
Removed deleteAllEntries method because nothing was using it
Fixed deleteAllEntriesConfirm method
Added hasEntries method
Adjusted Dataform view templates to use new vars
2006-06-15 18:18:19 +00:00
JT Smith
4a4da7bb43 fix: DataForm corrupts text area fields
fix: mysql 5.0.9 bug
2006-05-31 22:08:17 +00:00
JT Smith
5041f31025 added drag bar 2006-05-18 23:04:23 +00:00
Martin Kamerbeek
5476280b70 fix [ 1489094 ] DataForm Record edit link wrong for list mode 2006-05-16 14:25:51 +00:00
Martin Kamerbeek
c7e5d5ee24 Fixed [ 1479779 ] enable select box in dataform 2006-05-02 12:09:03 +00:00
JT Smith
7921c7a708 [ 1457777 ] 6.99: Can't modify non-lvalue subroutine call 2006-04-28 18:55:20 +00:00
JT Smith
2f24cd3f3c [ 1475220 ] some 6.99 templates have double slashes 2006-04-28 16:59:32 +00:00
JT Smith
8fb74410ab a few bug fixes 2006-04-16 18:04:28 +00:00
JT Smith
6c6d36c981 readding mail footer to email messages
removed some old settings that don't apply any longer
2006-04-09 16:12:32 +00:00
JT Smith
e4392f7449 new caching system to replace old page cache 2006-04-05 20:46:57 +00:00
Roy Johnson
e12ff119af oops, my bad 2006-04-05 18:49:35 +00:00
Roy Johnson
1be24a0dc1 merging 6.8.8 bugfix 2006-04-05 18:46:52 +00:00
JT Smith
b6ad963119 replaced MessageLog with Inbox 2006-03-21 22:44:31 +00:00
JT Smith
47afbb0138 converting to new mail queue api 2006-03-21 03:36:44 +00:00
Colin Kuskie
5956fce2f1 fix for lists in DataForm 2006-03-09 23:34:12 +00:00
Matthew Wilson
c5c5f93b76 fixed two security problems with www_process in DataForm.pm 2006-03-09 23:05:11 +00:00
Matthew Wilson
05aa574dce fixing my flubs from a while ago. 2006-03-09 22:37:54 +00:00