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:2020-09

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:2020-09 [2020/09/28 18:23] – [Code in Progress] demiankatzcommunity:newsletter:2020-09 [2020/10/05 13:24] (current) demiankatz
Line 1: Line 1:
 ====== VuFind Newsletter: September, 2020 ====== ====== VuFind Newsletter: September, 2020 ======
- 
-:!: This document is a draft, and still subject to change. 
  
 ===== Highlights / Executive Summary ===== ===== Highlights / Executive Summary =====
  
-...+September was another busy month for VuFind development, with a large number of issues both opened and resolvedMuch of the work revolved around updates and bug fixes, but some new features include the ability to [[https://github.com/vufind-org/vufind/pull/1645|tag favorites lists]] (in addition to the resources within those lists), [[https://github.com/vufind-org/vufind/pull/1667|improved lightbox keyboard accessibility]], and [[https://github.com/vufind-org/vufind/pull/1679|new options for displaying covers of unavailable items]]. Significant work has also been done on the new [[https://github.com/vufind-org/vufind/pull/1581|record versions feature]], slated for inclusion in release 7.1. 
 + 
 +The month culminated in the [[community:conferences:summit_2020|International VuFind Summit 2020]], which had ten featured speakers (plus lightning talks) and more than 100 attendees. Slides from the event are already available at the [[community:conferences:summit_2020|Summit wiki page]] and video will be posted as editing is completed. The results of the roadmapping session will also be discussed on a near-future Community Call.
  
 ===== Recently Completed / Resolved Issues ===== ===== Recently Completed / Resolved Issues =====
Line 26: Line 26:
   * Fix advanced search multi-select clearing: [[https://vufind.org/jira/browse/VUFIND-1425|VUFIND-1425]] / [[https://github.com/vufind-org/vufind/pull/1713|#1713]] / [[https://github.com/vufind-org/vufind/pull/1718|#1718]] / [[https://github.com/vufind-org/vufind/pull/1720|#1720]]   * Fix advanced search multi-select clearing: [[https://vufind.org/jira/browse/VUFIND-1425|VUFIND-1425]] / [[https://github.com/vufind-org/vufind/pull/1713|#1713]] / [[https://github.com/vufind-org/vufind/pull/1718|#1718]] / [[https://github.com/vufind-org/vufind/pull/1720|#1720]]
   * Fix double colon in MARC links: [[https://github.com/vufind-org/vufind/pull/1725|#1725]]   * Fix double colon in MARC links: [[https://github.com/vufind-org/vufind/pull/1725|#1725]]
 +  * Fix markdown factory not getting config from markdown.ini: [[https://github.com/vufind-org/vufind/pull/1734|#1734]]
   * Fix replaceTerm() word boundary / normalization bugs: [[https://vufind.org/jira/browse/VUFIND-1423|VUFIND-1423]] / [[https://github.com/vufind-org/vufind/pull/1712|#1712]]   * Fix replaceTerm() word boundary / normalization bugs: [[https://vufind.org/jira/browse/VUFIND-1423|VUFIND-1423]] / [[https://github.com/vufind-org/vufind/pull/1712|#1712]]
   * Fix return value of getFilterStringParts when the string isn't properly formatted: [[https://github.com/vufind-org/vufind/pull/1721|#1721]]   * Fix return value of getFilterStringParts when the string isn't properly formatted: [[https://github.com/vufind-org/vufind/pull/1721|#1721]]
   * FOLIO driver: Modify notes field and add item_notes, issues, supplements and indexes: [[https://github.com/vufind-org/vufind/pull/1708|#1708]]   * FOLIO driver: Modify notes field and add item_notes, issues, supplements and indexes: [[https://github.com/vufind-org/vufind/pull/1708|#1708]]
   * FOLIO driver: more robust support of discoverySuppress attribute [[https://github.com/vufind-org/vufind/pull/1698|#1698]]   * FOLIO driver: more robust support of discoverySuppress attribute [[https://github.com/vufind-org/vufind/pull/1698|#1698]]
 +  * Handle null response from Solr properly: [[https://github.com/vufind-org/vufind/pull/1733|#1733]]
   * KohaRest driver fixes/improvements: [[https://github.com/vufind-org/vufind/pull/1700|#1700]], [[https://github.com/vufind-org/vufind/pull/1702|#1702]], [[https://github.com/vufind-org/vufind/pull/1703|#1703]], [[https://github.com/vufind-org/vufind/pull/1704|#1704]], [[https://github.com/vufind-org/vufind/pull/1705|#1705]], [[https://github.com/vufind-org/vufind/pull/1706|#1706]], [[https://github.com/vufind-org/vufind/pull/1710|#1710]]   * KohaRest driver fixes/improvements: [[https://github.com/vufind-org/vufind/pull/1700|#1700]], [[https://github.com/vufind-org/vufind/pull/1702|#1702]], [[https://github.com/vufind-org/vufind/pull/1703|#1703]], [[https://github.com/vufind-org/vufind/pull/1704|#1704]], [[https://github.com/vufind-org/vufind/pull/1705|#1705]], [[https://github.com/vufind-org/vufind/pull/1706|#1706]], [[https://github.com/vufind-org/vufind/pull/1710|#1710]]
   * Lightbox keyboard support / improved accessibility: [[https://github.com/vufind-org/vufind/pull/1667|#1667]]   * Lightbox keyboard support / improved accessibility: [[https://github.com/vufind-org/vufind/pull/1667|#1667]]
Line 64: Line 66:
   * Allow configuration of reserves core name: [[https://vufind.org/jira/browse/VUFIND-1417|VUFIND-1417]]   * Allow configuration of reserves core name: [[https://vufind.org/jira/browse/VUFIND-1417|VUFIND-1417]]
   * Change UrlQueryHelper::setDefaultParameter override default to false: [[https://vufind.org/jira/browse/VUFIND-1434|VUFIND-1434]]   * Change UrlQueryHelper::setDefaultParameter override default to false: [[https://vufind.org/jira/browse/VUFIND-1434|VUFIND-1434]]
 +  * Create mechanism for running extra SQL in web-based installer: [[https://vufind.org/jira/browse/VUFIND-1435|VUFIND-1435]]
   * KohaILSDI driver: fines problem: [[https://vufind.org/jira/browse/VUFIND-1418|VUFIND-1418]]   * KohaILSDI driver: fines problem: [[https://vufind.org/jira/browse/VUFIND-1418|VUFIND-1418]]
   * Make plugin generator smarter about nested directories: [[https://vufind.org/jira/browse/VUFIND-1430|VUFIND-1430]]   * Make plugin generator smarter about nested directories: [[https://vufind.org/jira/browse/VUFIND-1430|VUFIND-1430]]
Line 79: Line 82:
  
 ---- struct data ---- ---- struct data ----
 +properties.Page Owner : 
 ---- ----
  
community/newsletter/2020-09.1601317408.txt.gz · Last modified: 2020/09/28 18:23 by demiankatz