8000 Comparing v8.8.0...v8.8.1 · projectblacklight/blacklight · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: projectblacklight/blacklight
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.8.0
Choose a base ref
...
head repository: projectblacklight/blacklight
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.8.1
Choose a head ref
  • 9 commits
  • 12 files changed
  • 8 contributors

Commits on Jan 27, 2025

  1. Configuration menu
    Copy the full SHA
    8087c4f View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. [backport 8.x] Fix CI via updating versions of Rails tested & Solr 9.…

    …8 fix (#3500)
    
    * Use SOLR_MODULES envvar, rather than solrconfig <lib> entries for Solr 9.8 compatibility
    
    As a result of https://issues.apache.org/jira/browse/SOLR-16781,
    <lib> entries are now ignored by default.  The Solr guide
    recommends adding them to the solr.modules system property or the
    SOLR_MODULES envvar instead:
    https://solr.apache.org/guide/solr/latest/configuration-guide/solr-modules.html
    
    Closes #3496 and helps to unbreak CI
    
    * Test with esbuild/propshaft including both Rails 7.2 and 8.0
    
    * Update versions of Rails tested in CI
    - Use latest 8.0, 7.2, 7.1 releases
    - Stop testing 6.x
    
    ---------
    
    Co-authored-by: Jane Sandberg <js7389@princeton.edu>
    Co-authored-by: Jonathan Rochkind <jonathan@dnil.net>
    3 people authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    2559144 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Backporting 3492

    hudajkhan committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    1232ded View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3499 from projectblacklight/backport-pagination-b…

    …utton
    
    [Backport 8.x] Backport 3492 for enabling styling for buttons in numerical and A-Z sort
    seanaery authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    3067641 View commit details
    Browse the repository at this point in the history
  3. Strip markup from html_safe selected facet values in the html title. (#…

    …3503)
    
    - E.g., span/data-attributes rendered for selected range facet values by blacklight_range_limit
    - Does not affect typical values that are not marked html_safe
    - Fixes #2707
    - Fixes projectblacklight/blacklight_range_limit#189
    seanaery authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    e85656b View commit details
    Browse the repository at this point in the history
  4. [Backport 8.x] Backport #3495: Ensure that facet suggestions are rele…

    …vant to the user's query (#3501)
    
    * Ensure that facet suggestions are relevant to the user's query
    
    Before this commit, the facet suggest javascript sent HTTP
    requests that included only the name of the facet and the
    fragment that the user entered to filter down the facets.
    
    This commit also sends any URL params that were in the user's
    original search, so that the facet suggestions are relevant
    to the search, rather than being just the most popular facet
    values from the entire corpus.
    
    Closes #3494
    
    * Put test into configured context
    
    ---------
    
    Co-authored-by: Max Kadel <mkadel@princeton.edu>
    sandbergja and maxkadel authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    b1696fe View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. Ensure that the search bar is visible when focused via anchor link

    The anchor links in the skip links navigation cause the search
    bar to be focused when activated, but in some cases the bar itself
    is scrolled up and out of view, making it hard to interact with
    after focusing.
    
    This adds some styling to create an extra scroll margin so that
    the search elements stay within view when focused using an anchor
    link.
    
    Ref sul-dlss/earthworks#1467
    thatbudakguy committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    05c5ab2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3506 from projectblacklight/backport-3505

    Ensure that the search bar is visible when focused via anchor link
    jcoyne authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    a9910ac View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Bump version to 8.8.1

    sandbergja committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    b364e29 View commit details
    Browse the repository at this point in the history
Loading
0