[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.09-28-gec714bc6ce

Git repo owner gitmaster at git.koha-community.org
Thu Sep 10 07:04:53 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.11.x has been updated
       via  ec714bc6cecc6c9fd3be2216288974d4f71591e2 (commit)
       via  b292346a49dc59b0fdfeb05f66d9108d4a39c8c0 (commit)
       via  ec02cab4ca91c3e76fa737e279784f613396f9db (commit)
       via  2c122a73443e2605e1d2bed5289170e33ddc0b1d (commit)
      from  38446b23116444cadbcfa04758b108ec81b5f768 (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 ec714bc6cecc6c9fd3be2216288974d4f71591e2
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Wed Sep 9 21:50:43 2020 +1200

    Bug 25958: DBRev 19.11.09.001
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

commit b292346a49dc59b0fdfeb05f66d9108d4a39c8c0
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Aug 24 13:13:17 2020 -0400

    Bug 25958: (QA follow-up) Implement filter in database query instead of in loop
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 66382458dc46356818473935e8d5546f13f05645)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 9a544a86dbaa00dfce906f683556fea5d30805fb)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

commit ec02cab4ca91c3e76fa737e279784f613396f9db
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Aug 22 02:41:20 2020 +0000

    Bug 25958: (QA follow-up) Add some punctuation to new DefaultLongOverdueSkipLostStatuses
    
    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 d99651efd0a9a827b91f4575ab6f1d4344c7cfb0)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit bd56e23748f459f983bbca07bc7b019b70192dd5)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

commit 2c122a73443e2605e1d2bed5289170e33ddc0b1d
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jul 28 07:55:18 2020 -0400

    Bug 25958: Allow LongOverdue cron to exclude specified lost values
    
    When lost items are not marked as returned, they are still subject to
    the long overdue cron, so an item that has already been marked Lost may
    automatically roll to Long Overdue. In some cases, a library may not
    want that lost value to change. This becomes especially important with
    the introduction of Claims Returned, which uses a variety of lost.
    
    Test Plan:
    1) Set up a long overdue item that would be moved to lost by longoverdue.pl
    2) Run the cronjob with the new --skip-lost-value option
    3) Note the item is not altered
    4) Include that value in the new system preference DefaultLongOverdueSkipLostStatuses
    5) Run the cronjob *without* the new option
    6) Note the item is not altered
    7) Run the cronjob again with the new command line option, but set it to
    a different value so the item will be affected
    8) Note the item is altered as it would have been before this patch was
    applied
    
    Signed-off-by: Lisette Scheer <lisetteslatah at gmail.com>
    
    Signed-off-by: Rebecca Coert <rcoert at arlingtonva.us>
    
    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 48edb2947163c1e9a70b11de40a71ebed747952f)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 411619f209d071a8e2250a8979f3a336827dafb5)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

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

Summary of changes:
 Koha.pm                                            |  2 +-
 installer/data/mysql/sysprefs.sql                  |  1 +
 installer/data/mysql/updatedatabase.pl             | 11 ++++
 .../en/modules/admin/preferences/circulation.pref  |  6 ++
 misc/cronjobs/longoverdue.pl                       | 73 +++++++++++++++-------
 5 files changed, 68 insertions(+), 25 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list