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

This is an old revision of the document!


VuFind Developers Call Minutes: February 5, 2013

Attending:

Agenda

1. New/Updated JIRA Tickets

  • VUFIND-439 / VUFIND-600 / VUFIND-644 / VUFIND-693 - Several import-related tickets have been closed with the upgrade to SolrMarc 2.5.
  • VUFIND-505 - Part of the “complex checkbox facet” problem has been solved through the addition of some new configuration syntax in VuFind 2.
  • VUFIND-598 - Al has posted some improved call number normalization routines.
  • VUFIND-738 - This ticket tracks a Zend Framework 2 bug related to HTTP chunking.
  • VUFIND-739 - This ticket (now closed) includes a fix for a Wikipedia-related bug in the Author module.
  • VUFIND-740 - This ticket suggests changing VuFind 2's vendor autoloading routines for better compatibility with the Composer tool.
  • VUFIND-741 - This ticket addresses a bug in the routine used for validating module names in the 2.0 install script – the problem is now fixed in Git's master branch.
  • VUFIND-742 - This ticket proposes upgrading jQuery for the 2.0 release.

2. VuFind 1.4 Update

VuFind 1.4 was successfully released on schedule. No significant problems have been reported yet, but please try the new release and let us know how it works for you.

3. VuFind 2.0 Update

Demian has written some new blog posts about VuFind 2 refactoring and unit testing (part 1, part 2).

Demian has also added a new “social statistics” page to the Admin module to report on usage of comments, favorites and tags (since it is often interesting to measure the popularity of these features).

VuFind 2 has been upgraded to Zend Framework 2.1.0. This fixes some bugs and adds important new features, including the long-awaited “render.error” event which will help prevent “white screens of death.”

Demian has refactored the Export-related code so that there are fewer static calls; instead there is an Export tools object in the Service Manager. This makes overrides and testing easier.

Record drivers have been refactored to eliminate calls to \VuFind\Config\Reader; all necessary configurations are now injected via constructor using factory configurations.

Demian has changed some search templates to use separate $this→params and $this→results variables (instead of relying on $this→results→getParams()) to simplify code and prepare for search system refactoring. The UrlQueryHelper class has also been refactored to eliminate a dependency on Results objects (it is now purely Params-based).

We should discuss changes to default settings in 2.0. For example, should Author module continue to use ExpandFacets by default?

4. Linked Data

5. DataImportHandler Update

6. Other Topics?

Next Call

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

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