[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.02-92-g1cf3dc6

Git repo owner gitmaster at git.koha-community.org
Mon Jan 19 20:07:18 CET 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.18.x has been updated
       via  1cf3dc6e8e296ad9d5af5f270c1afed74b68a02c (commit)
       via  27f6ca35210a70662de50577c9f1c3fa2774dd08 (commit)
       via  2cc39a405d2e70286b6dad3e4c1ed264c9485002 (commit)
      from  a8989f1d148310250813473a9f8f96a37cfc2e17 (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 1cf3dc6e8e296ad9d5af5f270c1afed74b68a02c
Author: David Cook <dcook at prosentient.com.au>
Date:   Wed Jan 7 17:32:06 2015 +1100

    Bug 13526 - Mandatory fields should not be able to be hidden in borrower self-registration
    
    Currently, mandatory fields in the borrower self-registration can be hidden.
    This causes problems since the validator rejects the registration,
    even though all required fields on the screen have been filled out.
    
    This is especially a problem when using the system preference
    "PatronSelfRegistrationVerifyByEmail", since it automatically makes
    "email" a mandatory field.
    
    This patch makes it so that a mandatory field cannot be hidden on
    the self-registration page.
    
    _TEST PLAN_
    
    Before applying
    1) Hide the "email" and the "emailpro" fields using the
    "PatronSelfRegistrationBorrowerUnwantedField" system preference.
    
    2) Make the "email" and the "emailpro" fields mandatory using the
    "PatronSelfRegistrationBorrowerMandatoryField" system preference.
    
    3) Note that you cannot see "Primary email" or "Secondary email"
    on the self registration page.
    (The registration page which can be found by turning
    on "PatronSelfRegistration" and filling in
    "PatronSelfRegistrationDefaultCategory". The link will be on
    opac-main.pl on the right side of the screen under the login box.)
    
    4) Note that you cannot submit a self-registration request as
    the system tells you that you have not filled in all the mandatory
    fields.
    
    5) Apply the patch && refresh the self registration page
    
    6) Note that you can now see "Primary email" and "Secondary email"
    on the self-registration screen".
    
    Signed-off-by: Abby <abbyrobnz at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit fd6176d0a58e5e5016d5db002578b7a7dee9531c)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 27f6ca35210a70662de50577c9f1c3fa2774dd08
Author: Thomas <tomsStudy at gmail.com>
Date:   Tue Jan 13 23:25:49 2015 +0000

    Bug 12702 - Suggestions still accessible in OPAC when deactivated
    
    Added check for suggestions turned off. If off user is redirected to 404 error. If patron suggestions are off guest sugestions will also redirect to 404
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit bcbcad897a3f383b38851f8d0fb27017170d181f)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 2cc39a405d2e70286b6dad3e4c1ed264c9485002
Author: Marc Véron <veron at veron.ch>
Date:   Sun Nov 16 22:52:31 2014 +0100

    Bug 8096 - card number twice on patron search
    
    This patch removes double patron card numbers from patron search results.
    
    To test:
    
    Search patrons
    See card number 12345 in first column and in second column like Testman, John (12345)
    Apply patch
    Patron card number no longer dispays in second colum
    
    Further testing:
    Search for other places in intranet where patron-title.inc is used (git grep 'patron-title.inc')
    The card number still should display at the other places.
    
    Signed-off-by: Chris <chris at bigballofwax.co.nz>
    
    http://bugs.koha-community.org/show_bug.cgi?id=8096
    Signed-off-by: Chris <chris at bigballofwax.co.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit b8989510ec8b6b58249707bf2ddc6cf80fbfef4d)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc    |    8 ++++++--
 .../prog/en/modules/members/tables/members_results.tt        |    2 +-
 opac/opac-memberentry.pl                                     |   10 ++++++++--
 opac/opac-suggestions.pl                                     |    6 ++++++
 4 files changed, 21 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list