Ryan Baumann
Ryan Baumann
Use `$(document).ready` instead of `$(document).on("ready")` (deprecated in jQuery 1.8 and removed in jQuery 3.0, see: https://api.jquery.com/ready/). ### Summary We noticed that after upgrading to Hyrax 4.x, we were no longer...
### Descriptive summary In Hyrax v5, the default for `Hyrax.config.collection_model` changed from `'::Collection'` to `'Hyrax::PcdmCollection'` (https://github.com/samvera/hyrax/blob/main/lib/hyrax/configuration.rb#L898). This should be able to be overridden by setting `Hyrax.config.collection_model = '::Collection'` in a...
### Fixes Fixes #6769 ### Summary > Matomo 5 (released Dec 2023) changes how auth tokens work when using the reporting API: https://developer.matomo.org/changelog#usage-of-authentication-tokens > > Anyone setting up a new...