[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.15-16-g2db042f2ff

Git repo owner gitmaster at git.koha-community.org
Tue Oct 27 16:11:12 CET 2020


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, 19.05.x has been updated
       via  2db042f2ffe4f6e38dcfdbf04caa9c3b75594605 (commit)
       via  a1335333a6fb3b5b979a6f2b4141c8a852446eb7 (commit)
      from  a820ff385de4bc5ebeb0ac25209294ffd0f86969 (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 2db042f2ffe4f6e38dcfdbf04caa9c3b75594605
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Oct 28 03:11:24 2020 +1300

    Bug 26434: add Array::Utils module [19.05]
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit a1335333a6fb3b5b979a6f2b4141c8a852446eb7
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Sep 11 16:03:28 2020 +0200

    Bug 26434: Fix plugin dirs addition to @INC
    
    Plugin dirs defined in koha-conf.xml are added to @INC in order to compile perl code.
    Looks like with plack those dirs are added several times.
    This may lead to an error "INCLUDE_PATH exceeds 64 directories".
    
    This bug was identified with Carrousel plugin : https://inlibro.com/instructions-carrousel/
    
    Test plan :
    1) Enable plack and plugins
    2) Look at page about.pl : @INC contains one plugin dir 'var/lib/plugins'
    3) Install plugin KitchenSink : https://github.com/bywatersolutions/koha-plugin-kitchen-sink
    4) Dont apply patch
    5) Use configure on KitchenSink
    6) Look at page about.pl : @INC contains server plugin dir 'var/lib/plugins'
    7) Apply patch and restart plack
    8) Use configure on KitchenSink
    9) Look at page about.pl : @INC contains one plugin dir 'var/lib/plugins'
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit dcdc72aee7d835c08ca3565a83a3dae7389a4f87)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit aaef04500654a997f722c17adff017a0a4687e8d)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit 97a15fe1869dbdefcdb10f812a5adcb36becc7a7)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm | 5 +++++
 Koha/Plugins.pm                  | 3 ++-
 Koha/Plugins/Handler.pm          | 3 ++-
 3 files changed, 9 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list