[koha-commits] main Koha release repository branch master updated. v3.22.00-660-g0e58904

Git repo owner gitmaster at git.koha-community.org
Wed Feb 24 05:11:59 CET 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  0e5890475e90711b9f4232d6c380291cb3f3cee4 (commit)
       via  21745ec3f7c84e1868144733714a0e7d99c0bcfc (commit)
       via  7d8b1ce26944345e4b1a9726065a9846c4a46cac (commit)
       via  714899c7f8535f6f970726c784a0074722c86665 (commit)
      from  3a450208b720d7f11dd89901a920222cb3e7d945 (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 0e5890475e90711b9f4232d6c380291cb3f3cee4
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Feb 5 16:01:17 2016 +0000

    Bug 15343 [QA Followup]
    
    * Check for leading/trailing spaces in password
    * Check hashed password in tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 21745ec3f7c84e1868144733714a0e7d99c0bcfc
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jan 15 15:53:30 2016 +0000

    Bug 15343 [QA Follow up] Fix captcha display
    
    Make captcha visible even if password field is hidden
    Remove password confirmation field before submitting modification
    
    Signed-off-by: Jesse Weaver <jweaver at bywatersolutions.com>
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 7d8b1ce26944345e4b1a9726065a9846c4a46cac
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Dec 18 19:30:13 2015 +0000

    Bug 15343 [QA Followup] - Fix issues
    
    1) "Contact information" should be "Password"
    2) Don't pass sysprefs from the script to the template, use Koha.Preference()
    3) minPasswordLength is optional, we cannot always assume it is set
    4) Password field when does not follow convention completely when mandatory
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jesse Weaver <jweaver at bywatersolutions.com>
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 714899c7f8535f6f970726c784a0074722c86665
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Sat Dec 12 02:10:06 2015 +0000

    Bug 15343 - Allow user to set password on opac-memberentry.pl
    
    This patch allows patrons to create thier own password during OPAC self
    registration.  It sets the password field to be hidden by default, and
    allows for a system generated password if no password is supplied and
    field is not mandatory
    
    1 - Apply patch
    2 - run updatedatabase.pl
    3 - Check syspref "PatronSelfRegistrationBorrowerUnwantedField" - it
    should contain 'password'
    4 - Check self registration on opac - there should be no change
    5 - Remove 'password' from PatronSelfRegistrationBorrowerUnwantedField
    6 - Password field should now be visible in OPAC self registration
    7 - Register a patron: If no passwor is supplied you should get a system
    generated password
    8 - Register a patron with a password, your password should be used
    9 - Add 'password' to PatronSelfRegistrationBorrowerMnadatoryField
    10 - Attempt to register a patron with no password - it should fail
    11 - Try all combinations if mismatched/short/missing passwords and view
    correct error messages
    12 - prove t/db_dependent/Members.t
    
    Sponsored by : Do Space (www.dospace.org)
    
    Signed-off-by: Jesse Weaver <jweaver at bywatersolutions.com>
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 C4/Members.pm                                      |   13 +++---
 ...RegistrationBorrowrUnwantedField_by_default.sql |    1 +
 .../bootstrap/en/modules/opac-memberentry.tt       |   44 +++++++++++++++++++-
 opac/opac-memberentry.pl                           |   13 +++++-
 t/db_dependent/Members.t                           |   14 ++++++-
 5 files changed, 76 insertions(+), 9 deletions(-)
 create mode 100644 installer/data/mysql/atomicupdate/bug_15343-add_password_to_PatronSelfRegistrationBorrowrUnwantedField_by_default.sql


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list