Skip to content

Releases: myapnea/myapnea.org

v15.0.0 (January 9, 2017)

09 Jan 17:23
v15.0.0
f697e77
Compare
Choose a tag to compare

Enhancements

  • Gem Changes
    • Updated to Ruby 2.4.0
    • Updated to rails 5.0.1
    • Updated to carrierwave 1.0.0
    • Updated to jquery-rails 4.2.2
    • Updated to redcarpet 3.4.0
    • Updated to pg_search 2.0.1
    • Updated to jquery-ui-rails 6.0.1

v14.2.5 (November 30, 2016)

30 Nov 14:41
v14.2.5
1695e4d
Compare
Choose a tag to compare

Enhancements

  • Gem Changes
    • Dropped support for Ruby 2.2
    • Updated to Ruby 2.3.3
    • Updated to pg 0.19.0
    • Updated to jquery-rails 4.2.1
    • Updated to sitemap_generator 5.2.0

Bug Fix

  • Fixed a bug that prevented "Skip this question" from being selected when
    filling out About Me survey during the sign up process

v14.2.4 (September 6, 2016)

06 Sep 14:18
v14.2.4
8065dc5
Compare
Choose a tag to compare

Bug Fix

  • Fixed an issue clicking "I acknowledge these changes" after privacy policy and
    consent updates that would make the button appear unresponsive

v14.2.3 (August 17, 2016)

17 Aug 14:45
v14.2.3
3639b57
Compare
Choose a tag to compare

Bug Fix

  • The admin user index now displays the correct total number of users

v14.2.2 (August 16, 2016)

16 Aug 19:48
v14.2.2
8563c7f
Compare
Choose a tag to compare

Enhancements

  • Admin Changes
    • Linking exports is now more consistent

v14.2.1 (August 16, 2016)

16 Aug 19:34
v14.2.1
3e4ca63
Compare
Choose a tag to compare

Enhancements

  • Admin Changes
    • Change default sort direction to descending for user reply and sign in count

v14.2.0 (August 16, 2016)

16 Aug 19:27
v14.2.0
8281c0f
Compare
Choose a tag to compare

Enhancements

  • Admin Changes
    • Added another column to user export
    • Added sortable columns to users index

v14.1.0 (August 16, 2016)

16 Aug 17:29
v14.1.0
0af7581
Compare
Choose a tag to compare

Enhancements

  • Admin Changes
    • Improved information provided in user exports

v14.0.1 (August 12, 2016)

12 Aug 14:09
v14.0.1
8370189
Compare
Choose a tag to compare

Enhancements

  • Gem Changes
    • Updated to rails 5.0.0.1

Bug Fix

  • Mobile devices no longer need to click twice to vote
  • Rails model errors are now again correctly styled using Bootstrap CSS classes

v14.0.0 (August 9, 2016)

09 Aug 13:27
v14.0.0
f9c76da
Compare
Choose a tag to compare

Enhancements

  • General Changes
    • Updated styling across several pages to be more consistent
    • Simplified styling on consent and terms and condition pages
    • Users can now permanently delete their account from the settings page
  • Admin Changes
    • Added a link to Admin Dashboard in mobile dropdown menu
    • Improved forum post management
    • Removed extraneous icon from CSV export button
  • Blog Changes
    • Rich text editor buttons have been added to the blog editor
  • Forum Changes
    • Upvote and downvote buttons have changed and also provide a link to learn
      how to vote
  • Gem Changes
    • Updated to rails 5.0.0
    • Updated to coffee-rails 4.2
    • Updated to jbuilder 2.5
    • Updated to jquery-rails 4.1.1
    • Updated to turbolinks 5
    • Added rails-controller-testing

Refactoring

  • General Cleanup
    • Rank the Research functionality has been removed
      • Accepted research articles are available on the blog, and suggested research
        topics can now be discussed on the forum
    • Removed unused enagements functionality
    • Removed old lottery code
    • All emails are now sent in a background process
  • Configuration Cleanup
    • Simplified configuration options
    • Updated configuration of google analytics file
    • Cleaned up existing migration files
  • Forum Cleanup
    • Removed old forum backend files
    • Removed forum name autocomplete as users are now emailed if they are
      subscribed to a topic instead of sending emails for mentions
  • Registration Cleanup
    • Started work on simplifying registration process
    • Removed unused user contact information
  • Survey Cleanup
    • Removed deprecated display_type column from questions
    • Removed deprecated data_type column from answer_templates
    • Removed deprecated allow_multiple column from answer_templates
    • Removed Groupable concern as it is no longer need with PG 9.5
    • Cleaned up unused survey JavaScript

Bug Fix

  • Fixed a bug that allowed users to be assigned the same survey multiple times
    after switching roles
  • Child age range restriction now matches age listed in consent
  • Fixed a bug sorting replies on a member's profile page