[koha-commits] main Koha release repository branch master updated. v18.11.00-1464-gd35cc83

Git repo owner gitmaster at git.koha-community.org
Fri May 10 14:42:47 CEST 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  d35cc83379fae8998b1b9828c8fdb05746b44287 (commit)
       via  5ecbe281aff13e53d4fbc5064714de9209410358 (commit)
       via  d80e5a2bb633419f9ca52b7d289829543341f7bd (commit)
       via  9388401f88788172c888e47d33739f2682750097 (commit)
       via  a4f5cc4d66d5374dcbc32b402417ac770e8a695d (commit)
       via  9f25d1d003d099dcdca803c3385ecfb0f7fdbb49 (commit)
       via  88e0fa19dfe3c83dd9f713fb81b2b00e23c21546 (commit)
       via  30f0e7fec988393531024bcd9bfa0e4f4effb254 (commit)
      from  2330a155f6d13c37a81632c3088030c89a877401 (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 d35cc83379fae8998b1b9828c8fdb05746b44287
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Oct 10 14:49:02 2018 +0200

    Bug 21533: Do not allow password recovery for administrative locked patrons
    
    Depends on bug 21336 for the ADMINISTRATIVE_LOCKOUT constant.
    
    This is a bit lazy solution (but good enough): The account will not be found
    when recovering the password. The user should contact the library. Since
    the library chose to lock the account, that seems appropriate.
    
    Test plan:
    Select a borrower and set login_attempts to -1. Via mysql command line or
    with Koha::Patrons->find(borrowernumber)->lock.
    Enable password recovery.
    Try to recover password from OPAC. You should fail with 'Not found, contact
    the library'.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Bouzid Fergani <bouzid.fergani at inlibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 5ecbe281aff13e53d4fbc5064714de9209410358
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri May 10 12:10:42 2019 +0000

    Bug 22782: DBIC update for SocialData
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit d80e5a2bb633419f9ca52b7d289829543341f7bd
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri May 10 12:09:59 2019 +0000

    Bug 14407: DBRev 18.12.00.070
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 9388401f88788172c888e47d33739f2682750097
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri May 10 11:44:45 2019 +0000

    Bug 14407: (RM follow-up) bump version number
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit a4f5cc4d66d5374dcbc32b402417ac770e8a695d
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue Mar 27 14:28:06 2018 +0000

    Bug 14407: Follow up to add test case and clean noise
    
    Comment #28 has a /36 which is invalid CIDR.
    This triggers a crash and noise.
    This cleans up the crash and noise, and adds
    test cases to check for them.
    
    prove t/Auth.t
    -- before missing null case, and /36 case.
    -- after null case, and /36 with/without warnings.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 9f25d1d003d099dcdca803c3385ecfb0f7fdbb49
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue Mar 27 14:43:46 2018 +0000

    Bug 14407: Follow up add missing atomic update
    
    The patch only added the system preference for fresh installs.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 88e0fa19dfe3c83dd9f713fb81b2b00e23c21546
Author: Nicholas can Oudtshoorn <vanoudt at gmail.com>
Date:   Fri Jan 12 18:14:59 2018 +0000

    Bug 14407: Unit tests for in_ipset
    
    TEST PLAN
    ---------
    1) apply all pathches
    2) sudo koha-shell -c bash kohadev
       prove t/Auth.t
       -- should run.
    3) run koha qa test tools
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 30f0e7fec988393531024bcd9bfa0e4f4effb254
Author: Nicholas can Oudtshoorn <vanoudt at gmail.com>
Date:   Fri Jan 12 17:28:41 2018 +0000

    Bug 14407: Allow restricting SCO to IP or IP range
    
    Converted this to actual applicable patches.
    I think the test plan is comment #28. -- Mark Tompsett
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/Auth.pm                                         |   25 +++++++++++-
 C4/Installer/PerlDependencies.pm                   |    5 +++
 Koha.pm                                            |    2 +-
 Koha/Schema/Result/SocialData.pm                   |    7 ++--
 installer/data/mysql/kohastructure.sql             |    2 +-
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   12 ++++++
 .../en/modules/admin/preferences/circulation.pref  |    4 ++
 opac/opac-password-recovery.pl                     |    4 +-
 opac/sco/help.pl                                   |    7 +++-
 opac/sco/printslip.pl                              |    7 +++-
 opac/sco/sco-main.pl                               |   10 ++++-
 opac/sco/sco-patron-image.pl                       |    6 +++
 t/Auth.t                                           |   42 ++++++++++++++++++++
 14 files changed, 122 insertions(+), 12 deletions(-)
 create mode 100644 t/Auth.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list