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:2023-01

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
Last revisionBoth sides next revision
community:newsletter:2023-01 [2023/01/26 11:56] demiankatzcommunity:newsletter:2023-01 [2023/01/30 21:36] – [Code in Progress] demiankatz
Line 11: Line 11:
   * Add "my account" sidebar to "edit list item": [[https://github.com/vufind-org/vufind/pull/2678|#2678]]   * Add "my account" sidebar to "edit list item": [[https://github.com/vufind-org/vufind/pull/2678|#2678]]
   * Add results metadata as data attributes: [[https://github.com/vufind-org/vufind/pull/2667|#2667]]   * Add results metadata as data attributes: [[https://github.com/vufind-org/vufind/pull/2667|#2667]]
 +  * Add semantics to fines table for screen readers: [[https://github.com/vufind-org/vufind/pull/2676|#2676]]
   * Avoid calling EDS API until necessary: [[https://github.com/vufind-org/vufind/pull/2643|#2643]]   * Avoid calling EDS API until necessary: [[https://github.com/vufind-org/vufind/pull/2643|#2643]]
 +  * Configurable sort tie-breaker: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1529|VUFIND-1529]] / [[https://github.com/vufind-org/vufind/pull/2660|#2660]]
 +  * Fix channel encoding/error handling: [[https://github.com/vufind-org/vufind/pull/2687|#2687]]
 +  * Fix consistency of list menu highlighting/breadcrumbs: [[https://github.com/vufind-org/vufind/pull/2679|#2679]]
   * Fix for query string character prefix: [[https://github.com/vufind-org/vufind/pull/2670|#2670]], [[https://github.com/vufind-org/vufind/pull/2672|#2672]]   * Fix for query string character prefix: [[https://github.com/vufind-org/vufind/pull/2670|#2670]], [[https://github.com/vufind-org/vufind/pull/2672|#2672]]
   * Fix PHP 8.1 compatibility of hierarchy tree formatter: [[https://github.com/vufind-org/vufind/pull/2673|#2673]]   * Fix PHP 8.1 compatibility of hierarchy tree formatter: [[https://github.com/vufind-org/vufind/pull/2673|#2673]]
Line 23: Line 27:
   * Separate core fields into their own templates: [[https://github.com/vufind-org/vufind/pull/2665|#2665]]   * Separate core fields into their own templates: [[https://github.com/vufind-org/vufind/pull/2665|#2665]]
   * SierraRest: Add dueStatus field to transactions: [[https://github.com/vufind-org/vufind/pull/2677|#2677]]   * SierraRest: Add dueStatus field to transactions: [[https://github.com/vufind-org/vufind/pull/2677|#2677]]
 +  * Translation improvements: [[https://github.com/vufind-org/vufind/pull/2684|#2684]]
   * Update vufind-org/vufinddate to 1.2.0: [[https://github.com/vufind-org/vufind/pull/2675|#2675]]   * Update vufind-org/vufinddate to 1.2.0: [[https://github.com/vufind-org/vufind/pull/2675|#2675]]
   * VuFindDate: Fix handling Datetime error for PHP 8.2+: [[https://github.com/vufind-org/vufinddate/pull/6|#6]]   * VuFindDate: Fix handling Datetime error for PHP 8.2+: [[https://github.com/vufind-org/vufinddate/pull/6|#6]]
Line 34: Line 39:
  
   * Add ability to pass params into forms: [[https://github.com/vufind-org/vufind/pull/2674|#2674]]   * Add ability to pass params into forms: [[https://github.com/vufind-org/vufind/pull/2674|#2674]]
-  * Add semantics to fines table for screen readers: [[https://github.com/vufind-org/vufind/pull/2676|#2676]]+  * Add data-attribute title to facet-groups: [[https://github.com/vufind-org/vufind/pull/2686|#2686]] 
 +  * Announce number of search results in title: [[https://github.com/vufind-org/vufind/pull/2688|#2688]]
   * Corrects non-validating cart dropdown menus: [[https://github.com/vufind-org/vufind/pull/2669|#2669]]   * Corrects non-validating cart dropdown menus: [[https://github.com/vufind-org/vufind/pull/2669|#2669]]
-  * Fix consistency of list menu highlighting: [[https://github.com/vufind-org/vufind/pull/2679|#2679]]+  * FOLIO: more flexible hold exclusion configuration: [[https://github.com/vufind-org/vufind/pull/2683|#2683]] 
 +  * FOLIO: support proxy user requests: [[https://github.com/vufind-org/vufind/pull/2685|#2685]]
   * VuFindHarvest: added parameter 'harvestTestData': [[https://github.com/vufind-org/vufindharvest/pull/13|vufindharvest#13]]   * VuFindHarvest: added parameter 'harvestTestData': [[https://github.com/vufind-org/vufindharvest/pull/13|vufindharvest#13]]
  
 ==== Issue Report / Discussion Only ==== ==== Issue Report / Discussion Only ====
  
-  * ...+  * Clarify labeling of list menu: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1592|VUFIND-1592]] 
 +  * Ensure JSON encoding of strings embedded in HTML is properly escaped: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1593|VUFIND-1593]]
  
 ===== Active Issues ===== ===== Active Issues =====
Line 47: Line 55:
 The following items saw significant progress / activity during the past month: The following items saw significant progress / activity during the past month:
  
-  * Configurable sort tie-breaker: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1529|VUFIND-1529]] / [[https://github.com/vufind-org/vufind/pull/2660|#2660]] 
   * Convert from Laminas\Db to Doctrine: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1480|VUFIND-1480]] / [[https://github.com/vufind-org/vufind/pull/2233|#2233]]   * Convert from Laminas\Db to Doctrine: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1480|VUFIND-1480]] / [[https://github.com/vufind-org/vufind/pull/2233|#2233]]
   * Investigate possibility to deprecate the Context view helper: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1396|VUFIND-1396]]   * Investigate possibility to deprecate the Context view helper: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1396|VUFIND-1396]]
community/newsletter/2023-01.txt · Last modified: 2023/01/31 13:39 by demiankatz