Table of Contents

VuFind Developers Call Minutes: January 21, 2014

Attending: Filipe Bento, Demian Katz, Ere Maijala, Tod Olson

Agenda

1. Development Updates

JIRA Tickets

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.

2. Development Planning

Bootstrap Theme

No major news.

Performance Testing

No news this time around due to weather emergencies. Ben and Benjamin will report on the next call.

2.2 Release

A few more bug fixes have gone in, and language file updates are ongoing, but there is no reason to expect a release delay.

Call Number Normalization

Tod was delayed by a preceding call, so this subject will be discussed next time.

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.

The group is in favor of cleaner module.config.php – no strong preferences for an approach. Demian will assemble a PR for discussion in the near future.

3. Other Topics?

Ere mentioned that some of the route generation code in module.config.php needs better commenting – Demian will take a look.

Ere also talked about some limitations of the MultiBackend driver – he may contribute an alternate version if his needs cannot be addressed by modifying the existing one.

Next Call

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