[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.04-89-g3587f80

Git repo owner gitmaster at git.koha-community.org
Tue Oct 16 15:54:34 CEST 2018


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, 18.05.x has been updated
       via  3587f80f410d80bd14543fb28b465825a1575bdc (commit)
       via  68cca5c430c78338bf9243e525cb8fba5b9c7e13 (commit)
      from  42e8d66369c6b38caeab85ddd5a1021623ca4628 (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 3587f80f410d80bd14543fb28b465825a1575bdc
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Oct 15 13:07:11 2018 +0000

    Bug 19687: (RM follow-up) Export correct function name
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit dab70daa55a90f7b50f8c2dc9fefdef0762e5daf)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 68cca5c430c78338bf9243e525cb8fba5b9c7e13
Author: David Gustafsson <david.gustafsson at ub.gu.se>
Date:   Wed Sep 26 17:25:44 2018 +0200

    Bug 19687: Undefined subroutine in bulkmarcimport
    
    Bulkmarcimport produces undefined subroutine error for
    C4::Items::TransformMarcToKoha and C4::Items::GetMarcStructure
    probably caused by mutually recursive modules. Put exports in
    BEGIN clause before all the other imports.
    
    To test:
    1) Run bulkmarcimport.pl before applying patch and verify
    that undefined subroutine error occurs
    2) Apply patch
    3) Run bulkmarcimport.pl again and verify that no errors are
    produced
    
    Sponsored-by: Gothenburg University Library
    
    Signed-off-by: George Veranis <gveranis at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 3f09e1d73338c86762412546e1a0617df698f422)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Biblio.pm |  147 ++++++++++++++++++++++++----------------------------------
 C4/Items.pm  |   90 ++++++++++++++++-------------------
 2 files changed, 100 insertions(+), 137 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list