[koha-commits] main Koha release repository branch master updated. v18.05.00-374-gdec983e

Git repo owner gitmaster at git.koha-community.org
Tue Jul 31 04:28:54 CEST 2018


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  dec983ec1b12de0e95aa0d64fc6e32a9d5b3fece (commit)
       via  9add683d82b1a6db3cf62be5dca8d16c4d328207 (commit)
       via  135cb68db39d1eed8db6fe2ad31d1e62f8579dab (commit)
       via  ce1f9033fbdccb883673577868fa6d74e357cf60 (commit)
       via  2e6fb40ef8296ba474e8338c4a55cc2804aa73be (commit)
       via  3d41d947d2760e0502607ddad20e13f2dd8677d0 (commit)
      from  7248191cee3a7981416253d4035533a39f07cbab (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 dec983ec1b12de0e95aa0d64fc6e32a9d5b3fece
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Jul 30 22:51:32 2018 -0300

    Bug 21087: (QA follow-up) Fix usage in create_superlibrarian.pl
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 9add683d82b1a6db3cf62be5dca8d16c4d328207
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jul 25 19:09:01 2018 -0300

    Bug 21087: Fix create_superlibrarian.pl script
    
    Signed-off-by: John Doe <you at example.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 135cb68db39d1eed8db6fe2ad31d1e62f8579dab
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jul 25 10:38:48 2018 -0300

    Bug 21087: Do not store the password in ->store for existing patrons
    
    When ->store is called on an existing patron we must not save the
    password, but keep the one in DB instead.
    There is a dedicated method (update_password) to call when the password
    need to be updated
    
    Signed-off-by: John Doe <you at example.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit ce1f9033fbdccb883673577868fa6d74e357cf60
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jul 25 10:37:57 2018 -0300

    Bug 21087: Fix one wrong call
    
    Signed-off-by: John Doe <you at example.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 2e6fb40ef8296ba474e8338c4a55cc2804aa73be
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jul 18 19:54:34 2018 -0300

    Bug 21087: Hash passwords in ->update_password
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: John Doe <you at example.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 3d41d947d2760e0502607ddad20e13f2dd8677d0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jul 18 19:14:40 2018 -0300

    Bug 21087: Test to describe the issue
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: John Doe <you at example.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 C4/Auth_with_ldap.pm                     |    4 +--
 Koha/Patron.pm                           |   40 ++++++++++++++++--------------
 members/member-password.pl               |    4 +--
 members/memberentry.pl                   |    3 +++
 misc/devel/create_superlibrarian.pl      |    5 ++--
 opac/opac-password-recovery.pl           |    3 +--
 t/db_dependent/Auth.t                    |    2 +-
 t/db_dependent/Koha/Patrons.t            |   14 ++++++++---
 t/db_dependent/Search/History.t          |    4 +--
 t/db_dependent/selenium/authentication.t |    6 ++---
 t/db_dependent/selenium/regressions.t    |    3 +--
 11 files changed, 49 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list