-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various Features from Adventist #2046
Conversation
orangewolf
commented
Dec 12, 2023
•
edited
Loading
edited
- adding blacklight advanced search
- adding order already to allow ordered ActiveFedora fields
- order creators in collections, generic works, images
- adding good_job as a configuratble alternative to sidekiq
- bump bulkrax to 5.4
- ability to restore defaults in the admin color selectors
- increase the default sorting field set on searches
- expanded knapsack support
- override yaml files
- new app title
- override devise parameters
- use iiif_print to enable UV metadata search
- utilize blacklight saved search and search history
- add additional color selectors for the home page about section
- adjust thumbnail path settings to make overriding them easier
- use a more human readable label for each page in the iiif manifest
# :add_advanced_parse_q_to_solr, :add_advanced_search_to_solr filters. Those existed in their | ||
# current position and at the end of the array. | ||
# | ||
# When we had those duplicates, the :add_advanced_parse_q_to_solr obliterated the join logic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@orangewolf I'm drawing attention to this particular add. The breadcrumbs are almost adequate and I think what I'm seeing in test on Hyrax 5 Upgrade will be ok. But this is a subtle bug and we're about to go on break so I'm trying to make sure to provide insight/guidance for possible troubleshooting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated in the Hyrax 5 upgrade: 1929072
It may be alright to back port. We'll know when we enter into more testing/QA on that branch.
verify that all these are included in hyrax-5-upgrade. delete with hyrax-5-upgrade is merged into main |
88de036
to
6b6d186
Compare
6b6d186
to
9fac5f9
Compare
This reverts commit 324122b.
Setting HYKU_GEONAMES_USERNAME doesn't work per the README's instruction without this change. The username is also configurable per tenant. This commit includes instructions to clarify such with the user.
ef7a36c
to
fce8374
Compare
Reverting this changes because I didn't notice the metaprogramming happening in the #settings method. The geonames_username is correctly getting set when using an ENV var, for new accounts. Pre-existing accounts must configure their tenant's settings from the proprietor dashboard.
This reverts commit 98007b8.
This reverts commit 195661a.
This is required to render PDF.js TODO - update adventist_knapsack after this gets merged into adventist_dev Issue: - https://github.com/scientist-softserv/adventist-dl/issues/748
We needed to move everything into a web subdirectory of PDF.js for the app to find files. Related Issues: - https://github.com/scientist-softserv/adventist-dl/issues/748 - https://github.com/scientist-softserv/adventist-dl/issues/746
Add pdf.js directory to repo
@@ -56,6 +56,10 @@ | |||
# Use a different cache store in production. | |||
# config.cache_store = :mem_cache_store | |||
|
|||
if ENV.fetch('RAILS_CACHE_STORE_URL', '').match(/^redis/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be contributed back to main too? @orangewolf
outdated + we've already contributed back adv |