[koha-commits] main Koha release repository branch master updated. v3.14.00-226-g7f90a4f

Git repo owner gitmaster at git.koha-community.org
Fri Jan 3 16:36:57 CET 2014


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  7f90a4fb27ca06bbe39174b555f96445682a0c28 (commit)
       via  12feed267c84e7e68aacc988aed70af93a5a4f61 (commit)
      from  211acdd30b000af33f1bb70b33356b8ac945f451 (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 7f90a4fb27ca06bbe39174b555f96445682a0c28
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Jan 3 15:54:45 2014 +0000

    Bug 11066: (follow-up) add regression test
    
    This patch adds a regression test for using the MARC21
    264 field in the Bibtex export.
    
    To test:
    
    [1] Verify that prove -v t/db_dependent/Record.t passes.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 12feed267c84e7e68aacc988aed70af93a5a4f61
Author: Joy Nelson <joy at bywatersolutions.com>
Date:   Sat Oct 26 00:14:48 2013 -0400

    Bug 11066: make RIS and Bibtex exports RDA compatible
    
    RIS and Bibtex exports from staff side and OPAC edited to
    allow for additional publisher RDA tag (264).  Script will
    look first for 264 then fall back to 260 when pulling publisher
    data from MARC21 records.
    
    Test Plan:
    1. Create RDA and non RDA record
    2. In OPAC, export both as RIS and Bibtex - verify publisher information
       is exported
    3. On staff side, export records as RIS and Bibtex, verify publisher
       information is exported.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Fixed some tabs pointed out by the QA script.
    Works nicely in my tests, no regressions found.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Record.pm            |    6 +++---
 C4/Ris.pm               |   11 ++++++++---
 t/db_dependent/Record.t |   25 +++++++++++++++++++++----
 3 files changed, 32 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list