[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-46-gf9f92fd

Git repo owner gitmaster at git.koha-community.org
Tue Jan 6 00:53:40 CET 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  f9f92fd7133b2dc4f8eebbe9c425da6130014ad4 (commit)
       via  981bdaf8d6ea33377ded5dfacb181a3ad2fe523f (commit)
       via  6fd0165d87a4aab0c1c2a5f8854030323565f429 (commit)
      from  4a0872e59e8ef74349c4840bca50edac0d8e7d2f (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 f9f92fd7133b2dc4f8eebbe9c425da6130014ad4
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Dec 31 13:23:06 2014 +0100

    Bug 13504: Remove the '----' marker for CHECKIN and CHECKOUT notices
    
    If only 1 item exist in the message, the marker is not removed.
    This marker is removed by render_metadata, but this method is only
    called on appending.
    
    Test plan:
    1/ Enable the CHECKIN and/or CHECKOUT notices for a patron
    2/ check and item in or out and verify that the marker is no longer
    displayed in the generated notices.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 936a4f22288ff013a2e4269a934df7fa900c7336)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 981bdaf8d6ea33377ded5dfacb181a3ad2fe523f
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Sun Jan 4 11:14:58 2015 -0300

    Bug 13167: (QA followup) regression tests
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 3e5ea114523b29bd36688f33d6cb3012756cfd8b)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 6fd0165d87a4aab0c1c2a5f8854030323565f429
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Sun Nov 2 17:41:34 2014 +0100

    Bug 13167 Stage MARC for Import hangs for biblio containing invalid ISBN-13
    
    If the ISBN of a UNIMARC record begins with 979 then the 'Stage MARC for
    import' hangs.  If I use the same UNIMARC record and change 979 to 978 in the
    ISBN, 'Stage MARC for import' works perfectly.
    
    The patch deals with the fact that converting an ISBN-13 to ISBN-10 with
    Business::ISBN as_isbn10() method fails if the ISBN doesn't begin with 978.
    
    TEST PLAN:
    
    (1) Download, and decompress the ZIP file attached to BZ.
    (2) On a UNIMARC Koha instance, go in Tools > Stage MARC for import.
    (3) Choose the MARC file containing the record with an ISBN begining with 979.
        Click on Upload file, then Stage to import.
    (4) The Job progress bar stay at 0%.
    (5) Apply the patch. Repeat steps 2-3. The upload works.
    
    Signed-off-by: Colin Campbell <colin.campbell at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Tested in a UNIMARC installation, confirmed that the patch fixes the
    problem.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 352d9cd2fd0ea7ddc075094e3f9d310abc894ac4)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Koha.pm    |    1 +
 C4/Message.pm |    7 ++++++-
 t/Koha.t      |   29 ++++++++++++++++++++++++++---
 3 files changed, 33 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list