Skip to content

Sufia 6.1.0

Compare
Choose a tag to compare
@carolyncole carolyncole released this 02 Jul 20:04
· 2596 commits to master since this release

The 6.1.0 version of Sufia includes the following highlighted changes:

  • Administrative statistics in the UI (ported from ScholarSphere)
  • Integration with Zotero
  • Ability to feature and un-feature an item from the item page
  • Improvements to views including accessibility fixes, bug fixes, and styles.
  • Performance enhancements related to displaying collections and files in the UI
  • Overrideable validations for rights metadata
  • Fix and speed up sufia:jetty:config rake task
  • Uses ActiveFedora 9.1
  • Resque jobs now behave as expected under Passenger
  • Jasmine for Javascript testing

Please note that Sufia 6.1.0 does not support Rails 4.1.

See the Changes section below for an exhaustive list of the work that has gone into this release. Thanks to the 16 contributors for this release, which comprised 139 commits touching 187 files: Adam Wead, Michael Tribone, Gregorio Luis Ramirez, Justin Coyne, Nathan Rogers, Michael J. Giarlo, Carolyn Cole, Trey Terrell, Colin Brittle, Anna Headley, Hector Correa, E. Lynette Rayle, Chris Beer, Jeremy Friesen, Colin Gross, and Tricia Jenkins.

Upgrade notes

Point your Gemfile at Sufia 6.1.0, and run bundle update sufia. To enable administrative statistics, run the following generator:

rails g sufia:admin_stat

To integrate your application with Zotero, follow the instructions in the README: https://github.com/projecthydra/sufia/blob/master/README.md#zotero-integration

Changes

v6.0.0...v6.1.0