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

Git repo owner gitmaster at git.koha-community.org
Wed Oct 21 18:33:58 CEST 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  a5b8547f15b866eb1a23d26c24fc7effa90dd1e0 (commit)
       via  6efd0a5704d246417d3a7b836b85a1e50437fd2a (commit)
      from  a2cbbb4e1d091d41b75700f153976e470b72e18d (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 a5b8547f15b866eb1a23d26c24fc7effa90dd1e0
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Sep 22 14:10:10 2020 -0400

    Bug 26510: Transport Cost Matrix editor doesn't show all data when HoldsQueueSkipClosed is enabled
    
    If HoldsQueueSkipClosed is enabled, and a library happens to be closed
    on the day you edit the transport cost matrix, all the values for that
    library will not show. Instead they will appear disabled, and if you
    were to edit the cell and save a new value in it, it will also
    'disappear' when the page is reloaded.
    
    Test Plan:
    1) Set today as a holiday for a library
    2) Set HoldsQueueSkipClosed to 'open'
    3) Go to the transport cost matrix editor
    4) Edit a cell where the 'from' is for the closed library
    5) Note the value doesn't 'save', it is still in the database though
    6) Apply this patch
    7) Restart all the things!
    8) Reload the transport cost matrix editor
    9) The value now appears correctly!
    
    Signed-off-by: Lisette Scheer <lisetteslatah at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 26ab04a3b383f5a9c88124625f8edc1c4cf1d816)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit eab46b1758cc4749aba581469f40a8405f79fb2b)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    (cherry picked from commit af554209575a7e6f137ec1dd09f3b773c4058e9b)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 6efd0a5704d246417d3a7b836b85a1e50437fd2a
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/HoldsQueue.pm               | 5 ++++-
 Koha/Plugins.pm                | 3 ++-
 Koha/Plugins/Handler.pm        | 3 ++-
 admin/transport-cost-matrix.pl | 2 +-
 4 files changed, 9 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list