Skip to content

v0.42.0 (October 11, 2016)

Choose a tag to compare

@remomueller remomueller released this 11 Oct 12:48
· 2025 commits to main since this release
v0.42.0
77633c6

Enhancements

  • General Changes
    • Improved styling on projects and users pages
    • Improved menu and header display on index pages
    • Improved display of pagination on mobile devices
    • Added a simplified search for index pages
  • Adverse Event Changes
    • Adverse events are now numbered on the project-level
  • Comment Changes
    • Improved comment and anchor link navigation
  • Check Changes
    • Checks can now find sheets and subjects that are missing a response for a
      variable
  • Design Changes
    • Blinding status and category added to design index
    • Design index can be filtered by category
  • Email Changes
    • Project-level emails now take into account project-specific email
      preferences of the user
  • Project Changes
    • Improved new project setup workflow
    • Removed subject_code_name from project settings to simplify setup
    • Project names no longer save trailing whitespace
    • Project sorting now ignores case when sorting by name
    • Site creation integrated with project setup
    • User invites integrated with project setup
    • Project menu redesigned to adjust to different screen sizes
    • Added an advanced project settings page
    • Collecting emails on surveys has been removed as a project setting
    • Clicking project member invites now copies the URL to the clipboard
    • Site member invites now get directed to the main project page instead of the
      site specific page
  • Sheet Changes
    • Improved search on sheet index
      • Search by sheet creation date:
        • created:2016-05-30
        • created:>2016-05-30
        • created:<2016-05-30
        • created:<=2016-05-30
        • created:>=2016-05-30
      • By variable name:
        • age:>4
        • bmi:<5
        • consented_yes_no:1
      • By randomized:
        • is:randomized
        • not:randomized
    • Clicking the sheet validation message now scrolls to the first field that
      caused the error message to display
  • Subject Changes
    • Subject menu redesigned to adjust to different screen sizes
    • Adverse events and randomizations now included in subject menu
    • Adverse events are now displayed on the subject timeline
    • Subject index can be filtered by:
      • is:randomized
      • not:randomized
      • has:ae
  • Treatment Arm Changes
    • Treatment Arms can now have short names
  • PATS Changes
    • Added "Caregiver not interested - Other Reasons" to PATS tables
  • Gem Changes
    • Updated to pg 0.19.0
    • Updated to jquery-rails 4.2.1

Refactoring

  • Renamed project_favorites to project_preferences

Bug Fix

  • Fixed a bug that prevented check filters from correctly checking variables
    that looked like numeric values