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-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
Last revisionBoth sides next revision
community:newsletter:2023-05 [2023/05/22 12:37] – [Recently Completed / Resolved Issues] demiankatzcommunity:newsletter:2023-05 [2023/05/30 12:46] demiankatz
Line 23: Line 23:
  
   * Add aria labels for control elements: [[https://github.com/vufind-org/vufind/pull/2845|#2845]]   * Add aria labels for control elements: [[https://github.com/vufind-org/vufind/pull/2845|#2845]]
 +  * Add code coverage support to Mink tests: [[https://github.com/vufind-org/vufind/pull/2897|#2897]], [[https://github.com/vufind-org/vufind/pull/2901|#2901]], [[https://github.com/vufind-org/vufind/pull/2903|#2903]], [[https://github.com/vufind-org/vufind/pull/2905|#2905]]
 +  * Add codes to MailExceptions and prevent unnecessary exceptions from being printed: [[https://github.com/vufind-org/vufind/pull/2906|#2906]]
   * Add debug logging of OAuth2 server exceptions: [[https://github.com/vufind-org/vufind/pull/2888|#2888]]   * Add debug logging of OAuth2 server exceptions: [[https://github.com/vufind-org/vufind/pull/2888|#2888]]
   * Add getAccountBlocks to PAIA: [[https://github.com/vufind-org/vufind/pull/2893|#2893]]   * Add getAccountBlocks to PAIA: [[https://github.com/vufind-org/vufind/pull/2893|#2893]]
Line 28: Line 30:
   * Add support for purging loans from history: [[https://github.com/vufind-org/vufind/pull/2779|#2779]], [[https://github.com/vufind-org/vufind/pull/2867|#2867]], [[https://github.com/vufind-org/vufind/pull/2875|#2875]]   * Add support for purging loans from history: [[https://github.com/vufind-org/vufind/pull/2779|#2779]], [[https://github.com/vufind-org/vufind/pull/2867|#2867]], [[https://github.com/vufind-org/vufind/pull/2875|#2875]]
   * Add support for specifying fallback languages independently of default language: [[https://github.com/vufind-org/vufind/pull/2891|#2891]]   * Add support for specifying fallback languages independently of default language: [[https://github.com/vufind-org/vufind/pull/2891|#2891]]
 +  * Allow back to search breadcrumb links to retain page/limit: [[https://github.com/vufind-org/vufind/pull/2873|#2873]]
   * Allow scripts to run via the Admin module: [[https://github.com/vufind-org/vufind/pull/2866|#2866]]   * Allow scripts to run via the Admin module: [[https://github.com/vufind-org/vufind/pull/2866|#2866]]
-  * Dependency updates: [[https://github.com/vufind-org/vufind/pull/2880|#2880]], [[https://github.com/vufind-org/vufind/pull/2882|#2882]], [[https://github.com/vufind-org/vufind/pull/2899|#2899]]+  * Dependency updates: [[https://github.com/vufind-org/vufind/pull/2880|#2880]], [[https://github.com/vufind-org/vufind/pull/2882|#2882]], [[https://github.com/vufind-org/vufind/pull/2899|#2899]], [[https://github.com/vufind-org/vufind/pull/2907|#2907]], [[https://github.com/vufind-org/vufind/pull/2909|#2909]]
   * Display a message in record view for cached records: [[https://github.com/vufind-org/vufind/pull/2886|#2886]]   * Display a message in record view for cached records: [[https://github.com/vufind-org/vufind/pull/2886|#2886]]
 +  * Display custom hidden filters as a temporary search tab: [[https://github.com/vufind-org/vufind/pull/2908|#2908]]
   * Enable multiple favicons through configuration: [[https://github.com/vufind-org/vufind/pull/2862|#2862]]   * Enable multiple favicons through configuration: [[https://github.com/vufind-org/vufind/pull/2862|#2862]]
 +  * Extra request details from search backend: [[https://github.com/vufind-org/vufind/pull/2900|#2900]]
   * Fix check for getUrlsForRecord to include the record id for MultiBackend support: [[https://github.com/vufind-org/vufind/pull/2858|#2858]]   * Fix check for getUrlsForRecord to include the record id for MultiBackend support: [[https://github.com/vufind-org/vufind/pull/2858|#2858]]
   * Fix jQuery deprecations: [[https://github.com/vufind-org/vufind/pull/2876|#2876]], [[https://github.com/vufind-org/vufind/pull/2890|#2890]]   * Fix jQuery deprecations: [[https://github.com/vufind-org/vufind/pull/2876|#2876]], [[https://github.com/vufind-org/vufind/pull/2890|#2890]]
   * Fix PHP 8.2 deprecations: [[https://github.com/vufind-org/vufind/pull/2879|#2879]]   * Fix PHP 8.2 deprecations: [[https://github.com/vufind-org/vufind/pull/2879|#2879]]
 +  * FOLIO: Improve holdings display: [[https://github.com/vufind-org/vufind/pull/2904|#2904]]
   * Guard against unbalanced hierarchy fields: [[https://github.com/vufind-org/vufind/pull/2821|#2821]]   * Guard against unbalanced hierarchy fields: [[https://github.com/vufind-org/vufind/pull/2821|#2821]]
   * Improve npm script verbage: [[https://github.com/vufind-org/vufind/pull/2840|#2840]]   * Improve npm script verbage: [[https://github.com/vufind-org/vufind/pull/2840|#2840]]
 +  * Improve scope of lessToSass; delete unused files: [[https://github.com/vufind-org/vufind/pull/2910|#2910]]
   * Improved semantic markup for navigation: [[https://github.com/vufind-org/vufind/pull/2762|#2762]]   * Improved semantic markup for navigation: [[https://github.com/vufind-org/vufind/pull/2762|#2762]]
   * Make Mink test for record rating more robust: [[https://github.com/vufind-org/vufind/pull/2896|#2896]]   * Make Mink test for record rating more robust: [[https://github.com/vufind-org/vufind/pull/2896|#2896]]
Line 66: Line 73:
 ==== Code in Progress ==== ==== Code in Progress ====
  
-  * Add code coverage support to Mink tests: [[https://github.com/vufind-org/vufind/pull/2897|#2897]] 
   * Add header and h2 for title and author: [[https://github.com/vufind-org/vufind/pull/2852|#2852]]   * Add header and h2 for title and author: [[https://github.com/vufind-org/vufind/pull/2852|#2852]]
   * Add LibGuidesAZ backend for Databases A-Z list: [[https://github.com/vufind-org/vufind/pull/2860|#2860]]   * Add LibGuidesAZ backend for Databases A-Z list: [[https://github.com/vufind-org/vufind/pull/2860|#2860]]
-  * Add page to be remembered as a parameter for search memory: [[https://github.com/vufind-org/vufind/pull/2873|#2873]] 
   * Add support for "uncertain" item availability status: [[https://github.com/vufind-org/vufind/pull/2857|#2857]]   * Add support for "uncertain" item availability status: [[https://github.com/vufind-org/vufind/pull/2857|#2857]]
   * Eliminate duplicate list object retrieval logic: [[https://github.com/vufind-org/vufind/pull/2887|#2887]]   * Eliminate duplicate list object retrieval logic: [[https://github.com/vufind-org/vufind/pull/2887|#2887]]
   * Fix and clean up results scripts: [[https://github.com/vufind-org/vufind/pull/2878|#2878]]   * Fix and clean up results scripts: [[https://github.com/vufind-org/vufind/pull/2878|#2878]]
 +  * FOLIO: Use shib_cql if Shib is used for login: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1615|VUFIND-1615]] / [[https://github.com/vufind-org/vufind/pull/2902|#2902]]
   * Improve accessibility for checkboxes: [[https://github.com/vufind-org/vufind/pull/2874|#2874]]   * Improve accessibility for checkboxes: [[https://github.com/vufind-org/vufind/pull/2874|#2874]]
   * Update dependencies for PHP 8: [[https://github.com/vufind-org/vufind/pull/2883|#2883]]   * Update dependencies for PHP 8: [[https://github.com/vufind-org/vufind/pull/2883|#2883]]
community/newsletter/2023-05.txt · Last modified: 2023/05/30 14:13 by demiankatz