[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.04-2-g12452be

Git repo owner gitmaster at git.koha-community.org
Sun Oct 11 22:45:31 CEST 2015


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, 3.20.x has been updated
       via  12452be92e545bfe559215d96b17353829989426 (commit)
       via  a19c1257eb9a91426b42b7bad94f211cd9f046a4 (commit)
      from  773d77688390e0a7e5b9fac301555176fab3f143 (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 12452be92e545bfe559215d96b17353829989426
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Sep 2 09:43:51 2015 +0100

    Bug 14509: (follow-up) Reject invalid passwords
    
    The members.js was not included in member-password.tt
    And it cannot, there are specific code which cannot be used outside of
    memberentry.tt
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit 53dd856c66a2c2f77db5e04d8bdf4f34c583b638)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit a19c1257eb9a91426b42b7bad94f211cd9f046a4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jul 14 15:33:34 2015 +0100

    Bug 14509: Reject invalid passwords
    
    Bug 10177 rejects password with leading or trailing whitespaces, but
    only on the member-password page.
    It's not consistent to only do this check on 1 place.
    This patch adds the check for the 2 other places: memberentry and at the
    OPAC.
    
    Test plan:
    1/ Edit a patron and set a password with leading and/or trailing
    whitespaces. You should not be allowed to do it (no server side check).
    2/ Same at the OPAC ("Change you password" tab). Here there is a server
    side check.
    
    Followed test plan. Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit 1b8f3194e9f616f46260c849eda5a9f6c717d5fa)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/js/members.js             |   11 +++++++++++
 .../prog/en/modules/members/member-password.tt            |   13 +++++++++++--
 .../prog/en/modules/members/memberentrygen.tt             |    1 +
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt   |    3 +++
 opac/opac-passwd.pl                                       |    8 +++++++-
 5 files changed, 33 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list