[koha-commits] main Koha release repository branch new/bug_7576 created. v3.06.00-633-ga529262

Git repo owner gitmaster at git.koha-community.org
Mon Feb 27 11:44:49 CET 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_7576 has been created
        at  a529262501df8c0c0342829a2f33bd2bcfb19ec6 (commit)

- Log -----------------------------------------------------------------
commit a529262501df8c0c0342829a2f33bd2bcfb19ec6
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Thu Feb 23 08:21:10 2012 +0100

    Bug 7576: Add ISSN to SearchForTitleIn preference
    
    Adds a new placeholder {ISSN} to the system preference SearchForTitleIn.
    For a record with multiple ISSNs only the first ISSN will be used.
    
    Addition: Makes a small change to GetMarcControlnumber so that it checks for
    NORMARC too. If you set your system preference to NORMARC, it should output
    {CONTROLNUMBER} correctly now.
    
    For testing add following code to the system preference and check output
    of SearchForTitleIn for different records in your OPAC and all 3 available
    views (normal, MARC and ISBD):
    <li>ISSN: {ISSN}</li>
    <li>ISBN: {ISBN}</li>
    <li>001: {CONTROLNUMBER}</li>
    
    Patch also includes some unit tests:
    perl t/db_dependent/Biblio.t
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    Tested with marcflavour = NORMARC, on one book and one periodical record.
    
    * Book
    
    - Before the patch:
    ISSN: {ISSN}
    ISBN: 0375726446
    001:
    
    - After the patch:
    ISSN:
    ISBN: 0375726446
    001: 022976914
    
    * Journal
    
    - Before the patch:
    ISSN: {ISSN}
    ISBN:
    001:
    
    - After the patch:
    ISSN: 1890-6931
    ISBN:
    001: 080721370
    
    Looks good in all 3 views! Thanks for fixing the 001 thing for NORMARC!
    
    Also tested with marcflavour = MARC21, on the same records with the same good
    results. Signing off!
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Tested marcflavour= UNIMARC, works fine too

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list