Skip to content

Sufia 5.0.0

Compare
Choose a tag to compare
@carolyncole carolyncole released this 20 Jan 19:59
· 3091 commits to master since this release

The main breaking change in this release is that the edit form was reworked to look more like curate/ worthwhile with the add on the bottom and the remove on the top.

The new edit form...
screen shot 2015-01-20 at 2 53 15 pm

The old edit form...
screen shot 2015-01-20 at 2 50 54 pm

Upgrade notes

You will need to add support for proxy deposits. To do so run the generator

rails generator sufia:models:proxies
rake migrate:db

Changes

  • Update README to be more specific about dependency versions [Michael J. Giarlo]
  • Pulled in code from curate to manage add/remove fields on edit forms. Also story #3978 [Carolyn Cole & Valerie Maher]
  • Changing the file query to be a solr query for loading the file id, so we do not wait large file content to load. This speed up the runs significantly on systems with large file. [Carolyn Cole]
  • Users controller should not call an undefined method. Fixes #532. [Michael J. Giarlo]
  • Fix problem where batch edit forms weren't expanding. Fixes #820 [Carolyn Cole]
  • Update and rename LICENSE.md to LICENSE per community convention. [Michael J. Giarlo]
  • Brings some of the fixes in fedora-4/master into master. [Michael J. Giarlo]
  • Adds condition to make the version of sass-rails dependent on the value of RAILS_VERSION [Michael J. Giarlo]
  • Merge travis config change to speed up the build [Michael J. Giarlo]
  • Adding the browse view link into the bread crumbs so it shows on both the edit and the stats page. [Carolyn Cole]