[koha-commits] main Koha release repository branch master updated. v16.05.00-361-gafc008b

Git repo owner gitmaster at git.koha-community.org
Fri Jul 15 20:07:37 CEST 2016


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  afc008b2fa8cf5b409407b4d46585800467b39d3 (commit)
      from  e1e38896bb6a6cb5bcc9fd4b6fc129f143d7406a (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 afc008b2fa8cf5b409407b4d46585800467b39d3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jul 4 14:00:58 2016 +0100

    Bug 16853: Move changepassword to Koha::Patron->update_password
    
    This patch moves the code from C4::Members::changepassword to
    Koha::Patron->update_password
    
    Test plan:
    Change your password at the OPAC and the staff interface
    This should work as before
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    I rebased this on top of 16849 because they were conflicting.
    Tests pass, code looks good (as usual) and I checked both OPAC
    and staff password change work as expected.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Auth_with_ldap.pm           |    5 +++--
 C4/Members.pm                  |   29 -----------------------------
 Koha/Patron.pm                 |   20 ++++++++++++++++++++
 members/member-password.pl     |    2 +-
 opac/opac-password-recovery.pl |    4 ++--
 t/db_dependent/Auth.t          |    3 ++-
 t/db_dependent/Koha/Patrons.t  |   31 ++++++++++++++++++++++++++++++-
 7 files changed, 58 insertions(+), 36 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list