[koha-commits] main Koha release repository branch master updated. v16.05.00-765-g23d5d0f

Git repo owner gitmaster at git.koha-community.org
Fri Sep 9 14:57:33 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  23d5d0fbd37ea1d9598487c368db4424e4f281e4 (commit)
       via  f835f1f3bd939f13088904e426601fb98e9e767a (commit)
      from  884954f977e4df701d7b458e48f7d12e77c8eed9 (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 23d5d0fbd37ea1d9598487c368db4424e4f281e4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sat Apr 23 17:01:24 2016 +0100

    Bug 16275: Do not allow a self registration with an existing email address
    
    To avoid multiple registrations, it would be good to check the unicity
    of the primary email address.
    This patchset adds a new pref PatronSelfRegistrationEmailMustBeUnique.
    If on, a patron will get "This email address already exists in our
    database" if he try to register with an existing email address.
    
    Test plan:
    1/ Register a new patron with an email address
    2/ Make an other registration using the same email address
    => With the pref PatronSelfRegistrationEmailMustBeUnique on, you won't be allowed
    => With the pref off, no change should be noticed.
    
    Sponsored-by: BULAC - http://www.bulac.fr/
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Work as described, no errors.
    
    Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit f835f1f3bd939f13088904e426601fb98e9e767a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sat Apr 23 16:45:04 2016 +0100

    Bug 16275: Add the new pref PatronSelfRegistrationEmailMustBeUnique
    
    Sponsored-by: BULAC - http://www.bulac.fr/
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    No errors
    
    Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 installer/data/mysql/atomicupdate/bug_16275.sql               |    1 +
 installer/data/mysql/sysprefs.sql                             |    1 +
 .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref |    6 ++++++
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt  |    3 +++
 opac/opac-memberentry.pl                                      |    9 ++++++++-
 5 files changed, 19 insertions(+), 1 deletion(-)
 create mode 100644 installer/data/mysql/atomicupdate/bug_16275.sql


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list