Skip to content

Releases: aces/Loris

LORIS Release v24.1.0

05 Oct 19:42
af2c9b1
Compare
Choose a tag to compare

Important Note: The release instructions below may result in an exception caused by a circular dependency. In order to resolve the error we suggest upgrading directly to LORIS version 24.1.2 and running the instructions recommended in that release. All other information in the release note below are still accurate

LORIS 24.1 (Release Date: 2022-10-05)

Core

Updates and Improvements

  • Addition of PhaseEncodingDirection and EchoNumber columns to the mri_protocol
    and mri_protocol_violated_scans tables to allow for better discrimination between some
    MRI sequences.
  • Addition of PhaseEncodingDirection and EchoNumber columns to the files, files_qcstatus
    and feedback_mri_comments tables to ensure uniqueness keys for specific GE sequences for
    which the SeriesUID/EchoTime combination is not enough (PR #8152).
  • Addition of image_type, PhaseEncodingDirection and EchoNumber fields to the tables
    present in the "Could not identify scan" page of the MRI violation module (PR #8156)
  • Modification of the list of headers displayed in the image panel headers table (PR #8157)

Bug Fixes

  • Bug fix to the imaging uploader so that when clicking on an upload row, the row is
    highlighted and the proper log is being displayed in the log viewer (PR #8154)
  • Remove SNR label from the image panel of the imaging browser when no SNR values can
    be found for the image (PR #8155)
  • Add the missing download buttons for BVAL, BVEC and JSON files that comes with BIDS/NIfTI
    dataset/images. In addition, the "Download MINC" button has been renamed to a more generic
    label "Download Image" (PR #8159)
  • Fix ConfigurationException bug (PR #8107)
  • Fix PHP fatal error when running the LORIS installation script (PR #8108)
  • Add psr/log to composer (PR #8109)
  • Fixed broken DB calls in assign_missing_instruments and instruments (PR #8162)
  • Add support for PHP 8.1 (PR #7989)

Modules

API

  • Ability to use PSCID instead of the CandID in the candidates API (PR #8138)

Upgrade Process

(See https://github.com/aces/Loris/releases/tag/v24.1.2)

  1. Get the 24.1.0 source code
  2. Source the SQL/Release_patches/24.0_To_24.1_upgrade.sql SQL file into your database.
  3. If you have LORIS-MRI installed, make sure to upgrade LORIS-MRI to 24.1.0 since the SQL changes will affect the MRI insertion scripts.

LORIS Release v24.0.3

14 Jul 21:45
926fac1
Compare
Choose a tag to compare

This release fixes some installation dependencies issues found after 24.0.2 and ass the "file" type to the data dictionary list of types.

  • [instruments] fixes getDataDictionary() not support the 'file' type (#8119)
  • [Composer] fix composer and error (#8115)

It also incorporates the changes from v23.0.12:

  • [DQT] Fix dictionary builder and dictionary display issues (#8116)
  • [user_accounts] Revert #2018 - Sanitization before validation of email falsifies validity (#8137)
  • [user_accounts] Prevent crash when one user has no site/project affiliations (#8139)

LORIS Release v23.0.12

14 Jul 20:09
87f29a9
Compare
Choose a tag to compare

This release fixes some bugs found in 23.0.11.

For additional information on any of these changes feel free to consult the list below:

  • [DQT] Fix dictionary builder and dictionary display issues (#8116)
  • [user_accounts] Revert #2018 - Sanitization before validation of email falsifies validity (#8137)
  • [user_accounts] Prevent crash when one user has no site/project affiliations (#8139)

LORIS Release v24.0.2

06 Jun 14:57
03f4440
Compare
Choose a tag to compare

This release fixes a bug found in v24.0.1 as well as updates some documentation and messages on the user interface. For additional information on any of these changes feel free to consult the list below:

  • [WIKI] datadict trait and version update #8098
  • [canidate_list/timepoint_list] Do not filter sites with access_all_profiles permission #8096
  • [timepoint_list] Update error message when no access to timepoints #8095

LORIS Release v23.0.11

06 Jun 14:25
d04ad08
Compare
Choose a tag to compare

This release fixes mainly known issues with the functionality of LINST instruments. For more detailed changes, visit the link below:

  • [LINST/Instruments] Backporting fixes from 24 + group errors #8091

LORIS Release v24.0.1

04 May 18:58
8bf4632
Compare
Choose a tag to compare

This fixes a problem with compiling the v24.0.0 build in some environments by adding some dependencies so that types can be properly resolved.

LORIS Release v24.0.0

24 Mar 19:28
d2f2684
Compare
Choose a tag to compare

Important Note: The release instructions below may result in an exception caused by a circular dependency. In order to resolve the error we suggest upgrading directly to LORIS version 24.1.2 and running the instructions recommended in that release. All other information in the release note below are still accurate

This release contains user interface improvements, code clean up, bug fixes and new features across all modules in LORIS.

Full list of changes

Some of the major changes in this release are:

Core

Features

  • Data tables may now stream data as they're loading rather than waiting
    until all data has loaded. (PR #6853)
  • Added support for Amazon S3 (PR #7963)
  • Added ability for scripts to bulk load instrument data (PR #6869)
  • New data dictionary framework and module (PR #6936)
  • New classes to describe a data dictionary (PR #6938)

Updates and Improvements

  • Module-specific permissions added for Survey Accounts, Imaging Behavioural
    Quality Control, and Behavioural Quality Control. (PR #6041)
  • Addition of a new account_request_date in users table that will be used when
    requesting a new account and will be displayed in the User Accounts module (PR #6191)
  • Candidate's age can be retrieved from the Candidate class in days, months, or years (PR #5945)
  • Addition of autoSelect property to React SelectElement allows for auto-selection of
    only available select option (PR #6156)
  • An AcquisitionDate field has been added to the files table (PR #6892)
  • Field Data_entry_completion_status given its own column in flag, and renamed to
    Required_elements_completed (PR #6876)
  • Addition of changeProject and resetProject helper functions to the
    LorisIntegrationTest class to help test project permissions (PR #6912)
  • Unit tests added for the NDB_BVL_Instrument, NDB_Page, NDB_Factory,
    User, and UserPermissions libraries (PR #6819, PR #6804, PR #6776, PR #6765)
  • The name of a Standard Date field in a LINST instrument must now end with the
    string _date. Otherwise, a LORIS exception is thrown. There is no restriction
    on the naming format of a Basic Date or MonthYear field. (PR #6923)
  • React Form Select Element now has the ability to set an option in the element
    as a disabled option. (PR #7306)
  • Pending accounts in Dashboard now includes DCC users (PR #7054)
  • Subproject filter added to Behavioural QC module (PR #7430)
  • Addition of date_format as a DataType in ConfigSettings (PR #6719)
  • Addition of new tables to store PET HRRT data (PR #6142)
  • Modification of the parameter_file table's Value field type to longtext (PR #7392)
  • Addition of 4 configuration settings for the minc2bids converter (PR #7488)
  • A PSR3 compatible logging interface was added (PR #7509)
  • Multiple classes of errors flagged by phan are now fixed (multiple PRs)
  • A LorisInstance class was added to represent an installed LORIS instance (PR #6118)
  • Validation for DateElement (JS). (PR #7266)
  • Session Current_stage default value changed for Not Started (PR #7102)
  • Permissions were reorganized and categorized in the user accounts module (PR #7327)
  • The EchoTime field has been added to the following tables: MRICandidateErrors,
    and mri_violations_log. EchoTime is necessary to distiguish MINC files for
    multi-echo aquisitions (PR #7515).- The Center_name field in the mri_protocol table has been replaced by CenterID
    from the psc table. The default value of CenterID is NULL. Previously, the
    default for Center_name was AAAA or ZZZZ. (PR #7525)

Bug Fixes

  • A LINST instrument Date field name now appears correctly (not truncated) on the
    instrument if it includes the string _date. (PR #6923)
  • A subtest with only static and/or static score fields (i.e. no values to submit)
    can be saved with no errors so that the instrument scoring script can be called. (PR #7124)
  • When a superuser edits another user, the labels for each permission is correctly
    displayed (PR #7451)
  • The imaging insertion pipeline (LORIS-MRI scripts) now starts automatically if you have the imaging uploader
    auto-launch set to true and your current upload overwrites an existing file (PR #7084).
  • Script CouchDB_MRI_Importer now computes the correct names from the data dictionary
    entries associated to MRI comments (PR #7082).
  • Candidate library now allows a null sex in the select() function to accommodate
    scanner candidates. This prevents an error from being thrown in the candidate parameters module. (PR #7058)
  • Fix public pages with missing title (PR #7121)
  • Fix "Go to main page" broken link (PR #7258)
  • Download CSV fix to remove duplicates and entries that partially match the filtering criteria (PR #7242)
  • Partially fix instrument escaping issues by reloading instrument and its data upon successful save (PR #7776)
  • Fix recognition of null sessionID in NDB_BVL_Instrument (PR #8031)

Modules

API

  • Creation of a new version of the API under development (v0.0.4-dev) (PR #6944)
  • Deletion of support for the oldest version of the API (v0.0.2) (PR #6944)
  • Addition of a PATCH request for /candidates/$CandID/$VisitLabel to start next
    stage when the payload contains a "Visit" stage with "In Progress" as Status,
    when the current status of the Visit stage is "Not Started". (PR #7479)
  • Handle characters that must be urlencoded (such as a space) in the API path for
    visit labels and projects. (PR #7478 & #7463)
  • Markdown API documentation was moved into the module docs directory (PR #6151)

API Documentation (New Module)

  • New module mostly intended for developers, this module provides a user
    interface to inspect and try LORIS modules API.

Behavioural QC

  • Fix a fatal error if the datatable is filtered with "All instruments" (PR #6945)
  • Fix for the Instrument filter to keep track of the selected value (PR #6945)

BrainBrowser

  • Now uses Loris API to download imaging files (PR #7824)

Candidate Parameters

  • Consents may now be grouped in UI of consent tab (PR #6042, PR #6044)
  • Fix to prevent titles cut off (PR #6731)

Candidate Profile

  • New integration test class to test project permissions (PR #6912)

Configuration

  • Addition of configuration settings for the DICOM to BIDS insertion pipeline (PR #7937)
  • Addition of configuration settings for the MINC to BIDS converter script (PR #7488)

Conflict Resolver

  • Changes are now saved automatically, one by one. Once a conflict is resolved
    the cell that contains the input field will glow green. It is possible to change
    the resolved conflicts to a new value until the page is refreshed. (PR #7558)
  • This module's API is now described in a Open API Specification file (schema.yml)
    that can be loaded in the new API Documentation module.
  • Change the display of multi select values from "value1{@}value2" to "value1, value2"
    in the Correct Answer column of Unresolved and Resolved Conflicts. (PR #7239)

Create timepoint

  • Fix a reindexing of the languages array which caused a database insert error. (PR #7145)
  • Reorganization of the fields on the page to a more logical order, clean up of
    inefficient code and conditional display of select options based on previous selections (PR #7825)

Data Dictionary

  • Changed instrument filter to multiselect (PR #7040)

DQT

  • The dataquery module user interface has been completely redesigned. (PR #6908)

EEG Browser

  • Signal Visualization, Events and Electrode map (PR #7387)
  • Site/Project/subproject filters only displays entries user has permission for. (PR #7400)
  • Addition of tables in the SQL schema, a filter on the main page of the module, and a download button
    on the session page to support new annotation features (PR #7345)
  • New integration test class added to this module (PR #6922)

Genomic Browser

  • CNV/CPG records added for candidates to view and test the CNV and Methylation tabs in the Genomic Browser (PR #6900)

Help Editor

  • Cleaned up the deprecated column Parent Topic (PR #7025)

Imaging Uploader

  • Fixed a bug that would prevent the imaging uploader from starting automatically even if you had the imaging uploader
    auto-launch set to true and your current upload overwrote an existing file (PR #7084)
  • Use Loris API to view files (PR #7816)

Instrument Builder

  • Fix for error 'Max value must be larger than min value' when clicking 'Add Row'. (PR #6810)

Instruments

  • General help text added for instrument data entry (PR #6902)
  • Fix to avoid select with required option in group fields to display as multiselect (PR #7254)
  • Fixes to insert JSON instruments (PR #7155)

Issue Tracker

  • Readability of comments and history was improved. (PR #6138)
  • Update validation to allow NULL Site (For All Sites issues) (#6526)
  • Fixing redirect and error reporting when creating a new issue (PR #7323)
  • Show inactive users in the list of assignees as a disabled option. If the
    inactive user had already been previously assigned the issue, the disabled option
    appears but cannot be reselected. Inactive users can no longer be assigned new
    issues. (PR #7306)

Login

  • Add option to toggle visibility on password input types. (PR #6210, #7043)

Media

  • Fix to display the file name when editing a file (PR #7381)

Publication

  • Display all filterable columns in datatable (#7277)
  • Fix for file deletion (PR #7284)

User Accounts

  • Fix a false positive validation error when a new LORIS user is added with "Make
    user name match email address" and "Generate new password". (PR #6803)
  • Fix to allow a superuser to create new users with customizable permissions. (#6770)
  • Indicate required fields (#6617)
  • Fix to show superuser the labels of each permission when editing a user ...
Read more

LORIS Release v23.0.10

27 Jan 16:00
6c30b1c
Compare
Choose a tag to compare

This release fixes a bug where the examiner dropdown was not including the empty option for instrument data entry, causing the first alphabetical examiner to be selected by default.

For more information see

  • [NDB_BVL_Instrument] Add null value to examiner array #7847

LORIS Release v23.0.9

17 Nov 23:35
31fc22f
Compare
Choose a tag to compare

This release fixes a bug in JSON data instruments saving functionality.

For more information about the bug, navigate to the pull request below:

  • [NDB_BVL_Instrument] JSON Data support fix DECS field #7819

LORIS Release v23.0.8

19 Oct 16:58
92970de
Compare
Choose a tag to compare

LORIS Release v23.0.7 was incorrectly tagged from the wrong branch. This tags a new v23.0.8 release with the changes that were supposed to be in v23.0.7. Do not use v23.0.7.

The changes since v23.0.6 are:

What's Changed

  • [LINST] Fixed default date field null error by @ridz1208 in #7559
  • [imaging_browser] Escape the header table in view session page by @driusan in #7552
  • [Ci] Fix Build on v23 branch by @driusan in #7580
  • [Security] Add 2 more Content-Security-Policy options by @driusan in #7579
  • [user_accounts] Use userID to update examiners table by @CamilleBeau in #7462

Full Changelog: v23.0.6...v23.0.8