- Patch Hydra::AccessControlsEnforcement#escape_filter to support
group/role names containing colons. [David Chandek-Stark] - Fixed Solr field name [David Chandek-Stark]
- Amended Hydra::User#groups to pass self to RoleMapper.roles in order to avoid
redundant user lookup. Fixes #111. [David Chandek-Stark] - Moved controller mixins into concerns [Justin Coyne]
- Added #permissions= as deprecated to maintain backward compatibility
of Hydra::AdminPolicy with hydra-head < 6.4. (In hydra-head < 6.4
Hydra::AdminPolicy included Hydra::ModelMixins::RightsMetadata, which provided
#permissions=.) [David Chandek-Stark] - Removed deprecated modules from ModsAsset [Justin Coyne]
- Removed RedCloth dependency [Justin Coyne]
- Some of the delegated methods weren’t pointing at their intended
target [Justin Coyne] - Pin to active-fedora >= 6.6.0.rc1 and refactor usage of delegate to
avoid deprecation warnings [Justin Coyne] - Update rail [Justin Coyne]
- Hydra::PolicyAwareAbility#policy_pid_for modified to handle
multiple objects having different policies (Fixes #101). Implemented pending
tests for Hydra::PolicyAwareAbility#test_read_from_policy and
#test_read_from_policy. [David Chandek-Stark] - Deprecate Hydra::ModelMixins::SolrDocumentExtension [Justin Coyne]
- Deprecate Hydra::ModelMixins::CommonMetadata [Justin Coyne]
- Remove duplicate code [Justin Coyne]
- Remove lib/hydra.rb so that the hydra gem can load normally [Justin Coyne]
- Substituted double for the now deprecated mock() and stub() [Justin Coyne]
- Adds #asset_param_key method to DownloadBehavior to support overriding
the default params key (:id) for the asset PID. [David Chandek-Stark] - Added the derived property visibility, from sufia [Justin Coyne]
- Added nested attributes for permissions [Justin Coyne]
- PolicyAwareAbility should include Ability so you don’t have to [Justin Coyne]
- All policies should be applied to gated discovery when more than 10
are applicable [Chris Colvar] - Deprecated Hydra::ModelMixins::RightsMetadata [Justin Coyne]
- Default ability shouldn’t have policy methods [Justin Coyne]
- Escape spaces in group names in solr query conditions [Chris Colvard]
- Deprecating and removing calls to .is_puublic? [Adam Wead]
- Issue 78: Adding blank custom_permissions method with comments [Adam Wead]
- Updating README [Adam Wead]
- Add an ability.rb file when running the generator [Adam Wead]
- Fix serialization of empty permissions lists [Michael Klein]
- render_selected_facet_value should make use of Blacklight’s facet_display_value method [Justin Coyne]
- added contribution guidelines [Jeremey Friesen]
- Run ‘bundle install’ after adding gems to the gemfile [Justin Coyne]
- Update README.textile [Matt Zumwalt]
- Add version badge to the Readme [Justin Coyne]
- Removed test that did not actually test any hydra code [Justin Coyne]
- Use Om in a way that is compatible with 3.0.1 [Justin Coyne]
- Rails 4 support [Justin Coyne]
- Rights metadata should only update the user you tell it to update. [Justin Coyne]
- Removed commented out line that was changed in commit bd53011b3f1fd2f20703b703db67385e100e67d6. [David Chandek-Stark]
- Adding CONTRIBUTORS.md [Jeremy Friesen]
- Patched Hydra::PolicyAwareAccessControlsEnforcement to properly handle anonymous users by amending #policies_with_access (previously returned empty list when current_user is nil) and #apply_policy_individual_permissions. [David Chandek-Stark]
- Change the version of hydra-head in the readme [Justin Coyne]
- Updating hydra generator for rspec [Jeremy Friesen]
- Removing trailing whitespace from generators [Jeremy Friesen]
- Update CONTRIBUTING.md [Justin Coyne]
- Fix mismatched arguments in DownloadBehavior
- Allow discovery_permissions to be set in AccessControlsEnforcement
- Fix solr name for the embargo release date
- Correct typo in CatalogController template
- Fix bug where default_content_ds, was not being checked in DownloadController
- BlacklightHelperBehavior#document_partial_name should work on single values fields
- BlacklightHelperBehavior#document_partial_name should replace periods in partial name
- Use AF::Base.load_instance_from_solr in the DownloadController
- DownloadController raises an error if no datastream can be loaded
- Solrizer 3.1.0 compatible tests
- Fixed Solr 4 compatibility issue in construction of policy clauses in Hydra::PolicyAwareAccessControlsEnforcement.
- Removed references to dictionaries that are not in the default solrconfig.
- Config templates are now in active-fedora.
- hydra-access-controls requires blacklight.
- Upgrade guide removed — see wiki for upgrade notes.
- Added .yardopts so that rdoc.info generates correct API documentation.
- active-fedora upgraded to 6.1.
- Added a jetty generator
If you want to install a version of jetty on your local machine to develop you project,
you can now do: ‘rails generate hydra:jetty’
- Using new solr schema
The new solr schema is written to be a more efficient (smaller document size) and easier to configure
in your OmDatastream or RDFDatastreams.
- Added a Hydra::Controllers::DownloadBehavior which allows you to easily create
a controller to serve the content of datastreams.
resources :downloads
- Hydra::Ability should use a separate cache for each permission document
- Fixed bug with policy access enforcement which occurs when you select a facet.
- Fixed logging typo
- Hydra::User now has a groups method. Use this instead of RoleMapper.
- add Hydra::ModelMethods.add_file
- Don’t generate solr_mappings.yml by default
- Custom abilities (cancan) via ability_logic_chain
- Refactor upload behavior so that add_posted_blob_to_asset() isn’t tightly coupled to Rack::Multipart::UploadedFile
- Bump to AF ~> 5.3
- 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)
- 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
- 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.
- 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
- 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
- HYDRA-736: hydra-head should not define a rake task called ‘spec’
- Update to ActiveFedora 3.2.2 to fix severe error
- HYDRA-661: deprecated tasks and made them call AF repo tasks
- SubmissionWorkflow was not being required
- Removed JettyCleaner (broken and unused)
- 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)
- 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)
- Removed unnecessary require of jettywrapper
- Make FileAssetController easily overridden
- Update hydra-jetty, to support test and development fedora
- Make AssetController easily overridden
- Selected facet was not html_safe
- document_list was attempting to call Mash#get, when sorting by object_type_facet
- Don’t issue two notice messages when saving document.
- Updated to ActiveFedora 3.1.1
- Update rake tasks to leverage jettywrapper
- Don’t fork processes to run tests
- Refactor helpers, so that applications can easily override them
- Remove Djatoka support
- Fixed login error messages
- Fixed documentation rake task
- generator has the correct solr config files
- reverted back to using object_type_facet for “Format” facet. This is instead of using active_fedora_model_s, which made some cucumber tests unstable because active_fedora_model_s is populated inconsistently by ActiveFedora (really we should deprecate that solr field)
Pulled plugin code from Hydrus
- Javascript disabled, progressive enhancement set up
- Better Cucumber Coverage