Nikitas Tampakis
Nikitas Tampakis
Discussed on the 5/18/22 committer call. Rails 7 recommends [using Turbo instead or UJS](https://edgeguides.rubyonrails.org/working_with_javascript_in_rails.html#replacements-for-rails-ujs-functionality) and Turbo functionality has been added to the main/8.x release branch of Blacklight. There is some...
Add support to cache the solr query response for loading the facet counts on the homepage with an option to set how often the cached response needs to be updated.
Several institutions have a limited set of facets that appear on their home page (primarily because of performance issues). Add an option in the catalog controller to set which facets...
Currently 0.6.2 Some pertinent info for fits is in the [hydra-derivatives readme](https://github.com/projecthydra/hydra-derivatives)
Rebased. This change allows the blacklight_advanced_search plugin to properly install when the application already has an existing search history and saved searches controller, adding the range limit behavior to the...
Rubocop errors unless it is pinned to version 0.46, along with rubocop-rspec pinned to 1.8.
Is there any reason why destination_name needs to be a concatenation of source_file and derivative name when it gets set [here](https://github.com/projecthydra/hydra-derivatives/blob/master/lib/hydra/derivatives/processor.rb#L19)? I think it makes sense to have it just...