[koha-commits] main Koha release repository branch new/bug_8680 created. v3.08.00-1002-gb769a3c

Git repo owner gitmaster at git.koha-community.org
Mon Oct 8 17:54:16 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, new/bug_8680 has been created
        at  b769a3cda041d3e9d8f967a1e1f394caf686c9ad (commit)

- Log -----------------------------------------------------------------
commit b769a3cda041d3e9d8f967a1e1f394caf686c9ad
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>

commit 17298c2042ee5b9cd14e9b7c12dea32c1b282b98
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Sep 14 12:33:42 2012 -0400

    Bug 6037 [Follow-up] Invalid markup, missing breadcrumbs on Keyword to MARC Mapping page
    
    Extra </div> returned. Killing it again.
    
    After applying the patch the validator should only warn of
    invalid "autocomplete" attribute.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list