mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Merged from internetcomplete
This commit is contained in:
10
CHANGELOG
10
CHANGELOG
@@ -4,11 +4,11 @@ New Feature: Replace queXS caseid as token with a random token to allow for safe
|
||||
New Feature: Allow for responents to self complete the questionnaire via email invitation
|
||||
New Feature: Allow restricting appointment to just yourself
|
||||
New Feature: Added ability to edit operators
|
||||
New Featuer: Can delete a queXS questionnaire
|
||||
|
||||
New Feature: Can delete a queXS questionnaire
|
||||
New Feature: List and enable/disable sample files
|
||||
New Feature: Deidentify (delete fields) from sample files
|
||||
Fixed Bug: Replaced php short tags with long tags
|
||||
|
||||
|
||||
Database updates:
|
||||
|
||||
ALTER TABLE `case` ADD `token` VARCHAR( 36 ) NOT NULL ;
|
||||
@@ -36,6 +36,10 @@ ADD `lime_mode` VARCHAR( 64 ) NULL COMMENT 'Limesurvey mode for respondent self
|
||||
ADD `lime_template` VARCHAR( 128 ) NULL COMMENT 'Limesurvey template for respondent self completion' AFTER `lime_mode` ,
|
||||
ADD `lime_endurl` VARCHAR( 256 ) NULL COMMENT 'Forwarding end URL for respondent self completion' AFTER `lime_template` ;
|
||||
|
||||
Allow for enabling/disabling sample files:
|
||||
|
||||
ALTER TABLE `sample_import` ADD `enabled` TINYINT( 1 ) NOT NULL DEFAULT '1';
|
||||
|
||||
queXS 1.6.1 - Changes since 1.6.0
|
||||
|
||||
New Feature: Include paradata/metadata in data output (number call attempts, number of answering machine messages and all sample variables)
|
||||
|
||||
Reference in New Issue
Block a user