0.6.1 (2013-07-26)¶ ↑
-
Use
send(:construct_query)
on object association to get query for associated objects (Fixes #21). -
Added
CONTRIBUTING.md
for Hydra projects. -
Added CSS classes to datastream list table, rows, and columns.
-
Added I18n key for display when datastream label is blank.
-
Added safe_pid methods to ActiveFedora::Base and ActiveFedora::Datastream decorators.
-
Added tests for datastreams index view.
0.6.0 (2013-06-27)¶ ↑
-
Feature: Display Solr index record for object.
-
Removed Blacklight document show partial from object summary view
-
Added models to object properties partial.
-
Custom permissions are now set from configuration, not using aliases.
-
Minor changes to default labels.
0.5.5 (2013-06-07)¶ ↑
-
Upgraded Rubydora to version 1.6.5 (for Rubydora::DigitalObject#object_xml)
-
Datastream downloads now routed through FcrpeoAdmin::DownloadController, which uses Hydra::Controller::DownloadBehavior.
-
Added fcrepo_admin:ci rake task for CI build and hooked into Travis.
0.5.4 (2013-05-24)¶ ↑
-
Changed config setting
associated_objects_sort_param
(v0.5.3) toassociation_collection_query_sort_param
. -
Changed config setting
associated_objects_per_page
(v0.5.1) toassociation_show_docs_per_page
.
0.5.3 (2013-05-23)¶ ↑
-
Added configuration setting
associated_objects_sort_param
to specify Solr query sort clause for retrieving associated objects. Default isnil
, meaning that no sort clause is used.
0.5.2 (2013-05-22)¶ ↑
-
Fixed association show view pagination by working around Kaminari.
-
Object
XML (FOXML) accessible from object context nav. -
Catalog show document actions displayed in object show view (summary).
0.5.1 (2013-05-21)¶ ↑
-
Association show view paginated (Fixes #18).
-
Association show view uses blacklight document list rendering.
-
Object
show action loads Solr document for object and show view incorporates Blacklight document show fields.
0.5.0 (2013-05-17)¶ ↑
-
Feature: Configurable settings.
-
Context navigation menus refactored: customizations now done through helpers and configuration settings, not by overriding partials.
-
ActiveFedora::Base and ActiveFedora::Datastream classes extended by decorators.
-
Tests added.
0.4.1 (2013-05-14)¶ ↑
-
Feature: Datastream history view.
-
Feature: Support for asOfDateTime parameter added to datastream read views to display content and profile information for datastream versions.
0.4.0 (2013-05-03)¶ ↑
-
Feature: Display object’s associations.
-
Require inclusion of CanCan action aliases in application’s Ability class.
-
Tabbed object show view (“summary”) replaced with separate views.
0.3.5 (2013-04-30)¶ ↑
-
Requires active-fedora 6.1.
0.3.4 (2013-04-29)¶ ↑
-
Moved FcrepoAdmin::BlacklightHelperBehavior to
FcrepoAdmin::Helpers::BlacklightHelperBehavior
. -
FcrepoAdmin::ObjectsHelper methods can now be easily overridden.
-
FcrepoAdmin::DatastreamsHelper module added.
-
Shared helper methods in new module FcrepoAdmin::Helpers::FcrepoAdminHelperBehavior.
-
Objects and datastreams controller behaviors are now easily overrideable.
-
Refactored object and datastream context navs for greater reusability.
0.3.3 (2013-04-25)¶ ↑
-
Audit trail functionality fails gracefully (i.e., if object does not implement ActiveFedora::Auditable)
0.3.2 (2013-04-19)¶ ↑
-
Separated datastream and object context navigation menus.
-
Added object helpers.
0.3.1 (2013-04-18)¶ ↑
-
Object
and datastream context nav menus added. -
Audit trail moved into objects controller.
0.3.0 (2013-04-16)¶ ↑
-
Feature: Permissions and inherited permissions added to object show view.
0.2.0 (2013-04-12)¶ ↑
-
Feature: Datastream content editing.
0.1.0 (2013-04-11)¶ ↑
Initial release to RubyGems.