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:2024-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:2024-05 [2024/05/13 15:19] – [Recently Completed / Resolved Issues] demiankatzcommunity:newsletter:2024-05 [2024/05/28 13:44] (current) demiankatz
Line 1: Line 1:
 ====== VuFind® Newsletter: May, 2024 ====== ====== VuFind® Newsletter: May, 2024 ======
- 
-:!: This document is a draft and is subject to change. 
  
 ===== Development Highlights and Project News ===== ===== Development Highlights and Project News =====
Line 7: Line 5:
 ==== Development Progress ==== ==== Development Progress ====
  
 +With the release of VuFind® 10.0 now less than a month away, the community is focusing on finish up outstanding work. May saw the completion of the beta [[development:architecture:user_interface:bootstrap5|Bootstrap 5 theme]] that will be one of the major new features of the release; it also saw significant progress on the underlying database refactoring that will make the software more framework agnostic and help simplify the job of migrating from the deprecated Laminas\Db library to the more widely-used Doctrine library -- a project currently scheduled for completion next year in release 11.0.
  
 +Progress is also underway on updating translations to include new text added in the new release. A few languages currently lack translators, so if you have language skills and might be willing to help out, please check the [[community:language_support_list#the_following_translations_have_not_been_updated_for_some_time_and_require_a_translator|language support list]] to see where the gaps lie, and reach out through any of our [[https://vufind.org/vufind/support.html#community|community support]] channels if you wish to volunteer.
 +
 +Other work completed in May includes the addition of rate limiting support; improved search engine optimization through inclusion of canonical URLs on pages and integration of change tracking information with XML sitemaps; updates to several third-party integrations (EDS, EPF, Obalkyknih and OverDrive); optional support for displaying counts in the home-page facet lists; and a variety of minor accessibility improvements, new config settings, bug fixes, Javascript modernizations, tooling adjustments and test enhancements.
 ==== Project Management Committee Report ==== ==== Project Management Committee Report ====
  
 +At the May PMC meeting, the group discussed the launch of the new [[:security|Security Page]], which documents known vulnerabilities and the project's vulnerability handling process.
 +
 +Work also continued on review and updates to documentation, with a particular focus on accessibility improvements to the main vufind.org website.
 ==== Conference News ==== ==== Conference News ====
  
 +Planning continues for both [[https://openlibraryfoundation.org/about/wolfcon/upcoming/|WOLFcon 2024]] (in London, September 24-26, with pre-conference workshops on September 23) and the [[https://www.ub.uni-leipzig.de/en/about-us/events/vufind-leipzig-2024-future-discoveries/|2024 VuFind® Summit]] (in Leipzig and online, September 30-October 1).
 +
 +[[https://www.eventbrite.com/e/wolfcon-2024-hosted-by-the-open-library-foundation-registration-772295676157|Early bird registration]] has opened for WOLFcon pre-conference workshops, which include a half-day, hands-on, introductory VuFind® session.
 +
 +Please consider participating in either or both of these events!
 ===== Recently Completed / Resolved Issues ===== ===== Recently Completed / Resolved Issues =====
  
Line 17: Line 27:
  
   * Aleph driver: improve ID and date processing: [[https://github.com/vufind-org/vufind/pull/3576|#3576]]   * Aleph driver: improve ID and date processing: [[https://github.com/vufind-org/vufind/pull/3576|#3576]]
-  * Fix bug: popover broke when clicking same record in different channels: [[https://github.com/vufind-org/vufind/pull/3649|#3649]]+  * Fix and improve popovers in channels: [[https://github.com/vufind-org/vufind/pull/3649|#3649]], [[https://github.com/vufind-org/vufind/pull/3656|#3656]], [[https://github.com/vufind-org/vufind/pull/3661|#3661]], [[https://github.com/vufind-org/vufind/pull/3662|#3662]]
   * Fix sandal .btn-info colors: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1688|VUFIND-1688]] / [[https://github.com/vufind-org/vufind/pull/3654|#3654]]   * Fix sandal .btn-info colors: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1688|VUFIND-1688]] / [[https://github.com/vufind-org/vufind/pull/3654|#3654]]
 +  * Improve ChannelsTest: refactor for clarity/consistency: [[https://github.com/vufind-org/vufind/pull/3656|#3656]]
   * Initialize head theme resources in combined AJAX responses: [[https://github.com/vufind-org/vufind/pull/3635|#3635]]   * Initialize head theme resources in combined AJAX responses: [[https://github.com/vufind-org/vufind/pull/3635|#3635]]
  
Line 24: Line 35:
  
   * Accessibility: use heading on spelling suggestions: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1670|VUFIND-1670]] / [[https://github.com/vufind-org/vufind/pull/3640|#3640]]   * Accessibility: use heading on spelling suggestions: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1670|VUFIND-1670]] / [[https://github.com/vufind-org/vufind/pull/3640|#3640]]
 +  * Add bootstrap5 theme: [[https://github.com/vufind-org/vufind/pull/3222|#3222]]
 +  * Add CatalogResultsDeferred recommendation module: [[https://github.com/vufind-org/vufind/pull/3674|#3674]]
 +  * Add Change Tracker information to Sitemap: [[https://github.com/vufind-org/vufind/pull/3641|#3641]]
   * Add "!default" flag to SASS variables for easier configuration: [[https://github.com/vufind-org/vufind/pull/3623|#3623]]   * Add "!default" flag to SASS variables for easier configuration: [[https://github.com/vufind-org/vufind/pull/3623|#3623]]
 +  * Add/implement CommentsServiceInterface::createEntity(): [[https://github.com/vufind-org/vufind/pull/3666|#3666]]
 +  * Add JsConfigs view helper for sharing configs with Javascript code: [[https://github.com/vufind-org/vufind/pull/3598|#3598]]
   * Add new Overdrive features: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1375|VUFIND-1375]] / [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1499|VUFIND-1499]] / [[https://github.com/vufind-org/vufind/pull/3025|#3025]]   * Add new Overdrive features: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1375|VUFIND-1375]] / [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1499|VUFIND-1499]] / [[https://github.com/vufind-org/vufind/pull/3025|#3025]]
 +  * Add optional formatString argument to SortFacetList helper: [[https://github.com/vufind-org/vufind/pull/3621|#3621]]
 +  * Add phpunitfast-with-shutdown-on-fail Phing task: [[https://github.com/vufind-org/vufind/pull/3689|#3689]]
   * Add result-scripts event to apply Javascript to search results: [[https://github.com/vufind-org/vufind/pull/3584|#3584]]   * Add result-scripts event to apply Javascript to search results: [[https://github.com/vufind-org/vufind/pull/3584|#3584]]
 +  * Add sort option to AbstractSearchObject recommendations: [[https://github.com/vufind-org/vufind/pull/3673|#3673]]
 +  * Add support for rate limiting: [[https://github.com/vufind-org/vufind/pull/3637|#3637]]
 +  * Add TOC from Obalkyknih.cz: [[https://github.com/vufind-org/vufind/pull/3680|#3680]]
 +  * Adding default values for Javascript config: [[https://github.com/vufind-org/vufind/pull/3686|#3686]]
   * Adjust pager buttons for mobile: [[https://github.com/vufind-org/vufind/pull/3630|#3630]]   * Adjust pager buttons for mobile: [[https://github.com/vufind-org/vufind/pull/3630|#3630]]
 +  * Allow schema.org metadata to be disabled via config: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1653|VUFIND-1653]] / [[https://github.com/vufind-org/vufind/pull/3634|#3634]]
   * Change record media-body table layout on mobile: [[https://github.com/vufind-org/vufind/pull/3626|#3626]]   * Change record media-body table layout on mobile: [[https://github.com/vufind-org/vufind/pull/3626|#3626]]
   * Default required-string User getters to blank strings if unset: [[https://github.com/vufind-org/vufind/pull/3657|#3657]]   * Default required-string User getters to blank strings if unset: [[https://github.com/vufind-org/vufind/pull/3657|#3657]]
   * EPF: Add embargo description to record page: [[https://github.com/vufind-org/vufind/pull/3643|#3643]]   * EPF: Add embargo description to record page: [[https://github.com/vufind-org/vufind/pull/3643|#3643]]
 +  * Establish entity interface and database service for login tokens: [[https://github.com/vufind-org/vufind/pull/3667|#3667]]
 +  * Establish UserResourceService; modernize SocialstatsController: [[https://github.com/vufind-org/vufind/pull/3624|#3624]]
 +  * Expand ChangeTracker entity interface; add ChangeTracker service: [[https://github.com/vufind-org/vufind/pull/3646|#3646]]
 +  * Expand Feedback entity interface; add Feedback service: [[https://github.com/vufind-org/vufind/pull/3650|#3650]]
 +  * Expand use of UserEntityInterface in console commands: [[https://github.com/vufind-org/vufind/pull/3638|#3638]]
 +  * Expand use/scope of SessionService: [[https://github.com/vufind-org/vufind/pull/3653|#3653]]
 +  * Expand UserList entity interface: [[https://github.com/vufind-org/vufind/pull/3660|#3660]]
   * Fix bug: tag links not displaying in favorites: [[https://github.com/vufind-org/vufind/pull/3633|#3633]]   * Fix bug: tag links not displaying in favorites: [[https://github.com/vufind-org/vufind/pull/3633|#3633]]
 +  * Fix .gitignore for TAGS files: [[https://github.com/vufind-org/vufind/pull/3677|#3677]]
 +  * Fix handling of numeric facet values in Primo REST connector: [[https://github.com/vufind-org/vufind/pull/3665|#3665]]
   * Fix inconsistent capitalization of DateTime class: [[https://github.com/vufind-org/vufind/pull/3651|#3651]]   * Fix inconsistent capitalization of DateTime class: [[https://github.com/vufind-org/vufind/pull/3651|#3651]]
   * Fix missing alt attributes: [[https://github.com/vufind-org/vufind/pull/3659|#3659]]   * Fix missing alt attributes: [[https://github.com/vufind-org/vufind/pull/3659|#3659]]
 +  * Fix OAuth2 catalog login to not show the account menu: [[https://github.com/vufind-org/vufind/pull/3711|#3711]]
 +  * Fix order of parameters in assertEquals: [[https://github.com/vufind-org/vufind/pull/3687|#3687]]
   * Fix overlapping media-left box on EDS records: [[https://github.com/vufind-org/vufind/pull/3628|#3628]]   * Fix overlapping media-left box on EDS records: [[https://github.com/vufind-org/vufind/pull/3628|#3628]]
 +  * Fix phing build issues: [[https://github.com/vufind-org/vufind/pull/3696|#3696]]
 +  * Fix PHP warning if availability element is missing from item status: [[https://github.com/vufind-org/vufind/pull/3678|#3678]]
 +  * Fix results scripts init on record versions tab (and add test coverage): [[https://github.com/vufind-org/vufind/pull/3697|#3697]], [[https://github.com/vufind-org/vufind/pull/3710|#3710]]
 +  * Fix tabbing within a modal dialog: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1667|VUFIND-1667]] / [[https://github.com/vufind-org/vufind/pull/3642|#3642]]
 +  * Fix: toolbar buttons out of alignment: [[https://github.com/vufind-org/vufind/pull/3670|#3670]]
 +  * Implement and use UserCardServiceInterface::getAllRowsWithUsernames(): [[https://github.com/vufind-org/vufind/pull/3695|#3695]]
 +  * Introduce UserCardService: [[https://github.com/vufind-org/vufind/pull/3679|#3679]]
 +  * KohaRest driver: Enable the use of custom renewal block messages in .ini: [[https://github.com/vufind-org/vufind/pull/3568|#3568]]
 +  * Login Tokens: removed unused user ID parameter from deleteToken methods: [[https://github.com/vufind-org/vufind/pull/3668|#3668]]
   * Make MARC subject heading sort behavior configurable: [[https://github.com/vufind-org/vufind/pull/3644|#3644]]   * Make MARC subject heading sort behavior configurable: [[https://github.com/vufind-org/vufind/pull/3644|#3644]]
   * Make tag display test more flexible: [[https://github.com/vufind-org/vufind/pull/3648|#3648]]   * Make tag display test more flexible: [[https://github.com/vufind-org/vufind/pull/3648|#3648]]
 +  * Minor fixes/improvements to user list-related templates: [[https://github.com/vufind-org/vufind/pull/3694|#3694]]
   * Modernize database access in Bootstrapper::initUserLanguage(): [[https://github.com/vufind-org/vufind/pull/3639|#3639]]   * Modernize database access in Bootstrapper::initUserLanguage(): [[https://github.com/vufind-org/vufind/pull/3639|#3639]]
 +  * OverDrive: Update content security policy for images: [[https://github.com/vufind-org/vufind/pull/3690|#3690]]
   * Reduce EDS full text link inconsistencies: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1689|VUFIND-1689]] /  [[https://github.com/vufind-org/vufind/pull/3652|#3652]]   * Reduce EDS full text link inconsistencies: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1689|VUFIND-1689]] /  [[https://github.com/vufind-org/vufind/pull/3652|#3652]]
   * Refactor AuthManager to use UserService and UserEntityInterface: [[https://github.com/vufind-org/vufind/pull/3636|#3636]]   * Refactor AuthManager to use UserService and UserEntityInterface: [[https://github.com/vufind-org/vufind/pull/3636|#3636]]
 +  * Refactor availability and status to be better customizable: [[https://github.com/vufind-org/vufind/pull/3585|#3585]]
 +  * Refactor build.xml to introduce ci-tasks-with-shutdown task: [[https://github.com/vufind-org/vufind/pull/3688|#3688]]
 +  * Refactor libraryCardsEnabled method to AccountCapabilities class: [[https://github.com/vufind-org/vufind/pull/3629|#3629]]
   * Remove mobile top margin from media-body: [[https://github.com/vufind-org/vufind/pull/3627|#3627]]   * Remove mobile top margin from media-body: [[https://github.com/vufind-org/vufind/pull/3627|#3627]]
 +  * Remove outdated/unused keyboardShortcuts Javascript code: [[https://github.com/vufind-org/vufind/pull/3664|#3664]]
   * Remove redundant language codes; use aliases: [[https://github.com/vufind-org/vufind/pull/3494|#3494]]   * Remove redundant language codes; use aliases: [[https://github.com/vufind-org/vufind/pull/3494|#3494]]
 +  * Remove undefined variable reference caused by merge error: [[https://github.com/vufind-org/vufind/pull/3672|#3672]]
 +  * Rename OaiResumptionService::saveToken to createAndPersistToken: [[https://github.com/vufind-org/vufind/pull/3676|#3676]]
 +  * SEO: Add canonical URLs: [[https://github.com/vufind-org/vufind/pull/3655|#3655]]
   * Surround searchbox inputs with a div for styling: [[https://github.com/vufind-org/vufind/pull/3616|#3616]]   * Surround searchbox inputs with a div for styling: [[https://github.com/vufind-org/vufind/pull/3616|#3616]]
 +  * Translation improvements: [[https://github.com/vufind-org/vufind/pull/3699|#3699]]
 +  * Tweak and reorganize styles for improved compatibility with Bootstrap 5: [[https://github.com/vufind-org/vufind/pull/3669|#3669]]
 +  * Updated bulkFormHandler from jQuery to vanilla Javascript: [[https://github.com/vufind-org/vufind/pull/3571|#3571]]
 +  * Updated setupOffcanvas from jQuery to vanilla Javascript: [[https://github.com/vufind-org/vufind/pull/3663|#3663]]
 +  * UpdateDateTracker.java: Remove deprecated finalize method: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1651|VUFIND-1651]] / [[https://github.com/vufind-org/vufind/pull/3647|#3647]]
   * Use DbTableAwareTrait in UserService: [[https://github.com/vufind-org/vufind/pull/3632|#3632]]   * Use DbTableAwareTrait in UserService: [[https://github.com/vufind-org/vufind/pull/3632|#3632]]
   * Use list items for spelling suggestions: [[https://github.com/vufind-org/vufind/pull/3645|#3645]]   * Use list items for spelling suggestions: [[https://github.com/vufind-org/vufind/pull/3645|#3645]]
   * Use UserEntityInterface/UserService in LoginTokenManager: [[https://github.com/vufind-org/vufind/pull/3631|#3631]]   * Use UserEntityInterface/UserService in LoginTokenManager: [[https://github.com/vufind-org/vufind/pull/3631|#3631]]
 +  * VuFindTheme: Do not search for URLs/absolute paths inside themes: [[https://github.com/vufind-org/vufind/pull/3617|#3617]]
 +
 +These changes impacted the vufind.org website:
 +
 +  * fix: doctype: [[https://github.com/vufind-org/vufind/pull/3683|#3683]]
 +  * gh-pages: Update Jekyll: [[https://github.com/vufind-org/vufind/pull/3671|#3671]]
 +  * gh-pages: update static page accessibility: [[https://github.com/vufind-org/vufind/pull/3684|#3684]]
  
 This item was closed as no longer needed: This item was closed as no longer needed:
Line 56: Line 120:
 ==== Code in Progress ==== ==== Code in Progress ====
  
-  * Add Change Tracker information to Sitemap: [[https://github.com/vufind-org/vufind/pull/3641|#3641]] +  * Add ContentBlock wrapper for Recommendation modules: [[https://github.com/vufind-org/vufind/pull/3675|#3675]] 
-  * Add support for rate limiting: [[https://github.com/vufind-org/vufind/pull/3637|#3637]] +  * Allow nullish coalescing operator (??) in Javascript: [[https://github.com/vufind-org/vufind/pull/3682|#3682]] 
-  * Allow schema.org metadata to be disabled via config[[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1653|VUFIND-1653]] / [[https://github.com/vufind-org/vufind/pull/3634|#3634]] +  * Fix facets JS issues: [[https://github.com/vufind-org/vufind/pull/3685|#3685]] 
-  * Expand ChangeTracker entity interface; add ChangeTracker service: [[https://github.com/vufind-org/vufind/pull/3646|#3646]] +  * Improve AuthEmailNotVerified exception: [[https://github.com/vufind-org/vufind/pull/3700|#3700]] 
-  * Expand Feedback entity interface; add Feedback service: [[https://github.com/vufind-org/vufind/pull/3650|#3650]] +  * Increase use of entity interfaces in unit tests: [[https://github.com/vufind-org/vufind/pull/3704|#3704]] 
-  * Expand use of UserEntityInterface in console commands: [[https://github.com/vufind-org/vufind/pull/3638|#3638]] +  * Increase use of UserEntityInterface in MyResearchController: [[https://github.com/vufind-org/vufind/pull/3702|#3702]] 
-  * Expand use/scope of SessionService: [[https://github.com/vufind-org/vufind/pull/3653|#3653]] +  * Introduce UserList service: [[https://github.com/vufind-org/vufind/pull/3701|#3701]] 
-  * Fix tabbing within a modal dialog[[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1667|VUFIND-1667]] / [[https://github.com/vufind-org/vufind/pull/3642|#3642]] +  * Migrate more methods to ResourceService: [[https://github.com/vufind-org/vufind/pull/3708|#3708]]
-  * Improve ChannelsTest: refactor for clarity/consistency: [[https://github.com/vufind-org/vufind/pull/3656|#3656]]+
   * New DevTool: dump out current user: [[https://github.com/vufind-org/vufind/pull/3658|#3658]]   * New DevTool: dump out current user: [[https://github.com/vufind-org/vufind/pull/3658|#3658]]
-  * SEOAdd canonical URLs: [[https://github.com/vufind-org/vufind/pull/3655|#3655]] +  * OverDriveLoad availability via overdrive ID: [[https://github.com/vufind-org/vufind/pull/3691|#3691]] 
-  * UpdateDateTracker.java: Remove deprecated finalize method: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1651|VUFIND-1651]] / [[https://github.com/vufind-org/vufind/pull/3647|#3647]]+  * OverDrive: Support disabled patron API: [[https://github.com/vufind-org/vufind/pull/3693|#3693]] 
 +  * Refactor admin FeedbackController to use FeedbackService[[https://github.com/vufind-org/vufind/pull/3709|#3709]] 
 +  * Refactor tag administration to use database services: [[https://github.com/vufind-org/vufind/pull/3703|#3703]] 
 +  * Remove unnecessary timezone from Comments class: [[https://github.com/vufind-org/vufind/pull/3705|#3705]] 
 +  * Removing jQuery from check_item_statuses.js: [[https://github.com/vufind-org/vufind/pull/3698|#3698]] 
 +  * Update setupJumpMenus from jQuery to Javascript: [[https://github.com/vufind-org/vufind/pull/3681|#3681]] 
 +  * Update website footer: [[https://github.com/vufind-org/vufind/pull/3692|#3692]] 
 +  * Use ChangeTrackerService in OAI server: [[https://github.com/vufind-org/vufind/pull/3706|#3706]] 
 +  * Use different debug formatting string on console vs. web: [[https://github.com/vufind-org/vufind/pull/3707|#3707]]
  
 ==== Issue Report / Discussion Only ==== ==== Issue Report / Discussion Only ====
  
 +  * Channels popovers overlap item labels in Bootstrap3 and Bootprint3: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1691|VUFIND-1691]]
   * SEO: Provide CLI tool for Indexing APIs: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1690|VUFIND-1690]]   * SEO: Provide CLI tool for Indexing APIs: [[https://openlibraryfoundation.atlassian.net/browse/VUFIND-1690|VUFIND-1690]]
  
Line 77: Line 149:
 The following items saw significant progress / activity during the past month: The following items saw significant progress / activity during the past month:
  
-  * Add bootstrap5 theme: [[https://github.com/vufind-org/vufind/pull/3222|#3222]] 
   * Convert from Laminas\Db to Doctrine: [[https://github.com/vufind-org/vufind/pull/2233|#2233]]   * Convert from Laminas\Db to Doctrine: [[https://github.com/vufind-org/vufind/pull/2233|#2233]]
 +  * Display the date and destination of transitting items: [[https://github.com/vufind-org/vufind/pull/3312|#3312]]
 +  * KohaRest: Show recalled message if a recall is blocking renewal: [[https://github.com/vufind-org/vufind/pull/3422|#3422]]
 ---- struct data ---- ---- struct data ----
 properties.Page Owner :  properties.Page Owner : 
 ---- ----
  
community/newsletter/2024-05.1715613584.txt.gz · Last modified: 2024/05/13 15:19 by demiankatz