HISTORY.md in fcrepo_admin-0.5.3 vs HISTORY.md in fcrepo_admin-0.5.4

- old
+ new

@@ -1,19 +1,24 @@ +#### 0.5.4 (2013-05-24) + +* Changed config setting `associated_objects_sort_param` (v0.5.3) to `association_collection_query_sort_param`. +* Changed config setting `associated_objects_per_page` (v0.5.1) to `association_show_docs_per_page`. + #### 0.5.3 (2013-05-23) -* Added configuration setting `associated_object_sort_param` to specify Solr query sort clause for retrieving associated objects. Default is `nil`, meaning that no sort clause is used. +* Added configuration setting `associated_objects_sort_param` to specify Solr query sort clause for retrieving associated objects. Default is `nil`, 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 fields and show document actions displayed in object show view (summary). +* 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 view loads Solr document for object and incorporates Blacklight document show fields. +* 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.