* survey-rfe
Turned off package flag on expireincompletesurveyresponses
Merged Survey Templates
Cleaned up Survey i18n
Added Params::Validate to gotcha.txt
Added Survey upgrade script for doAfterTimeLimit and RemoveResponseTemplate
Updated SurveyJSON tests to recognise goto[Expression] on Section and Question
Merge branch 'master' into survey
removing traces
Added goto to sections and questions. Order of precedence is answer, question, then section.
removing surveybundle
removing trace
Survey.pm now has surveyJSON as a normal definition property, which is also versioned. Survey Responses are not versioned, so updating a survey can cause errors with ongoing responses.
Drag and drop functionality vastly improved in usability.
Time multiplier was set wrong
fixed typo in template
Added workflow (and email template to WebGUI/) to delete expired surveys and notify users via email.
Removed hard-coding of multi-choice bundles from administersurvey.js
Fixed regression in ResponseJSON's sectionId, questionId and answerId methods
Started working on Survey Multiple Choice bundle management.
Fixed template var regression in Survey.pm
Survey documentation improvements
...