Skip to content

LORIS Release v20.1.0

Compare
Choose a tag to compare
@driusan driusan released this 03 Dec 18:52

This release of LORIS cleans up PHP notices and security fixes and improves parts of the documentation. In addition to that, it adds a few new features. For a complete list of features see here

New Features

  • [Core: Login, User Accounts] Allow certain users to access the system in a time window basis (either accounts that don't activate until the future, or accounts that expire.)
  • [Imaging Uploader] Validate filename in front-end before attempting upload.

New Development Features

  • [React] Added loader component to standardize loading messages
  • [Database ] Added On Duplicate Update Function to Database Class

Deprecations

  • [tools] The excelDump script was moved into the tools/deprecated/excelDump as it depended on an old and deprecated library which is no longer maintained.

Upgrade process:

  1. Update the code
  2. Source the SQL files:
  • SQL/New_patches/2018-08-22_user_activeFrom-activeTo.sql
  • SQL/New_patches/2018-08-20_relabelling_MRI-Upload_Directory_to_MRI_incoming_Directory.sql
  • SQL/New_patches/2018-08-16_make_config_lookup_center_a_drop_down.sql

(Note this release was accidentally published on GitHub before the concatenated patch was ready. A v20.1.1 bugfix release should simplify the upgrade.)