Eric Larson
Eric Larson
Standing up a vanilla Spotlight app, if you add a limit arg to a heavily populated facet (to make the "more" link appear) in catalog_controller.rb like so: ```ruby config.add_facet_field 'language_ssim',...
### Descriptive summary CatalogController#index as HTML (search results) / Appears 1 time on page load DEPRECATION WARNING: Constraints helpers or partials were overridden; not using components. (called from public_send at...
### Descriptive summary Spinning up the app... DEPRECATION WARNING: Initializing a Blacklight::Configuration::ViewConfig implicitly (by calling split) is deprecated. Call it as split! or pass initialize arguments. (called from at /Users/ewlarson/Rails/geoblacklight/lib/geoblacklight/engine.rb:14)
This PR backports two GBL v4 PRs to hopefully better future-proof GBL v3 from upstream Blacklight v7 changes: * #1224 * #1163 FWIW, GBL v3 does not currently use a...
METATICKET Blacklight deprecation warnings awash the application logs. Clean up as many warnings as possible before any GBL v4.x release. - [x] #1065 - [x] #1066 - [x] #1067 -...
Working to resolve adoption issues with the new Vite/JS features in GBL v4.2 and v4.3 releases. These changes appear to resolve issues with running Vite/JS inside of EngineCart's .internal_test_app and...
### Descriptive summary The latest GBL v4.2 release introduced [Vite Ruby](https://vite-ruby.netlify.app/) for frontend javascript management within our GBL Rails engine. Vite is used to load OpenLayers and our OpenLayer-based COGs...
### Descriptive summary A pending BTAA customization that might be beneficial for GBL proper... We've customized the bounding box polygon for complex geoms in the BTAA Geoportal to differ from...
New BL8 branch with latest GBL contributions and ES6 javascript. ### Todo - [ ] Bootstrap v5 migration ### Test Suite errors - [ ] Show Tools > SMS form...
### Descriptive summary Blacklight has removed Twitter's [typeahead.js](https://twitter.github.io/typeahead.js/) library, which we've seen flagged with some accessibility issues in the B1G (missing field labels), and replaced the feature with [GitHub's AutoCompleteElement](https://github.com/github/auto-complete-element)...