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-03

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-03 [2022/03/22 19:58] demiankatzcommunity:newsletter:2022-03 [2022/03/29 11:57] (current) – [VuFind® Newsletter: March, 2022] demiankatz
Line 1: Line 1:
 ====== VuFind® Newsletter: March, 2022 ====== ====== VuFind® Newsletter: March, 2022 ======
  
-:!: This document is currently a draft and is subject to change. 
  
 ===== Highlights / Executive Summary ===== ===== Highlights / Executive Summary =====
  
 +This month's VuFind® development was largely focused on fixing bugs and setting groundwork for upcoming projects: the next-generation VuFind theme, and the new "Blender" backend for mixing results from multiple search services into a single result set.
 +
 +The Project Management Committee devoted significant effort to planning the theme development sprint to be discussed at April's Community Call. They also continued preparing for the next WOLFcon conference and working through other "next steps" now that VuFind® is officially part of the Open Library Foundation.
 +
 +Work on the video processing backlog continued, with the entirety of the [[https://www.youtube.com/watch?v=j5qJBKZX6fU&list=PL5_8_wT3JpgF97vKYYAxANSQCaSHKXABR|2020 VuFind® Summit]] now being available for online viewing.
 ===== Recently Completed / Resolved Issues ===== ===== Recently Completed / Resolved Issues =====
  
Line 14: Line 18:
   * Add safeguards to startup and shutdown tasks: [[https://github.com/vufind-org/vufind/pull/2339|#2339]]   * Add safeguards to startup and shutdown tasks: [[https://github.com/vufind-org/vufind/pull/2339|#2339]]
   * Add support for translating tokens in flash messages: [[https://github.com/vufind-org/vufind/pull/2357|#2357]], [[https://github.com/vufind-org/vufind/pull/2359|#2359]]   * Add support for translating tokens in flash messages: [[https://github.com/vufind-org/vufind/pull/2357|#2357]], [[https://github.com/vufind-org/vufind/pull/2359|#2359]]
 +  * Always show inverted Solr checkbox filters, even if no results: [[https://github.com/vufind-org/vufind/pull/2365|#2365]]
   * Bump laminas/laminas-form from 3.0.1 to 3.0.2: [[https://github.com/vufind-org/vufind/pull/2333|#2333]]   * Bump laminas/laminas-form from 3.0.1 to 3.0.2: [[https://github.com/vufind-org/vufind/pull/2333|#2333]]
   * Clean up layout.phtml a bit: [[https://github.com/vufind-org/vufind/pull/2327|#2327]]   * Clean up layout.phtml a bit: [[https://github.com/vufind-org/vufind/pull/2327|#2327]]
Line 22: Line 27:
   * Fix duplicate checkbox display when using multiple SideFacets instances: [[https://github.com/vufind-org/vufind/pull/2358|#2358]]   * Fix duplicate checkbox display when using multiple SideFacets instances: [[https://github.com/vufind-org/vufind/pull/2358|#2358]]
   * Fix EDS advanced search icons: [[https://github.com/vufind-org/vufind/pull/2330|#2330]]   * Fix EDS advanced search icons: [[https://github.com/vufind-org/vufind/pull/2330|#2330]]
 +  * Fix HTML escaping bug in alphabrowse extra attributes: [[https://github.com/vufind-org/vufind/pull/2364|#2364]]
 +  * Fix minor problems in example theme: [[https://github.com/vufind-org/vufind/pull/2360|#2360]]
   * Fix Primo Options constructor to set ini files first: [[https://github.com/vufind-org/vufind/pull/2356|#2356]]   * Fix Primo Options constructor to set ini files first: [[https://github.com/vufind-org/vufind/pull/2356|#2356]]
   * Fix Sass Dependabot alert: [[https://github.com/vufind-org/vufind/pull/2332|#2332]]   * Fix Sass Dependabot alert: [[https://github.com/vufind-org/vufind/pull/2332|#2332]]
Line 28: Line 35:
   * ObalkyKnih cover service bug fixes: [[https://github.com/vufind-org/vufind/pull/2336|#2336]], [[https://github.com/vufind-org/vufind/pull/2338|#2338]]   * ObalkyKnih cover service bug fixes: [[https://github.com/vufind-org/vufind/pull/2336|#2336]], [[https://github.com/vufind-org/vufind/pull/2338|#2338]]
   * Primo: Handle format as an array and fix a dangling reference: [[https://github.com/vufind-org/vufind/pull/2354|#2354]]   * Primo: Handle format as an array and fix a dangling reference: [[https://github.com/vufind-org/vufind/pull/2354|#2354]]
 +  * Primo: Make it possible to set pcAvailability to a falsy value: [[https://github.com/vufind-org/vufind/pull/2363|#2363]]
   * Refactor Voyager driver holdings date processing for extensibility: [[https://github.com/vufind-org/vufind/pull/2349|#2349]]   * Refactor Voyager driver holdings date processing for extensibility: [[https://github.com/vufind-org/vufind/pull/2349|#2349]]
   * Relax MarcReader's format checking: [[https://vufind.org/jira/browse/VUFIND-1534|VUFIND-1534]] / [[https://github.com/vufind-org/vufind/pull/2328|#2328]]   * Relax MarcReader's format checking: [[https://vufind.org/jira/browse/VUFIND-1534|VUFIND-1534]] / [[https://github.com/vufind-org/vufind/pull/2328|#2328]]
 +  * Separate record source identifier and search backend identifier: [[https://github.com/vufind-org/vufind/pull/2361|#2361]]
   * SierraRest: Rework canceling and updating of holds: [[https://github.com/vufind-org/vufind/pull/2325|#2325]]   * SierraRest: Rework canceling and updating of holds: [[https://github.com/vufind-org/vufind/pull/2325|#2325]]
   * Simplify code in Solr RecordCollectionFactory: [[https://github.com/vufind-org/vufind/pull/2348|#2348]]   * Simplify code in Solr RecordCollectionFactory: [[https://github.com/vufind-org/vufind/pull/2348|#2348]]
Line 37: Line 46:
   * Update ThemeConfigFactory to use latest laminas-cache settings: [[https://github.com/vufind-org/vufind/pull/2329|#2329]]   * Update ThemeConfigFactory to use latest laminas-cache settings: [[https://github.com/vufind-org/vufind/pull/2329|#2329]]
   * Use correct factory for SideFacetsDeferred: [[https://github.com/vufind-org/vufind/pull/2347|#2347]]   * Use correct factory for SideFacetsDeferred: [[https://github.com/vufind-org/vufind/pull/2347|#2347]]
 +  * Use http_build_query for facet list parameters: [[https://github.com/vufind-org/vufind/pull/2362|#2362]]
  
 ===== New Issues ===== ===== New Issues =====
Line 48: Line 58:
   * Add message if the browser doesn't support es6: [[https://github.com/vufind-org/vufind/pull/2343|#2343]]   * Add message if the browser doesn't support es6: [[https://github.com/vufind-org/vufind/pull/2343|#2343]]
   * Added translations for DDC23: [[https://github.com/vufind-org/vufind/pull/2352|#2352]]   * Added translations for DDC23: [[https://github.com/vufind-org/vufind/pull/2352|#2352]]
-  * Fix minor problems in example theme: [[https://github.com/vufind-org/vufind/pull/2360|#2360]]+  * Fix filtering of dynamic checkbox facets: [[https://github.com/vufind-org/vufind/pull/2366|#2366]] 
 +  * Include all primary authors in export formats: [[https://github.com/vufind-org/vufind/pull/2367|#2367]]
  
 ==== Issue Report / Discussion Only ==== ==== Issue Report / Discussion Only ====
  
   * Add retraction watch support to DOI lookup functionality: [[https://vufind.org/jira/browse/VUFIND-1538|VUFIND-1538]]   * Add retraction watch support to DOI lookup functionality: [[https://vufind.org/jira/browse/VUFIND-1538|VUFIND-1538]]
 +  * Improve user interface for "expand" checkboxes: [[https://vufind.org/jira/browse/VUFIND-1539|VUFIND-1539]]
   * Make search history labeling more consistent: [[https://vufind.org/jira/browse/VUFIND-1535|VUFIND-1535]]   * Make search history labeling more consistent: [[https://vufind.org/jira/browse/VUFIND-1535|VUFIND-1535]]
  
Line 63: Line 75:
   * Utilize icon helper: [[https://github.com/vufind-org/vufind/pull/1962|#1962]]   * Utilize icon helper: [[https://github.com/vufind-org/vufind/pull/1962|#1962]]
 ---- struct data ---- ---- struct data ----
 +properties.Page Owner : 
 ---- ----
  
community/newsletter/2022-03.1647979112.txt.gz · Last modified: 2022/03/22 19:58 by demiankatz