[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.09-8-ga9d7aa8518

Git repo owner gitmaster at git.koha-community.org
Wed Apr 8 17:30:14 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.05.x has been updated
       via  a9d7aa85186ddd7f0488c89337544d56d09fcccb (commit)
       via  d0623804ebd5145c87e05ec9ff1ebf5f7b2ef051 (commit)
       via  7399a8de944674dfdb1ffb9dd014427d7750dd14 (commit)
      from  c9154e6e83614f4808d529a967e150e6b08bcd41 (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 a9d7aa85186ddd7f0488c89337544d56d09fcccb
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Nov 29 09:45:48 2019 +0000

    Bug 24114: (QA follow-up) Fix counts for lock, anonymize and delete
    
    Since these operations impact on the resultset, the counts should be
    saved before.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 9b0ba1c096ed72bd867792a11de59a825355e6dc)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit d0623804ebd5145c87e05ec9ff1ebf5f7b2ef051
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Nov 29 09:17:19 2019 +0000

    Bug 24114: (follow-up) Resolve warning on non-numeric subtraction
    
    Argument "" isn't numeric in subtraction (-) at /usr/share/koha/Koha/Patrons.pm line 290.
    
    Coming from an empty or undefined FailedLoginAttempts.
    
    Test plan:
    Verify that Koha/Patrons.t still passes.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit c242f8667794cc4217155c783dfe8065d77ac788)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 7399a8de944674dfdb1ffb9dd014427d7750dd14
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 26 11:11:35 2019 +0100

    Bug 24114: Remove warn statements from Koha::Patrons
    
    The warn must be done in the cronjob.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Followed this test plan (with two follow-ups applied):
    [1] Prefs: UnsubscribeReflectionDelay=1, PatronAnonymizeDelay=2, PatronRemovalDelay=3, FailedLoginAttempts was undef
    [2] Pick borrower and set expiry to NOW-2, and lock him (login_attempts=-1) Could be achieved too by settings FailedLoginAttempts and trying wrong passwords. Run cleanup job:
        Locked 0 patrons
        Anonymized 1 patrons
        Deleted 0 patrons
    [3] Pick borrower, set expiry to NOW-3. Run cleanup job:
        Locked 0 patrons
        Anonymized 0 patrons
        Deleted 1 patrons
    
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit d7f922eb63c420375f42ab419d9db154650fbd4d)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/Patrons.pm                   | 19 +++++--------------
 misc/cronjobs/cleanup_database.pl | 23 +++++++++++++++++++----
 t/db_dependent/Koha/Patrons.t     | 11 ++++++++++-
 3 files changed, 34 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list