2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Added CHANGELOG update

Included sRandomChars in functions.limesurvey
Add an index on the token field of the survey table
This commit is contained in:
Adam Zammit
2013-01-24 15:10:16 +11:00
parent 004494e4ff
commit 9c46b41a4b
3 changed files with 36 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
queXS 1.7.0 - Changes since 1.6.1
New Feature: Replace queXS caseid as token with a random token to allow for safe external access
Database updates:
ALTER TABLE `case` ADD `token` VARCHAR( 36 ) NOT NULL ;
ALTER TABLE `case` ADD UNIQUE (`token`);
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)