Skip to content

Sufia 3.7.0

Compare
Choose a tag to compare
@carolyncole carolyncole released this 07 Feb 21:56
· 3715 commits to master since this release

This release contains some bug fixes along with an upgrade to balcklight 4.7.

 2014-02-07 : Fixing audiojs to only display if audio is not supported by the browser and do not show the HTML5 audio tags along with the swf if html5 is not supported [Carolyn Cole]
 2014-02-07 : Removing hard coded asset paths, which do not work in production.  While doing that upgrading to use existing partials and rails helpers for those links. [Carolyn Cole]
 2014-02-06 : Upgrading video.js to the latest version so it will work in firefox, safari, and chrome. [Carolyn Cole]
 2014-02-06 : Modifying how zclip works when a flash player is not present, since the event fires on page load not click as previously assumed.  Allow the user to see the link on click in an alert without it being added to the clipboard by zclip. [Carolyn Cole]
 2014-02-05 : Update to blacklight 4.7 [Justin Coyne]
 2014-02-05 : Moving single use link java script into asset pipeline. [Carolyn Cole]
 2014-02-03 : Remove deprecated method paginate_rsolr_response. Fixes #312 [Justin Coyne]
 2014-01-23 : Removing extra_head_content, and paginate deprication warnings [Carolyn Cole]
 2014-01-22 : Don't install clamav on travis [Justin Coyne]
 2014-01-22 : Allowing the link to either be sufia based or blacklight based [Carolyn Cole]
 2014-01-22 : Upgrade blacklight to 4.6 [Justin Coyne]
 2014-01-21 : Updated: - Don't need to exlicity add 'jettywrapper' to Gemfile b/c added by hydra:head generator (called by sufia generator) - Don't need to remove public/index.html (Rails 4 presumably) - Run `rake jetty:clean` instead of hydra:jetty generator -- does the same thing - Added note that fits can be installed with homebrew (and may require adding a symlink) [dchandekstark]
 2014-01-16 : Linked in handle seems to have been missed in the permitted attibiutes.  Add it back in and put in tests [Carolyn Cole]
 2014-01-15 : Better documentation for GenericFile#related_files [ci skip] [Justin Coyne]
 2014-01-15 : Remove non-functioning rake tasks These aren't accessable in the host application and they aren't useful for gem development (because there's no `environment` task). So remove them. [Justin Coyne]
 2014-01-15 : Remove duplicate includes. Fixes #289 [Justin Coyne]
 2014-01-15 : Simplify tests for GenericFile#related_files [Justin Coyne]
 2014-01-14 : Test with ruby 2.1.0 final release [Justin Coyne]
 2014-01-14 : Use blacklight 4.5 methods for accessing the search_session. Fixes #296 [Justin Coyne]