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

Git repo owner gitmaster at git.koha-community.org
Fri Apr 10 19:06:20 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  b3843211de3181f56918a4e9c7dfafeaef8cb5e3 (commit)
       via  33c6cdd91f1580656d43a02ac0f5d41303857778 (commit)
       via  e4eb3a70415665e868fef2688ee9a3b56d8283e9 (commit)
      from  1f80f34cee73197c13ffedb408fbe3c6c54d3758 (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 b3843211de3181f56918a4e9c7dfafeaef8cb5e3
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri Mar 13 08:47:53 2020 +0000

    Bug 22943: Remove unused line from Auth.t
    
    Removes an unnecessary variable declaration from Auth.t
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 04359d9bbb2dabe8eefac60cd5ed68c81d91379c)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 33c6cdd91f1580656d43a02ac0f5d41303857778
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Mar 9 09:17:50 2020 +0000

    Bug 22943: (QA follow-up) Add new cases
    
    A few additional cases were introduced since the original bug was
    authored. This patch simply catches those cases and makes the same
    change.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 59955a13836fba246746ca8aaa2384c800425665)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit e4eb3a70415665e868fef2688ee9a3b56d8283e9
Author: Hayley Mapley <hayleymapley at catalyst.net.nz>
Date:   Mon May 27 13:57:05 2019 +1200

    Bug 22943: Renames the in_ipset function to in_iprange in C4::Auth
    
    Bug 14407 introduced a new system preference to allow limiting the
    online self checkout system to an IP or IP Range. The function that
    handles this is called in_ipset, which is the name of a linux tool. To
    stop confusion, this patch renames the function to 'in_iprange', and the
    variable 'ipset' within it to 'iprange'.
    
    To test, follow the test plans outlined in Bug 14407 and confirm that
    everything works as expected.
    
    Sponsored-by: Catalyst IT
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 46b219864e3ea001d05dc69e960fd77c00c5eed6)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Auth.pm                   | 16 ++++++++--------
 opac/sco/help.pl             |  4 ++--
 opac/sco/printslip.pl        |  4 ++--
 opac/sco/sco-main.pl         |  4 ++--
 opac/sco/sco-patron-image.pl |  4 ++--
 t/Auth.t                     | 29 ++++++++++++++---------------
 6 files changed, 30 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list