[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.01-50-gd5ddcb8

Git repo owner gitmaster at git.koha-community.org
Mon Jul 13 23:27:12 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  d5ddcb80a238e0a072c3a1a432611a0d6537ffbc (commit)
       via  244405509c0813381842aa9dd62cedbc6039e8ce (commit)
       via  2f75adf77e02348704aebceebd1bf0743ac6ae83 (commit)
       via  66db459a8161ffe98bf69c200ee011fbdba62bb8 (commit)
      from  ccfca43d93b6607ed086213ae33c741234af48b3 (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 d5ddcb80a238e0a072c3a1a432611a0d6537ffbc
Author: Jonathan Druart <jonathan.druart at koha-community.org>
Date:   Tue Jun 16 19:25:58 2015 +0200

    Bug 14002: Display readonly values as plain text
    
    There is no need to display the cardnumber and expiration date values in
    a disabled input.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit f194bca26891a338761f5a4041b0886f87631e27)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 244405509c0813381842aa9dd62cedbc6039e8ce
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Wed Jun 10 00:52:39 2015 +0200

    Bug 14002: Show patron expiry date in OPAC
    
    This patch makes it possible to show the expiration date
    of a patron account in the OPAC on the details tab in the
    patron account.
    
    Extras:
    - Makes it possible to hide cardnumber with
      PatronSelfRegistrationBorrowerUnwantedField
    
    To test:
    - Toggle OPACPatronDetails and test date expiry always shows
    - Check PatronSelfRegistrationBorrowerUnwantedField for dateexpiry
      and cardnumber
    - Verify a patron address modification request still works
      as expected
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit 69baa022a587ffd9df2bc065a0e8e72c14cf7c4f)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 2f75adf77e02348704aebceebd1bf0743ac6ae83
Author: Jonathan Druart <jonathan.druart at koha-community.org>
Date:   Tue Jun 23 16:10:22 2015 +0200

    Bug 14439: Add test - template path should finish by .tt
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit cbf3c9aa40c13f15a704945f7d6ceaf3aab4b3f0)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 66db459a8161ffe98bf69c200ee011fbdba62bb8
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Tue Jun 23 15:50:39 2015 +0200

    Bug 14439: Typo in Bug 14408 regexp
    
    In Bug 14408 first patch, the regexp used needs an escape on dot and does not need an ending "?"
    
    Test plan :
      - prove t/db_dependent/Auth.t
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit cb44a8de3a6fbe7ecf2d349a6cab44ace0dc7165)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Auth.pm                                                |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-memberentry.tt    |   13 +++++++++++--
 t/db_dependent/Auth.t                                     |    3 ++-
 3 files changed, 14 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list