Skip to content

Tags: aces/Loris

Tags

v27.0.0

Toggle v27.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove invalid (duplicate) record in table feedback_mri_comments (#9886)

This removes a duplicate record in table `feedback_mri_comments` for
`FileID`=155 and `PredefinedCommentID`=4 (noisy scan).

v24.1.8

Toggle v24.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[DataTable] Fix multiselect containing commas (#9743)

When selected, multiselect filter options containing a comma would not
display any data because they were being split by commas (see below).

* Resolves #7531 
* On aces/CCNA#7962

v26.0.4

Toggle v26.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Post install script fix (#9524)

Update the override detection logic to make sure the full path exists in
project (not just the module).

v26.0.3

Toggle v26.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[EEG Browser] Fix webpack and ts config (#9517)

Fix the webpack and TS config for EEG Browser:
- disable TS strict mode for the EEG visualization module for successful
compilation
- remove unecessary webpack hack with proper ts config

v26.0.2

Toggle v26.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Feedback] Fix typo in getSummaryOfThreads (#8889)

This fixes the BVL Feedback summary in instruments by taking the
commentID for query params from the array _feedbackObjectInfo instead of
_feedbackCandidateProfileInfo, which only included candidate specific
data instead of instrument specific data.

v26.0.1

Toggle v26.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[dataquery/instruments] Handle cardinality::many instruments in DQT (#…

…9305)

The ability for the frontend to display session variables with a
cardinality of "many" per session was added for the imaging, but the
instrument queryengine backend was not updated to properly format
multi-select elements. This adds support for multiselect elements by
updating the instrument queryengine to return correctly formatted data
for instruments with the many cardinality.

v26.0.0

Toggle v26.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Documentation] Update v26 version (#9297)

Update the version of LORIS in documentation that references it.

v24.1.7

Toggle v24.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[instrument_list] Fix deprecation warning (24.1) (#9053)

Backport #8867 to 24.1.

v25.0.2

Toggle v25.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #9013 from driusan/Pushv2416Tov25

Push v24.1.6 changes into 25 branch

v24.1.6

Toggle v24.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[behavioural_qc] fixes visitLevel feedback not showing up. (#8900)

Fix visit level feedback not showing up in behavioural_qc module. The visit Level feedback is now included as part of the formatColumn() function in the BehaviouralFeedback class.