[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.03-54-gb5f0fce5f5

Git repo owner gitmaster at git.koha-community.org
Fri Sep 4 22:35:21 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, 20.05.x has been updated
       via  b5f0fce5f53f731df4d4271785eab8e8a3293364 (commit)
       via  9a544a86dbaa00dfce906f683556fea5d30805fb (commit)
       via  bd56e23748f459f983bbca07bc7b019b70192dd5 (commit)
       via  411619f209d071a8e2250a8979f3a336827dafb5 (commit)
      from  04cea9d7e35c25c9b42d167ceeead892c9cf3ae6 (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 b5f0fce5f53f731df4d4271785eab8e8a3293364
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Fri Sep 4 19:59:42 2020 +0000

    Bug 25958: DB Rev 20.05.03.001
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 9a544a86dbaa00dfce906f683556fea5d30805fb
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>

commit bd56e23748f459f983bbca07bc7b019b70192dd5
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>

commit 411619f209d071a8e2250a8979f3a336827dafb5
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>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list