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:minutes20140121

This is an old revision of the document!


VuFind Developers Call Minutes: January 21, 2014

Attending:

Agenda

1. Development Updates

JIRA Tickets

  • VUFIND-944 - This ticket has been closed; it was a local bug rather than a core VuFind problem.
  • VUFIND-947 - This ticket proposes setting sort values using GET rather than POST for improved back button behavior.
  • VUFIND-948 - This ticket proposes a tool to clean up the session table (since PHP doesn't always seem to do it automatically).

Pull Requests

Since we're in a code freeze until the 2.2 release, several pull requests have been added and will be merged to trunk as soon as we're ready to begin 2.3 development.

  • #66 - This adds the record deduplication mechanism developed by the National Library of Finland and documented here.
  • #67 - This request makes minor improvements to the Sierra driver and has been merged.
  • #68 - This makes some improvements to the MultiBackend driver and adds better ILS-related debug output.
  • #71 - This allows the configuration of custom filter queries for use in the Solr-based hierarchy tree generator.
  • #72 - This makes a small fix to the Bootstrap theme and has been merged.

2. Development Planning

Bootstrap Theme

Performance Testing

2.2 Release

Call Number Normalization

module.config.php Cleanup

For the next release, we should consider making some changes to our module.config.php, to improve both readability and performance. The use of closures is not recommended as a ZF2 best practice (it reduces the ability to cache configs) so we should introduce more factory classes. This brings up the question of how to organize those classes.

3. Other Topics?

Next Call

The next call will be Tuesday, February 4, 2014 at 10am Eastern Standard Time (15:00 GMT).

developers_call/minutes20140121.1389806335.txt.gz · Last modified: 2014/06/13 13:13 (external edit)