Releases: UNC-Libraries/box-c
Releases · UNC-Libraries/box-c
v5.24.0
What's Changed
- Fix collect number formatting, finding aid link by @bbpennel in #1565
- Bxc 4036 neutral sort by @sharonluong in #1566
- Add routing and display for not found, restricted content and 503 errors by @lfarrell in #1567
- BXC-4163 - Support requeuing failed longleaf jobs by @bbpennel in #1568
Full Changelog: v5.23.0...v5.24.0
v5.23.0
What's Changed
- Front end of access app converted over to a single page application implemented in vuejs
- Bxc 3915 migrate footer to vuejs by @krwong in #1526
- Migrate collection/admin unit/folder record pages to vuejs by @lfarrell in #1532
- Fix bug causing modal to display by default. by @bbpennel in #1535
- Bxc 3914 migrate header to vuejs by @krwong in #1533
- Bxc 3909 migrate frontpage to vuejs by @krwong in #1539
- BXC-4013 migrate about repository page to vuejs by @krwong in #1542
- Aggregate updates by @lfarrell in #1543
- BXC-4025 full record abstract component by @krwong in #1546
- Move file record pages to VueJs by @lfarrell in #1549
- Move public UI to full SPA by @lfarrell in #1553
- Update search pages to use thumbnail component by @lfarrell in #1556
- Add page views and event tracking for Google Analytics from Vue by @lfarrell in #1557
- Small fix to remove extra bracket by @lfarrell in #1559
- BXC-4149 - Fix titles in gallery view, thumbnail/browse type fixes by @bbpennel in #1560
- Switch back to showing full thumbnail by @bbpennel in #1561
- BXC-4150 - Full record search results from previous page when using breadcrumbs by @bbpennel in #1562
- Move breadcrumbs up a level by @lfarrell in #1563
- Vue bug fixes by @bbpennel in #1564
- Bump jackson-databind from 2.13.4.1 to 2.13.4.2 by @dependabot in #1548
- Bump spring-core from 5.3.20 to 5.3.26 by @dependabot in #1547
- BXC-4072 - Fix move operations between admin units by @bbpennel in #1550
- BXC-4066 - Prevent CDM Rights statements from getting indexed by @bbpennel in #1552
- Bump spring-core from 5.3.26 to 5.3.27 by @dependabot in #1554
Full Changelog: v5.22.0...v5.23.0
v5.22.0
What's Changed
- BXC-3953 add copy fields in schema to update indexing by @sharonluong in #1529
- Bxc 4004 adjust sort in work by @sharonluong in #1530
- Bump commons-fileupload from 1.3.3 to 1.5 by @dependabot in #1531
- BXC-4001 - Avoid failure when destroying lots of stuff by @bbpennel in #1536
- BXC-4017 Add hidden cdm rights field by @agoslen in #1537
- Bxc 4009 access copy api by @sharonluong in #1538
- BXC-4014 - hide FA field if blank by @agoslen in #1541
- BXC-3981 - host in download event, and AnalyticsUtil cleanup by @bbpennel in #1540
- LIB-17700 - Collection not appearing in structure browse by @bbpennel in #1544
Full Changelog: v5.21.1...v5.22.0
v5.21.1
What's Changed
- BXC-3752 - Move serialization of order into a helper method by @bbpennel in #1524
- Fix language encoding by @lfarrell in #1527
- BXC-3951 - Update display of archival coll id by @agoslen in #1525
- LIB-17579 - Restore download of file via work behavior by @bbpennel in #1528
Full Changelog: v5.21.0...v5.21.1
v5.21.0
What's Changed
- Turn off cutoffs for date faceting query by @lfarrell in #1512
- BXC-3932 update label name from Collection Number to Archival Collect… by @sharonluong in #1513
- BXC-3585 - Download requests for work IDs behavior by @bbpennel in #1514
- BXC-3937 adding paths to robots.txt by @sharonluong in #1516
- BXC-3941 - UTC when indexing date fields by @bbpennel in #1515
- Bxc 3945 upgrade to junit 5 by @krwong in #1517
- BXC-3938 add test and exception handling code by @sharonluong in #1519
- Bxc 3811 adjust codeclimate thresholds 2 by @krwong in #1520
- Try property injection for SuppressionFilter path by @bbpennel in #1523
- Switch advanced search to vuejs by @lfarrell in #1522
Full Changelog: deploy-2023-01-12v5.20.0...v5.21.0
v5.20.0
- 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
- 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
- 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
- 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
- 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