Issue Fixes
- use a button for FS actions when only download action is available (#4830)
- add logging/warnings when we don't know how to propagate visibility (#4831)
- display real alt text for banners in the form (#4838)
- wrap riiif initializer in a Reloader (#4843)
- this fix should only impact development environments, but changes the RIIIF initializer generated into new applications. existing apps may want to make similar updates to fix this issue in their local development environment.
Deprecations
Hyrax::PersistDerivatives.derivative_path_factory
is unused internally. External callers should useHyrax::DerivativePath
(or their preferred path service) directly. (#4840)
Wings/Valkyrie
- add support to Valkyrie's
#count_all_of_model
query to Wings' query service. (#4810) - cleanup FileSet members when deleting works with Valkyrie models (#4828)
- cleanup Trophies when deleting works with Valkyrie models (#4829)
- provide a hook for skipping Wings (e.g. to use another Valkyrie adapter w/out loading ActiveFedora models) (#4841)
- use
Hyrax.config.disable_wings = true
or set the environment variableHYRAX_SKIP_WINGS=true
, to prevent the engine from loading wings setup.
- use