Skip to content

Releases: rubenarslan/formr.org

v0.17.8

25 Apr 11:39
Compare
Choose a tag to compare
v0.17.8 Pre-release
Pre-release
v0.17.8

v0.17.6

18 Apr 09:03
Compare
Choose a tag to compare
v0.17.6 Pre-release
Pre-release
v0.17.6

new ways to expire surveys

26 Jan 15:57
Compare
Choose a tag to compare
Pre-release
  • 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

02 Oct 14:23
Compare
Choose a tag to compare

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

06 Jul 13:09
Compare
Choose a tag to compare
v0.16.11

v0.16.6

02 Jun 16:09
Compare
Choose a tag to compare

[0.16.6] - 02.06.2017

Added

  • Config item for phpmailer SMTPOptions
  • Quick links to runs and surveys on admin dash board

Changed

  • Fix broken sign up referrer code functionality

v0.16.0

14 Mar 15:19
Compare
Choose a tag to compare
v0.16.0

v0.15.0

01 Dec 08:48
Compare
Choose a tag to compare

[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
  • 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

  • Memory limits to exports are now configurable.
  • Increased weekly limit on how many e-mails an address can receive.
  • Bug Fixes:

v0.14.0

01 Nov 13:29
Compare
Choose a tag to compare
v0.14.0

v0.13.0

03 Oct 11:52
Compare
Choose a tag to compare

[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: