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-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:2022-09 [2022/09/26 12:28] – [Recently Completed / Resolved Issues] demiankatzcommunity:newsletter:2022-09 [2022/09/26 14:26] (current) – [Highlights / Executive Summary] demiankatz
Line 1: Line 1:
 ====== VuFind® Newsletter: September, 2022 ====== ====== VuFind® Newsletter: September, 2022 ======
- 
-:!: This document is a draft and still subject to change. 
  
 ===== Highlights / Executive Summary ===== ===== Highlights / Executive Summary =====
  
 +After a quiet August, September was a busy month for the VuFind® community, in large part because the month opened with two major events (WOLFcon 2022 and the [[community:conferences:summit_2022|2022 VuFind® Summit]]). Those that missed the Summit can view video of all of the sessions on the event's [[https://www.youtube.com/watch?v=6-eI0-ofCRg&list=PL5_8_wT3JpgGQ9an5Ya8GYdyKKdYpSUD8|YouTube playlist]]. In addition to talks highlighting new VuFind® features and interesting implementations, the Summit provided an opportunity to plan for the future. One significant outcome is an intention to better utilize the monthly Community Calls to coordinate and distribute work on upcoming releases.
 +
 +On the subject of the Community Call, a [[https://surveys.americangeosciences.org/index.php/638263|survey]] has been opened to collect feedback about the timing and content of the free monthly event. Please consider filling this out to help ensure that the calls remain relevant and accessible. Having more active participants in the call could help to improve our development speed and capacity.
 +
 +As announced at the Summit, VuFind® welcomed its first Registered Service Provider: [[https://www.effective-webwork.de/|effective WEBWORK]]. In addition to offering support and assistance to VuFind® users, effective WEBWORK is now directly supporting the community and helping to ensure the project's future!
 +
 +September also saw significant work completed on VuFind®'s code: not only the usual blend of fixes, minor improvements and dependency upgrades, but also some significant new features, including a configurable cookie consent interface, and the ability for VuFind® to act as an OAuth2/OpenID identity provider.
 +
 +Finally, the Project Management Committee met following their August hiatus. In addition to moving forward existing PMC projects (documentation improvements, the [[community:membership_levels_and_benefits:rsp|Registered Service Provider]] program, etc.), the group also began discussing the possibility of implementing a standard platform for managing the project's translations (in place of the current somewhat-manual process).
 ===== Recently Completed / Resolved Issues ===== ===== Recently Completed / Resolved Issues =====
  
Line 13: Line 20:
   * Add sodium to dependency check in installer: [[https://github.com/vufind-org/vufind/pull/2534|#2534]]   * Add sodium to dependency check in installer: [[https://github.com/vufind-org/vufind/pull/2534|#2534]]
   * Add status-available and status-unavailable to js-icons: [[https://github.com/vufind-org/vufind/pull/2544|#2544]]   * Add status-available and status-unavailable to js-icons: [[https://github.com/vufind-org/vufind/pull/2544|#2544]]
-  * Add support for cookie consent dialog and conditional services (plus some subsequent fixes): [[https://github.com/vufind-org/vufind/pull/2519|#2519]], [[https://github.com/vufind-org/vufind/pull/2549|#2549]], [[https://github.com/vufind-org/vufind/pull/2550|#2550]]+  * Add support for cookie consent dialog and conditional services (plus some subsequent fixes): [[https://github.com/vufind-org/vufind/pull/2519|#2519]], [[https://github.com/vufind-org/vufind/pull/2549|#2549]], [[https://github.com/vufind-org/vufind/pull/2550|#2550]], [[https://github.com/vufind-org/vufind/pull/2552|#2552]]
   * Add support for OAuth2 and OpenID Connect providers (with some follow-up improvements and dependency/test fixes): [[https://github.com/vufind-org/vufind/pull/2470|#2470]], [[https://github.com/vufind-org/vufind/pull/2524|#2524]], [[https://github.com/vufind-org/vufind/pull/2525|#2525]], [[https://github.com/vufind-org/vufind/pull/2526|#2526]], [[https://github.com/vufind-org/vufind/pull/2527|#2527]], [[https://github.com/vufind-org/vufind/pull/2528|#2528]], [[https://github.com/vufind-org/vufind/pull/2529|#2529]], [[https://github.com/vufind-org/vufind/pull/2531|#2531]], [[https://github.com/vufind-org/vufind/pull/2532|#2532]], [[https://github.com/vufind-org/vufind/pull/2533|#2533]]   * Add support for OAuth2 and OpenID Connect providers (with some follow-up improvements and dependency/test fixes): [[https://github.com/vufind-org/vufind/pull/2470|#2470]], [[https://github.com/vufind-org/vufind/pull/2524|#2524]], [[https://github.com/vufind-org/vufind/pull/2525|#2525]], [[https://github.com/vufind-org/vufind/pull/2526|#2526]], [[https://github.com/vufind-org/vufind/pull/2527|#2527]], [[https://github.com/vufind-org/vufind/pull/2528|#2528]], [[https://github.com/vufind-org/vufind/pull/2529|#2529]], [[https://github.com/vufind-org/vufind/pull/2531|#2531]], [[https://github.com/vufind-org/vufind/pull/2532|#2532]], [[https://github.com/vufind-org/vufind/pull/2533|#2533]]
   * Avoid calling urlencode() with null: [[https://github.com/vufind-org/vufind/pull/2536|#2536]]   * Avoid calling urlencode() with null: [[https://github.com/vufind-org/vufind/pull/2536|#2536]]
Line 50: Line 57:
 ==== Issue Report / Discussion Only ==== ==== Issue Report / Discussion Only ====
  
 +  * Advanced search by date articles and book chapter doesn't work (note: this seems likely to be a local configuration problem rather than a software bug): [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1580|VUFIND-1580]]
 +  * Display holdings with no barcode: [[https://github.com/vufind-org/vufind/discussions/2548|#2548]]
   * Make AbstractApi::makeRequest more generic/safe/flexible: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1579|VUFIND-1579]]   * Make AbstractApi::makeRequest more generic/safe/flexible: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1579|VUFIND-1579]]
   * Reserves - make Course/Instructor data visible in catalog records: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1575|VUFIND-1575]]   * Reserves - make Course/Instructor data visible in catalog records: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1575|VUFIND-1575]]
community/newsletter/2022-09.1664195307.txt.gz · Last modified: 2022/09/26 12:28 by demiankatz