[koha-commits] main Koha release repository branch master updated. v19.11.00-2251-g96b4f6802b

Git repo owner gitmaster at git.koha-community.org
Tue May 19 09:58:16 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, master has been updated
       via  96b4f6802b4b6b195d09f9b7dc9db29288a2b885 (commit)
       via  8efa607ae58ecb83e4b6088633f4b302abfe4822 (commit)
       via  048a6cfc02e7f72159e3345a36e8496528fe68ca (commit)
       via  36f671090af9c0728aa5afdbb677f9e390e18117 (commit)
       via  da1a85b3a7a134c8eccc24a06828727c258db60f (commit)
      from  ba59f81d2fb947e9cf1ec0e2b74e9bce64168ff8 (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 96b4f6802b4b6b195d09f9b7dc9db29288a2b885
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon May 18 14:14:42 2020 -0400

    Bug 25535: Hold API mapping maps cancellationdate to cancelation_date, but it should be cancellation_date
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 8efa607ae58ecb83e4b6088633f4b302abfe4822
Author: Petro Vashchuk <stalkernoid at gmail.com>
Date:   Mon May 18 14:45:56 2020 +0300

    Bug 25516: Fix for "Can't call method unblessed on unblessed reference"
    
    Software error:
        Can't call method "unblessed" on unblessed reference at ../reserve/request.pl line 581.
    was caused by recent commit with `wantarray` removal in sub pickup_locations in ‘Item.pm’
    and visible on fresher Perls (where experimental feature "autoderef" removed https://www.effectiveperlprogramming.com/2010/11/use-array-references-with-the-array-operators/ )
    
    To test:
        1) Get a clean dev environment after "reset_all"
        2) Add an empty record for “Default checkout, hold and return policy” on /cgi-bin/koha/admin/smart-rules.pl.
        3) Open item record, like /cgi-bin/koha/reserve/request.pl?biblionumber=1&borrowernumber=1
        4) Observe the error (Can't call method "unblessed" on unblessed reference at ../reserve/request.pl line 581.)
        5) Apply patch.
        6) Repeat steps 2 and 3.
        7) Observe that the error is gone.
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 048a6cfc02e7f72159e3345a36e8496528fe68ca
Author: David Cook <dcook at prosentient.com.au>
Date:   Mon May 18 06:23:07 2020 +0000

    Bug 25510: Put space between negation operator and function name
    
    This patch puts a space between the negation operator ! and
    the function name (ie log4perl_component).
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 36f671090af9c0728aa5afdbb677f9e390e18117
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri May 15 10:12:46 2020 +0200

    Bug 25510: Fix syntax error in koha-common.postinst
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit da1a85b3a7a134c8eccc24a06828727c258db60f
Author: David Cook <dcook at prosentient.com.au>
Date:   Mon May 18 03:02:05 2020 +0000

    Bug 25068: Fix koha-common.install directives
    
    Bug 24735 removed etc/searchengine/queryparser.yml, which removed
    the need for koha-common.install to install the following file:
    debian/tmp/etc/koha/searchengine
    
    This patch removes that line and causes the Koha packages to build
    correctly again.
    
    To test:
    0) Apply patch
    1) Build a Koha package using one of the following methods:
    - https://wiki.koha-community.org/wiki/Building_Debian_Packages_-_The_Easy_Way
    - https://hub.docker.com/r/koha/koha-dpkg
    - https://gitlab.com/minusdavid/koha-deb-builder-docker
    
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Hold.pm                         |  2 +-
 api/v1/swagger/definitions/hold.json |  2 +-
 api/v1/swagger/paths/holds.json      |  2 +-
 debian/koha-common.install           |  1 -
 debian/koha-common.postinst          |  8 ++++----
 reserve/request.pl                   | 11 +++++------
 6 files changed, 12 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list