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

VuFind Developers Call Minutes: October 18, 2011

Attending: Jeffrey Barnett, Filipe Bento, Lutz Biedinger, Chris Hallberg, Demian Katz, Eoghan Ó Carragáin, Luke O'Sullivan, Sean Purcell, Graham Seaman

Agenda

1. New/Updated JIRA Tickets

  • VUFIND-276 - Luke has provided a new version of his feedback module patch here.
  • VUFIND-455 - Demian has fixed some bugs in the timeline zoom patch discussed last call. However, it still has problems dealing with years prior to 1000, so it has not been committed yet.
  • VUFIND-456 - This patch is a fix from Alan Rykhus for a problem caused by large numbers of related editions causing a “too many boolean clauses” error. Demian has generalized the solution and committed it to the trunk, which also resolves the related VUFIND-128 ticket.
  • VUFIND-457 - This ticket has a fix for a minor bug which caused RSS representations of empty search results to be malformed.
  • VUFIND-458 - This ticket points out that the current “hidden filter” configuration layout is limiting, since it prevents complex hidden filters (i.e. multiple values OR'ed together).
  • VUFIND-459 - This ticket provides a tool for merging together harvested MARC-XML records; Demian will look into incorporating it with the trunk, since it helps significantly speed up the process of indexing OAI-PMH-harvested records.
  • VUFIND-460 - Demian has upgraded to SolrMarc 2.3, and this ticket records the milestone; the upgrade also resolves the VUFIND-400 ticket (an issue involving the way SolrMarc connects to VuFind's database).
  • VUFIND-461 - This ticket provides a stylesheet for mapping MAB to MARC; other users dealing with MAB records should take a look at this and enhance it if possible.
  • VUFIND-462 - Tuan submitted this patch to use the standard readConfig() function in place of redundant parse_ini_file() logic in VuFind's various command-line tools; it has been committed.
  • VUFIND-463 - Tuan submitted a patch which allows real-time item status to be displayed in a tabular format that can be customized via a Smarty template; it has been committed.

2. SolrMarc 2.3 and getFormat

SolrMarc 2.3 adds some new methods for identifying record formats. Conceptually, two different areas are covered: content type and media type. This distinguishes between, for example, the general content type of “Sound Recording” vs. specific media like “CD” or “Cassette.” VuFind's current getFormat() indexing routine is not very sophisticated. It has been proposed that we take a two-part approach to improving this:

  • Rewrite getFormat() to mash up values from the new content type / media type methods; this should make for more readable code than what we currently have.
  • Add two new index fields for content type and media type, and populate these directly using the new content / media methods in order to allow for more granular faceting.

There was no objection to this approach on the call – a JIRA ticket will be opened to track progress.

3. Solr 3.x Update

Now that SolrMarc 2.3 has been released, Demian can update the VuFind trunk to use Solr 3.x. He will begin work on this in the next few days.

4. VuFind 2.0 Update

Chris has continued improving the VuDL module and has begun porting over the Help module.

Demian has continued reimplementing Favorites and Lists as a new Search Object; the overall framework is done, but some details still need to be filled in.

Additionally, Demian has given deeper thought to how VuFind 2.0 could be made more easily extensible. See this blog post for more details.

There was some discussion about how separating code customizations like this can make it harder to track changes with version control – this is true; version control probably remains a better solution for people willing to do frequent merges, but separation of logic may be more convenient for those with relatively simple customizations who only look at code during infrequent upgrade processes.

Graham asked if we should start a separate vufind2 mailing list; it's probably not necessary yet, but if traffic gets too heavy and needs to be separated, we might be able to repurpose the existing quiet vufind-admins list.

5. VuFind 1.3 Release Date

We're tentatively setting the next release date at January 30, 2012. The main focus of the release will be the Solr 3 update, so this gives us a few months to test that. It would also be nice to incorporate the cart if we can get it done in time.

6. New Mobile Theme

The National Library of Ireland is going to start looking at the new theme soon, as is Villanova University. Swansea is already using it.

7. Cart Functionality

The trunk demo has once again been updated with a new version of the cart patch. Feel free to test it out and report any problems that you encounter.

Luke has also done some bare minimum work on the classic and default themes so that the cart patch won't break anything there (though cart functionality so far only exists in the blueprint theme). This means that it may be possible to commit the patch fairly soon without making the trunk unstable. If anyone would like to see cart functionality in classic/default and is willing to help with the development, please get in touch with Luke and Demian.

Since the cart functionality can work without Javascript, implementing at least basic non-JS behavior in classic/default should not be too difficult.

8. Other Topics?

Demian recently committed some enhancements submitted by Luke: an AJAX mechanism for checking the hold eligibility of items (to compensate for slow performance in the Voyager API) and some security improvements to renewals and hold cancellation.

Demian reported (courtesy of Carlos Cordova Sandoval) that VuFind is going to get some exposure in Chile at an upcoming conference called Innovatics.

It looks like the next VuFind conference is likely to occur in early October, 2012 if there is sufficient interest. At least three people expressed interest in attending in person, and more liked the idea of remote participation; Luke mentioned that later October might be better for him due to start-of-term.

Graham has been doing some work with Summon in VuFind 2.0.

There was some discussion of the VuFind 2.0 VuDL module and its relationship to the normal record view (it's currently a separate screen for viewing full documents, but it might eventually be incorporated more tightly into the record screen; previous Flash dependencies have been eliminated).

Next Call

The next call will be Tuesday, November 1, 2011 at 11am Eastern Daylight Time (GMT - 4:00).

developers_call/minutes20111018.txt · Last modified: 2015/12/09 12:00 by andre_l