Skip to content

v0.54.0 (July 11, 2017)

Choose a tag to compare

@remomueller remomueller released this 11 Jul 14:03
· 1244 commits to main since this release
v0.54.0
e714bd3

Enhancements

  • General Changes
    • Search boxes no longer try to autocorrect or spellcheck search text
    • Improved variable and value autocomplete in search boxes
  • Sheet Changes
    • Improved search filter autocomplete on the sheets index
    • Uploaded files counts are now cached
    • Sheet comments counts are now cached
    • Sheets can now be filtered by open and closed adverse events
      • adverse-events:open
      • adverse-events:closed
      • has:adverse-events
      • no:adverse-events
  • Design Changes
    • Design link to "View Sheets" now filters sheets using the new search format
    • Ranges for integers, numerics, and dates are now displayed underneath the
      variables on the design editor
  • Export Changes
    • Adverse event exports now more closely match the adverse events index
    • CSV export READMEs now more accurately reflect the contents of the exported
      zip file
  • Site Changes
    • Improved the display of site members on the site show page on mobile
  • Subject Changes
    • Subject file counts are now computed based on cached sheet file counts
  • Variable Changes
    • Variables are now restricted to show up once either as part of a design or
      on a grid
      • This change helps eliminate unknowningly changing a variable across
        designs, helps simplify data exports, and allows Slice to more directly
        associate variables to subjects
  • Gem Changes
    • Updated to rails 5.1.2
    • Updated to pg 0.21.0

Bug Fix

  • Variables that exist on multiple designs no longer produce multiple columns in
    CSV exports
  • Blinded project members can no longer filter subjects by adverse events
  • Adding and removing variables on grids no longer generates orphaned
    GridVariables