[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.03-74-gcec049bf80

Git repo owner gitmaster at git.koha-community.org
Fri Mar 13 02:36:46 CET 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.11.x has been updated
       via  cec049bf80c05e6c32d29d935f6cd1421247aaac (commit)
       via  2bcb1f0398214ad2dd3ef65019ecd98309341536 (commit)
       via  5e32b20c6a79e50af488bf6459eb67152dca207a (commit)
       via  382372edbb9082616d53231d2c18ce82f081e0f7 (commit)
       via  44f733ee63cd5bcb18d21e7811907fe4de027e46 (commit)
      from  82a84bfbde7e46a67b02d7fbb8a70ade3972fc41 (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 cec049bf80c05e6c32d29d935f6cd1421247aaac
Author: Joy Nelson <joy at bywatersolutions.com>
Date:   Fri Mar 13 01:10:09 2020 +0000

    Bug 24532: DBRev 19.11.03.004
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 2bcb1f0398214ad2dd3ef65019ecd98309341536
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jan 30 14:39:22 2020 +0000

    Bug 24532: Fix misidentified credit_types from bug 23049
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 5e32b20c6a79e50af488bf6459eb67152dca207a
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jan 30 13:19:37 2020 +0000

    Bug 24532: Fix original DB update for bug 23049
    
    Pathalogical cases of Payments and Writeoffs being converted to debits
    are identified during the DB update for bug 23049, but we are not
    correctly limiting to those types accountlines when subsequently
    populating the debit_type field.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 382372edbb9082616d53231d2c18ce82f081e0f7
Author: David Cook <dcook at prosentient.com.au>
Date:   Wed Feb 19 02:07:30 2020 +0000

    Bug 24538: Handle Net::Netmask parser errors
    
    This patch switches from the new() to new2() constructor,
    which will return an undef value when it fails to parse a value.
    
    This patch warns on parser failures, but otherwise silently drops
    the invalid value, and returns objects for any valid input it can parse.
    This way one mistake won't disable the whole feature.
    
    To test:
    1. Run the unit test t/Koha/Middlware/RealIP.t
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 44f733ee63cd5bcb18d21e7811907fe4de027e46
Author: David Cook <dcook at prosentient.com.au>
Date:   Wed Feb 19 02:05:07 2020 +0000

    Bug 24538: Add unit tests for Koha::Middleware::RealIP
    
    This patch adds some unit tests for Koha::Middleware::RealIP
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 Koha.pm                                |  2 +-
 Koha/Middleware/RealIP.pm              | 11 +++-
 installer/data/mysql/updatedatabase.pl | 46 ++++++++++++++++-
 t/Koha/Middlware/RealIP.t              | 94 ++++++++++++++++++++++++++++++++++
 4 files changed, 150 insertions(+), 3 deletions(-)
 create mode 100644 t/Koha/Middlware/RealIP.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list