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_call:minutes20230207

VuFind® Community Call Minutes: February 7, 2023

Attending: Chris Hallberg, Demian Katz, Peter Murray, Mario Trojan, Susan Turkel, Thomas Wagener

Agenda

1. Development Planning

Newsletter Highlights

The January, 2023 Newsletter was discussed.

Pull Request Review (9.0 milestone)

  • #2400 / VUFIND-1533 - Wrapped link elements should not have space between the lines
    • Next step: finish testing and fixing outstanding issues - CH / DK
  • #2447 - AJAX status standardization/modernization
    • Next step: finish testing and fixing outstanding issues - CH / DK
  • #2492 - Add refresh buttons to jump menu controls
    • Next step: decide when to add buttons and when to use MenuButton controls from #2378
  • #2543 - ThemeInfo: Fix getMergedConfig
    • Next steps: finish discussion, ensure full test coverage - CH / DK
  • #2624 / VUFIND-1514 - Modernize front end build environment, replace Grunt with NPM scripts
    • Next step: Discuss / finish TODO list - CH
  • #2640 / VUFIND-1563 - Blowfish encryption fails under Ubuntu 22 and Fedora 36
    • Next step: continue test/review process - CH / DK
  • #2669 - Correct non-validating cart dropdown menus
    • Next step: finish review/testing - CK / CH / DK
  • #2698 / VUFIND-1535 - Make search history labeling more consistent
    • Next step: review - CH / EM

JIRA Ticket Review (9.0 release, without an existing pull request above)

Not Started - No Blockers
  • VUFIND-1568 - Make Solr port configurable during installation [assigned to DK]
    • Following discussion, it was agreed to push this to the 9.1 milestone.
  • VUFIND-1541 - Add Mink test coverage for Markdown rendering [assigned to CH]
    • Following discussion, it was agreed to push this to the 9.1 milestone.
  • VUFIND-1547 - Normalize search event namespace [unassigned]
    • Following discussion, it was agreed to push this to the 10.0 milestone.
  • VUFIND-1566 - Clean up/standardize Javascript lib directory [assigned to CH]
  • VUFIND-1593 - Ensure JSON encoding of strings embedded in HTML is properly escaped [unassigned]
Not Started - With Prerequisites
  • VUFIND-1567 - Update language translation files for release 9.0
    • Prerequisite: complete all changes that impact language files.
Moved to 10.0 Milestone
  • VUFIND-1396 - Investigate possibility to deprecate the Context view helper
    • This was moved to the 10.0 milestone prior to the call, following Ere's investigation. He found that this cannot be easily removed at this time, but could likely be factored out as part of the development of our next theme.

2. Technology Discussion: Doctrine Migration

Demian highlighted the need to migrate to a different database abstraction layer. His presentation was recorded and will be shared in the near future.

After the recording, Peter asked whether automated tools could be used to help with the migration work. Demian noted that an auto-generation tool was used successfully to generate Doctrine entities for the existing database, but that deeper porting of the code would be quite difficult to automate.

Mario also suggested that, while Demian suggested the possibility of using a →toArray() method on Doctrine entity classes to allow more consistent use of array formatting in templates, there are significant advantages to sticking with objects, since this could enable, for example, easier refactoring via IDEs if data element names change, etc.

3. Open Q&A / Other Topics?

Demian asked whether frequent meetings would be valuable until the release of 9.0, to ensure that we stay coordinated on the completion of outstanding work. There was not much interest in this, so the current meeting schedule will be retained, and Slack will be used for ongoing coordination.

Peter discussed a use case for having a special link to highlight a particular ChoiceAuth option to prevent confusion (e.g. log in by Shibboleth by default, but provide a link to display a different option like ILS login). Peter was able to make this work by adding Javascript to show/hide different options based on a hash fragment in the URL. He will share his code via Slack.

Peter asked for guidance about when code should be contributed upstream vs. maintained locally. Demian suggested that the project is generally receptive to non-breaking changes that can be made configurable. Peter also asked whether to open a PR directly or lead with a JIRA ticket. Demian suggested that PRs are always welcome, but a JIRA ticket could be a good way to gauge interest and solicit discussion for a complex feature before investing time and effort into development.

Mario mentioned that Google Scholar complained about VuFind's escaping of meta tags, probably as a result of the stricter escaping introduced in release 7.1, when we introduced more use of the escapeHtmlAttr view helper for escaping HTML attribute values (in place of the less aggressive escapeHtml). He will investigate whether Google can improve their HTML parser to handle the escaped characters, but reverting to escapeHtml in limited circumstances may be a fallback he can use.

Next Call

The next call will be Tuesday, March 7, 2023 at 9am Eastern Standard Time (14:00 GMT).

community_call/minutes20230207.txt · Last modified: 2023/02/07 14:52 by demiankatz