[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.05.1-82-gb33afa7

Git repo owner gitmaster at git.koha-community.org
Wed Apr 22 01:07:18 CEST 2015


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.18.x has been updated
       via  b33afa78dcc0327d1e925b2563dbfc56c7c4bba8 (commit)
       via  9b92e6d8f3cf2234d511f8ebdf0b562f72479266 (commit)
       via  a98b1becee40fcd3060cd9aa759ecedb4d0ae06b (commit)
      from  a21185e978dbcec39128c191f484e0f5b0477c9d (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 b33afa78dcc0327d1e925b2563dbfc56c7c4bba8
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Apr 7 12:29:53 2015 +0200

    Bug 6520: Add unit test for C4::ImportBatch::GetRecordFromImportBiblio
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 56d366f3b1b7346338f9bd3aa676382734e5782b)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 9b92e6d8f3cf2234d511f8ebdf0b562f72479266
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Apr 7 11:48:37 2015 +0200

    Bug 6520: Display items for staged record - diff view
    
    This patchs adds the item information in the diff view.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 1d46802d1be22d39df1599eb1392e2e3df5f38f9)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit a98b1becee40fcd3060cd9aa759ecedb4d0ae06b
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Mar 27 13:36:05 2015 +0100

    Bug 6520: Display items for staged record
    
    When records are imported into Koha, the items is stored into the
    import_items table.
    This marcxml in this table is never retrieved to display items.
    
    Test plan:
    1/ Import a records with items
    2/ Before importing the batch into the catalog, you can see the marc
    of the records, in the table below.
    3/ Verify that the items is correctly displayed.
    
    QA note: This patch does not provide test for new subroutines but the
    module (C4::ImportBatch) is not tested at all and it will be time
    consuming to provide them.
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 4d8dd344aecad265393ac0549e59bf9a439d2c32)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 C4/ImportBatch.pm            |   38 ++++++++++++++++++++++++++++----
 catalogue/showmarc.pl        |    3 +--
 t/db_dependent/ImportBatch.t |   49 +++++++++++++++++++++++++++++++++++++++++-
 tools/showdiffmarc.pl        |    7 +++---
 4 files changed, 86 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list