[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.06-74-g2982547

Git repo owner gitmaster at git.koha-community.org
Thu Nov 21 13:58:28 CET 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, 3.12.x has been updated
       via  29825475bfb38a77738ffd1789cb2ba88f3a62ad (commit)
       via  2d6c892f2239a2d997618bf4a285710492d56acf (commit)
       via  47f8ca876db5c12a12fe3899b73bc3d7c5b951ee (commit)
      from  da1443882cef1e02e9fc1a139bcbeb717519e507 (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 29825475bfb38a77738ffd1789cb2ba88f3a62ad
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Aug 26 17:37:14 2013 +0200

    Bug 10684: (follow-up) adjust how undecodable records are logged
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 82233bae255ccf7be85fe4f5b93c5667c6e82835)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 2d6c892f2239a2d997618bf4a285710492d56acf
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Aug 5 09:28:19 2013 -0400

    Bug 10684: make sure that Koha search does not dies on undecodable records
    
    When a record fails to decode during a search, Koha dies with an error.
    Koha should ignore bad records and continue on ( and log the error ).
    
    An example of a record that Zebra will happily ingest but which MARC::Record
    doesn't like is one that contains a punctuation character in a tag label.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 6a78fad4e038b65eba5d39230f5b70d92ed7edcf)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 47f8ca876db5c12a12fe3899b73bc3d7c5b951ee
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Nov 14 16:50:37 2013 +0000

    Bug 10684: add regression test
    
    This patch adds a regression test for Koha's ability
    to gracefully handle records that Zebra will index but
    which MARC::Record won't parse.  In particular, MARC::File::USMARC
    croaks on records that contain non-alphanumeric characters in the
    tag name.
    
    To test:
    
    [1] After applying this test, run prove -v t/db_dependent/Search.t
        The test script will die when it gets to the regression test.
    [2] After applying the main patches that fix the bug, the test
        script should pass.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 7e6364baee47581615eca0cad9de100afdb49dc0)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Search.pm                                            |    7 ++++++-
 t/db_dependent/Search.t                                 |   12 ++++++++++--
 t/db_dependent/data/zebraexport/biblio/exported_records |    2 +-
 3 files changed, 17 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list