Releases: samvera/hydra-head
Releases · samvera/hydra-head
v5.0.0
- We no longer require the hydra-file-access stuff by default, add "gem 'hydra-file-access'" if you want to continue to use it.
- Upgrade to active-fedora 5.0 (you must add :index_as=>[:searchable] to models you want to index in solr)
v4.1.1
- Fixed solr gated access query so that it doesn't keep appending 'registered' group
- Moved user into hydra-access-controls, bump hydra-access-controls to 0.0.5
v4.1.0
- Add AccessControlsEnforcement to AssetsController
- Upgrade to active fedora ~>4.1
- Upgrade to solrizer-fedora 2.1.0
- Upgrade to blacklight ~> 3.4
- Improved access controls api
- HYDRA-817 allow overriding of where we redirect_to, so that nested routes will work
- Extracted hydra-mods and hydra-access-controls
- Deprecation fest in preparation for 5.0
- HYDRA-822 Move GlobalConfig into Hydra. It was removed from Blacklight.
- HYDRA-831 apply_depositor_metadata should not overwrite existing user permissions
- HYDRA-832 depositor should apply depositor metadata if the properties datastream exists
- Fix up layout to better match blacklight.
Note about deprecations: We encourage the implementer to create their own controllers
for CRUD operations and use standard Rails forms rather than using the AssetsController
and the AssetsControllerHelpers. In the 5.0 series these capabilites will be removed from
HydraHead. If you want to continue using these modules, you should copy the appropriate
files from this release into your local Hydra application. Further simplified examples
of this approach will be forthcoming. Until then, scholarsphere is a great exemplar.
v4.0.0
- Upgrade to active fedora 4.0.0
- Upgrade to blacklight 3.3.0
- Removed railtie to configure active-fedora
- Register solr happens automatically
- HYDRA-610 Using CanCan gem for authorization
- Compatibility with Rails 3.2
- Compatibility with Ruby 1.9.3
v3.3.0
- HYDRA-737: fixes to work with Ruby Enterprise Edition 2011.12 and ruby-1.8.7-p357.
- Update ActiveFedora to 3.3.0
- Separating Hydra::Controller from Hydra::UI::Controller
v3.2.2
- Update to ActiveFedora 3.2.2 to fix severe error
- HYDRA-661: deprecated tasks and made them call AF repo tasks
v3.2.1
- SubmissionWorkflow was not being required
- Removed JettyCleaner (broken and unused)
v3.2.0
- Update to Blacklight 3.1.2
- Update to ActiveFedora 3.2.0
- Update to solrizer-fedora 1.2.2
- Remove calls to has_relationship
- File assets no longer check collection_member relationship (for container)
v3.1.5
- Update to ActiveFedora 3.1.4
- Update to solrizer-fedora 1.2.0
- Fix problems where Datastreamr#attributes["mimeType"] was being called (changed to Datastream#mimeType)