Releases: cul-it/exhibits-library-cornell-edu
Releases · cul-it/exhibits-library-cornell-edu
v2.17.8
v2.17.7
v2.17.6
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
v2.17.4
v.2.17.3
v2.17.2
v2.17.1
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
v2.15.0
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...
- view an exhibit to which you can add items
- go to the dashboard for the exhibit
- 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