hyrax 3.6.0 → 4.0.0.beta1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +41 -61
- data/.dassie/Gemfile +4 -4
- data/.dassie/app/assets/javascripts/application.js +8 -4
- data/.dassie/app/assets/stylesheets/application.css +1 -1
- data/.dassie/app/assets/stylesheets/hyrax.scss +1 -2
- data/.dassie/app/controllers/application_controller.rb +1 -3
- data/.dassie/app/controllers/catalog_controller.rb +23 -19
- data/.dassie/app/models/user.rb +0 -3
- data/.dassie/config/analytics.yml +2 -4
- data/.dassie/config/application.rb +1 -1
- data/.dassie/config/initializers/riiif.rb +1 -1
- data/.dassie/db/schema.rb +5 -5
- data/.dassie/package.json +7 -7
- data/.engine_cart.yml +2 -39
- data/.env +1 -0
- data/.github/workflows/main.yml +17 -0
- data/.github/workflows/release.yml +17 -0
- data/.regen +1 -1
- data/.rubocop.yml +1 -1
- data/CONTRIBUTING.md +22 -24
- data/Dockerfile +1 -1
- data/Rakefile +0 -4
- data/app/actors/hyrax/actors/base_actor.rb +1 -1
- data/app/actors/hyrax/actors/collections_membership_actor.rb +1 -1
- data/app/actors/hyrax/actors/create_with_remote_files_actor.rb +5 -11
- data/app/actors/hyrax/actors/embargo_actor.rb +4 -11
- data/app/actors/hyrax/actors/file_actor.rb +9 -37
- data/app/actors/hyrax/actors/file_set_actor.rb +13 -62
- data/app/actors/hyrax/actors/lease_actor.rb +4 -11
- data/app/assets/javascripts/hyrax/analytics_events.js +38 -88
- data/app/assets/javascripts/hyrax/app.js.erb +2 -2
- data/app/assets/javascripts/hyrax/batch.js +2 -2
- data/app/assets/javascripts/hyrax/batch_edit.js +4 -4
- data/app/assets/javascripts/hyrax/batch_select_all.js +13 -13
- data/app/assets/javascripts/hyrax/browse_everything.js +4 -2
- data/app/assets/javascripts/hyrax/collection_types.es6 +1 -1
- data/app/assets/javascripts/hyrax/collections/editor.es6 +5 -1
- data/app/assets/javascripts/hyrax/dashboard_actions.js +5 -5
- data/app/assets/javascripts/hyrax/editor/controlled_vocabulary.es6 +3 -3
- data/app/assets/javascripts/hyrax/editor.es6 +3 -3
- data/app/assets/javascripts/hyrax/facets.js +6 -4
- data/app/assets/javascripts/hyrax/file_manager/member.es6 +1 -1
- data/app/assets/javascripts/hyrax/file_manager/save_manager.es6 +2 -2
- data/app/assets/javascripts/hyrax/file_manager/sorting.es6 +2 -2
- data/app/assets/javascripts/hyrax/file_manager.es6 +2 -17
- data/app/assets/javascripts/hyrax/notification.es6 +1 -1
- data/app/assets/javascripts/hyrax/permissions/control.es6 +1 -8
- data/app/assets/javascripts/hyrax/permissions/registry.es6 +4 -4
- data/app/assets/javascripts/hyrax/permissions/user_controls.es6 +3 -1
- data/app/assets/javascripts/hyrax/relationships/confirm_remove_dialog.es6 +1 -1
- data/app/assets/javascripts/hyrax/relationships/control.es6 +2 -2
- data/app/assets/javascripts/hyrax/relationships/registry_entry.es6 +1 -1
- data/app/assets/javascripts/hyrax/reports-buttons.js +9 -9
- data/app/assets/javascripts/hyrax/save_work/required_fields.es6 +1 -1
- data/app/assets/javascripts/hyrax/save_work/save_work_control.es6 +6 -6
- data/app/assets/javascripts/hyrax/save_work/uploaded_files.es6 +2 -2
- data/app/assets/javascripts/hyrax/single_use_links_manager.js +1 -1
- data/app/assets/javascripts/hyrax/skip_to_content.js +1 -1
- data/app/assets/javascripts/hyrax/sorting.js +1 -1
- data/app/assets/javascripts/hyrax/trophy.js +1 -1
- data/app/assets/javascripts/hyrax/uploader.js +3 -3
- data/app/assets/javascripts/hyrax.js +1 -19
- data/app/assets/stylesheets/_bootstrap-default-overrides.scss +4 -4
- data/app/assets/stylesheets/hyrax/_accessibility.scss +1 -1
- data/app/assets/stylesheets/hyrax/_badge.scss +7 -0
- data/app/assets/stylesheets/hyrax/_batch-edit.scss +8 -8
- data/app/assets/stylesheets/hyrax/_browse_everything_overrides.scss +1 -1
- data/app/assets/stylesheets/hyrax/_buttons.scss +31 -1
- data/app/assets/stylesheets/hyrax/_card.scss +10 -0
- data/app/assets/stylesheets/hyrax/_catalog.scss +22 -48
- data/app/assets/stylesheets/hyrax/_collection_types.scss +1 -1
- data/app/assets/stylesheets/hyrax/_collections.scss +13 -13
- data/app/assets/stylesheets/hyrax/_facets.scss +46 -0
- data/app/assets/stylesheets/hyrax/_featured.scss +1 -1
- data/app/assets/stylesheets/hyrax/_file-listing.scss +3 -3
- data/app/assets/stylesheets/hyrax/_file_manager.scss +17 -17
- data/app/assets/stylesheets/hyrax/_file_sets.scss +1 -1
- data/app/assets/stylesheets/hyrax/_file_upload.scss +4 -4
- data/app/assets/stylesheets/hyrax/_fixedsticky.scss +1 -1
- data/app/assets/stylesheets/hyrax/_footer.scss +3 -3
- data/app/assets/stylesheets/hyrax/_form-progress.scss +9 -9
- data/app/assets/stylesheets/hyrax/_form.scss +3 -4
- data/app/assets/stylesheets/hyrax/_forms.scss +62 -29
- data/app/assets/stylesheets/hyrax/_header.scss +0 -17
- data/app/assets/stylesheets/hyrax/_home-page.scss +13 -51
- data/app/assets/stylesheets/hyrax/_html.scss +11 -0
- data/app/assets/stylesheets/hyrax/_hyrax.scss +16 -14
- data/app/assets/stylesheets/hyrax/_nestable.scss +1 -1
- data/app/assets/stylesheets/hyrax/_select_work_type.scss +2 -2
- data/app/assets/stylesheets/hyrax/_styles.scss +9 -14
- data/app/assets/stylesheets/hyrax/_users.scss +2 -2
- data/app/assets/stylesheets/hyrax/_variables.scss +20 -1
- data/app/assets/stylesheets/hyrax/_work-show.scss +21 -13
- data/app/assets/stylesheets/hyrax/blacklight_gallery.scss +75 -2
- data/app/assets/stylesheets/hyrax/dashboard.scss +70 -95
- data/app/assets/stylesheets/hyrax/sidebar.scss +39 -19
- data/app/controllers/concerns/hyrax/collections_controller_behavior.rb +9 -0
- data/app/controllers/concerns/hyrax/embargoes_controller_behavior.rb +2 -11
- data/app/controllers/concerns/hyrax/leases_controller_behavior.rb +2 -11
- data/app/controllers/concerns/hyrax/manages_embargoes.rb +1 -13
- data/app/controllers/concerns/hyrax/works_controller_behavior.rb +4 -9
- data/app/controllers/hyrax/admin/analytics/collection_reports_controller.rb +2 -2
- data/app/controllers/hyrax/admin/analytics/work_reports_controller.rb +1 -1
- data/app/controllers/hyrax/admin/strategies_controller.rb +1 -1
- data/app/controllers/hyrax/admin/workflows_controller.rb +3 -48
- data/app/controllers/hyrax/batch_edits_controller.rb +1 -1
- data/app/controllers/hyrax/dashboard/collections_controller.rb +2 -1
- data/app/controllers/hyrax/dashboard/nest_collections_controller.rb +0 -32
- data/app/controllers/hyrax/downloads_controller.rb +1 -16
- data/app/controllers/hyrax/file_sets_controller.rb +4 -10
- data/app/controllers/hyrax/homepage_controller.rb +0 -1
- data/app/controllers/hyrax/my_controller.rb +0 -6
- data/app/controllers/hyrax/permissions_controller.rb +1 -1
- data/app/controllers/hyrax/single_use_links_controller.rb +1 -2
- data/app/controllers/hyrax/transfers_controller.rb +2 -0
- data/app/controllers/hyrax/workflow_actions_controller.rb +2 -3
- data/app/forms/hyrax/forms/collection_form.rb +1 -1
- data/app/forms/hyrax/forms/dashboard/nest_collection_form.rb +0 -2
- data/app/forms/hyrax/forms/file_set_edit_form.rb +1 -1
- data/app/forms/hyrax/forms/file_set_form.rb +35 -8
- data/app/forms/hyrax/forms/resource_form.rb +32 -36
- data/app/helpers/hyrax/embargo_helper.rb +0 -11
- data/app/helpers/hyrax/facets_helper.rb +150 -0
- data/app/helpers/hyrax/hyrax_helper_behavior.rb +5 -5
- data/app/helpers/hyrax/lease_helper.rb +0 -11
- data/app/indexers/hyrax/basic_metadata_indexer.rb +3 -9
- data/app/indexers/hyrax/pcdm_collection_indexer.rb +0 -1
- data/app/indexers/hyrax/valkyrie_file_set_indexer.rb +8 -2
- data/app/jobs/characterize_job.rb +4 -7
- data/app/jobs/content_event_job.rb +1 -1
- data/app/jobs/create_derivatives_job.rb +4 -2
- data/app/jobs/ingest_local_file_job.rb +5 -13
- data/app/jobs/inherit_permissions_job.rb +1 -5
- data/app/models/admin_set.rb +0 -8
- data/app/models/concerns/hyrax/collection_behavior.rb +2 -3
- data/app/models/concerns/hyrax/collection_nesting.rb +1 -10
- data/app/models/concerns/hyrax/file_set_behavior.rb +1 -2
- data/app/models/concerns/hyrax/in_admin_set.rb +0 -7
- data/app/models/concerns/hyrax/user.rb +3 -3
- data/app/models/concerns/hyrax/work_behavior.rb +1 -3
- data/app/models/content_block.rb +0 -6
- data/app/models/hyrax/embargo.rb +1 -1
- data/app/models/hyrax/file_metadata.rb +1 -1
- data/app/models/hyrax/file_set.rb +3 -3
- data/app/models/hyrax/lease.rb +1 -1
- data/app/models/hyrax/permission_template.rb +0 -35
- data/app/models/proxy_deposit_request.rb +1 -1
- data/app/presenters/hyrax/admin/repository_object_presenter.rb +0 -2
- data/app/presenters/hyrax/collapsable_section_presenter.rb +2 -2
- data/app/presenters/hyrax/collection_presenter.rb +1 -1
- data/app/presenters/hyrax/fixity_status_presenter.rb +2 -2
- data/app/presenters/hyrax/menu_presenter.rb +1 -1
- data/app/presenters/hyrax/permission_badge.rb +8 -9
- data/app/presenters/hyrax/version_list_presenter.rb +1 -6
- data/app/presenters/hyrax/workflow_presenter.rb +1 -1
- data/app/renderers/hyrax/renderers/external_link_attribute_renderer.rb +1 -1
- data/app/search_builders/hyrax/dashboard/nested_collections_search_builder.rb +5 -13
- data/app/search_builders/hyrax/deposit_search_builder.rb +1 -1
- data/app/search_builders/hyrax/nested_collections_parent_search_builder.rb +10 -1
- data/app/search_builders/hyrax/single_result.rb +1 -1
- data/app/search_builders/hyrax/stats/work_status_search_builder.rb +1 -1
- data/app/services/hyrax/adapters/nesting_index_adapter.rb +1 -1
- data/app/services/hyrax/analytics/google.rb +15 -23
- data/app/services/hyrax/analytics/matomo.rb +3 -4
- data/app/services/hyrax/collection_member_service.rb +1 -2
- data/app/services/hyrax/collections/nested_collection_query_service.rb +1 -1
- data/app/services/hyrax/collections/search_service.rb +0 -1
- data/app/services/hyrax/custom_queries.rb +25 -0
- data/app/services/hyrax/edit_permissions_service.rb +3 -21
- data/app/services/hyrax/embargo_manager.rb +0 -9
- data/app/services/hyrax/file_set_csv_service.rb +1 -1
- data/app/services/hyrax/graph_exporter.rb +3 -8
- data/app/services/hyrax/iiif_authorization_service.rb +1 -1
- data/app/services/hyrax/lease_manager.rb +0 -9
- data/app/services/hyrax/listeners/file_metadata_listener.rb +0 -11
- data/app/services/hyrax/search_service.rb +1 -81
- data/app/services/hyrax/solr_query_service.rb +4 -4
- data/app/services/hyrax/statistics/depositors/summary.rb +1 -3
- data/app/services/hyrax/user_stat_importer.rb +0 -2
- data/app/services/hyrax/valkyrie_upload.rb +13 -1
- data/app/services/hyrax/versioning_service.rb +9 -77
- data/app/services/hyrax/visibility_propagator.rb +5 -5
- data/app/services/hyrax/work_query_service.rb +1 -1
- data/app/services/hyrax/workflow/actionable_objects.rb +3 -28
- data/app/services/hyrax/workflow/permission_query.rb +2 -23
- data/app/services/hyrax/working_directory.rb +2 -0
- data/app/views/_controls.html.erb +14 -18
- data/app/views/_logo.html.erb +0 -1
- data/app/views/_masthead.html.erb +8 -18
- data/app/views/_user_util_links.html.erb +16 -18
- data/app/views/catalog/_document.html.erb +2 -2
- data/app/views/catalog/_document_list.html.erb +1 -1
- data/app/views/catalog/_facet_limit.html.erb +1 -1
- data/app/views/catalog/_index_gallery_collection_wrapper.html.erb +1 -1
- data/app/views/catalog/_index_header_list_collection.html.erb +2 -2
- data/app/views/catalog/_index_header_list_default.html.erb +1 -1
- data/app/views/catalog/_index_list_default.html.erb +7 -5
- data/app/views/catalog/_search_form.html.erb +13 -15
- data/app/views/catalog/_thumbnail_list_collection.html.erb +2 -2
- data/app/views/catalog/_thumbnail_list_default.html.erb +3 -3
- data/app/views/catalog/facet.html.erb +21 -0
- data/app/views/catalog/index.html.erb +6 -4
- data/app/views/hyrax/admin/admin_sets/_form.html.erb +16 -16
- data/app/views/hyrax/admin/admin_sets/_form_participant_table.html.erb +35 -33
- data/app/views/hyrax/admin/admin_sets/_form_participants.html.erb +9 -8
- data/app/views/hyrax/admin/admin_sets/_form_visibility.html.erb +24 -24
- data/app/views/hyrax/admin/admin_sets/_form_workflow.erb +5 -5
- data/app/views/hyrax/admin/admin_sets/_show_actions.html.erb +3 -3
- data/app/views/hyrax/admin/admin_sets/_show_document_list_row.html.erb +9 -9
- data/app/views/hyrax/admin/admin_sets/index.html.erb +3 -3
- data/app/views/hyrax/admin/admin_sets/show.html.erb +4 -4
- data/app/views/hyrax/admin/analytics/_date_range_form.html.erb +3 -3
- data/app/views/hyrax/admin/analytics/collection_reports/_custom_range.html.erb +3 -3
- data/app/views/hyrax/admin/analytics/collection_reports/_monthly_summary.html.erb +3 -3
- data/app/views/hyrax/admin/analytics/collection_reports/_summary.html.erb +3 -3
- data/app/views/hyrax/admin/analytics/collection_reports/_top_collections.html.erb +7 -7
- data/app/views/hyrax/admin/analytics/collection_reports/index.html.erb +7 -7
- data/app/views/hyrax/admin/analytics/collection_reports/show.html.erb +10 -10
- data/app/views/hyrax/admin/analytics/work_reports/_custom_range.html.erb +3 -3
- data/app/views/hyrax/admin/analytics/work_reports/_monthly_summary.html.erb +3 -3
- data/app/views/hyrax/admin/analytics/work_reports/_summary.html.erb +3 -3
- data/app/views/hyrax/admin/analytics/work_reports/_top_file_set_downloads.html.erb +5 -5
- data/app/views/hyrax/admin/analytics/work_reports/_top_works.html.erb +7 -7
- data/app/views/hyrax/admin/analytics/work_reports/_work_counts.html.erb +4 -4
- data/app/views/hyrax/admin/analytics/work_reports/_work_files.html.erb +5 -5
- data/app/views/hyrax/admin/analytics/work_reports/index.html.erb +8 -8
- data/app/views/hyrax/admin/analytics/work_reports/show.html.erb +10 -10
- data/app/views/hyrax/admin/appearances/show.html.erb +2 -2
- data/app/views/hyrax/admin/collection_types/_form.html.erb +24 -23
- data/app/views/hyrax/admin/collection_types/_form_appearance.html.erb +2 -2
- data/app/views/hyrax/admin/collection_types/_form_participants.html.erb +4 -4
- data/app/views/hyrax/admin/collection_types/_form_settings.html.erb +9 -9
- data/app/views/hyrax/admin/collection_types/index.html.erb +6 -6
- data/app/views/hyrax/admin/features/index.html.erb +3 -3
- data/app/views/hyrax/admin/stats/_new_users.html.erb +1 -1
- data/app/views/hyrax/admin/stats/show.html.erb +4 -6
- data/app/views/hyrax/admin/users/index.html.erb +3 -3
- data/app/views/hyrax/admin/workflow_roles/index.html.erb +8 -8
- data/app/views/hyrax/admin/workflows/index.html.erb +80 -55
- data/app/views/hyrax/base/_citations.html.erb +6 -6
- data/app/views/hyrax/base/_currently_shared.html.erb +3 -3
- data/app/views/hyrax/base/_file_manager_actions.html.erb +5 -3
- data/app/views/hyrax/base/_file_manager_member.html.erb +5 -5
- data/app/views/hyrax/base/_file_manager_member_resource_options.html.erb +6 -6
- data/app/views/hyrax/base/_file_manager_members.html.erb +1 -1
- data/app/views/hyrax/base/_file_manager_thumbnail.html.erb +1 -1
- data/app/views/hyrax/base/_form_child_work_relationships.html.erb +3 -3
- data/app/views/hyrax/base/_form_files.html.erb +9 -9
- data/app/views/hyrax/base/_form_member_of_collections.html.erb +3 -3
- data/app/views/hyrax/base/_form_metadata.html.erb +1 -1
- data/app/views/hyrax/base/_form_permission.html.erb +30 -20
- data/app/views/hyrax/base/_form_permission_under_embargo.html.erb +1 -1
- data/app/views/hyrax/base/_form_permission_under_lease.html.erb +1 -1
- data/app/views/hyrax/base/_form_progress.html.erb +7 -7
- data/app/views/hyrax/base/_form_relationships.html.erb +1 -1
- data/app/views/hyrax/base/_form_rendering.html.erb +1 -1
- data/app/views/hyrax/base/_form_representative.html.erb +1 -1
- data/app/views/hyrax/base/_form_share.html.erb +6 -6
- data/app/views/hyrax/base/_form_thumbnail.html.erb +1 -1
- data/app/views/hyrax/base/_form_visibility_component.html.erb +16 -20
- data/app/views/hyrax/base/_guts4form.html.erb +12 -20
- data/app/views/hyrax/base/_member.html.erb +1 -1
- data/app/views/hyrax/base/_metadata.html.erb +1 -1
- data/app/views/hyrax/base/_show_actions.html.erb +10 -10
- data/app/views/hyrax/base/_work_button_row.html.erb +17 -16
- data/app/views/hyrax/base/_workflow_actions.html.erb +10 -10
- data/app/views/hyrax/base/_workflow_actions_widget.erb +1 -1
- data/app/views/hyrax/base/file_manager.html.erb +4 -5
- data/app/views/hyrax/base/inspect_work.html.erb +1 -1
- data/app/views/hyrax/base/show.html.erb +12 -12
- data/app/views/hyrax/base/unavailable.html.erb +2 -2
- data/app/views/hyrax/batch_edits/_check_all.html.erb +0 -1
- data/app/views/hyrax/batch_edits/_delete_selected.html.erb +1 -1
- data/app/views/hyrax/batch_edits/edit.html.erb +26 -18
- data/app/views/hyrax/collections/_bookmark_control.html.erb +2 -2
- data/app/views/hyrax/collections/_list_collections.html.erb +6 -6
- data/app/views/hyrax/collections/_list_works.html.erb +3 -1
- data/app/views/hyrax/collections/_search_form.html.erb +4 -4
- data/app/views/hyrax/collections/_show_document_list_row.html.erb +5 -2
- data/app/views/hyrax/collections/_sort_and_per_page.html.erb +3 -3
- data/app/views/hyrax/collections/_view_type_group.html.erb +2 -2
- data/app/views/hyrax/contact_form/new.html.erb +12 -13
- data/app/views/hyrax/content_blocks/_form.html.erb +29 -23
- data/app/views/hyrax/content_blocks/templates/agreement.html.erb +3 -3
- data/app/views/hyrax/dashboard/_admin_sets.html.erb +22 -28
- data/app/views/hyrax/dashboard/_index_partials/_current_proxy_rights.html.erb +2 -2
- data/app/views/hyrax/dashboard/_index_partials/_proxy_rights.html.erb +4 -4
- data/app/views/hyrax/dashboard/_index_partials/_transfers.html.erb +2 -2
- data/app/views/hyrax/dashboard/_repository_growth.html.erb +28 -28
- data/app/views/hyrax/dashboard/_resource_type_graph.html.erb +4 -4
- data/app/views/hyrax/dashboard/_sidebar.html.erb +3 -3
- data/app/views/hyrax/dashboard/_tabs.html.erb +6 -2
- data/app/views/hyrax/dashboard/_user_activity.html.erb +22 -19
- data/app/views/hyrax/dashboard/_visibility_graph.html.erb +4 -4
- data/app/views/hyrax/dashboard/_work_type_graph.html.erb +4 -4
- data/app/views/hyrax/dashboard/collections/_batch_edits_actions.html.erb +1 -1
- data/app/views/hyrax/dashboard/collections/_bookmark_control.html.erb +2 -2
- data/app/views/hyrax/dashboard/collections/_edit_actions.html.erb +1 -1
- data/app/views/hyrax/dashboard/collections/_form.html.erb +30 -22
- data/app/views/hyrax/dashboard/collections/_form_branding.html.erb +19 -19
- data/app/views/hyrax/dashboard/collections/_form_discovery.html.erb +8 -4
- data/app/views/hyrax/dashboard/collections/_form_for_select_collection.html.erb +7 -7
- data/app/views/hyrax/dashboard/collections/_form_share.html.erb +11 -9
- data/app/views/hyrax/dashboard/collections/_form_share_table.html.erb +34 -31
- data/app/views/hyrax/dashboard/collections/_list_collections.html.erb +1 -1
- data/app/views/hyrax/dashboard/collections/_list_works.html.erb +3 -1
- data/app/views/hyrax/dashboard/collections/_modal_remove_from_collection.html.erb +1 -1
- data/app/views/hyrax/dashboard/collections/_modal_remove_sub_collection.html.erb +1 -1
- data/app/views/hyrax/dashboard/collections/_show_add_items_actions.html.erb +1 -1
- data/app/views/hyrax/dashboard/collections/_show_descriptions.html.erb +5 -3
- data/app/views/hyrax/dashboard/collections/_show_document_list_menu.html.erb +4 -4
- data/app/views/hyrax/dashboard/collections/_show_document_list_row.html.erb +12 -10
- data/app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb +2 -2
- data/app/views/hyrax/dashboard/collections/_sort_and_per_page.html.erb +4 -4
- data/app/views/hyrax/dashboard/collections/_subcollection_list.html.erb +1 -1
- data/app/views/hyrax/dashboard/collections/_work_action_menu.html.erb +10 -10
- data/app/views/hyrax/dashboard/collections/show.html.erb +4 -4
- data/app/views/hyrax/dashboard/profiles/_edit_primary.html.erb +21 -21
- data/app/views/hyrax/dashboard/profiles/_trophy_edit.html.erb +5 -5
- data/app/views/hyrax/dashboard/profiles/_zotero.html.erb +2 -2
- data/app/views/hyrax/dashboard/profiles/edit.html.erb +2 -2
- data/app/views/hyrax/dashboard/profiles/show.html.erb +3 -3
- data/app/views/hyrax/dashboard/show_admin.html.erb +36 -34
- data/app/views/hyrax/dashboard/show_user.html.erb +16 -16
- data/app/views/hyrax/dashboard/sidebar/_activity.html.erb +11 -11
- data/app/views/hyrax/dashboard/sidebar/_configuration.html.erb +8 -8
- data/app/views/hyrax/dashboard/sidebar/_repository_content.html.erb +3 -1
- data/app/views/hyrax/dashboard/sidebar/_tasks.html.erb +5 -1
- data/app/views/hyrax/dashboard/works/_list_works.html.erb +4 -1
- data/app/views/hyrax/depositors/index.html.erb +2 -2
- data/app/views/hyrax/embargoes/edit.html.erb +14 -14
- data/app/views/hyrax/embargoes/index.html.erb +18 -6
- data/app/views/hyrax/file_sets/_actions.html.erb +5 -6
- data/app/views/hyrax/file_sets/_descriptions.html.erb +1 -1
- data/app/views/hyrax/file_sets/_extra_fields_modal.html.erb +1 -1
- data/app/views/hyrax/file_sets/_form.html.erb +1 -1
- data/app/views/hyrax/file_sets/_permission.html.erb +1 -1
- data/app/views/hyrax/file_sets/_permission_form.html.erb +39 -30
- data/app/views/hyrax/file_sets/_show_actions.html.erb +3 -3
- data/app/views/hyrax/file_sets/_show_details.html.erb +27 -17
- data/app/views/hyrax/file_sets/_single_use_link_rows.html.erb +2 -2
- data/app/views/hyrax/file_sets/_single_use_links.html.erb +2 -2
- data/app/views/hyrax/file_sets/_versioning.html.erb +9 -9
- data/app/views/hyrax/file_sets/edit.html.erb +19 -13
- data/app/views/hyrax/file_sets/media_display/_image.html.erb +4 -4
- data/app/views/hyrax/file_sets/show.html.erb +2 -2
- data/app/views/hyrax/homepage/_announcement.html.erb +2 -2
- data/app/views/hyrax/homepage/_explore_collections.html.erb +6 -4
- data/app/views/hyrax/homepage/_featured_fields.html.erb +1 -1
- data/app/views/hyrax/homepage/_featured_works.html.erb +1 -1
- data/app/views/hyrax/homepage/_home_content.html.erb +24 -10
- data/app/views/hyrax/homepage/_marketing.html.erb +1 -1
- data/app/views/hyrax/homepage/_recent_document.html.erb +4 -1
- data/app/views/hyrax/homepage/_sortable_featured.html.erb +3 -3
- data/app/views/hyrax/homepage/index.html.erb +4 -4
- data/app/views/hyrax/leases/edit.html.erb +14 -14
- data/app/views/hyrax/leases/index.html.erb +18 -6
- data/app/views/hyrax/my/_admin_set_action_menu.html.erb +5 -5
- data/app/views/hyrax/my/_collection_action_menu.html.erb +6 -6
- data/app/views/hyrax/my/_constraints.html.erb +2 -2
- data/app/views/hyrax/my/_document_list.html.erb +1 -1
- data/app/views/hyrax/my/_facet_layout.html.erb +1 -2
- data/app/views/hyrax/my/_facet_limit.html.erb +4 -4
- data/app/views/hyrax/my/_facet_pagination.html.erb +1 -25
- data/app/views/hyrax/my/_facet_pivot.html.erb +1 -1
- data/app/views/hyrax/my/_facet_selected.html.erb +1 -1
- data/app/views/hyrax/my/_search_form.html.erb +7 -8
- data/app/views/hyrax/my/_sort_and_per_page.html.erb +10 -12
- data/app/views/hyrax/my/_work_action_menu.html.erb +4 -5
- data/app/views/hyrax/my/collections/_facets.html.erb +2 -2
- data/app/views/hyrax/my/collections/_list_collections.html.erb +1 -1
- data/app/views/hyrax/my/collections/_modal_add_subcollection.html.erb +2 -2
- data/app/views/hyrax/my/collections/_modal_add_to_collection.html.erb +2 -2
- data/app/views/hyrax/my/collections/_modal_collection_types_to_create.html.erb +5 -5
- data/app/views/hyrax/my/collections/_modal_delete_collection.html.erb +1 -1
- data/app/views/hyrax/my/collections/_modal_delete_empty_collection.html.erb +1 -1
- data/app/views/hyrax/my/collections/_modal_delete_selected_collections.html.erb +1 -1
- data/app/views/hyrax/my/collections/_tabs.html.erb +11 -4
- data/app/views/hyrax/my/collections/index.html.erb +3 -3
- data/app/views/hyrax/my/facet.html.erb +17 -16
- data/app/views/hyrax/my/index.html.erb +2 -2
- data/app/views/hyrax/my/works/_batch_actions.html.erb +1 -1
- data/app/views/hyrax/my/works/_facets.html.erb +2 -2
- data/app/views/hyrax/my/works/_list_works.html.erb +6 -7
- data/app/views/hyrax/my/works/_tabs.html.erb +6 -6
- data/app/views/hyrax/my/works/index.html.erb +20 -18
- data/app/views/hyrax/notifications/_notifications.html.erb +1 -1
- data/app/views/hyrax/notifications/index.html.erb +4 -4
- data/app/views/hyrax/operations/index.html.erb +1 -1
- data/app/views/hyrax/operations/show.html.erb +2 -2
- data/app/views/hyrax/pages/_form.html.erb +76 -64
- data/app/views/hyrax/permissions/confirm.html.erb +4 -4
- data/app/views/hyrax/permissions/confirm_access.html.erb +4 -4
- data/app/views/hyrax/stats/file.html.erb +1 -1
- data/app/views/hyrax/stats/work.html.erb +1 -1
- data/app/views/hyrax/transfers/_received.html.erb +4 -4
- data/app/views/hyrax/transfers/index.html.erb +8 -8
- data/app/views/hyrax/transfers/new.html.erb +1 -1
- data/app/views/hyrax/uploads/_js_templates.html.erb +14 -14
- data/app/views/hyrax/uploads/_js_templates_branding.html.erb +5 -5
- data/app/views/hyrax/uploads/_js_templates_versioning.html.erb +15 -15
- data/app/views/hyrax/users/_activity.html.erb +3 -3
- data/app/views/hyrax/users/_contributions.html.erb +3 -3
- data/app/views/hyrax/users/_left_sidebar.html.erb +1 -1
- data/app/views/hyrax/users/_profile_tabs.html.erb +16 -8
- data/app/views/hyrax/users/_search_form.html.erb +2 -2
- data/app/views/hyrax/users/_user.html.erb +5 -5
- data/app/views/hyrax/users/_user_info.html.erb +4 -4
- data/app/views/hyrax/users/_vitals.html.erb +3 -3
- data/app/views/hyrax/users/show.html.erb +2 -2
- data/app/views/layouts/_head_tag_content.html.erb +2 -5
- data/app/views/layouts/hyrax/dashboard.html.erb +4 -4
- data/app/views/layouts/hyrax.html.erb +4 -3
- data/app/views/shared/_appearance_styles.html.erb +8 -8
- data/app/views/shared/_footer.html.erb +1 -1
- data/app/views/shared/_locale_picker.html.erb +5 -8
- data/app/views/shared/_nav_safety_modal.html.erb +2 -2
- data/app/views/shared/_select_work_type_modal.html.erb +2 -2
- data/config/locales/hyrax.de.yml +5 -6
- data/config/locales/hyrax.en.yml +4 -15
- data/config/locales/hyrax.es.yml +6 -7
- data/config/locales/hyrax.fr.yml +8 -9
- data/config/locales/hyrax.it.yml +6 -7
- data/config/locales/hyrax.pt-BR.yml +6 -7
- data/config/locales/hyrax.zh.yml +6 -7
- data/docker-compose.yml +2 -1
- data/documentation/developing-your-hyrax-based-app.md +2 -2
- data/documentation/legacyREADME.md +3 -3
- data/hyrax.gemspec +13 -24
- data/karma.conf.js +104 -0
- data/lib/generators/hyrax/assets_generator.rb +2 -5
- data/lib/generators/hyrax/install_generator.rb +9 -33
- data/lib/generators/hyrax/templates/catalog_controller.rb +20 -13
- data/lib/generators/hyrax/templates/config/analytics.yml +0 -3
- data/lib/generators/hyrax/templates/config/initializers/riiif.rb +1 -1
- data/lib/generators/hyrax/templates/config/locales/hyrax.pt-BR.yml +1 -1
- data/lib/generators/hyrax/templates/hyrax.scss +1 -2
- data/lib/generators/hyrax/templates/package.json +7 -8
- data/lib/hyrax/active_fedora_dummy_model.rb +0 -13
- data/lib/hyrax/configuration.rb +2 -49
- data/lib/hyrax/engine.rb +1 -2
- data/lib/hyrax/errors.rb +0 -2
- data/lib/hyrax/publisher.rb +0 -4
- data/lib/hyrax/specs/capybara.rb +5 -3
- data/lib/hyrax/specs/shared_specs/factories/strategies/valkyrie_resource.rb +0 -6
- data/lib/hyrax/specs/shared_specs/indexers.rb +0 -5
- data/lib/hyrax/transactions/container.rb +0 -54
- data/lib/hyrax/version.rb +1 -1
- data/lib/valkyrie/indexing/solr/indexing_adapter.rb +1 -1
- data/lib/wings/valkyrie/persister.rb +2 -1
- data/lib/wings/valkyrie/storage.rb +2 -6
- data/package.json +11 -0
- data/tasks/hyrax_dev.rake +32 -0
- data/template.rb +1 -1
- data/vendor/assets/javascripts/dataTables.bootstrap4.js +184 -0
- data/vendor/assets/javascripts/fileupload/jquery.fileupload-ui.js +1 -1
- data/vendor/assets/javascripts/fileupload/jquery.fileupload.js +2 -2
- data/vendor/assets/javascripts/fileupload/jquery.iframe-transport.js +1 -1
- data/vendor/assets/javascripts/handlebars.js +5214 -0
- data/vendor/assets/javascripts/jquery-ui.js +19057 -0
- data/vendor/assets/javascripts/jquery.dataTables.js +15336 -0
- data/vendor/assets/javascripts/morris/morris.min.js +9 -1
- data/vendor/assets/javascripts/morris/raphael-min.js +4 -6
- data/vendor/assets/javascripts/nestable.js +1 -1
- data/vendor/assets/stylesheets/dataTables.bootstrap4.css +307 -0
- data/vendor/assets/stylesheets/jquery-ui.css +1315 -0
- data/vendor/assets/stylesheets/morris.css +3 -0
- metadata +95 -218
- data/app/actors/hyrax/actors/initialize_workflow_actor.rb +0 -35
- data/app/forms/hyrax/forms/embargo.rb +0 -13
- data/app/forms/hyrax/forms/lease.rb +0 -13
- data/app/forms/hyrax/forms/pcdm_object_form.rb +0 -46
- data/app/forms/hyrax/forms/work_embargo_form.rb +0 -35
- data/app/forms/hyrax/forms/work_lease_form.rb +0 -35
- data/app/helpers/hyrax/url_helper.rb +0 -13
- data/app/jobs/content_depositor_change_event_job.rb +0 -48
- data/app/models/concerns/hyrax/with_file_sets.rb +0 -17
- data/app/services/hyrax/analytics/ga4.rb +0 -204
- data/app/services/hyrax/file_set_file_service.rb +0 -55
- data/app/services/hyrax/work_resource_query_service.rb +0 -45
- data/app/views/hyrax/admin/workflows/_tabs.html.erb +0 -9
- data/app/views/shared/_ga4.html.erb +0 -10
- data/config/metadata/file_set_metadata.yaml +0 -130
- data/lib/hyrax/transactions/create_work.rb +0 -65
- data/lib/hyrax/transactions/destroy_work.rb +0 -28
- data/lib/hyrax/transactions/steps/apply_collection_permission_template.rb +0 -34
- data/lib/hyrax/transactions/steps/apply_permission_template.rb +0 -32
- data/lib/hyrax/transactions/steps/apply_visibility.rb +0 -41
- data/lib/hyrax/transactions/steps/destroy_work.rb +0 -27
- data/lib/hyrax/transactions/steps/ensure_permission_template.rb +0 -29
- data/lib/hyrax/transactions/steps/save_work.rb +0 -38
- data/lib/hyrax/transactions/update_work.rb +0 -19
- data/lib/wings/services/file_converter_service.rb +0 -19
- data/lib/wings/services/file_metadata_builder.rb +0 -94
- data/vendor/assets/javascripts/handlebars-v4.0.5.js +0 -4612
- data/vendor/assets/stylesheets/morris.js/0.5.1/morris.css +0 -2
@@ -2,17 +2,17 @@
|
|
2
2
|
<div class="modal-dialog text-left">
|
3
3
|
<div class="modal-content">
|
4
4
|
<div class="modal-header">
|
5
|
+
<h5 class="modal-title" id="col_add_title"><%= t("hyrax.collection.select_form.title") %></h5>
|
5
6
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
6
|
-
<span class="modal-title" id="col_add_title"><%= t("hyrax.collection.select_form.title") %></span>
|
7
7
|
</div>
|
8
8
|
<div class="modal-body">
|
9
9
|
<% if user_collections.blank? %>
|
10
10
|
<em> <%= t("hyrax.collection.select_form.no_collections") %></em><br /><br /><br /><br />
|
11
11
|
<% else %>
|
12
12
|
<div class="collection-list">
|
13
|
-
<
|
14
|
-
<
|
15
|
-
|
13
|
+
<div class="form-group">
|
14
|
+
<p><%= t("hyrax.collection.select_form.select_heading") %></p>
|
15
|
+
|
16
16
|
<% if @add_works_to_collection.present? %>
|
17
17
|
<%= text_field_tag 'member_of_collection_label', @add_works_to_collection_label, size: '90', disabled: true %>
|
18
18
|
<%= hidden_field_tag 'member_of_collection_ids', @add_works_to_collection %>
|
@@ -25,13 +25,13 @@
|
|
25
25
|
'autocomplete-url' => Rails.application.routes.url_helpers.qa_path + '/search/collections?access=deposit'
|
26
26
|
} %>
|
27
27
|
<% end %>
|
28
|
-
|
29
|
-
</
|
28
|
+
|
29
|
+
</div>
|
30
30
|
</div><!-- collection-list -->
|
31
31
|
<% end %> <!-- else -->
|
32
32
|
</div>
|
33
33
|
<div class="modal-footer">
|
34
|
-
<button type="button" class="btn btn-
|
34
|
+
<button type="button" class="btn btn-secondary" data-dismiss="modal"><%= t("hyrax.collection.select_form.close") %></button>
|
35
35
|
<% if user_collections.blank? %>
|
36
36
|
<% # TODO: Uncomment the following line when errors with adding works to a new collection are resolved. See Issue hyrax#3088 %>
|
37
37
|
<% # = render 'hyrax/dashboard/collections/button_create_collection', label: t("hyrax.collection.select_form.create") %>
|
@@ -17,22 +17,22 @@
|
|
17
17
|
f.object.access_grants.build(agent_type: 'group'),
|
18
18
|
index: 0 do |builder| %>
|
19
19
|
|
20
|
-
<div class="form-group">
|
21
|
-
<label><%= t('.add_group') %>:</label>
|
20
|
+
<div class="form-group mr-2">
|
21
|
+
<label class="mr-2"><%= t('.add_group') %>:</label>
|
22
22
|
<%= builder.hidden_field :agent_type %>
|
23
23
|
<%= builder.text_field :agent_id,
|
24
24
|
placeholder: t('.search_for_a_group'),
|
25
25
|
class: 'form-control search-input' %>
|
26
26
|
</div>
|
27
27
|
<div class="form-group">
|
28
|
-
<label>as</label>
|
28
|
+
<label class="mr-2">as</label>
|
29
29
|
<%= builder.select :access,
|
30
30
|
access_options,
|
31
31
|
{ prompt: t('.select_a_role') },
|
32
32
|
class: 'form-control' %>
|
33
33
|
</div>
|
34
34
|
<% end %>
|
35
|
-
<%= f.submit t('helpers.submit.hyrax_permission_template_access.create'), class: 'btn btn-info edit-collection-add-sharing-button', :disabled => true %>
|
35
|
+
<%= f.submit t('helpers.submit.hyrax_permission_template_access.create'), class: 'btn btn-info edit-collection-add-sharing-button ml-2', :disabled => true %>
|
36
36
|
|
37
37
|
</div><!-- /.form-inline -->
|
38
38
|
<% end %>
|
@@ -50,13 +50,13 @@
|
|
50
50
|
index: 0 do |builder| %>
|
51
51
|
|
52
52
|
<div class="form-group">
|
53
|
-
<label><%= t('.add_user') %>:</label>
|
53
|
+
<label class="mr-2"><%= t('.add_user') %>:</label>
|
54
54
|
<%= builder.hidden_field :agent_type %>
|
55
55
|
<%= builder.text_field :agent_id,
|
56
56
|
placeholder: t('.search_for_a_user') %>
|
57
57
|
</div>
|
58
58
|
<div class="form-group">
|
59
|
-
<label>as</label>
|
59
|
+
<label class="mx-2">as</label>
|
60
60
|
<%= builder.select :access,
|
61
61
|
access_options,
|
62
62
|
{ prompt: t('.select_a_role') },
|
@@ -64,17 +64,19 @@
|
|
64
64
|
</div>
|
65
65
|
<% end %>
|
66
66
|
|
67
|
-
<%= f.submit t('helpers.submit.hyrax_permission_template_access.create'), class: 'btn btn-info edit-collection-add-sharing-button', :disabled => true %>
|
67
|
+
<%= f.submit t('helpers.submit.hyrax_permission_template_access.create'), class: 'btn btn-info edit-collection-add-sharing-button ml-2', :disabled => true %>
|
68
68
|
|
69
69
|
</div> <!-- /.form-inline -->
|
70
70
|
<% end %>
|
71
71
|
</div>
|
72
72
|
|
73
|
-
<p class="
|
73
|
+
<p class="form-text mt-2"><em><%= t('hyrax.admin.admin_sets.form.note') %></em></p>
|
74
74
|
</section>
|
75
75
|
|
76
|
+
<h2 class="h3"><%= t(".current_shared") %></h2>
|
76
77
|
<section class="section-collection-sharing">
|
77
|
-
|
78
|
+
|
79
|
+
|
78
80
|
<%= render 'form_share_table', access: 'managers', filter: :manage? %>
|
79
81
|
<%= render 'form_share_table', access: 'depositors', filter: :deposit? %>
|
80
82
|
<%= render 'form_share_table', access: 'viewers', filter: :view? %>
|
@@ -1,31 +1,34 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
1
|
+
<div class="mb-4">
|
2
|
+
|
3
|
+
<h3 class="h4"><%= t(".#{access}.title") %></h3>
|
4
|
+
<p><%= t(".#{access}.help") %></p>
|
5
|
+
<p><%= t(".#{access}.help_with_works", type_title: @collection_type.title) if @collection_type.share_applies_to_new_works? && access != 'depositors' %></p>
|
6
|
+
<% if collection_permission_template_form_for(form: @form).access_grants.select(&filter).any? %>
|
7
|
+
<table class="table table-striped share-status">
|
8
|
+
<thead>
|
9
|
+
<tr>
|
10
|
+
<th><%= t(".#{access}.agent_name") %></th>
|
11
|
+
<th><%= t(".#{access}.type") %></th>
|
12
|
+
<th><%= t(".#{access}.action") %></th>
|
13
|
+
</tr>
|
14
|
+
</thead>
|
15
|
+
<tbody>
|
16
|
+
<% collection_permission_template_form_for(form: @form).access_grants.select(&filter).each do |g| %>
|
17
|
+
<tr>
|
18
|
+
<td data-agent="<%= g.agent_id %>"><%= g.label %></td>
|
19
|
+
<td><%= g.agent_type.titleize %></td>
|
20
|
+
<td>
|
21
|
+
<% if g.admin_group? %>
|
22
|
+
<%= link_to t(".#{access}.remove"), hyrax.admin_permission_template_access_path(g), method: :delete, class: 'btn btn-sm btn-danger disabled', disabled: true, title: t('hyrax.admin.admin_sets.form.permission_destroy_errors.admin_group') %>
|
23
|
+
<% else %>
|
24
|
+
<%= link_to t(".#{access}.remove"), hyrax.admin_permission_template_access_path(g), method: :delete, class: 'btn btn-sm btn-danger' %>
|
25
|
+
<% end %>
|
26
|
+
</td>
|
27
|
+
</tr>
|
28
|
+
<% end %>
|
29
|
+
</tbody>
|
30
|
+
</table>
|
31
|
+
<% else %>
|
32
|
+
<p><em><%= t(".#{access}.empty") %></em></p>
|
33
|
+
<% end %>
|
34
|
+
</div>
|
@@ -31,7 +31,7 @@
|
|
31
31
|
|
32
32
|
<%# Expand arrow %>
|
33
33
|
<a href="#" class="small show-more" title="Click for more details">
|
34
|
-
<i id="expand_<%= id %>" class="
|
34
|
+
<i id="expand_<%= id %>" class="fa fa-chevron-right" aria-hidden="true"></i>
|
35
35
|
<span class="sr-only"> <%= "#{t("hyrax.dashboard.my.sr.detail_label")} #{collection_presenter.title_or_label}" %></span>
|
36
36
|
</a>
|
37
37
|
</div>
|
@@ -8,7 +8,9 @@
|
|
8
8
|
<td>
|
9
9
|
<div class='media'>
|
10
10
|
<%= link_to [main_app, document], class: 'media-left', 'aria-hidden': true do %>
|
11
|
-
<%=
|
11
|
+
<%= document_presenter(document)&.thumbnail&.thumbnail_tag(
|
12
|
+
{ class: 'd-none d-md-block file_listing_thumbnail' }, { suppress_link: true }
|
13
|
+
) %>
|
12
14
|
<% end %>
|
13
15
|
|
14
16
|
<div class='media-body'>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<p><%= t('hyrax.dashboard.collections.form_relationships.modals.remove_from_collection_description') %></p>
|
10
10
|
</div>
|
11
11
|
<div class="modal-footer">
|
12
|
-
<button type="button" class="btn btn-
|
12
|
+
<button type="button" class="btn btn-secondary" data-dismiss="modal"><%= t('helpers.action.cancel') %></button>
|
13
13
|
<button
|
14
14
|
type="button"
|
15
15
|
class="btn btn-danger modal-button-remove-collection">
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<p><%= t('hyrax.dashboard.collections.form_relationships.modals.remove_this_sub_collection_description') %></p>
|
10
10
|
</div>
|
11
11
|
<div class="modal-footer">
|
12
|
-
<button type="button" class="btn btn-
|
12
|
+
<button type="button" class="btn btn-secondary" data-dismiss="modal"><%= t('helpers.action.cancel') %></button>
|
13
13
|
<button
|
14
14
|
type="button"
|
15
15
|
class="btn btn-danger modal-button-remove-collection">
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<%= link_to t('hyrax.collection.actions.add_new_work.label'),
|
7
7
|
'#',
|
8
8
|
title: t('hyrax.collection.actions.add_new_work.desc'),
|
9
|
-
data: { behavior: "select-work", target: "#worktypes-to-create", 'create-type' => 'single', add_works_to_collection: presenter.id },
|
9
|
+
data: { behavior: "select-work", toggle: 'modal', target: "#worktypes-to-create", 'create-type' => 'single', add_works_to_collection: presenter.id },
|
10
10
|
class: 'btn btn-primary deposit-new-work-through-collection' %>
|
11
11
|
<% else # simple link to the first work type %>
|
12
12
|
<%= link_to t('hyrax.collection.actions.add_new_work.label'),
|
@@ -1,7 +1,9 @@
|
|
1
1
|
<h2 class="sr-only"><%= t('.descriptions') %></h2>
|
2
|
-
<dl class="
|
2
|
+
<dl class="metadata-collections">
|
3
3
|
<% @presenter.terms_with_values.each do |field_name| %>
|
4
|
-
<
|
5
|
-
|
4
|
+
<div class="row">
|
5
|
+
<dt class="col-5 text-right"><%= collection_metadata_label(@presenter, field_name) %></dt>
|
6
|
+
<dd class="col-7"><%= collection_metadata_value(@presenter, field_name) %></dd>
|
7
|
+
</div>
|
6
8
|
<% end %>
|
7
9
|
</dl>
|
@@ -3,18 +3,18 @@
|
|
3
3
|
</button>
|
4
4
|
<ul class="dropdown-menu dropdown-menu-right">
|
5
5
|
<% if can?( :edit, document ) && !workflow_restriction?(@presenter) %>
|
6
|
-
<li>
|
6
|
+
<li class="dropdown-item">
|
7
7
|
<%= link_to [main_app, :edit, document],
|
8
8
|
class: "itemicon itemedit",
|
9
9
|
title: t('hyrax.collection.document_list.edit'),
|
10
10
|
id: "edit_work_link_#{document.id}" do %>
|
11
|
-
<i class="
|
11
|
+
<i class="fa fa-pencil" aria-hidden="true"></i> <%= t('hyrax.collection.document_list.edit') %>
|
12
12
|
<% end %>
|
13
13
|
</li>
|
14
14
|
<% end %>
|
15
|
-
<li>
|
15
|
+
<li class="dropdown-item">
|
16
16
|
<%= display_trophy_link(current_user, document.id) do |text| %>
|
17
|
-
<i class="
|
17
|
+
<i class="fa fa-star" aria-hidden="true"></i> <%= text %>
|
18
18
|
<% end %>
|
19
19
|
</li>
|
20
20
|
</ul>
|
@@ -2,18 +2,20 @@
|
|
2
2
|
<tr id="document_<%= id %>">
|
3
3
|
<td>
|
4
4
|
<% if current_user and document.depositor != current_user.user_key %>
|
5
|
-
<i class="
|
5
|
+
<i class="fa fa-share" />
|
6
6
|
<% end %>
|
7
7
|
</td>
|
8
8
|
<td>
|
9
9
|
<div class="media">
|
10
10
|
<%= link_to [main_app, document], "class" => "media-left", "aria-hidden" => "true" do %>
|
11
|
-
<%=
|
11
|
+
<%= document_presenter(document)&.thumbnail&.thumbnail_tag(
|
12
|
+
{ class: "d-none d-md-block file_listing_thumbnail", alt: document.title_or_label }, { suppress_link: true }
|
13
|
+
) %>
|
12
14
|
<% end %>
|
13
15
|
<div class="media-body">
|
14
16
|
<p class="media-heading">
|
15
17
|
<strong><%= link_to document.title_or_label, [main_app, document], id: "src_copy_link#{id}", class: "#{'document-title' if document.title_or_label == document.label}" %></strong>
|
16
|
-
<a href="#" class="small" title="Click for more details"><i id="expand_<%= id %>" class="
|
18
|
+
<a href="#" class="small" title="Click for more details"><i id="expand_<%= id %>" class="fa fa-chevron-right"></i></a>
|
17
19
|
</p>
|
18
20
|
<%= render_other_collection_links(document, @presenter.id) %>
|
19
21
|
</div>
|
@@ -26,19 +28,19 @@
|
|
26
28
|
</td>
|
27
29
|
<% if current_user and can? :edit, @collection %>
|
28
30
|
<td class="text-center">
|
29
|
-
<%= button_for_remove_from_collection @collection, document, label: "Remove", btn_class: "btn-danger btn-
|
31
|
+
<%= button_for_remove_from_collection @collection, document, label: "Remove", btn_class: "btn-danger btn-sm" %>
|
30
32
|
</td>
|
31
33
|
<% end %>
|
32
34
|
</tr>
|
33
35
|
<tr id="detail_<%= id %>"> <!-- document detail"> -->
|
34
36
|
<td colspan="6">
|
35
37
|
<dl class="expanded-details row">
|
36
|
-
<dt class="col-
|
37
|
-
<dd class="col-
|
38
|
-
<dt class="col-
|
39
|
-
<dd class="col-
|
40
|
-
<dt class="col-
|
41
|
-
<dd class="col-
|
38
|
+
<dt class="col-3 col-lg-2"><%= t('.creator') %></dt>
|
39
|
+
<dd class="col-9 col-lg-4"><%= document.creator.to_a.to_sentence %></dd>
|
40
|
+
<dt class="col-3 col-lg-2"><%= t('.depositor') %></dt>
|
41
|
+
<dd class="col-9 col-lg-4"><%= link_to_profile document.depositor %></dd>
|
42
|
+
<dt class="col-3 col-lg-2"><%= t('.edit_access') %></dt>
|
43
|
+
<dd class="col-9 col-lg-10">
|
42
44
|
<% if document.edit_groups.present? %>
|
43
45
|
Groups: <%= document.edit_groups.join(', ') %>
|
44
46
|
<br />
|
@@ -8,10 +8,10 @@
|
|
8
8
|
</div>
|
9
9
|
<% if can? :edit, id %>
|
10
10
|
<% if can? :edit, document.id %>
|
11
|
-
<button class="btn btn-
|
11
|
+
<button class="btn btn-sm btn-danger remove-from-collection-button"><%= t('hyrax.collections.show.buttons.remove_from_collection') %></button>
|
12
12
|
<% else %>
|
13
13
|
<%= link_to "#",
|
14
|
-
class: 'btn btn-
|
14
|
+
class: 'btn btn-sm btn-danger remove-parent-from-collection-deny-button',
|
15
15
|
title: t('hyrax.collections.show.buttons.remove_from_collection') do %>
|
16
16
|
<%= t('hyrax.collections.show.buttons.remove_from_collection') %>
|
17
17
|
<% end %>
|
@@ -10,8 +10,8 @@
|
|
10
10
|
|
11
11
|
<% if show_sort_and_per_page? && collection_member_sort_fields.many? %>
|
12
12
|
<div class="sort-toggle">
|
13
|
-
<%= form_tag dashboard_collection_path(collection), method: :get, class: 'per_page
|
14
|
-
<div class="form-group form-
|
13
|
+
<%= form_tag dashboard_collection_path(collection), method: :get, class: 'per_page' do %>
|
14
|
+
<div class="form-group row form-control-lg">
|
15
15
|
<fieldset class="col-sm-9">
|
16
16
|
<legend class="sr-only"><%= t('hyrax.sort_label') %></legend>
|
17
17
|
<%= label_tag(:sort, t(".sort_by")) %>
|
@@ -19,8 +19,8 @@
|
|
19
19
|
<%= label_tag(:per_page) do %>
|
20
20
|
<%= t(".show_par_page_html", select: select_tag(:per_page, options_for_select(Hyrax.config.range_for_number_of_results_to_display_per_page, params[:per_page]), title: t('hyrax.dashboard.my.sr.results_per_page'))) %>
|
21
21
|
<% end %>
|
22
|
-
<%=
|
23
|
-
<button class="btn btn-info"><span class="
|
22
|
+
<%= render Blacklight::HiddenSearchStateComponent.new(params: search_state.params_for_search.except(:per_page, :sort)) %>
|
23
|
+
<button class="btn btn-info"><span class="fa fa-refresh"></span> <%= t('helpers.action.refresh') %></button>
|
24
24
|
</fieldset>
|
25
25
|
<div class="col-sm-3">
|
26
26
|
<%= render 'hyrax/collections/view_type_group' %>
|
@@ -13,7 +13,7 @@
|
|
13
13
|
<%= link_to document.title_or_label, [hyrax, :dashboard, document], id: "src_copy_link_#{document.id}" %>
|
14
14
|
</div>
|
15
15
|
<% if can? :edit, id %>
|
16
|
-
<button class="btn btn-
|
16
|
+
<button class="btn btn-sm btn-danger remove-subcollection-button"><%= t('hyrax.collections.show.buttons.remove_this_sub_collection') %></button>
|
17
17
|
<% end %>
|
18
18
|
</div>
|
19
19
|
</li>
|
@@ -3,37 +3,37 @@
|
|
3
3
|
<button class="btn btn-sm dropdown-toggle" data-toggle="dropdown" type="button" id="dropdownMenu_<%= document.id %>" aria-haspopup="true">
|
4
4
|
<span class="sr-only"><%= t('.press_to') %> </span>
|
5
5
|
<%= t('.select_an_action') %>
|
6
|
-
<span class="caret" aria-hidden="true"></span>
|
7
6
|
</button>
|
8
7
|
|
9
8
|
<ul role="menu" class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownMenu_<%= document.id %>">
|
10
9
|
|
11
|
-
<li role="menuitem" tabindex="-1">
|
10
|
+
<li class="dropdown-item" role="menuitem" tabindex="-1">
|
12
11
|
<%= button_for_remove_from_collection(@collection, document, label: t('.remove_from_collection')) %>
|
13
12
|
</li>
|
14
13
|
|
15
|
-
<li role="menuitem" tabindex="-1">
|
14
|
+
<li class="dropdown-item" role="menuitem" tabindex="-1">
|
16
15
|
<%= link_to [main_app, :edit, document] do %>
|
17
|
-
<i class="
|
16
|
+
<i class="fa fa-pencil" aria-hidden="true"></i>
|
18
17
|
<span> <%= t('.edit_work') %> </span>
|
19
18
|
<% end %>
|
20
19
|
</li>
|
21
20
|
|
22
|
-
<li role="menuitem" tabindex="-1">
|
21
|
+
<li class="dropdown-item" role="menuitem" tabindex="-1">
|
23
22
|
<%= link_to [main_app, document], method: :delete, data: { confirm: t(".deleting_from_work", application_name: application_name) } do %>
|
24
|
-
<i class="
|
23
|
+
<i class="fa fa-trash" aria-hidden="true"></i>
|
25
24
|
<span><%= t('.delete_work') %></span>
|
26
25
|
<% end %>
|
27
26
|
</li>
|
28
27
|
|
29
|
-
<li role="menuitem" tabindex="-1">
|
28
|
+
<li class="dropdown-item" role="menuitem" tabindex="-1">
|
30
29
|
<%= display_trophy_link @user, document.id do |text| %>
|
31
|
-
<i class="
|
30
|
+
<i class="fa fa-star" aria-hidden="true"></i> <%= text %>
|
32
31
|
<% end %>
|
33
32
|
</li>
|
34
|
-
|
33
|
+
|
34
|
+
<li class="dropdown-item" role="menuitem" tabindex="-1">
|
35
35
|
<%= link_to(hyrax.new_work_transfer_path(document.id), class: 'itemicon itemtransfer', title: t('.transfer_ownership_of_work')) do %>
|
36
|
-
<i aria-hidden="true" class="
|
36
|
+
<i aria-hidden="true" class="fa fa-exchange"></i>
|
37
37
|
<span> <%=t('.transfer_ownership_of_work') %> </span>
|
38
38
|
<% end %>
|
39
39
|
</li>
|
@@ -5,12 +5,12 @@
|
|
5
5
|
<% end %>
|
6
6
|
|
7
7
|
<div class="collections-wrapper">
|
8
|
-
<section class="
|
9
|
-
<div class="
|
8
|
+
<section class="card collections-panel-wrapper admin-show-page">
|
9
|
+
<div class="card-header">
|
10
10
|
<%= render 'collection_title', presenter: @presenter %>
|
11
11
|
</div>
|
12
12
|
|
13
|
-
<div class="
|
13
|
+
<div class="card-body">
|
14
14
|
<section>
|
15
15
|
<div itemscope itemtype="http://schema.org/CollectionPage" class="row collection">
|
16
16
|
<div class="col-sm-3 text-center">
|
@@ -90,7 +90,7 @@
|
|
90
90
|
<%= render 'hyrax/collections/paginate' %>
|
91
91
|
</section>
|
92
92
|
|
93
|
-
</div><!-- /
|
93
|
+
</div><!-- /card-body -->
|
94
94
|
</section><!-- /collections-panel-wrapper -->
|
95
95
|
</div><!-- /collections-wrapper -->
|
96
96
|
|
@@ -1,19 +1,19 @@
|
|
1
1
|
<%= form_for @user,
|
2
2
|
url: hyrax.dashboard_profile_path(@user.to_param),
|
3
|
-
html: { multipart: true
|
4
|
-
<div class="form-group">
|
5
|
-
<%= f.label :avatar, t(".change_picture").html_safe, class: "col-
|
6
|
-
<div class="col-
|
3
|
+
html: { multipart: true } do |f| %>
|
4
|
+
<div class="form-group row">
|
5
|
+
<%= f.label :avatar, t(".change_picture").html_safe, class: "col-4 col-form-label" %>
|
6
|
+
<div class="col-8">
|
7
7
|
<%= image_tag @user.avatar.url(:thumb) if @user.avatar? %>
|
8
8
|
<%= f.file_field :avatar %>
|
9
9
|
<%= f.hidden_field :avatar_cache %>
|
10
|
-
<span class="
|
10
|
+
<span class="form-text"><%= t('.help_change_picture_type') %></span>
|
11
11
|
|
12
|
-
<div class="
|
13
|
-
<%= f.label :remove_avatar do %>
|
14
|
-
<%= f.check_box :remove_avatar %>
|
12
|
+
<div class="form-check">
|
13
|
+
<%= f.label :remove_avatar, class: 'form-check-label' do %>
|
14
|
+
<%= f.check_box :remove_avatar, class: 'form-check-input' %>
|
15
15
|
<%= t(".delete_picture") %>
|
16
|
-
<a href="#" id="delete_picture_help" data-toggle="popover" data-content="<%= t('.delete_picture_data_content') %>" data-original-title="<%= t('.delete_picture_data_original_title') %>"><i class="
|
16
|
+
<a href="#" id="delete_picture_help" data-toggle="popover" data-content="<%= t('.delete_picture_data_content') %>" data-original-title="<%= t('.delete_picture_data_original_title') %>"><i class="fa fa-question"></i></a>
|
17
17
|
<% end %>
|
18
18
|
</div>
|
19
19
|
</div>
|
@@ -23,32 +23,32 @@
|
|
23
23
|
<%= render partial: 'zotero', locals: { f: f, user: @user } %>
|
24
24
|
<% end %>
|
25
25
|
|
26
|
-
<div class="form-group">
|
27
|
-
<%= f.label :orcid, class: 'col-
|
26
|
+
<div class="form-group row">
|
27
|
+
<%= f.label :orcid, class: 'col-4 col-form-label' do %>
|
28
28
|
<%= orcid_label %>
|
29
29
|
<% end %>
|
30
|
-
<div class="col-
|
30
|
+
<div class="col-8">
|
31
31
|
<%= f.text_field :orcid, class: "form-control" %>
|
32
32
|
</div>
|
33
33
|
</div><!-- .form-group -->
|
34
34
|
|
35
|
-
<div class="form-group">
|
36
|
-
<%= f.label :twitter_handle, t(".twitter_handle").html_safe, class: 'col-
|
37
|
-
<div class="col-
|
35
|
+
<div class="form-group row">
|
36
|
+
<%= f.label :twitter_handle, t(".twitter_handle").html_safe, class: 'col-4 col-form-label' %>
|
37
|
+
<div class="col-8">
|
38
38
|
<%= f.text_field :twitter_handle, class: "form-control" %>
|
39
39
|
</div>
|
40
40
|
</div><!-- .form-group -->
|
41
41
|
|
42
|
-
<div class="form-group">
|
43
|
-
<%= f.label :facebook_handle, t(".facebook_handle").html_safe, class: 'col-
|
44
|
-
<div class="col-
|
42
|
+
<div class="form-group row">
|
43
|
+
<%= f.label :facebook_handle, t(".facebook_handle").html_safe, class: 'col-4 col-form-label' %>
|
44
|
+
<div class="col-8">
|
45
45
|
<%= f.text_field :facebook_handle, class: "form-control" %>
|
46
46
|
</div>
|
47
47
|
</div><!-- .form-group -->
|
48
48
|
|
49
|
-
<div class="form-group">
|
50
|
-
<%= f.label :googleplus_handle, t(".google_handle").html_safe, class: 'col-
|
51
|
-
<div class="col-
|
49
|
+
<div class="form-group row">
|
50
|
+
<%= f.label :googleplus_handle, t(".google_handle").html_safe, class: 'col-4 col-form-label' %>
|
51
|
+
<div class="col-8">
|
52
52
|
<%= f.text_field :googleplus_handle, class: "form-control" %>
|
53
53
|
</div>
|
54
54
|
</div><!-- .form-group -->
|
@@ -1,13 +1,13 @@
|
|
1
1
|
<% if trophies.any? %>
|
2
2
|
<div class="form-group">
|
3
3
|
<span>
|
4
|
-
<i class="
|
5
|
-
<a href="#" id="remove_trophy_help" data-toggle="popover" data-content="If you would like to remove a highlight designation, check the box and save your profile." data-original-title="Remove Highlight Designation"><i class="
|
4
|
+
<i class="fa fa-star trophy-on"></i> Remove Highlight Designation
|
5
|
+
<a href="#" id="remove_trophy_help" data-toggle="popover" data-content="If you would like to remove a highlight designation, check the box and save your profile." data-original-title="Remove Highlight Designation"><i class="fa fa-question"></i></a>
|
6
6
|
</span>
|
7
7
|
<% trophies.each do |t| %>
|
8
|
-
<div class="
|
9
|
-
<label>
|
10
|
-
<%= check_box_tag "remove_trophy_#{t.id}" %>
|
8
|
+
<div class="form-check">
|
9
|
+
<label class="form-check-label">
|
10
|
+
<%= check_box_tag "remove_trophy_#{t.id}", class: "form-check-input" %>
|
11
11
|
<%= link_to t, [main_app, t] %>
|
12
12
|
</label>
|
13
13
|
</div>
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<div class="form-group">
|
2
|
-
<%= f.label :zotero, class: 'col-
|
2
|
+
<%= f.label :zotero, class: 'col-4 col-form-label' do %>
|
3
3
|
<%= zotero_label %>
|
4
4
|
<% end %>
|
5
|
-
<div class="col-
|
5
|
+
<div class="col-8">
|
6
6
|
<% if user.zotero_userid.present? %>
|
7
7
|
<%= link_to t('hyrax.user_profile.zotero.connected'), zotero_profile_url(user.zotero_userid), class: "form-control" %>
|
8
8
|
<% else %>
|
@@ -1,8 +1,8 @@
|
|
1
1
|
<% provide :page_header do %>
|
2
2
|
<h1><span class="fa fa-id-card" aria-hidden="true"></span> Edit Profile</h1>
|
3
3
|
<% end %>
|
4
|
-
<div class="
|
5
|
-
<div class="
|
4
|
+
<div class="card">
|
5
|
+
<div class="card-body">
|
6
6
|
<div class="col-sm-6 profile">
|
7
7
|
<%= render 'edit_primary' %>
|
8
8
|
</div>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<% provide :page_header do %>
|
2
2
|
<h1><span class="fa fa-id-card" aria-hidden="true"></span> <%= t("hyrax.admin.sidebar.profile") %></h1>
|
3
3
|
<% if can? :edit, current_user %>
|
4
|
-
<div class="
|
4
|
+
<div class="float-right">
|
5
5
|
<%= link_to hyrax.edit_dashboard_profile_path(@user), class: "btn btn-primary" do %>
|
6
6
|
<%= t("hyrax.edit_profile") %>
|
7
7
|
<% end %>
|
@@ -9,8 +9,8 @@
|
|
9
9
|
<% end %>
|
10
10
|
<% end %>
|
11
11
|
|
12
|
-
<div class="
|
13
|
-
<div class="
|
12
|
+
<div class="card">
|
13
|
+
<div class="card-body">
|
14
14
|
<div class="list-group col-md-5 col-sm-8">
|
15
15
|
<%= render "hyrax/users/vitals", user: @user %>
|
16
16
|
|