1.5.4. released

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.


Code

;---------------------------------------------------------
; 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