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
Next revisionBoth sides next revision
community:newsletter:2022-09 [2022/09/21 17:55] demiankatzcommunity:newsletter:2022-09 [2022/09/26 12:37] – [Issue Report / Discussion Only] demiankatz
Line 13: Line 13:
   * 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]], [[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 18: Line 19:
   * Clean up MyResearch menu style rules: [[https://github.com/vufind-org/vufind/pull/2506|#2506]]   * Clean up MyResearch menu style rules: [[https://github.com/vufind-org/vufind/pull/2506|#2506]]
   * Default filters should not be applied when clicking on an alphabetic search result: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1577|VUFIND-1577]] / [[https://github.com/vufind-org/vufind/pull/2538|#2538]]   * Default filters should not be applied when clicking on an alphabetic search result: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1577|VUFIND-1577]] / [[https://github.com/vufind-org/vufind/pull/2538|#2538]]
 +  * Fix a PHP 8.1 deprecation issue; getDisplayString expects a string: [[https://github.com/vufind-org/vufind/pull/2551|#2551]]
   * Fix loading of FacetList content block: [[https://github.com/vufind-org/vufind/pull/2521|#2521]]   * Fix loading of FacetList content block: [[https://github.com/vufind-org/vufind/pull/2521|#2521]]
   * Fix MarcReaderTrait::getFirstFieldValue when field does not exist: [[https://github.com/vufind-org/vufind/pull/2539|#2539]]   * Fix MarcReaderTrait::getFirstFieldValue when field does not exist: [[https://github.com/vufind-org/vufind/pull/2539|#2539]]
Line 23: Line 25:
   * Generator sometimes skips updates to module.config.php: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1576|VUFIND-1576]] / [[https://github.com/vufind-org/vufind/pull/2541|#2541]]   * Generator sometimes skips updates to module.config.php: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1576|VUFIND-1576]] / [[https://github.com/vufind-org/vufind/pull/2541|#2541]]
   * Make it possible to add HTTP options in Solr Connector: [[https://github.com/vufind-org/vufind/pull/2535|#2535]]   * Make it possible to add HTTP options in Solr Connector: [[https://github.com/vufind-org/vufind/pull/2535|#2535]]
 +  * MultiBackend: Skip null values when adding or removing prefixes: [[https://github.com/vufind-org/vufind/pull/2547|#2547]]
   * Phing: display non-empty exception log on shutdown: [[https://github.com/vufind-org/vufind/pull/2530|#2530]]   * Phing: display non-empty exception log on shutdown: [[https://github.com/vufind-org/vufind/pull/2530|#2530]]
   * Translation improvements: [[https://github.com/vufind-org/vufind/pull/2542|#2542]]   * Translation improvements: [[https://github.com/vufind-org/vufind/pull/2542|#2542]]
Line 40: Line 43:
 ==== Code in Progress ==== ==== Code in Progress ====
  
-  * Add support for cookie consent dialog and conditional services: [[https://github.com/vufind-org/vufind/pull/2519|#2519]]+  * Display "No Selection" as Preferred Library if no selection: [[https://github.com/vufind-org/vufind/pull/2546|#2546]]
   * Improved interface for active filter removal: [[https://github.com/vufind-org/vufind/pull/2522|#2522]]   * Improved interface for active filter removal: [[https://github.com/vufind-org/vufind/pull/2522|#2522]]
   * Optimize use of iterators in custom SolrMarc methods: [[https://github.com/vufind-org/vufind/pull/2520|#2520]]   * Optimize use of iterators in custom SolrMarc methods: [[https://github.com/vufind-org/vufind/pull/2520|#2520]]
Line 47: Line 50:
 ==== 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.txt · Last modified: 2022/09/26 14:26 by demiankatz