Skip to content

Tags: aces/Loris

Tags

v28.0.1

Toggle v28.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #10440 from driusan/Merge27To28

Merge 27 to 28

v27.0.3

Toggle v27.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge commit from fork

* login redirect fix

* url redirect - string and trim

v28.0.0

Toggle v28.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
28.0 Pre-release maintenance (#10383)

This updates the version number to LORIS 28 in the same places done for
27 in PR#9868.

It also creates the release patch by concatenating all the SQL files in
new_patches, as that was apparently missed.

v27.0.2

Toggle v27.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #10370 from driusan/Merge26to27

Merge v26.0.5 changes into v27.0 branch

v26.0.5

Toggle v26.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge commit from fork

v27.0.1

Toggle v27.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[candidate_profile] Fix loading of instrument list (#10080)

The instrument list after expanding a visit does not have all of
its data loaded, only the "Completion". This fixes the loading
so that the testname/completion/etc are loaded and clickable.

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