Skip to content

Releases: cul-it/exhibits-library-cornell-edu

v2.17.8

18 Sep 13:13
Compare
Choose a tag to compare
  • add ebextension file for awslogs in CloudWatch
  • update to rails 5.2.4.4

v2.17.7

10 Aug 21:17
7827417
Compare
Choose a tag to compare

Change Log

  • add google analytics

v2.17.6

10 Aug 15:39
2caa4de
Compare
Choose a tag to compare

IMPORTANT

PLEASE NOTE: The login has moved to the footer and is labeled Admin Login.

Description

This release includes several UI enhancements and a few backend improvements.

Scope

The notes in this release covers all 2.17.x releases. Only v2.17.6 was released to production.

Changes to UI effecting end users

  • login moved to the footer - since this is not available to the public, it shouldn't be prominent in the header
  • removed extra links in the header for public users
  • limit exhibit tags to the curated list of tags by using a select list allowing for multiple selections
  • use the full width of the display area to display up to 4 exhibits per row when there isn't a right side menu
  • do not display to users menu items they do not have permission to use (e.g. for exhibit creators, the only option in the right hand menu is Create Exhibit)

Backend changes

  • added system health checks through OkComputer gem
  • limited privileges for admins that are not full site admins to just creating exhibits and no other admin privileges
  • updated ruby to 2.5.8 and rails to 5.2.4 - both are now on versions not at end of life

v2.17.5

10 Aug 06:32
5745efe
Compare
Choose a tag to compare

Bug fixes:

  • FIX: move nav-btn css definition
  • FIX: flow one card at a time to next row when reducing width

v2.17.4

06 Aug 21:46
26ebf1e
Compare
Choose a tag to compare

Change Log

  • move login to footer
  • remove extra links from header for public users
  • set the color for create exhibit button to make it easier to see

v.2.17.3

06 Aug 18:38
Compare
Choose a tag to compare

Change Log

  • limit privileges of administrators to creating exhibits
  • grant full privileges to site admins

v2.17.2

06 Aug 15:58
7c6c276
Compare
Choose a tag to compare

Change Log

  • display 4 exhibits per row when no sidebar
  • in right side menu, do not show users actions they cannot perform

v2.17.1

06 Aug 12:30
6ceb383
Compare
Choose a tag to compare

2.17.1

  • cleanup comments for v2.17 - no code changes

2.17.0

  • add okcomputer health check for solr, database, cache, app, sidekiq
  • add link to health checks in admin right side menu for site admins only
  • get versions for spotlight and app from code instead of hardcoding
  • rubocop repairs

v2.16.0

05 Aug 00:12
69df389
Compare
Choose a tag to compare

Change Log

  • update to ruby 2.5.8 and rails 5.2.4

v2.15.0

17 Jun 00:57
162bbd9
Compare
Choose a tag to compare

2.15.0 Updates

Configures email notifications to be sent through AWS SMTP.

Changes to ENV variables

Adds configuration variables to all AWS servers to setup SMTP email service through AWS.

  • SMTP_ADDRESS
  • SMTP_PORT
  • SMTP_USERNAME
  • SMTP_PASSWORD

2.14.1 Updates

Changes to Add Items

Choices for uploading items that are not supported have been removed from the UI.

To see this change...

  1. view an exhibit to which you can add items
  2. go to the dashboard for the exhibit
  3. Items -> Add items

Only two tabs available are:

  • Upload item - adds a single item
  • Upload multiple items - given a csv file with URLs to resources, it will upload multiple items

Change Log

2.15.0

  • update dependencies to address security vulnerabilities - kaminari, websockets-extensions
  • set up environment variables for configuring action mailer in stg and prod environments

2.14.1

  • add examples directory holding example csv for multi-item upload
  • only show tabs for Add Item that are valid choices in our system