[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-878-g75842c7

Git repo owner gitmaster at git.koha-community.org
Wed Jul 24 18:46:23 CEST 2013


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, master has been updated
       via  75842c7d620938274c728417188b3939a136eedb (commit)
       via  4bf04e423936367a488fbb7a5e9c1c763d46d073 (commit)
       via  7e83c7ea3857a7dcca5ae610d63382c2674a1846 (commit)
       via  52dad05b456e17bdce1ea71baf55e8e6707f77e7 (commit)
      from  8230cdea9738c9f49f76d48fa0a7d653e33064a6 (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 75842c7d620938274c728417188b3939a136eedb
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Jul 24 16:55:52 2013 +0000

    Bug 10462: (follow-up) remove some undefined variable warning noise
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 4bf04e423936367a488fbb7a5e9c1c763d46d073
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Jul 24 16:14:46 2013 +0200

    Bug 10462: QA Followup to resolve LCCN mixup and remove hardcoded marc tags
    
    This patch corrects the mixup for LC call number and control number.
    
    Further, as suggested by Galen, it would be better to not introduce hardcoded
    tags in the Z3950Search subs in Breeding.pm.
    This patch resolves that by calling TransformMarcToKohaOneField.
    Note that this only involves changes to _addrowdata and _isbn_show. These
    subs are only used in building the displayed results table.
    
    Additionally, for French UNIMARC installs publicationyear is used to fill
    the Date column (copyrightdate is not used in those installs). The edition
    statement is only used in unimarc_lecture_pub not in unimarc_complet.
    
    Test plan:
    Do some Z3950 searches and look for values in all result columns.
    For MARC21 on LOC (and/or others):
      Look for isbn 9780415964845 (check LCCN).
      Look for author Rowling.
    For UNIMARC on BNF2 (and/or others):
      On BNF2 look for isbn 2070518426: result contains date and multiple isbn's.
      Look for title: Guide des candidats aux emplois de commissaire de police.
      Third result show edition statement (if you use 205$a with pub install).
      Note that there are no results with LCCN here (just as before).
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Tested for MARC21 and UNIMARC (French lecture_pub install).
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 7e83c7ea3857a7dcca5ae610d63382c2674a1846
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Jul 3 14:26:56 2013 +0200

    Bug 10462: Followup for showing multiple ISBNs in Z3950 response
    
    As Jonathan correctly noted, the new Z3950 response only showed one isbn
    although more isbn numbers could be in the record and would be imported.
    To resolve this display problem, I traverse them all now in the updated
    routine _isbn_show. There is no change in the imported records.
    Note that before this patch TransformMarcToKoha did put all isbn numbers in
    one field, separated by pipes (for display only). This behavior is restored
    now. The three regexes on the individual isbn numbers now seem to be
    overkill, but I left them there for completeness.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Tested this on a fresh French install under UNIMARC with BNF server.
    Tested it too for MARC21.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 52dad05b456e17bdce1ea71baf55e8e6707f77e7
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Jun 13 13:52:58 2013 +0200

    Bug 10462: Some optimizations in Z3950 search paving the way for enhancements
    
    Refactors Z3950Search.
    Disable batch record counts for z3950 records.
    
    Test plan:
    Do various Z3950 searches on multiple targets from Cataloging and Acquisition.
    Behavior should not have changed.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Breeding.pm              |  129 ++++++++++++++++++++++++-------------------
 acqui/z3950_search.pl       |    1 -
 cataloguing/z3950_search.pl |    1 -
 3 files changed, 72 insertions(+), 59 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list