Releases: rubenarslan/formr.org
Releases · rubenarslan/formr.org
v0.17.8
v0.17.6
new ways to expire surveys
- New options give you more control over when survey access expires.
- Fixed server-side validation: information entered into forms is no longer lost.
v0.16.13
Bug fix release. [0.16.13] - 02.10.2017
Changed
- See closed issues for details
- add mc_horizontal class
- fix some CSS bugs in new material design
- several UI fixes
v0.16.11
v0.16.6
v0.16.0
v0.15.0
[0.15.0] - 1.12.2016
Added
- E-mail queuing
- Setting:
$settings['email']['use_queue']
- Should queue be used or not? - Setting:
$settings['email']['queue_loop_interval']
- Number of seconds for which deamon loop should rest before getting next batch
- Setting:
- Run management interface for superadmin. In this interface the superadmin can determine which run is allowed to run in the cron and whose cron should be forked in an independent process.
- MySQL database v21: add email queue table, run property for process forking and a sent flag to email log table.
Changed
v0.14.0
v0.13.0
[0.13.0]
Added
- Reminders now processed as unit sessions. Researchers are able to see how many times a particular reminder has been sent to a participant.
- Actions in "User Overview" can be performed on multiple participants at the same time:
- Deleting Sessions
- Moving sessions to a position in the run
- Sending reminders
- Setting test status
- Users can choose to execute email units (i.e. send emails) only when user is not currently active on a study using the option in the email run unit.
- New panic button to temporarily de-activate run in case of emergency: Functions of the panic button:
- lock's run
- disable's run cron
- makes run private.
- [major feature] Background session processing is now distributed and make asynchronous by using Gearman
Changed
- Error reporting on survey upload improved to point out what individual item caused issues
- Modified study examples: Experience sampling and Longitudinal studies.
- Bug fixes: