[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.05-29-g879443e

Git repo owner gitmaster at git.koha-community.org
Tue Oct 9 23:02:33 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.8.x has been updated
       via  879443e9d8d8d2c36d134d4172cf808ef6e0abb3 (commit)
      from  9de3d9f62a05f74686a832bd412c879f7a66eb87 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 879443e9d8d8d2c36d134d4172cf808ef6e0abb3
Author: Joseph Alway <jbalway at gmail.com>
Date:   Thu Sep 20 12:39:28 2012 -0500

    Bug 8680 Z39.50 ISBN Search is problematic and there is a missing ISSN field.
    
    The changes here are duplicate fixes.
    The cataloguing directory had the same bugs as the acqui directory.
    The bugs in the cataloguing files of the same name were fixed in Bug 8550.
    The bugs in the acqui files had not been fixed.
    This will fix Bug 8680 which is in the Acquisitions Module.
    
    Changes to the z3950_search.pl file:
    Rather than treating ISBN and ISSN as the same, this patch breaks
    them out into separate parts of the query, as well as changing
    the truncation attribute to enable right truncation (the correct
    behavior for the ISBN field in MARC21, and valid behavior in
    UNIMARC).
    
    Changes to the z3950_search.tt file:
    Sometime in 2009 or so, the ISSN field was removed from the Z39.50 search
    page, and the ISBN field replaced with a combined ISBN/ISSN field. Since
    this breaks ISBN search for most Z39.50 targets (due to the
    differing treatment of ISBN vs. ISSN), this is a bug not a feature.
    
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Works as expected.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

-----------------------------------------------------------------------

Summary of changes:
 acqui/z3950_search.pl                              |   12 ++++++++----
 .../prog/en/modules/acqui/z3950_search.tt          |    3 ++-
 2 files changed, 10 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list