About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
community:newsletter:2022-05

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
community:newsletter:2022-05 [2022/05/25 19:23] demiankatzcommunity:newsletter:2022-05 [2022/05/31 15:15] (current) – [Code in Progress] demiankatz
Line 1: Line 1:
 ====== VuFind® Newsletter: May, 2022 ====== ====== VuFind® Newsletter: May, 2022 ======
-:!: This document is a draft and is subject to change.+
  
 ===== Highlights / Executive Summary ===== ===== Highlights / Executive Summary =====
  
 +This month, VuFind®'s Project Management Committee set a release date for VuFind® 8.1: July 18, 2022. Much of this month's development effort went into completing outstanding work to ensure that this release date can be met. Additional time was spent on general code quality improvements, accessibility, and some of the authority-related items discussed at the May Community Call.
 +
 +The PMC also met with the planners of this year's [[https://openlibraryfoundation.org/about/wolfcon/upcoming/|WOLFcon]] conference to discuss VuFind® content on the program of that event (which will be in-person in Hamburg, Germany on August 31-September 2, with options for remote participation). The traditional Virtual VuFind® Summit will follow WOLFcon starting on September 7, 2022 and will be free to all participants. For more information on the event, see the [[community:conferences:summit_2022|Virtual VuFind® Summit 2022 wiki page]]. If you wish to present at the event, please reply to its [[community:conferences:summit_2022:cfp|Call for Papers]].
 +
 +On the subject of Summits, all video recorded during the 2021 event has been edited and posted and can now be found in the [[https://www.youtube.com/watch?v=K2xtEBIkgpk&list=PL5_8_wT3JpgEw-ceaAxXChm7jTpV8cV3X|Virtual VuFind® Summit 2021 YouTube Playlist]].
 +
 +As discussed in last month's newsletter, the VuFind® JIRA instance was successfully migrated to the cloud on schedule. Old links will redirect to the new home of the site, so the transition should be seamless.
 ===== Recently Completed / Resolved Issues ===== ===== Recently Completed / Resolved Issues =====
  
Line 14: Line 21:
   * Fix FOLIO fine instance linking: [[https://github.com/vufind-org/vufind/pull/2411|#2411]]   * Fix FOLIO fine instance linking: [[https://github.com/vufind-org/vufind/pull/2411|#2411]]
   * Fix Lightbox external links: [[https://vufind.org/jira/browse/VUFIND-1523|VUFIND-1523]] / [[https://github.com/vufind-org/vufind/pull/2401|#2401]]   * Fix Lightbox external links: [[https://vufind.org/jira/browse/VUFIND-1523|VUFIND-1523]] / [[https://github.com/vufind-org/vufind/pull/2401|#2401]]
 +  * Fix long cart print not loading: [[https://vufind.org/jira/browse/VUFIND-1509|VUFIND-1509]] / [[https://github.com/vufind-org/vufind/pull/2407|#2407]]
   * Fix PHP 8.1 deprecation issues: [[https://github.com/vufind-org/vufind/pull/2423|#2423]], [[https://github.com/vufind-org/vufind/pull/2441|#2441]], [[https://github.com/vufind-org/vufind/pull/2446|#2446]]   * Fix PHP 8.1 deprecation issues: [[https://github.com/vufind-org/vufind/pull/2423|#2423]], [[https://github.com/vufind-org/vufind/pull/2441|#2441]], [[https://github.com/vufind-org/vufind/pull/2446|#2446]]
   * Fix various phpstan level 1 issues: [[https://github.com/vufind-org/vufind/pull/2426|#2426]]   * Fix various phpstan level 1 issues: [[https://github.com/vufind-org/vufind/pull/2426|#2426]]
 +  * FOLIO: adjust renewal exception handling to cover server failures: [[https://github.com/vufind-org/vufind/pull/2414|#2414]]
   * Hierarchical facet cosmetic display fixes: [[https://github.com/vufind-org/vufind/pull/2410|#2410]]   * Hierarchical facet cosmetic display fixes: [[https://github.com/vufind-org/vufind/pull/2410|#2410]]
   * Improve format detection when 007 is missing: [[https://github.com/vufind-org/vufind/pull/2412|#2412]]   * Improve format detection when 007 is missing: [[https://github.com/vufind-org/vufind/pull/2412|#2412]]
Line 49: Line 58:
   * Add cover provider for Koha local images: [[https://github.com/vufind-org/vufind/pull/2444|#2444]]   * Add cover provider for Koha local images: [[https://github.com/vufind-org/vufind/pull/2444|#2444]]
   * Add support for star ratings: [[https://vufind.org/jira/browse/VUFIND-1550|VUFIND-1550]] / [[https://github.com/vufind-org/vufind/pull/2417|#2417]]   * Add support for star ratings: [[https://vufind.org/jira/browse/VUFIND-1550|VUFIND-1550]] / [[https://github.com/vufind-org/vufind/pull/2417|#2417]]
 +  * Advanced search: set focus to first input after adding new search field or group: [[https://github.com/vufind-org/vufind/pull/2448|#2448]]
 +  * Ajax Status Standardize and Modernize: [[https://github.com/vufind-org/vufind/pull/2447|#2447]]
   * Create generic mechanism for loading content with caching support: [[https://vufind.org/jira/browse/VUFIND-1554|VUFIND-1554]] / [[https://github.com/vufind-org/vufind/pull/2422|#2422]]   * Create generic mechanism for loading content with caching support: [[https://vufind.org/jira/browse/VUFIND-1554|VUFIND-1554]] / [[https://github.com/vufind-org/vufind/pull/2422|#2422]]
-  * FOLIO: adjust renewal exception handling to cover server failures: [[https://github.com/vufind-org/vufind/pull/2414|#2414]]+  * Support for PAIA client_credential authorization: [[https://github.com/vufind-org/vufind/pull/2449|#2449]]
  
 ==== Issue Report / Discussion Only ==== ==== Issue Report / Discussion Only ====
Line 68: Line 79:
   * Composer package javascript resolving: [[https://github.com/vufind-org/vufind/pull/2287|#2287]]   * Composer package javascript resolving: [[https://github.com/vufind-org/vufind/pull/2287|#2287]]
   * Configurable truncation of subjects / items on full record display: [[https://github.com/vufind-org/vufind/pull/1791|#1791]]   * Configurable truncation of subjects / items on full record display: [[https://github.com/vufind-org/vufind/pull/1791|#1791]]
-  * Fix long cart print not loading: [[https://vufind.org/jira/browse/VUFIND-1509|VUFIND-1509]] / [[https://github.com/vufind-org/vufind/pull/2407|#2407]] 
   * Refactor sorting logic to allow locale-specific behavior: [[https://github.com/vufind-org/vufind/pull/2267|#2267]]   * Refactor sorting logic to allow locale-specific behavior: [[https://github.com/vufind-org/vufind/pull/2267|#2267]]
   * Utilize icon helper: [[https://github.com/vufind-org/vufind/pull/1962|#1962]]   * Utilize icon helper: [[https://github.com/vufind-org/vufind/pull/1962|#1962]]
Line 74: Line 84:
  
 ---- struct data ---- ---- struct data ----
 +properties.Page Owner : 
 ---- ----
  
community/newsletter/2022-05.1653506624.txt.gz · Last modified: 2022/05/25 19:23 by demiankatz