Skip to content

Releases: UNC-Libraries/box-c

v5.22.0

17 Mar 20:27
0ecf98b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.21.1...v5.22.0

v5.21.1

15 Feb 20:15
c978bc7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.21.0...v5.21.1

v5.21.0

07 Feb 18:50
6020b2e
Compare
Choose a tag to compare

What's Changed

Full Changelog: deploy-2023-01-12v5.20.0...v5.21.0

v5.20.0

12 Jan 14:56
41ece14
Compare
Choose a tag to compare
  • Advanced search for collection id
  • Updates to import/export buttons in admin ui, adds UI for importing/exporting member order
  • Search within Works UI now searches all File metadata, rather than just the visible datatable metadata
  • Fix for date created bug that caused it to miss values after the first element
  • Using POST for solr queries to prevent too long URI failures
  • security updates

Deploy 2022-12-07 v5.19.0

07 Dec 16:02
b2d80f5
Compare
Choose a tag to compare
  • Remove license headers
  • Fix bug with deposit delays stored as ints
  • Fix color contrast issue on front page
  • Add validation of member order during deposit
  • Add health check endpoint for services-camel

Deploy 2022-11-14 v5.18.0

14 Nov 15:25
e116ef9
Compare
Choose a tag to compare
  • Updates related to member ordering, which are not currently accessible via the UI
    • Adds CSV export and import for member ordering
    • Triggers member order cleanup after deletion
    • Admin UI facets and tags for works with ordering
  • Full record pages return 404 status for requests for IDs that don't exist
  • Update from MODS 3.7 to 3.8
  • Security updates

Deploy 2022-09-21 v5.17.0

20 Sep 12:37
d86aa99
Compare
Choose a tag to compare
  • Add validator for SetOrder requests
  • Add processor for order requets
  • Add validator for clearing ordering
  • Index member ordering
  • Add service to export member ordering
  • Add buttons on how to access restricted content
  • Update tests to use Mockito 3
  • Add CodeClimate reporting
  • Add member ordering to default search

Deploy 2022-08-22 v5.16.1

22 Aug 17:35
95eb741
Compare
Choose a tag to compare
  • Fix bug causing random thumbnail to be selected for multi-file works
  • Fix bug with advanced search date searches, fields now only search by year
  • Update UV to most recent 3.x to fix security alerts
  • Fix bug when rendering MODS record that has had all fields filtered out
  • Fix bug with FITS processing containing reserved characters, like $
  • Disable download buttons for files that the user doesn't have access to
  • Fix the parent collection link on full record pages
  • Additional integration tests

Deploy 2022-07-27 v5.16.0

27 Jul 20:10
fd937cd
Compare
Choose a tag to compare
  • Adds modal for viewing all values of a facet
  • Adds "Unknown" value for Date Created facet
  • Fixes bug with searches that contain stopwords (https://jira.lib.unc.edu/browse/BXC-3704)
  • Fixes display of lock icon on admin units
  • Fixes some build issues for javascript components
  • Fixes full text search not working on record pages
  • Includes additional integration tests for search APIs
  • Fixes indexing commit bug that was throwing an error for batches of work updates
  • Fixes front page links to format searches, and their counts.

Deploy 2022-06-14 v5.15.1

14 Jun 16:11
bb63d76
Compare
Choose a tag to compare
  • Don't index date added as date created
  • Fix error occasionally occurring when indexing works too quickly
  • Fix error indexing works with a tombstone as primary object, and clear primary object relation if it gets tombstoned
  • Adds API for listing facets, but not displayed in UI yet
  • Hiding additional mods fields
  • Factories and setup to support integration tests