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

Updated changelog

This commit is contained in:
azammitdcarf
2012-11-15 00:13:03 +00:00
parent bfc951d64d
commit 153fc8ca0d

View File

@@ -1,3 +1,20 @@
queXS 1.5.4 - Changes since 1.5.3:
New Feature: Added bulk appointment generator from CSV
New Feature: Added questionnaire to call history and CSV download option
New Feature: List questionnaires from newest first
New Feature: Added count of outcomes by call attempt
New Feature: Add process_clear_log function to make sure process_log table doesn't get too big
Fixed Bug: Use less memory when exporting CSV call history
Fixed Bug: Fixed timezone assignment in AU database by phone number prefix
Fixed Bug: List questionnaires even if not in default language
Fixed Bug: Updated jquery in Limesurvey due to Firefox 12 scroll bug: https://bugzilla.mozilla.org/show_bug.cgi?id=749935
Translations updated (Thanks to those who contributed on Launchpad)
Database changes suggested:
ALTER TABLE sample_prefix_timezone MODIFY val char(10) NOT NULL;
queXS 1.5.3 - Changes since 1.5.2:
New Feature: Automatically create tokens table when activating (as is required by queXS)