Skip to content

Releases: nsrr/sleepdata.org

v61.0.0 (September 21, 2025)

22 Sep 03:01
v61.0.0
6f0e33a

Choose a tag to compare

Enhancements

  • General Changes
    • Added "Repository under review" notification
  • Blog Changes
    • The first header in a blog is now automatically removed from the preview
  • Dataset Changes
    • Increased pagination of datasets page to 35
    • Added slug to datasets index to improve finding a dataset on the page
    • Datasets can now specify a request warning that shows up when selecting the
      dataset
    • Hide variables tab if the dataset has no data dictionary
  • Dataset Request Changes
    • Added link to Dataset Discovery on Datasets selection page
  • Review Changes
    • Display submitter's email address on data request review page
  • Forum Changes
    • Old topics are now auto-locked after 100 years (and not 2 months)

Bug Fix

  • Fixed a bug that calculated the incorrect offset for data request helpers
    from lining up when a service announcement popup was open

v60.0.1 (July 23, 2023)

23 Jul 14:18

Choose a tag to compare

Enhancements

  • General Changes
    • Upgrade to jquery-rails 4.4.0

Bug Fix

  • Adjusted logo name and tagline size to properly display on mobile

v60.0.0 (April 29, 2023)

29 Apr 19:43

Choose a tag to compare

Enhancements

  • General Changes
  • Added a new navy theme for the website
  • Added new logo to landing page and corresponding favicon
  • Dataset Changes
    • Added "Questionnaires Only" option for datasets
    • Datasets with a single file now automatically generate a table of contents

Bug Fixes

  • Adjust menu navbar to prevent elements from moving when hovering on windows
  • Allow ORCIDs to include an X as the last character

v59.0.0 (December 11, 2022)

11 Dec 18:41

Choose a tag to compare

Enhancements

  • Admin Changes
    • Users export now includes join date and last login date
    • If a page with the slug "about" has been published, then the static about
      page redirects to the published about page and is hidden from the menu
    • Images can be drag-and-dropped into page descriptions
  • General Changes
    • Fixed alignment and styling of menu items
    • Added constant contact signup form to landing page
  • Dataset Changes
    • Added :variables_path: shortcode for dataset documentation
      • :variables_path: => /datasets/SLUG/variables
      • :variables_path:/bmi => /datasets/SLUG/variables/bmi

v58.0.0 (July 17, 2022)

17 Jul 17:31

Choose a tag to compare

Enhancements

  • General Changes
    • Added task that purges unconfirmed accounts on a weekly basis
    • Added a text captcha to the registration page
    • Increased emphasis on sign up button
  • Dataset Changes
    • Editors can now disable requesting new data requests on existing datasets

Bug Fixes

  • Fixed dataset request counts being slightly off due to requests getting
    approved multiple times

v57.2.1 (April 23, 2022)

23 Apr 17:38

Choose a tag to compare

Enhancements

  • Admin Report Changes
    • Reduced number of statistics computed to improve page load on overall stats

Bug Fix

  • Fixed an issue using Ruby 3.1.2

v57.2.0 (April 23, 2022)

23 Apr 16:06

Choose a tag to compare

Enhancements

  • Security Changes
    • Fixed a Cross Site Scripting (XSS) issue
  • Gem Changes
    • Update to Ruby 3.1.2

v57.1.0 (April 19, 2022)

20 Apr 01:38

Choose a tag to compare

Enhancements

  • General Changes
    • Added Fathom Analytics to website and removed Google Analytics

57.0.0 (February 26, 2022)

26 Feb 20:54

Choose a tag to compare

Enhancements

  • General Changes
    • Custom pages are now displayed in the navigation bar
  • Admin Changes
    • Admins can now group pages under folders
    • Folders can be positioned in the navigation bar
      • Folders are only displayed if they have one or more published pages
    • Pages can be ordered by position in folders
      • Pages are only publicly visible if they're published
  • Dataset Changes
    • Default ordering on the datasets index updated to "Featured"

v56.0.0 (February 2, 2022)

03 Feb 00:09

Choose a tag to compare

Enhancements

  • Dataset Changes
    • Default ordering on the datasets index is now "Alphabetical"
  • Gem Changes
    • Update to ruby 3.0.2
    • Update to rails 6.1.4.4