Commit graph

272 commits

Author SHA1 Message Date
Kaleb Murphy
d8bc8f1520 preparing for merge 2008-11-06 20:18:23 +00:00
Kaleb Murphy
4c82eb9b61 Add new report table (and sql file), and the survey now does reporting. 2008-10-24 21:38:03 +00:00
Patrick Donelan
265b464091 Made Survey2 asset-copy-aware too 2008-10-24 06:34:33 +00:00
Patrick Donelan
ca3a2d3421 Made surveyJSON package-aware 2008-10-24 06:10:48 +00:00
Patrick Donelan
efa370825c Minor bugfix 2008-10-23 23:50:53 +00:00
Patrick Donelan
4e5a3c9e4d Set application/json Content Type header on JSON responses 2008-10-23 23:30:25 +00:00
Kaleb Murphy
5afae6de85 You can now copy sections and questions. And if I correctly understand how to bundle asset packages, all the new template changes are included. 2008-10-20 16:17:25 +00:00
Kaleb Murphy
ff2ecaa8fc Branching now works, but now it isn't recognizing the end of the survey properly. Will be easy fix tomorrow. 2008-10-20 03:35:40 +00:00
Kaleb Murphy
5974531eeb Survey exports now redirect to a temp file rather than streaming a tab file. This is to get around an IE6 bug. 2008-10-15 18:42:18 +00:00
Patrick Donelan
afde10109f Minor fixes (typo and unnecessary hash dereference) 2008-10-15 01:03:13 +00:00
Kaleb Murphy
32e4208a0c minor changes 2008-10-14 21:17:34 +00:00
Kaleb Murphy
c2fc74ae85 Need to finish the template packages, reports, fix up a small branching issue, copying, and an upgrade path. 2008-10-14 03:07:53 +00:00
Kaleb Murphy
2de1d83d65 Editor is done except for prettifying it, but you can now build a survey with the new data layer 2008-09-30 19:25:38 +00:00
Kaleb Murphy
9c5082f450 minor changes to drag and drop 2008-09-30 16:26:33 +00:00
Kaleb Murphy
c812705537 Editor is 98% finished. (still wrapping up final bits on drag and drop) 2008-09-29 17:55:21 +00:00
Kaleb Murphy
ac14d55b18 minor changes 2008-09-26 14:18:36 +00:00
Kaleb Murphy
5174824b5f Finishing up editor 2008-09-26 02:06:21 +00:00
Kaleb Murphy
38c7ee33c4 Moving edit screens to be template based for i18n (almost done with editor. 2008-09-25 02:09:22 +00:00
Kaleb Murphy
e81accaa15 Really dont use this copy 2008-09-24 15:29:51 +00:00
Kaleb Murphy
c4f939f306 Hah, it ah, doesnt throw errors upon modperl start and ah, the editor, ah, kind of works, and err. ah, the JSON is 99% working, with objects instantiating themselves correctly then serializing themselves as appropriate. Definitely not a working version though. 2008-09-24 01:30:57 +00:00
Chris Nehren
36eb8db8fc add ability to show metadata values in head blocks. 2008-08-21 18:51:16 +00:00
Kaleb Murphy
7864ec1b35 template vars altered 2008-05-08 20:06:57 +00:00
Kaleb Murphy
afd395ebb6 Added randomize answers functionality (how was this missing?) 2008-05-08 13:48:52 +00:00
Kaleb Murphy
ecf9101ac8 Major updates to spec 2008-05-06 14:56:44 +00:00
Kaleb Murphy
17ab81bc23 minor bug fixes 2008-04-25 19:50:58 +00:00
Kaleb Murphy
f565772e21 Allowed text box sizes to be set, fixed hidden sliders breaking, random text in question text bug fixed, single question button continue working, randomized weirdness on section random question resolved, answer text on multi-slider questions resolved, can have generic scale questions now, removed useless 'previous Text Answer Fill' dialog 2008-04-24 21:01:23 +00:00
Kaleb Murphy
18b00e0a2f 4 scales moved back to MC 2008-04-23 18:11:07 +00:00
Kaleb Murphy
29d4017b41 Adding multiple choice subclass of scale type questions, only difference is answer text location (above button). 2008-04-23 16:59:05 +00:00
Kaleb Murphy
5e1124d01d Next Question Bug fixed 2008-04-22 15:59:35 +00:00
Kaleb Murphy
121be1e46c Same features as last commit 2008-04-22 01:26:12 +00:00
Kaleb Murphy
bf4a25c206 Importing new Survey.pm 2008-04-19 18:51:28 +00:00
Kaleb Murphy
98523078f1 removing old Survey.pm 2008-04-19 18:50:45 +00:00
Graham Knop
5e6b0e0b2e fixed: unable to respond to poll multiple times in same session 2008-04-03 14:53:27 +00:00
Graham Knop
6aa48c8c95 removing useless www_editSave from survey 2008-03-31 08:22:31 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +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
Frank Dillon
a5c824d3fb Fixed bonehead syntax errors 2007-07-11 18:04:17 +00:00
Frank Dillon
b367100591 Changed code around so that survey is not bound to the session until the first time the user responds rather than the first time the survey is viewed. 2007-07-11 16:25:49 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
Graham Knop
14e951863c fix: survey in response driven mode sometimes won't terminate correctly 2007-05-22 21:47:13 +00:00
JT Smith
e42a744ed9 - fix: XSS Vulnerability in WikiPage titles
- Depricated the random array function in WebGUI::Utility in favor of 
   List::Utils per the WebGUI Best Practices.
2007-01-17 05:23:03 +00:00
Drake
81e911c7e0 Fix bug with Survey duplication not carrying along the collateral correctly. 2006-11-07 16:58:33 +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
JT Smith
a440cb5f41 fix: Security bug in session env 2006-07-11 20:32:46 +00:00
Roy Johnson
87616b1bb0 fix - Adding Survey Choices 2006-06-29 12:44:35 +00:00
JT Smith
aa10f84d87 - fix: viewIndividualSurvey shows "Answer" lines in Survey mode
fixed more spectre memory bugs
2006-06-22 19:45:46 +00:00
Colin Kuskie
bc6c73b0b7 remove || 1s so that 0 can propagate 2006-06-20 20:45:41 +00:00
Colin Kuskie
fb7d365ee9 add field types to www_editQuestionSave 2006-06-20 20:34:09 +00:00
Roy Johnson
74d9fb12ea fix - i18n reserved section name in Surveys
fix - typo in Asset_ProjectManager i18n
2006-06-05 23:26:17 +00:00