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-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:2020-05 [2020/05/14 13:52] – [Code in Progress] demiankatzcommunity:newsletter:2020-05 [2020/05/26 12:27] (current) demiankatz
Line 1: Line 1:
 ====== VuFind Newsletter: May, 2020 ====== ====== VuFind Newsletter: May, 2020 ======
- 
-:!: This document is a draft and is subject to change. 
  
 ===== Highlights / Executive Summary ===== ===== Highlights / Executive Summary =====
 +
 +May saw the completion of the project to migrate VuFind's console tools from laminas-mvc-console to Symfony/Console (including updates to some related work in progress). Other recent developments include several fixes and improvements related to integration with the EBSCO Discovery Service, expanded functionality in VuFind's RESTful API, support for automatic generation of more plugin types, upgrades to key front-end dependencies, and more.
 +
 +This month also saw the announcement of a combined online event this fall as an alternative to the usual in-person VuFind Summits in Germany and the United States; see the [[community:conferences:summit_2020:press_release_20200526|press release]] for more details.
  
 ===== Recently Completed / Resolved Issues ===== ===== Recently Completed / Resolved Issues =====
Line 10: Line 12:
  
   * Add print button to record page: [[https://vufind.org/jira/browse/VUFIND-282|VUFIND-282]] / [[https://github.com/vufind-org/vufind/pull/1507|#1507]]   * Add print button to record page: [[https://vufind.org/jira/browse/VUFIND-282|VUFIND-282]] / [[https://github.com/vufind-org/vufind/pull/1507|#1507]]
 +  * ArchivesSpace Dublin Core XSLT import support: [[https://github.com/vufind-org/vufind/pull/1623|#1623]]
   * EDS: add ePub/linked full text linking support and fix problem PDF links: [[https://github.com/vufind-org/vufind/pull/1611|#1611]], [[https://github.com/vufind-org/vufind/pull/1615|#1615]], [[https://github.com/vufind-org/vufind/pull/1619|#1619]]   * EDS: add ePub/linked full text linking support and fix problem PDF links: [[https://github.com/vufind-org/vufind/pull/1611|#1611]], [[https://github.com/vufind-org/vufind/pull/1615|#1615]], [[https://github.com/vufind-org/vufind/pull/1619|#1619]]
-  * Expose secondary Solr index through the VuFind API: [[https://github.com/vufind-org/vufind/pull/1593|#1593]]+  * Expose secondary and website Solr indexes through the VuFind API: [[https://github.com/vufind-org/vufind/pull/1593|#1593]], [[https://github.com/vufind-org/vufind/pull/1620|#1620]] 
 +  * Fix record tab configuration bug found in VuFind 6.1 and 6.1.1: [[https://vufind.org/jira/browse/VUFIND-1399|VUFIND-1399]] 
 +  * FOLIO driver: add renewals support: [[https://vufind.org/jira/browse/VUFIND-1388|VUFIND-1388]] / [[https://github.com/vufind-org/vufind/pull/1612|#1612]] 
 +  * Improve flexibility of MarcAdvancedTrait::getFormattedMarcDetails(), for better NoILS MARC extraction: [[https://github.com/vufind-org/vufind/pull/1622|#1622]]
   * Improve plugin generator (controller/controller plugin/console command support, etc.): [[https://github.com/vufind-org/vufind/pull/1573|#1573]]   * Improve plugin generator (controller/controller plugin/console command support, etc.): [[https://github.com/vufind-org/vufind/pull/1573|#1573]]
   * Migrate away from laminas-mvc-console to Symfony/Console: [[https://vufind.org/jira/browse/VUFIND-1273|VUFIND-1273]] / [[https://github.com/vufind-org/vufind/pull/1571|#1571]]   * Migrate away from laminas-mvc-console to Symfony/Console: [[https://vufind.org/jira/browse/VUFIND-1273|VUFIND-1273]] / [[https://github.com/vufind-org/vufind/pull/1571|#1571]]
 +  * Recommendation modules for embedding EDS results: [[https://github.com/vufind-org/vufind/pull/1624|#1624]]
   * Support for multi-part emails: [[https://github.com/vufind-org/vufind/pull/1607|#1607]], [[https://github.com/vufind-org/vufind/pull/1610|#1610]]   * Support for multi-part emails: [[https://github.com/vufind-org/vufind/pull/1607|#1607]], [[https://github.com/vufind-org/vufind/pull/1610|#1610]]
   * Support use of multiple DOI handlers: [[https://github.com/vufind-org/vufind/pull/1560|#1560]]   * Support use of multiple DOI handlers: [[https://github.com/vufind-org/vufind/pull/1560|#1560]]
Line 22: Line 29:
  
   * Vulnerability fix suggestion from Snyk: [[https://github.com/vufind-org/vufind/pull/1616|#1616]]   * Vulnerability fix suggestion from Snyk: [[https://github.com/vufind-org/vufind/pull/1616|#1616]]
 +
 +This pull request was closed without action because it was determined to be unnecessary at this time:
 +
 +  * Simplify translation tokens in templates: [[https://github.com/vufind-org/vufind/pull/1621|#1621]]
  
 ===== New Issues ===== ===== New Issues =====
Line 30: Line 41:
  
   * Accessibility improvements: [[https://github.com/vufind-org/vufind/pull/1609|#1609]]   * Accessibility improvements: [[https://github.com/vufind-org/vufind/pull/1609|#1609]]
-  * Add website index support to API: [[https://github.com/vufind-org/vufind/pull/1620|#1620]] 
-  * FOLIO driver: add renewals support: [[https://vufind.org/jira/browse/VUFIND-1388|VUFIND-1388]] / [[https://github.com/vufind-org/vufind/pull/1612|#1612]] 
   * FOLIO driver: include and respect holds config settings: [[https://github.com/vufind-org/vufind/pull/1613|#1613]]   * FOLIO driver: include and respect holds config settings: [[https://github.com/vufind-org/vufind/pull/1613|#1613]]
-  * Simplify translation tokens in templates: [[https://github.com/vufind-org/vufind/pull/1621|#1621]]+  * Make BrowZine DOI behavior more configurable with filters: [[https://github.com/vufind-org/vufind/pull/1625|#1625]] 
 +  * Sample hierarchical facet configuration: [[https://github.com/vufind-org/vufind/pull/1626|#1626]] 
 +  * Use POST instead of GET for EDS searches: [[https://github.com/vufind-org/vufind/pull/1627|#1627]]
  
 ==== Issue Report / Discussion Only ==== ==== Issue Report / Discussion Only ====
  
 +  * Fix quoted booleans in .ini files: [[https://vufind.org/jira/browse/VUFIND-1398|VUFIND-1398]]
   * Investigate elimination of Context view helper by using improved Laminas capabilities: [[https://vufind.org/jira/browse/VUFIND-1396|VUFIND-1396]]   * Investigate elimination of Context view helper by using improved Laminas capabilities: [[https://vufind.org/jira/browse/VUFIND-1396|VUFIND-1396]]
 +  * Make display order of browse options configurable: [[https://vufind.org/jira/browse/VUFIND-1397|VUFIND-1397]]
 ===== Active Issues ===== ===== Active Issues =====
  
Line 43: Line 56:
  
   * Enhancements to cover loading: [[https://vufind.org/jira/browse/VUFIND-1140|VUFIND-1140]] / [[https://github.com/vufind-org/vufind/pull/1566|#1566]]   * Enhancements to cover loading: [[https://vufind.org/jira/browse/VUFIND-1140|VUFIND-1140]] / [[https://github.com/vufind-org/vufind/pull/1566|#1566]]
 +  * SCSS PHP compiler: [[https://github.com/vufind-org/vufind/pull/1538|#1538]]
 +
 +Additionally, several earlier accessibility-related pull requests were (or soon will be) closed because they have been consolidated into the ongoing work in [[https://github.com/vufind-org/vufind/pull/1609|#1609]].
  
 ---- struct data ---- ---- struct data ----
 +properties.Page Owner : 
 ---- ----
  
community/newsletter/2020-05.1589464361.txt.gz · Last modified: 2020/05/14 13:52 by demiankatz