This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
releasenotes [2012/07/10 16:00] menno created |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== 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. | ||
- | <code ini 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 = | ||
- | </code> | ||
- | 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 |