[koha-commits] main Koha release repository branch new/bug_8550 updated. v3.08.00-620-g9024db8

Git repo owner gitmaster at git.koha-community.org
Wed Sep 5 15:52:35 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_8550 has been updated
       via  9024db88adbc7d874cee632182fc956676c85e1a (commit)
      from  59cf30c9f3c72ccd3357253ef3b95000e27ae324 (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 9024db88adbc7d874cee632182fc956676c85e1a
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Wed Aug 1 13:40:50 2012 -0400

    Bug 8550: restore ISSN field to Z39.50 search
    
    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.
    
    A future enhancement would be to use Business::ISBN to search for both
    ISBN10 and ISBN13.
    
    To test:
    1) Apply patch.
    2) Do a search for an ISBN using the ISBN field.
    3) Do a search for an ISSN using the ISSN field.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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

Summary of changes:
 .../prog/en/modules/cataloguing/z3950_search.tt    |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list