GemsTracker

GEneric Medical Survey Tracker

User Tools

Site Tools


Sidebar

Quick Links

Main site / download

API Docs
Bug tracker
Demo site
GitHub

Index

releasenotes

This is an old revision of the document!


Release notes

Version 1.5.4

2010-06-07 rev[628]-rev[738]

The settings below were added to the project.ini, please review them and add to your own project.ini on upgrade from a previous version.

project.ini
;---------------------------------------------------------
; LOGLEVEL SECTION
;---------------------------------------------------------
; Use the loglevels as defined in Zend_Log to define the highest level of errors to log
;
; 0 Emergency: system is unusable
; 1 Alert: action must be taken immediately
; 2 Critical: critical conditions
; 3 Error: error conditions
; 4 Warning: warning conditions
; 5 Notice: normal but significant condition
; 6 Informational: informational messages
; 7 Debug: debug messages
;
; Defaults for production are 3 (error) and 7 (debug) for testing and development, uncomment the
; line below to use a custom setting
;logLevel = 6;

;---------------------------------------------------------
; EXPORT SECTION
;---------------------------------------------------------
; Location of the 'wkhtmltopdf' binary, be sure to use the latest
; binary from http://code.google.com/p/wkhtmltopdf/
export.wkhtmltopdf = 

Added / changes:

  • Export of all respondent data on a single page or PDF
  • Added maximum number of reminders sent to tokens
  • Fixed multiple issues with user login and staff creation
  • Fixed handling of token return on multi-url sites
  • Fixed several date display and editing issues
releasenotes.1341928821.txt.gz · Last modified: 2020/03/12 12:08 (external edit)