From d3f1fe44c3ac461d823b3cb5230f14d97adff090 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Wed, 16 Dec 2015 12:54:17 +1100 Subject: [PATCH] Updated with bug fixes and features --- CHANGELOG | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 68281ca3..c8a5af3a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,16 @@ queXS 1.14.0 - Changes since 1.13.1 +New feature: Session based authentication instead of web server authentication +New feature: Ordering of sample files on an overall and by questionnaire level to determine which numbers will be drawn first +New feature: Client panel now displays basic summary stats +New feature: Can add custom outcome codes and assign a subset of outcomes to questionnaires +New feature: Added skeletonquest Limesurvey theme for self completion (mobile friendly) + +Bug fix: lp:1510368 Lime quota with more than one option in list doesn't display in queXS quota report +Bug fix: lp:1510369 When survey completed as "Self completed online", quotas based on either sample or data inputs, are not counted as completed +Fixed Bug: Web first case generation failing with some insert strings +Fixed bug: Error inserting case due to token random generation collision + Changes for session authentication: queXS now uses the Limesurvey session based authentication system to authenticate all users.