[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.04-133-g9649de1

Git repo owner gitmaster at git.koha-community.org
Wed Dec 11 00:36:47 CET 2019


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  9649de151e9bb948dd360c856d66d77bac674f4c (commit)
       via  ee600debe401078e0a18afced0add198ba98fe09 (commit)
       via  b0c17be0f4a8cbd58f8cb17d53591be5363ac230 (commit)
      from  bfca9972f9c7c62e88a9e99f424620620226d5be (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 9649de151e9bb948dd360c856d66d77bac674f4c
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Tue Dec 10 23:05:53 2019 +0000

    Bug 13958: DBRev 19.05.05.001
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit ee600debe401078e0a18afced0add198ba98fe09
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon May 27 12:10:57 2019 -0300

    Bug 13958: Use SuspensionsCalendar syspref for more granularity
    
    This patch makes the calculation of suspension expiration configuration
    detached from the finesCalendar syspref. This way libraries have more
    flexibility when setting circ rules.
    
    I wrote this path as a bugfix, because the recent change pushed by bug 19204
    changed this behavior and libraries have been complaining since they got
    upgraded.
    
    It is a minor change, just adding the new syspref, and replacing the
    single place in which it is used for debarment calculation for the new
    one.
    
    The tests are updated similarly, just adding the new mocked syspref as
    it was with the old one.
    
    To test:
    - Apply this patches
    - updatedatabase
    - Run:
      $ kshell
     k$ prove t/db_dependent/Circulation.t
    => SUCCESS: Tests pass!
    - Sign off :-D
    
    Sponsored-by: Universidad Nacional de Córdoba
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit f59a34a9ca80c54159b976c6fb658a85dc3eef79)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit b0c17be0f4a8cbd58f8cb17d53591be5363ac230
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon May 27 11:30:33 2019 -0300

    Bug 13958: Add SuspensionsCalendar syspref
    
    Sponsored-by: Universidad Nacional de Córdoba
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Circulation.pm                                   |    2 +-
 installer/data/mysql/sysprefs.sql                   |    1 +
 installer/data/mysql/updatedatabase.pl              |   19 +++++++++++++++++++
 .../en/modules/admin/preferences/circulation.pref   |    8 +++++++-
 t/db_dependent/Circulation.t                        |    1 +
 5 files changed, 29 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list