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

Git repo owner gitmaster at git.koha-community.org
Wed Oct 9 07:14:18 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  d88e15acfb7da8168cdcb24b271f2aba4dcee4fb (commit)
       via  41ae12b561ea08817cb6753680a8ce2950a39fcc (commit)
      from  4f3b3403fbfa5323819d58dd0ece4b778ef69273 (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 d88e15acfb7da8168cdcb24b271f2aba4dcee4fb
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Oct 9 05:26:27 2013 +0000

    bug 6201: (follow-up) update unit tests
    
    This patch updates the unit tests for the BibTeX export
    to add a regression test for supplying the author for
    non-UNIMARC records.  It also adjusts the test to reflect
    the change in quote character from "" to {}.
    
    To test:
    
    [1] Verify that prove -v t/db_dependent/Record.t passes
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 41ae12b561ea08817cb6753680a8ce2950a39fcc
Author: Blou <philippe.blouin at inlibro.com>
Date:   Thu Sep 26 15:45:32 2013 -0400

    Bug 6201: Add fields 1xx to marc2bibtex (for MARC21 and NORMARC)
    
    Modified Record::marc2bibtex to varlidate fields 100, 110 and 111 in
    non-UNIMARC flavours.
    
    Test plan:
    1)Search any books in the OPAC with a main entry (1XX in MARC21, 700-720 in UNIMARC)
    2)Export the record in the bibtex format
    ==>The output won't contain the main entry.
    3)Apply the patch
    4)Export the record
    ==>The record will contain the main entry
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Fixes a long standing bug.
    Passes all tests and QA script.
    Tested with multiple records, seems to work well.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Record.pm            |   32 +++++++++++---------------------
 t/db_dependent/Record.t |   10 +++++++---
 2 files changed, 18 insertions(+), 24 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list