Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aces/Loris
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v26.0.2
Choose a base ref
...
head repository: aces/Loris
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v26.0.3
Choose a head ref
  • 9 commits
  • 19 files changed
  • 8 contributors

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    4790fb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. [electrophysiology_uploader] Fix minor unexpected behaviours (#9470)

    - Update `Browse` tab on successful upload of a file.
    - Clear any possible error messages from previous file uploads when
    selecting a file.
    
    Resolves #9258
    ZhichGaming authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    8f118bd View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. [composer] manage project dependencies (#9496)

    - Allow additional composer deps to be managed in `project/` without the
    need to override the main `composer.json`.
    - Adds the documentation section to cover how to override LORIS.
    
    Based on @laemtl's PR #8319
    regisoc authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    92c4d81 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. [wiki] Rename subproject to cohort (#9505)

    Missed file rename in wiki in subproject->cohort change.
    ridz1208 authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    e37a481 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. [Deprecated DQT] Fix type error in demographic import script (#9508)

    Fix type error in CouchDB_Import_Demographics script.
    
    Resolves #9507
    driusan authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    df859e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. [Raisinbread] Add physiological_event_archive entries (#9515)

    This adds entries RB's physiological_event_archive table.
    
    They were previously referencing non-existing files so they were removed in 
    ab5caa7, when they should
    have been replaced with entries referencing existing files.
    jeffersoncasimir authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    586b721 View commit details
    Browse the repository at this point in the history
  2. [Candidate] Support creating candidates from the backend (unix user) (#…

    …9485)
    
    The current code tries to get a username from the session. the session
    does not have a state when the candidate::createnew function is called
    from a script on the backend.
    
    The new code is inpired by the database class which tries to use the
    environment username to create the data.
    
    This allows candidate::createNew to be called from scripts.
    ridz1208 authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    3887c03 View commit details
    Browse the repository at this point in the history
  3. [issue_tracker] Add [priority,status] in the body and 'study' to subj… (

    #9471)
    
    …ect of email notification
    
    - Update Issue Tracker to add 'study' to the subject of the email
    notification for issues created or changed.
    - Also add 'status' and 'priority' to the email body for the issue
    assigned.
    shonibare authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    5c7b3bd View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. [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
    laemtl authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    03d4710 View commit details
    Browse the repository at this point in the history
Loading