hyrax 5.0.0.rc1 → 5.0.0.rc3
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 +25 -4
- data/.dassie/.env +5 -1
- data/.dassie/Gemfile +27 -42
- data/.dassie/Gemfile.dassie +2 -0
- data/.dassie/app/assets/config/manifest.js +2 -0
- data/.dassie/app/assets/stylesheets/hyrax.scss +1 -0
- data/.dassie/app/listeners/hyrax_listener.rb +81 -0
- data/.dassie/config/environments/test.rb +0 -5
- data/.dassie/config/initializers/hyrax.rb +5 -0
- data/.dassie/config/initializers/publisher.rb +3 -0
- data/.dassie/config/initializers/riiif.rb +82 -11
- data/.dassie/config/metadata/collection_resource.yaml +3 -0
- data/.dassie/config/metadata/monograph.yaml +8 -0
- data/.dassie/config/metadata/sample_metadata.yaml +1 -0
- data/.dassie/config/redis.yml +2 -0
- data/.dassie/db/migrate/20230725222727_create_hyrax_counter_metrics.hyrax.rb +14 -0
- data/.dassie/db/migrate/20230803165135_change_work_id_to_string.rb +5 -0
- data/.dassie/db/migrate/20230808102105_add_indices_to_hyrax_counter_metrics.hyrax.rb +8 -0
- data/.dassie/db/migrate/20230821153635_add_fields_to_counter_metric.rb +8 -0
- data/.dassie/db/schema.rb +20 -1
- data/.dockerignore +2 -1
- data/.gitignore +5 -1
- data/.koppie/.env +10 -4
- data/.koppie/Gemfile +10 -12
- data/.koppie/Gemfile.koppie +2 -0
- data/.koppie/Rakefile +0 -2
- data/.koppie/app/listeners/hyrax_listener.rb +81 -0
- data/.koppie/app/models/ability.rb +1 -5
- data/.koppie/app/models/collection.rb +1 -1
- data/.koppie/app/models/user.rb +0 -2
- data/.koppie/config/analytics.yml +5 -5
- data/.koppie/config/application.rb +2 -1
- data/.koppie/config/arkivo.yml +6 -0
- data/.koppie/config/blacklight.yml +2 -2
- data/.koppie/config/features.yml +2 -0
- data/.koppie/config/initializers/1_valkyrie.rb +29 -6
- data/.koppie/config/initializers/arkivo_constraint.rb +12 -0
- data/.koppie/config/initializers/hyrax.rb +2 -2
- data/.koppie/config/initializers/publisher.rb +3 -0
- data/.koppie/config/initializers/riiif.rb +84 -11
- data/.koppie/config/metadata/collection_resource.yaml +19 -1
- data/.koppie/config/metadata/generic_work.yaml +2 -0
- data/.koppie/config/metadata/monograph.yaml +10 -0
- data/.koppie/config/metadata/sample_metadata.yaml +4 -0
- data/.koppie/config/role_map.yml +3 -25
- data/.koppie/config/routes.rb +1 -2
- data/.koppie/config/solr.yml +1 -1
- data/.koppie/config/valkyrie_index.yml +4 -10
- data/.koppie/config/zotero.yml +6 -0
- data/.koppie/db/migrate/20230725222727_create_hyrax_counter_metrics.hyrax.rb +14 -0
- data/.koppie/db/migrate/20230803165135_change_work_id_to_string.rb +5 -0
- data/.koppie/db/schema.rb +12 -1
- data/CONTAINERS.md +39 -4
- data/Dockerfile +25 -13
- data/Gemfile +8 -24
- data/Gemfile.dassie +2 -0
- data/Gemfile.koppie +2 -0
- data/README.md +2 -1
- data/Rakefile +0 -11
- data/app/actors/hyrax/actors/base_actor.rb +6 -3
- data/app/actors/hyrax/actors/embargo_actor.rb +3 -6
- data/app/actors/hyrax/actors/file_actor.rb +1 -1
- data/app/actors/hyrax/actors/lease_actor.rb +3 -6
- data/app/assets/javascripts/hyrax/batch_select_all.js +1 -1
- data/app/assets/javascripts/hyrax/file_manager/member.es6 +1 -1
- data/app/assets/javascripts/hyrax/save_work/uploaded_files.es6 +10 -2
- data/app/assets/stylesheets/hyrax/_file-listing.scss +0 -2
- data/app/assets/stylesheets/hyrax/_work-show.scss +19 -3
- data/app/assets/stylesheets/hyrax/sidebar.scss +29 -1
- data/app/controllers/concerns/hyrax/collections_controller_behavior.rb +1 -1
- data/app/controllers/concerns/hyrax/embargoes_controller_behavior.rb +7 -1
- data/app/controllers/concerns/hyrax/leases_controller_behavior.rb +7 -1
- data/app/controllers/concerns/hyrax/local_file_downloads_controller_behavior.rb +12 -19
- data/app/controllers/concerns/hyrax/stream_file_downloads_controller_behavior.rb +54 -0
- data/app/controllers/concerns/hyrax/valkyrie_downloads_controller_behavior.rb +52 -18
- data/app/controllers/concerns/hyrax/works_controller_behavior.rb +69 -23
- data/app/controllers/hyrax/admin/admin_sets_controller.rb +2 -2
- data/app/controllers/hyrax/admin/analytics/work_reports_controller.rb +5 -5
- data/app/controllers/hyrax/api/items_controller.rb +2 -3
- data/app/controllers/hyrax/batch_edits_controller.rb +6 -6
- data/app/controllers/hyrax/batch_uploads_controller.rb +5 -1
- data/app/controllers/hyrax/dashboard/collections_controller.rb +6 -3
- data/app/controllers/hyrax/downloads_controller.rb +1 -0
- data/app/controllers/hyrax/file_sets_controller.rb +51 -7
- data/app/controllers/hyrax/my/collections_controller.rb +3 -1
- data/app/controllers/hyrax/single_use_links_viewer_controller.rb +16 -2
- data/app/forms/concerns/hyrax/basic_metadata_form_fields_behavior.rb +39 -0
- data/app/forms/concerns/hyrax/contained_in_works_behavior.rb +24 -0
- data/app/forms/concerns/hyrax/deposit_agreement_behavior.rb +12 -0
- data/app/forms/concerns/hyrax/leaseability_behavior.rb +49 -0
- data/app/forms/concerns/hyrax/permission_behavior.rb +20 -0
- data/app/forms/hyrax/forms/administrative_set_form.rb +1 -5
- data/app/forms/hyrax/forms/collection_form.rb +16 -12
- data/app/forms/hyrax/forms/dashboard/nest_collection_form.rb +0 -34
- data/app/forms/hyrax/forms/file_set_form.rb +7 -2
- data/app/forms/hyrax/forms/pcdm_collection_form.rb +1 -5
- data/app/forms/hyrax/forms/pcdm_object_form.rb +13 -1
- data/app/forms/hyrax/forms/permission_template_form.rb +0 -7
- data/app/forms/hyrax/forms/resource_batch_edit_form.rb +55 -22
- data/app/forms/hyrax/forms/resource_form.rb +31 -114
- data/app/forms/hyrax/forms.rb +52 -0
- data/app/helpers/hyrax/dashboard_helper_behavior.rb +13 -0
- data/app/helpers/hyrax/hyrax_helper_behavior.rb +2 -0
- data/app/indexers/concerns/hyrax/location_indexer.rb +25 -0
- data/app/indexers/{hyrax → concerns/hyrax}/permission_indexer.rb +2 -2
- data/app/indexers/{hyrax → concerns/hyrax}/visibility_indexer.rb +1 -1
- data/app/indexers/hyrax/administrative_set_indexer.rb +5 -17
- data/app/indexers/hyrax/indexers/administrative_set_indexer.rb +25 -0
- data/app/indexers/hyrax/indexers/file_set_indexer.rb +144 -0
- data/app/indexers/hyrax/indexers/pcdm_collection_indexer.rb +27 -0
- data/app/indexers/hyrax/indexers/pcdm_object_indexer.rb +72 -0
- data/app/indexers/hyrax/indexers/resource_indexer.rb +86 -0
- data/app/indexers/hyrax/indexers.rb +54 -0
- data/app/indexers/hyrax/pcdm_collection_indexer.rb +5 -26
- data/app/indexers/hyrax/valkyrie_collection_indexer.rb +6 -4
- data/app/indexers/hyrax/valkyrie_file_set_indexer.rb +5 -141
- data/app/indexers/hyrax/valkyrie_indexer.rb +8 -112
- data/app/indexers/hyrax/valkyrie_work_indexer.rb +5 -63
- data/app/indexers/hyrax/work_indexer.rb +1 -0
- data/app/inputs/controlled_vocabulary_input.rb +1 -1
- data/app/jobs/characterize_job.rb +1 -1
- data/app/jobs/create_work_job.rb +37 -4
- data/app/jobs/valkyrie_characterization_job.rb +9 -0
- data/app/jobs/valkyrie_ingest_job.rb +1 -3
- data/app/models/admin_set.rb +20 -1
- data/app/models/collection.rb +5 -0
- data/app/models/collection_branding_info.rb +2 -9
- data/app/models/concerns/hyrax/ability/admin_set_ability.rb +13 -28
- data/app/models/concerns/hyrax/ability/collection_ability.rb +26 -28
- data/app/models/concerns/hyrax/ability/resource_ability.rb +19 -0
- data/app/models/concerns/hyrax/ability.rb +12 -9
- data/app/models/concerns/hyrax/collection_behavior.rb +12 -12
- data/app/models/concerns/hyrax/solr_document_behavior.rb +33 -6
- data/app/models/concerns/hyrax/work_behavior.rb +4 -0
- data/app/models/featured_work.rb +12 -4
- data/app/models/file_set.rb +5 -0
- data/app/models/hyrax/administrative_set.rb +1 -1
- data/app/models/hyrax/change_set.rb +2 -2
- data/app/models/hyrax/counter_metric.rb +7 -0
- data/app/models/hyrax/file_metadata.rb +37 -9
- data/app/models/hyrax/file_set.rb +77 -24
- data/app/models/hyrax/group.rb +9 -38
- data/app/models/hyrax/group_behavior.rb +58 -0
- data/app/models/hyrax/model_registry.rb +111 -0
- data/app/models/hyrax/orcid_validator.rb +0 -6
- data/app/models/hyrax/pcdm_collection.rb +1 -7
- data/app/models/hyrax/resource.rb +66 -8
- data/app/models/hyrax/statistic.rb +1 -1
- data/app/models/hyrax/work.rb +3 -12
- data/app/presenters/hyrax/collapsable_section_presenter.rb +7 -3
- data/app/presenters/hyrax/collection_presenter.rb +0 -17
- data/app/presenters/hyrax/embargo_presenter.rb +4 -0
- data/app/presenters/hyrax/file_set_presenter.rb +8 -6
- data/app/presenters/hyrax/lease_presenter.rb +4 -0
- data/app/presenters/hyrax/menu_presenter.rb +14 -2
- data/app/presenters/hyrax/pcdm_member_presenter_factory.rb +7 -5
- data/app/presenters/hyrax/version_list_presenter.rb +25 -14
- data/app/presenters/hyrax/version_presenter.rb +19 -4
- data/app/search_builders/hyrax/admin_set_search_builder.rb +1 -1
- data/app/search_builders/hyrax/catalog_search_builder.rb +2 -2
- data/app/search_builders/hyrax/dashboard/collections_search_builder.rb +5 -3
- data/app/search_builders/hyrax/exposed_models_relation.rb +1 -1
- data/app/search_builders/hyrax/file_set_search_builder.rb +1 -1
- data/app/search_builders/hyrax/filter_by_type.rb +3 -2
- data/app/search_builders/hyrax/member_with_files_search_builder.rb +1 -1
- data/app/search_builders/hyrax/my/collections_search_builder.rb +2 -2
- data/app/search_builders/hyrax/my/find_works_search_builder.rb +8 -3
- data/app/services/hyrax/access_control_list.rb +21 -4
- data/app/services/hyrax/action/create_valkyrie_work.rb +80 -0
- data/app/services/hyrax/admin_set_create_service.rb +7 -20
- data/app/services/hyrax/admin_set_service.rb +2 -2
- data/app/services/hyrax/characterization/valkyrie_characterization_service.rb +5 -0
- data/app/services/hyrax/collections/collection_member_search_service.rb +2 -0
- data/app/services/hyrax/collections/collection_member_service.rb +1 -1
- data/app/services/hyrax/collections/permissions_service.rb +27 -9
- data/app/services/hyrax/custom_queries/find_collections_by_type.rb +1 -1
- data/app/services/hyrax/custom_queries/find_file_metadata.rb +1 -1
- data/app/services/hyrax/custom_queries/navigators/find_files.rb +1 -1
- data/app/services/hyrax/custom_queries/navigators/parent_work_navigator.rb +1 -1
- data/app/services/hyrax/edit_permissions_service.rb +1 -1
- data/app/services/hyrax/embargo_manager.rb +44 -17
- data/app/services/hyrax/embargo_service.rb +12 -10
- data/app/services/hyrax/file_set_derivatives_service.rb +11 -11
- data/app/services/hyrax/file_set_file_service.rb +21 -10
- data/app/services/hyrax/fixity_check_failure_service.rb +1 -1
- data/app/services/hyrax/form_factory.rb +1 -1
- data/app/services/hyrax/identifier/dispatcher.rb +9 -2
- data/app/services/hyrax/lease_manager.rb +39 -16
- data/app/services/hyrax/lease_service.rb +12 -6
- data/app/services/hyrax/listeners/acl_index_listener.rb +1 -1
- data/app/services/hyrax/listeners/active_fedora_acl_index_listener.rb +1 -1
- data/app/services/hyrax/listeners/file_metadata_listener.rb +14 -6
- data/app/services/hyrax/listeners/member_cleanup_listener.rb +12 -24
- data/app/services/hyrax/listeners/metadata_index_listener.rb +11 -0
- data/app/services/hyrax/listeners/object_lifecycle_listener.rb +5 -1
- data/app/services/hyrax/listeners/trophy_cleanup_listener.rb +2 -1
- data/app/services/hyrax/listeners/workflow_listener.rb +13 -0
- data/app/services/hyrax/listeners.rb +2 -1
- data/app/services/hyrax/location_service.rb +3 -0
- data/app/services/hyrax/lock_manager.rb +1 -2
- data/app/services/hyrax/multiple_membership_checker.rb +1 -1
- data/app/services/hyrax/simple_schema_loader.rb +32 -1
- data/app/services/hyrax/solr_service.rb +19 -5
- data/app/services/hyrax/statistics/collections/over_time.rb +1 -1
- data/app/services/hyrax/statistics/query_service.rb +6 -0
- data/app/services/hyrax/valkyrie_persist_derivatives.rb +12 -5
- data/app/services/hyrax/valkyrie_upload.rb +13 -27
- data/app/services/hyrax/versioning_service.rb +29 -15
- data/app/services/hyrax/work_uploads_handler.rb +6 -5
- data/app/validators/hyrax/collection_membership_validator.rb +1 -1
- data/app/views/_user_util_links.html.erb +1 -1
- data/app/views/catalog/_search_form.html.erb +1 -1
- data/app/views/collections/edit_fields/_based_near.html.erb +11 -7
- data/app/views/hyrax/admin/admin_sets/_form_participants.html.erb +67 -67
- data/app/views/hyrax/admin/admin_sets/edit.html.erb +1 -1
- data/app/views/hyrax/admin/collection_types/_form_participants.html.erb +3 -1
- data/app/views/hyrax/admin/collection_types/index.html.erb +1 -1
- data/app/views/hyrax/base/_attribute_rows.html.erb +1 -0
- data/app/views/hyrax/base/_base_form_files_prepend.html.erb +4 -0
- data/app/views/hyrax/base/_file_manager_resource_form.html.erb +1 -1
- data/app/views/hyrax/base/_form_files.html.erb +65 -64
- data/app/views/hyrax/base/_form_visibility_component.html.erb +4 -4
- data/app/views/hyrax/base/_show_actions.html.erb +1 -1
- data/app/views/hyrax/base/_workflow_actions.html.erb +25 -23
- data/app/views/hyrax/base/show.html.erb +2 -3
- data/app/views/hyrax/base/show.json.jbuilder +2 -1
- data/app/views/hyrax/collections/_show_document_list_row.html.erb +1 -1
- data/app/views/hyrax/collections/show.html.erb +7 -9
- data/app/views/hyrax/dashboard/_sidebar.html.erb +4 -3
- data/app/views/hyrax/dashboard/collections/_form_share_table.html.erb +2 -2
- data/app/views/hyrax/dashboard/collections/_list_collections.html.erb +1 -1
- data/app/views/hyrax/dashboard/collections/_show_document_list_row.html.erb +1 -1
- data/app/views/hyrax/dashboard/collections/_sort_and_per_page.html.erb +3 -3
- data/app/views/hyrax/file_sets/_versioning.html.erb +5 -5
- data/app/views/hyrax/file_sets/media_display/_audio.html.erb +5 -5
- data/app/views/hyrax/file_sets/media_display/_default.html.erb +1 -1
- data/app/views/hyrax/file_sets/media_display/_video.html.erb +3 -3
- data/app/views/hyrax/my/_search_form.html.erb +1 -1
- data/app/views/hyrax/my/facet.html.erb +1 -1
- data/app/views/hyrax/notifications/_notifications.html.erb +1 -1
- data/app/views/hyrax/users/_vitals.html.erb +1 -1
- data/app/views/layouts/_head_tag_content.html.erb +1 -0
- data/app/views/shared/_footer.html.erb +1 -1
- data/bin/dev-entrypoint.sh +13 -0
- data/chart/hyrax/Chart.yaml +5 -5
- data/chart/hyrax/templates/_helpers.tpl +8 -0
- data/chart/hyrax/templates/configmap-env.yaml +1 -1
- data/chart/hyrax/values.yaml +12 -1
- data/config/initializers/file_length_patch.rb +10 -0
- data/config/initializers/listeners.rb +1 -1
- data/config/locales/hyrax.de.yml +5 -0
- data/config/locales/hyrax.en.yml +10 -0
- data/config/locales/hyrax.es.yml +5 -0
- data/config/locales/hyrax.fr.yml +5 -0
- data/config/locales/hyrax.it.yml +5 -0
- data/config/locales/hyrax.pt-BR.yml +5 -0
- data/config/locales/hyrax.zh.yml +5 -0
- data/config/metadata/basic_metadata.yaml +53 -0
- data/config/metadata/core_metadata.yaml +6 -0
- data/config/metadata/file_set_metadata.yaml +21 -0
- data/config/metadata/hyrax_internal_metadata.yaml +57 -0
- data/docker-compose-koppie.yml +26 -25
- data/docker-compose-sirenia.yml +202 -0
- data/docker-compose.yml +27 -24
- data/documentation/developing-your-hyrax-based-app.md +77 -60
- data/hyrax.gemspec +18 -12
- data/karma.conf.js +1 -1
- data/lib/generators/hyrax/collection_resource/templates/collection_indexer.rb.erb +1 -1
- data/lib/generators/hyrax/collection_resource/templates/collection_metadata.yaml +2 -0
- data/lib/generators/hyrax/config_generator.rb +12 -0
- data/lib/generators/hyrax/install_generator.rb +37 -7
- data/lib/generators/hyrax/listeners_generator.rb +18 -0
- data/lib/generators/hyrax/models_generator.rb +1 -10
- data/lib/generators/hyrax/riiif_generator.rb +6 -4
- data/lib/generators/hyrax/templates/.env +9 -0
- data/lib/generators/hyrax/templates/.lando.yml +50 -0
- data/lib/generators/hyrax/templates/app/listeners/hyrax_listener.rb +81 -0
- data/lib/generators/hyrax/templates/app/models/file_set.rb +1 -2
- data/lib/generators/hyrax/templates/config/initializers/1_valkyrie.rb +102 -0
- data/lib/generators/hyrax/templates/config/initializers/file_services.rb +6 -0
- data/lib/generators/hyrax/templates/config/initializers/hyrax.rb +41 -5
- data/lib/generators/hyrax/templates/config/initializers/publisher.rb +3 -0
- data/lib/generators/hyrax/templates/config/initializers/riiif.rb +90 -19
- data/lib/generators/hyrax/templates/config/locales/hyrax.de.yml +1 -1
- data/lib/generators/hyrax/templates/config/locales/hyrax.en.yml +1 -1
- data/lib/generators/hyrax/templates/config/locales/hyrax.es.yml +1 -1
- data/lib/generators/hyrax/templates/config/locales/hyrax.fr.yml +1 -1
- data/lib/generators/hyrax/templates/config/locales/hyrax.it.yml +1 -1
- data/lib/generators/hyrax/templates/config/locales/hyrax.pt-BR.yml +1 -1
- data/lib/generators/hyrax/templates/config/locales/hyrax.zh.yml +1 -1
- data/lib/generators/hyrax/templates/config/redis.yml +3 -6
- data/lib/generators/hyrax/templates/config/valkyrie_index.yml +4 -9
- data/lib/generators/hyrax/templates/db/migrate/20230725222727_create_hyrax_counter_metrics.rb.erb +14 -0
- data/lib/generators/hyrax/templates/db/migrate/20230803165135_change_work_id_to_string.rb.erb +5 -0
- data/lib/generators/hyrax/templates/db/migrate/20230808102105_add_indices_to_hyrax_counter_metrics.rb.erb +8 -0
- data/lib/generators/hyrax/templates/db/migrate/20230821153635_add_fields_to_counter_metric.rb.erb +8 -0
- data/lib/generators/hyrax/templates/db/seeds.rb +1 -1
- data/lib/generators/hyrax/work_resource/templates/form.rb.erb +1 -1
- data/lib/generators/hyrax/work_resource/templates/indexer.rb.erb +1 -1
- data/lib/generators/hyrax/work_resource/templates/metadata.yaml +2 -0
- data/lib/hyrax/configuration.rb +241 -55
- data/lib/hyrax/controlled_vocabularies/location.rb +7 -1
- data/lib/hyrax/engine.rb +0 -1
- data/lib/hyrax/form_fields.rb +6 -0
- data/lib/hyrax/indexer.rb +1 -1
- data/lib/hyrax/publisher.rb +9 -2
- data/lib/hyrax/redis_event_store.rb +7 -8
- data/lib/hyrax/resource_name.rb +4 -0
- data/lib/hyrax/resource_sync/change_list_writer.rb +1 -1
- data/lib/hyrax/resource_sync/resource_list_writer.rb +1 -1
- data/lib/hyrax/specs/capybara.rb +26 -42
- data/lib/hyrax/specs/shared_specs/hydra_works.rb +112 -27
- data/lib/hyrax/specs/shared_specs/indexers.rb +25 -7
- data/lib/hyrax/transactions/admin_set_destroy.rb +2 -1
- data/lib/hyrax/transactions/collection_destroy.rb +3 -2
- data/lib/hyrax/transactions/container.rb +47 -0
- data/lib/hyrax/transactions/file_metadata_destroy.rb +20 -0
- data/lib/hyrax/transactions/file_set_destroy.rb +3 -1
- data/lib/hyrax/transactions/file_set_update.rb +21 -0
- data/lib/hyrax/transactions/steps/add_to_parent.rb +2 -1
- data/lib/hyrax/transactions/steps/check_for_default_admin_set.rb +32 -0
- data/lib/hyrax/transactions/steps/check_for_empty_admin_set.rb +1 -1
- data/lib/hyrax/transactions/steps/delete_all_file_metadata.rb +46 -0
- data/lib/hyrax/transactions/steps/delete_all_file_sets.rb +46 -0
- data/lib/hyrax/transactions/steps/file_metadata_delete.rb +40 -0
- data/lib/hyrax/transactions/steps/remove_from_membership.rb +45 -0
- data/lib/hyrax/transactions/steps/save.rb +2 -1
- data/lib/hyrax/transactions/steps/set_user_as_creator.rb +1 -1
- data/lib/hyrax/transactions/steps/update_work_members.rb +2 -0
- data/lib/hyrax/transactions/work_destroy.rb +3 -2
- data/lib/hyrax/version.rb +1 -1
- data/lib/hyrax.rb +1 -0
- data/lib/tasks/collection_type_global_id.rake +9 -4
- data/lib/tasks/embargo_lease.rake +2 -0
- data/lib/valkyrie/indexing/solr/indexing_adapter.rb +22 -6
- data/lib/wings/active_fedora_converter/default_work.rb +4 -5
- data/lib/wings/active_fedora_converter/file_metadata_node.rb +1 -1
- data/lib/wings/active_fedora_converter.rb +6 -0
- data/lib/wings/attribute_transformer.rb +24 -17
- data/lib/wings/model_registry.rb +8 -0
- data/lib/wings/model_transformer.rb +19 -10
- data/lib/wings/orm_converter.rb +27 -18
- data/lib/wings/services/custom_queries/find_ids_by_model.rb +2 -2
- data/lib/wings/setup.rb +2 -2
- data/lib/wings/valkyrie/query_service.rb +5 -2
- data/lib/wings/valkyrie/storage.rb +8 -90
- data/lib/wings.rb +8 -0
- data/spec/factories/access_control.rb +12 -0
- data/spec/factories/admin_sets.rb +32 -0
- data/spec/factories/admin_sets_lw.rb +222 -0
- data/spec/factories/administrative_sets.rb +79 -0
- data/spec/factories/api_items.rb +92 -0
- data/spec/factories/collection_branding_infos.rb +12 -0
- data/spec/factories/collection_type_participants.rb +9 -0
- data/spec/factories/collection_types.rb +139 -0
- data/spec/factories/collections.rb +282 -0
- data/spec/factories/collections_factory.rb +107 -0
- data/spec/factories/content_blocks.rb +5 -0
- data/spec/factories/counter_metrics.rb +12 -0
- data/spec/factories/featured_works.rb +5 -0
- data/spec/factories/file_sets.rb +45 -0
- data/spec/factories/generic_works.rb +200 -0
- data/spec/factories/hyrax_collection.rb +92 -0
- data/spec/factories/hyrax_default_admin_set.rb +7 -0
- data/spec/factories/hyrax_embargo.rb +18 -0
- data/spec/factories/hyrax_file_metadata.rb +92 -0
- data/spec/factories/hyrax_file_set.rb +129 -0
- data/spec/factories/hyrax_lease.rb +18 -0
- data/spec/factories/hyrax_resource.rb +15 -0
- data/spec/factories/hyrax_work.rb +221 -0
- data/spec/factories/object_id.rb +7 -0
- data/spec/factories/operations.rb +22 -0
- data/spec/factories/permission.rb +7 -0
- data/spec/factories/permission_template_accesses.rb +17 -0
- data/spec/factories/permission_templates.rb +111 -0
- data/spec/factories/proxy_deposit_requests.rb +7 -0
- data/spec/factories/single_use_links.rb +14 -0
- data/spec/factories/sipity_entities.rb +17 -0
- data/spec/factories/uploaded_files.rb +11 -0
- data/spec/factories/users.rb +52 -0
- data/spec/factories/workflow_actions.rb +7 -0
- data/spec/factories/workflow_states.rb +7 -0
- data/spec/factories/workflows.rb +7 -0
- data/spec/support/book_resource.rb +36 -0
- data/spec/support/can_can_overrides.rb +43 -0
- data/spec/support/clean_solr.rb +7 -0
- data/spec/support/controller_level_helpers.rb +27 -0
- data/spec/support/factory_helpers.rb +94 -0
- data/spec/support/fakes/fake_actor.rb +22 -0
- data/spec/support/fakes/fake_authority.rb +14 -0
- data/spec/support/fakes/fake_search_builder_scope.rb +44 -0
- data/spec/support/fakes/indexing_adapter.rb +17 -0
- data/spec/support/fakes/test_hydra_group_service.rb +55 -0
- data/spec/support/features/batch_edit_actions.rb +37 -0
- data/spec/support/features/session_helpers.rb +15 -0
- data/spec/support/features/workflow.rb +10 -0
- data/spec/support/features.rb +11 -0
- data/spec/support/form_with_validations.rb +15 -0
- data/spec/support/input_support.rb +12 -0
- data/spec/support/logging_formatter.rb +67 -0
- data/spec/support/matchers/api_responses.rb +27 -0
- data/spec/support/matchers/collection_type_property_matchers.rb +30 -0
- data/spec/support/matchers/embargo.rb +9 -0
- data/spec/support/matchers/lease.rb +9 -0
- data/spec/support/matchers/match_valkyrie_ids_with_af_ids.rb +12 -0
- data/spec/support/matchers/pcdm_matchers.rb +34 -0
- data/spec/support/matchers/permission.rb +31 -0
- data/spec/support/matchers/response_matchers.rb +8 -0
- data/spec/support/optional_example.rb +17 -0
- data/spec/support/rake.rb +42 -0
- data/spec/support/selectors.rb +112 -0
- data/spec/support/shared_examples_for_collection_presenter.rb +44 -0
- data/spec/support/simple_work.rb +28 -0
- data/spec/support/spec_statistic.rb +24 -0
- data/spec/support/speedup.rb +7 -0
- data/spec/support/statistic_helper.rb +10 -0
- data/spec/support/valkyrie_indexing.rb +2 -0
- data/spec/support/wings_models.rb +9 -0
- data/tasks/hyrax_dev.rake +2 -33
- data/template.rb +1 -3
- metadata +184 -84
- data/.engine_cart.yml +0 -3
- data/app/indexers/hyrax/resource_indexer.rb +0 -15
- data/app/services/hyrax/characterization/model_wrapper.rb +0 -0
- data/app/services/hyrax/custom_queries/find_by_collection_type.rb +0 -0
- data/app/services/hyrax/query_service.rb +0 -0
- data/app/views/hyrax/users/_user_util_links_extra.html.erb +0 -0
- data/lib/hyrax/specs/disable_animations_in_test_environment.rb +0 -53
- data/lib/hyrax/specs/shared_specs/valkyrie_storage_versions.rb +0 -9
- /data/app/indexers/{hyrax → concerns/hyrax}/thumbnail_indexer.rb +0 -0
@@ -1,7 +1,13 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
module Hyrax
|
3
3
|
module Statistics
|
4
|
+
##
|
5
|
+
# @deprecated for removal in 6.0.0
|
4
6
|
class QueryService
|
7
|
+
extend Deprecation
|
8
|
+
self.deprecation_horizon = 'hyrax version 6.0.0'
|
9
|
+
deprecation_deprecate :initialize
|
10
|
+
|
5
11
|
# query to find works created during the time range
|
6
12
|
# @param [DateTime] start_datetime starting date time for range query
|
7
13
|
# @param [DateTime] end_datetime ending date time for range query
|
@@ -32,7 +32,7 @@ module Hyrax
|
|
32
32
|
|
33
33
|
filename = filename(directives)
|
34
34
|
Hyrax.logger.debug "Uploading derivative for FileSet #{file_set.id} as #{filename}"
|
35
|
-
uploader.upload(io: tmpfile, filename: filename, file_set: file_set, use: file_metadata(directives))
|
35
|
+
uploader.upload(io: tmpfile, filename: filename, file_set: file_set, use: file_metadata(directives), mime_type: directives[:mime_type])
|
36
36
|
end
|
37
37
|
|
38
38
|
# The filepath will look something like
|
@@ -43,9 +43,16 @@ module Hyrax
|
|
43
43
|
# @return [Hyrax::FileSet]
|
44
44
|
def self.fileset_for_directives(directives)
|
45
45
|
path = URI(directives.fetch(:url)).path
|
46
|
-
|
47
|
-
|
48
|
-
|
46
|
+
# checks if it's a file path, else assuming it is already an id
|
47
|
+
# Hyrax::FileSetDerivativesService#extract_full_text passes in the raw uri
|
48
|
+
# and not a derivative_url like the other derivative formats
|
49
|
+
id = if path.include?("/")
|
50
|
+
path.sub(Hyrax.config.derivatives_path.to_s, "")
|
51
|
+
.delete('/')
|
52
|
+
.match(/^(.*)-\w*(\.\w+)*$/) { |m| m[1] }
|
53
|
+
else
|
54
|
+
path
|
55
|
+
end
|
49
56
|
raise "Could not extract fileset id from path #{path}" unless id
|
50
57
|
|
51
58
|
Hyrax.metadata_adapter.query_service.find_by(id: id)
|
@@ -59,7 +66,7 @@ module Hyrax
|
|
59
66
|
if directives.key?(:container)
|
60
67
|
"Hyrax::FileMetadata::Use::#{directives[:container].upcase}".constantize
|
61
68
|
else
|
62
|
-
Hyrax::FileMetadata::Use::
|
69
|
+
Hyrax::FileMetadata::Use::THUMBNAIL_IMAGE
|
63
70
|
end
|
64
71
|
end
|
65
72
|
end
|
@@ -34,12 +34,15 @@ class Hyrax::ValkyrieUpload
|
|
34
34
|
@storage_adapter = storage_adapter
|
35
35
|
end
|
36
36
|
|
37
|
-
def upload(filename:, file_set:, io:, use: Hyrax::FileMetadata::Use::ORIGINAL_FILE, user: nil)
|
37
|
+
def upload(filename:, file_set:, io:, use: Hyrax::FileMetadata::Use::ORIGINAL_FILE, user: nil, mime_type: nil) # rubocop:disable Metrics/AbcSize
|
38
|
+
return version_upload(file_set: file_set, io: io, user: user) if use == Hyrax::FileMetadata::Use::ORIGINAL_FILE && file_set.original_file_id && storage_adapter.supports?(:versions)
|
38
39
|
streamfile = storage_adapter.upload(file: io, original_filename: filename, resource: file_set)
|
39
40
|
file_metadata = Hyrax::FileMetadata(streamfile)
|
40
41
|
file_metadata.file_set_id = file_set.id
|
41
42
|
file_metadata.pcdm_use = [use]
|
42
43
|
file_metadata.recorded_size = [io.size]
|
44
|
+
file_metadata.mime_type = mime_type if mime_type
|
45
|
+
file_metadata.original_filename = File.basename(filename).to_s || File.basename(io)
|
43
46
|
|
44
47
|
if use == Hyrax::FileMetadata::Use::ORIGINAL_FILE
|
45
48
|
# Set file set label.
|
@@ -52,17 +55,24 @@ class Hyrax::ValkyrieUpload
|
|
52
55
|
|
53
56
|
saved_metadata = Hyrax.persister.save(resource: file_metadata)
|
54
57
|
saved_metadata.original_filename = filename if saved_metadata.original_filename.blank?
|
55
|
-
Hyrax.publisher.publish("file.uploaded", metadata: saved_metadata)
|
56
58
|
|
57
59
|
add_file_to_file_set(file_set: file_set,
|
58
60
|
file_metadata: saved_metadata,
|
59
61
|
user: user)
|
60
62
|
|
63
|
+
Hyrax.publisher.publish("file.uploaded", metadata: saved_metadata)
|
61
64
|
Hyrax.publisher.publish('file.metadata.updated', metadata: saved_metadata, user: user)
|
62
65
|
|
63
66
|
saved_metadata
|
64
67
|
end
|
65
68
|
|
69
|
+
def version_upload(file_set:, io:, user:)
|
70
|
+
file_metadata = Hyrax.query_service.custom_queries.find_file_metadata_by(id: file_set.original_file_id)
|
71
|
+
Hyrax::VersioningService.create(file_metadata, user, io)
|
72
|
+
Hyrax.publisher.publish("file.uploaded", metadata: file_metadata)
|
73
|
+
ContentNewVersionEventJob.perform_later(file_set, user)
|
74
|
+
end
|
75
|
+
|
66
76
|
# @param [Hyrax::FileSet] file_set the file set to add to
|
67
77
|
# @param [Hyrax::FileMetadata] file_metadata the metadata object representing
|
68
78
|
# the file to add
|
@@ -70,32 +80,8 @@ class Hyrax::ValkyrieUpload
|
|
70
80
|
#
|
71
81
|
# @return [Hyrax::FileSet] updated file set
|
72
82
|
def add_file_to_file_set(file_set:, file_metadata:, user:)
|
73
|
-
file_set.file_ids
|
74
|
-
set_file_use_ids(file_set, file_metadata)
|
75
|
-
|
83
|
+
file_set.file_ids += [file_metadata.id]
|
76
84
|
Hyrax.persister.save(resource: file_set)
|
77
85
|
Hyrax.publisher.publish('object.membership.updated', object: file_set, user: user)
|
78
86
|
end
|
79
|
-
|
80
|
-
private
|
81
|
-
|
82
|
-
# @api private
|
83
|
-
# @param [Hyrax::FileSet] file_set the file set to add to
|
84
|
-
# @param [Hyrax::FileMetadata] file_metadata the metadata object representing
|
85
|
-
# the file to add
|
86
|
-
# @return [void]
|
87
|
-
def set_file_use_ids(file_set, file_metadata)
|
88
|
-
file_metadata.pcdm_use.each do |type|
|
89
|
-
case type
|
90
|
-
when Hyrax::FileMetadata::Use::ORIGINAL_FILE
|
91
|
-
file_set.original_file_id = file_metadata.id
|
92
|
-
when Hyrax::FileMetadata::Use::THUMBNAIL
|
93
|
-
file_set.thumbnail_id = file_metadata.id
|
94
|
-
when Hyrax::FileMetadata::Use::EXTRACTED_TEXT
|
95
|
-
file_set.extracted_text_id = file_metadata.id
|
96
|
-
else
|
97
|
-
Hyrax.logger.warn "Unknown file use #{file_metadata.type} specified for #{file_metadata.file_identifier}"
|
98
|
-
end
|
99
|
-
end
|
100
|
-
end
|
101
87
|
end
|
@@ -32,14 +32,12 @@ module Hyrax
|
|
32
32
|
# If the resource is nil, or if it is a Hyrax::FileMetadata and versioning
|
33
33
|
# is not supported in the storage adapter, an empty array will be returned.
|
34
34
|
def versions
|
35
|
-
if
|
35
|
+
if !supports_multiple_versions?
|
36
36
|
[]
|
37
37
|
elsif resource.is_a?(Hyrax::FileMetadata)
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
[]
|
42
|
-
end
|
38
|
+
# Reverse - Valkyrie puts these most recent first, we assume most recent
|
39
|
+
# last.
|
40
|
+
storage_adapter.find_versions(id: resource.file_identifier).to_a.reverse
|
43
41
|
else
|
44
42
|
return resource.versions if resource.versions.is_a?(Array)
|
45
43
|
resource.versions.all.to_a
|
@@ -53,6 +51,16 @@ module Hyrax
|
|
53
51
|
versions.last
|
54
52
|
end
|
55
53
|
|
54
|
+
##
|
55
|
+
# Returns whether support for multiple versions exists on this
|
56
|
+
# +Hyrax::VersioningService+.
|
57
|
+
#
|
58
|
+
# Versioning is unsupported on nil resources or on Valkyrie resources when
|
59
|
+
# the configured storage adapter does not advertise versioning support.
|
60
|
+
def supports_multiple_versions?
|
61
|
+
!(resource.nil? || resource.is_a?(Hyrax::FileMetadata) && !storage_adapter.try(:"supports?", :versions))
|
62
|
+
end
|
63
|
+
|
56
64
|
##
|
57
65
|
# Returns the file ID of the latest version of the file associated with this
|
58
66
|
# Hyrax::VersioningService, or the ID of the file resource itself if no
|
@@ -61,7 +69,7 @@ module Hyrax
|
|
61
69
|
# If the resource is nil, this method returns an empty string.
|
62
70
|
def versioned_file_id
|
63
71
|
latest = latest_version
|
64
|
-
if latest
|
72
|
+
if latest && !resource.is_a?(Hyrax::FileMetadata)
|
65
73
|
if latest.respond_to?(:id)
|
66
74
|
latest.id
|
67
75
|
else
|
@@ -70,7 +78,7 @@ module Hyrax
|
|
70
78
|
elsif resource.nil?
|
71
79
|
""
|
72
80
|
elsif resource.is_a?(Hyrax::FileMetadata)
|
73
|
-
resource.file_identifier
|
81
|
+
latest_version&.version_id || resource.file_identifier
|
74
82
|
else
|
75
83
|
resource.id
|
76
84
|
end
|
@@ -80,9 +88,9 @@ module Hyrax
|
|
80
88
|
# Make a version and record the version committer
|
81
89
|
# @param [ActiveFedora::File | Hyrax::FileMetadata] content
|
82
90
|
# @param [User, String] user
|
83
|
-
def create(content, user = nil)
|
91
|
+
def create(content, user = nil, file = nil)
|
84
92
|
use_valkyrie = content.is_a? Hyrax::FileMetadata
|
85
|
-
perform_create(content, user, use_valkyrie)
|
93
|
+
perform_create(content, user, file, use_valkyrie)
|
86
94
|
end
|
87
95
|
|
88
96
|
# @param [ActiveFedora::File | Hyrax::FileMetadata] file
|
@@ -102,14 +110,14 @@ module Hyrax
|
|
102
110
|
user_key = user_key.user_key if user_key.respond_to?(:user_key)
|
103
111
|
version = latest_version_of(content)
|
104
112
|
return if version.nil?
|
105
|
-
version_id = content.is_a?(Hyrax::FileMetadata) ? version.
|
113
|
+
version_id = content.is_a?(Hyrax::FileMetadata) ? version.version_id.to_s : version.uri
|
106
114
|
Hyrax::VersionCommitter.create(version_id: version_id, committer_login: user_key)
|
107
115
|
end
|
108
116
|
|
109
117
|
private
|
110
118
|
|
111
|
-
def perform_create(content, user, use_valkyrie)
|
112
|
-
use_valkyrie ? perform_create_through_valkyrie(content, user) : perform_create_through_active_fedora(content, user)
|
119
|
+
def perform_create(content, user, file, use_valkyrie)
|
120
|
+
use_valkyrie ? perform_create_through_valkyrie(content, file, user) : perform_create_through_active_fedora(content, user)
|
113
121
|
rescue NotImplementedError
|
114
122
|
Hyrax.logger.warn "Declining to create a Version for #{content}; #{self} doesn't support versioning with use_valkyrie: #{use_valkyrie}"
|
115
123
|
end
|
@@ -119,8 +127,14 @@ module Hyrax
|
|
119
127
|
record_committer(content, user) if user
|
120
128
|
end
|
121
129
|
|
122
|
-
def perform_create_through_valkyrie(content, user)
|
123
|
-
raise NotImplementedError
|
130
|
+
def perform_create_through_valkyrie(content, file, user)
|
131
|
+
raise NotImplementedError unless Hyrax.storage_adapter.supports?(:versions)
|
132
|
+
Hyrax.storage_adapter.upload_version(id: content.file_identifier, file: file)
|
133
|
+
record_committer(content, user) if user
|
134
|
+
end
|
135
|
+
|
136
|
+
def storage_adapter
|
137
|
+
Hyrax.storage_adapter
|
124
138
|
end
|
125
139
|
end
|
126
140
|
end
|
@@ -93,7 +93,10 @@ module Hyrax
|
|
93
93
|
event_payloads = files.each_with_object([]) { |file, arry| arry << make_file_set_and_ingest(file) }
|
94
94
|
@persister.save(resource: work)
|
95
95
|
Hyrax.publisher.publish('object.metadata.updated', object: work, user: files.first.user)
|
96
|
-
event_payloads.each
|
96
|
+
event_payloads.each do |payload|
|
97
|
+
payload.delete(:job).enqueue
|
98
|
+
Hyrax.publisher.publish('file.set.attached', payload)
|
99
|
+
end
|
97
100
|
end
|
98
101
|
end
|
99
102
|
|
@@ -114,9 +117,7 @@ module Hyrax
|
|
114
117
|
file_set.permission_manager.acl.save if file_set.permission_manager.acl.pending_changes?
|
115
118
|
append_to_work(file_set)
|
116
119
|
|
117
|
-
ValkyrieIngestJob.
|
118
|
-
|
119
|
-
{ file_set: file_set, user: file.user }
|
120
|
+
{ file_set: file_set, user: file.user, job: ValkyrieIngestJob.new(file) }
|
120
121
|
end
|
121
122
|
|
122
123
|
##
|
@@ -124,7 +125,7 @@ module Hyrax
|
|
124
125
|
#
|
125
126
|
# @todo figure out how to know less about Work's ideas about FileSet use here. Maybe post-Wings, work.
|
126
127
|
def append_to_work(file_set)
|
127
|
-
work.member_ids
|
128
|
+
work.member_ids += [file_set.id]
|
128
129
|
work.representative_id = file_set.id if work.respond_to?(:representative_id) && work.representative_id.blank?
|
129
130
|
work.thumbnail_id = file_set.id if work.respond_to?(:thumbnail_id) && work.thumbnail_id.blank?
|
130
131
|
end
|
@@ -10,7 +10,7 @@
|
|
10
10
|
<span><%= current_user.name %></span>
|
11
11
|
<span class="sr-only"> <%= t("hyrax.toolbar.profile.sr_target") %></span>
|
12
12
|
</a>
|
13
|
-
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
|
13
|
+
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown">
|
14
14
|
<%= link_to "My Profile", hyrax.dashboard_profile_path(current_user), class: 'dropdown-item' %>
|
15
15
|
<%= link_to t("hyrax.toolbar.dashboard.menu"), hyrax.dashboard_path, class: "dropdown-item" %>
|
16
16
|
<div class="dropdown-divider"></div>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
</label>
|
9
9
|
|
10
10
|
<div class="input-group col-sm-9">
|
11
|
-
<%= text_field_tag :q, current_search_parameters , class: "q form-control", id: "search-field-header", placeholder: t("hyrax.search.form.q.placeholder") %>
|
11
|
+
<%= text_field_tag :q, current_search_parameters , 'aria-label': 'Search', class: "q form-control", id: "search-field-header", placeholder: t("hyrax.search.form.q.placeholder") %>
|
12
12
|
|
13
13
|
<div class="input-group-append">
|
14
14
|
<button type="submit" class="btn btn-primary" id="search-submit-header">
|
@@ -1,8 +1,12 @@
|
|
1
1
|
<%= f.input key,
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
2
|
+
as: :controlled_vocabulary,
|
3
|
+
placeholder: 'Search for a location',
|
4
|
+
input_html: {
|
5
|
+
class: 'form-control',
|
6
|
+
data: { 'autocomplete-url' => "/authorities/search/geonames",
|
7
|
+
'autocomplete' => key }
|
8
|
+
},
|
9
|
+
### Required for the ControlledVocabulary javascript:
|
10
|
+
wrapper_html: { data: { 'autocomplete-url' => "/authorities/search/geonames",
|
11
|
+
'field-name' => key }},
|
12
|
+
required: f.object.required?(key) %>
|
@@ -1,74 +1,74 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
1
|
+
<div id="participants" class="tab-pane">
|
2
|
+
<div class="card labels edit-sharing-tab">
|
3
|
+
<div class="card-body">
|
4
|
+
<section class="section-add-sharing clearfix">
|
5
|
+
<h2 class="h3"><%= t('.add_participants') %></h2>
|
6
|
+
<% access_options = options_for_select([['Manager', 'manage'], ['Depositor', 'deposit'], ['Viewer', 'view']]) %>
|
7
|
+
<div class="sharing-row-form">
|
8
|
+
<%= simple_form_for collection_permission_template_form_for(form: @form),
|
9
|
+
url: [hyrax, :admin, @form, :permission_template],
|
10
|
+
html: { id: 'group-participants-form', class: 'form-inline' } do |f| %>
|
11
11
|
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
12
|
+
<%= f.fields_for 'access_grants_attributes',
|
13
|
+
f.object.access_grants.build(agent_type: 'group'),
|
14
|
+
index: 0 do |builder| %>
|
15
|
+
<div class="form-group">
|
16
|
+
<label><%= t('.add_group') %></label>
|
17
|
+
<%= builder.hidden_field :agent_type %>
|
18
|
+
<%= builder.text_field :agent_id,
|
19
|
+
placeholder: "Search for a group...",
|
20
|
+
class: 'form-control' %>
|
21
|
+
</div>
|
22
|
+
<div class="form-group">
|
23
|
+
<label>as</label>
|
24
|
+
<%= builder.select :access,
|
25
|
+
access_options,
|
26
|
+
{ prompt: "Select a role..." },
|
27
|
+
class: 'form-control' %>
|
28
|
+
</div>
|
29
|
+
<% end %>
|
30
|
+
<%= f.submit t('helpers.submit.hyrax_permission_template_access.create'), class: 'btn btn-secondary ml-2' %>
|
31
31
|
|
32
|
-
|
33
|
-
|
32
|
+
<% end %>
|
33
|
+
</div>
|
34
34
|
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
35
|
+
<div class="sharing-row-form">
|
36
|
+
<%= simple_form_for collection_permission_template_form_for(form: @form),
|
37
|
+
url: [hyrax, :admin, @form, :permission_template],
|
38
|
+
html: { id: 'user-participants-form', class: 'form-inline add-users' } do |f| %>
|
39
39
|
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
40
|
+
<%= f.fields_for 'access_grants_attributes',
|
41
|
+
f.object.access_grants.build(agent_type: 'user'),
|
42
|
+
index: 0 do |builder| %>
|
43
|
+
<div class="form-group">
|
44
|
+
<label><%= t('.add_user') %></label>
|
45
|
+
<%= builder.hidden_field :agent_type %>
|
46
|
+
<%= builder.text_field :agent_id,
|
47
|
+
placeholder: "Search for a user..." %>
|
48
|
+
</div>
|
49
|
+
<div class="form-group">
|
50
|
+
<label>as</label>
|
51
|
+
<%= builder.select :access,
|
52
|
+
access_options,
|
53
|
+
{ prompt: "Select a role..." },
|
54
|
+
class: 'form-control' %>
|
55
|
+
</div>
|
56
|
+
<% end %>
|
57
|
+
<%= f.submit t('helpers.submit.hyrax_permission_template_access.create'), class: 'btn btn-secondary ml-2' %>
|
58
|
+
<% end %>
|
59
|
+
</div>
|
60
60
|
|
61
|
-
|
62
|
-
|
61
|
+
<p class="form-text"><%= t('hyrax.admin.admin_sets.form.note') %></p>
|
62
|
+
</section>
|
63
63
|
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
<%= render 'form_participant_table', access: 'managers', filter: :manage? %>
|
68
|
-
<%= render 'form_participant_table', access: 'depositors', filter: :deposit? %>
|
69
|
-
<%= render 'form_participant_table', access: 'viewers', filter: :view? %>
|
70
|
-
</fieldset>
|
64
|
+
<h2 class="h3"><%= t(".current_participants") %></h2>
|
65
|
+
<fieldset class="admin-set-participants section-collection-sharing">
|
71
66
|
|
72
|
-
|
73
|
-
|
74
|
-
|
67
|
+
<%= render 'form_participant_table', access: 'managers', filter: :manage? %>
|
68
|
+
<%= render 'form_participant_table', access: 'depositors', filter: :deposit? %>
|
69
|
+
<%= render 'form_participant_table', access: 'viewers', filter: :view? %>
|
70
|
+
</fieldset>
|
71
|
+
|
72
|
+
</div><!-- /.card-body -->
|
73
|
+
</div>
|
74
|
+
</div>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<% provide :page_header do %>
|
2
|
-
<h1><span class="fa fa-edit" aria-hidden="true"></span> <%= t('.header', title: @form.title) %></h1>
|
2
|
+
<h1><span class="fa fa-edit" aria-hidden="true"></span> <%= t('.header', title: Array(@form.title).first) %></h1>
|
3
3
|
<% end %>
|
4
4
|
|
5
5
|
<div class="row">
|
@@ -1,6 +1,8 @@
|
|
1
1
|
<h3><%= t('.add_participants') %></h3>
|
2
2
|
<p><%= t('.instructions') %></p>
|
3
|
-
<% access_options = options_for_select([
|
3
|
+
<% access_options = options_for_select([
|
4
|
+
[t('hyrax.dashboard.collections.form_share.access_options.manager'), Hyrax::CollectionTypeParticipant::MANAGE_ACCESS],
|
5
|
+
[t('hyrax.dashboard.collections.form_share.access_options.creator'), Hyrax::CollectionTypeParticipant::CREATE_ACCESS]]) %>
|
4
6
|
<% unless @collection_type_participant.nil? %>
|
5
7
|
|
6
8
|
<section class="section-participants">
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<% unless collection_type.admin_set? || collection_type.user_collection? %>
|
41
41
|
<button class="btn btn-danger btn-sm delete-collection-type"
|
42
42
|
data-collection-type="<%= collection_type.to_json %>"
|
43
|
-
data-collection-type-index="<%= hyrax.dashboard_collections_path({ 'f[collection_type_gid_ssim][]' => collection_type.to_global_id.to_s
|
43
|
+
data-collection-type-index="<%= hyrax.dashboard_collections_path({ 'f[collection_type_gid_ssim][]' => collection_type.to_global_id.to_s }) %>"
|
44
44
|
data-has-collections="<%= collection_type.collections.any? %>">
|
45
45
|
<%= t('helpers.action.delete') %>
|
46
46
|
</button>
|
@@ -14,6 +14,7 @@
|
|
14
14
|
<%= presenter.attribute_to_html(:related_url, render_as: :external_link, html_dl: true) %>
|
15
15
|
<%= presenter.attribute_to_html(:resource_type, render_as: :faceted, html_dl: true) %>
|
16
16
|
<%= presenter.attribute_to_html(:source, html_dl: true) %>
|
17
|
+
<%= presenter.attribute_to_html(:extent, html_dl: true) %>
|
17
18
|
<%= presenter.attribute_to_html(:rights_statement, render_as: :rights_statement, html_dl: true) %>
|
18
19
|
<%= presenter.attribute_to_html(:rights_notes, html_dl: true) %>
|
19
20
|
<%= presenter.attribute_to_html(:access_right, html_dl: true) %>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<div class="resource-form-container">
|
2
|
-
<%= simple_form_for [main_app, @form], remote: true, html: { id: 'resource-form', 'data-type': 'json' } do |f| %>
|
2
|
+
<%= simple_form_for [main_app, @form], remote: true, authenticity_token: true, html: { id: 'resource-form', 'data-type': 'json' } do |f| %>
|
3
3
|
<%= f.input :thumbnail_id, as: :hidden, input_html: { data: {member_link: 'thumbnail_id'}} %>
|
4
4
|
<%= f.input :representative_id, as: :hidden, input_html: { data: {member_link: 'representative_id'}} %>
|
5
5
|
<% end %>
|