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.
developers_call:minutes20171205

This is an old revision of the document!


VuFind Developers Call Minutes: December 5, 2017

Attending:

Agenda

1. Development Updates

JIRA Tickets

  • VUFIND-1259 - This ticket reports that the Whoops error handler now used in development mode sometimes catches notices as if they were exceptions, making it significantly more strict than default ZF behavior. Demian discovered that this is because Whoops respects PHP's error_reporting settings. If you silence notices in PHP, then Whoops will ignore them. If you do not, it will foreground them as errors. This seems appropriate for a development-oriented feature.
  • VUFIND-1260 - This ticket reports a bug with EDS advanced searches in the search history. A fix has been merged to master.

Pull Requests

  • #1080 - closed - This was opened during troubleshooting of what turned out to be a local problem; it was closed without further action necessary.
  • #1081 - merged - This contains a fix for VUFIND-1260.
  • #1082 - in progress - This is a place to begin experimenting with Solr 7.

2. Development Planning

5.0 Roadmap Progress

ServiceManager v3 Upgrade

Progress has been made on some of the open Zend Framework pull requests, but we're still awaiting completion and releases on those.

Solr 7

Demian began experimenting with Solr 7. For some reason, SolrMarc is having trouble indexing to Solr 7, so fixing that is the first priority. Additionally, there are some deprecations that will have to be addressed in the schema. Finally, we might want to begin looking at the v2 API, though the legacy API still seems to be fully supported for the moment.

What next?

Suggestions for next priorities from the roadmap are encouraged.

Image Metadata API

Front End Updates

Browse Handler Optimizations

3. Institutional Home

4. Other Topics?

Next Call

The next call will be Tuesday, December 19, 2017 at 9am Eastern Standard Time (14:00 GMT).

developers_call/minutes20171205.1512396420.txt.gz · Last modified: 2017/12/04 14:07 by demiankatz