[koha-commits] main Koha release repository branch master updated. v19.05.00-1254-gaab956a

Git repo owner gitmaster at git.koha-community.org
Thu Nov 7 10:38:13 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, master has been updated
       via  aab956af68d0bc72c6268866cc8b5083dc6dee43 (commit)
       via  f59a34a9ca80c54159b976c6fb658a85dc3eef79 (commit)
       via  44c73324700e41de62bda13d4db8c5fa26507607 (commit)
       via  44424b209cd73273796272ba4b32fe7280f912a5 (commit)
      from  b28c71a7145435a38f69361d0b0bedb718240a58 (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 aab956af68d0bc72c6268866cc8b5083dc6dee43
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Nov 7 09:14:48 2019 +0000

    Bug 13958: DBRev 19.06.00.049
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

commit 44c73324700e41de62bda13d4db8c5fa26507607
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>

commit 44424b209cd73273796272ba4b32fe7280f912a5
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Mon Nov 4 15:09:33 2019 -0300

    Bug 23868: Check if threshold is undefined in javascript block of opac-account.tt
    
    This patch fixes a bug introduced by checking payment plugins threshold
    
    To test:
    1. do not apply this patch
    2. configure paypal options in intranet
    3. create a manual invoice for a patron
    4. in opac try to pay that invoice
    CHECK => Make Payment button is disabled, even when invoices where checked.
    5. apply this patch
    6. repeat step 4
    SUCCESS => Make Payment button is enabled when an invoice is checked.
    7. Sign off
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Circulation.pm                                   |    2 +-
 Koha.pm                                             |    2 +-
 installer/data/mysql/sysprefs.sql                   |    1 +
 installer/data/mysql/updatedatabase.pl              |   19 +++++++++++++++++++
 .../en/modules/admin/preferences/circulation.pref   |    8 +++++++-
 .../opac-tmpl/bootstrap/en/modules/opac-account.tt  |    2 +-
 t/db_dependent/Circulation.t                        |    1 +
 7 files changed, 31 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list