[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.12-18-g497e280

Git repo owner gitmaster at git.koha-community.org
Wed Nov 30 13:31:32 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, 3.22.x has been updated
       via  497e28039f392276a4415c49192fb73110ba6642 (commit)
       via  59ac8b8340b427c91d7d0cf7f69d9c232d572771 (commit)
      from  d89346dc47f3338c91a10962266cc98777924598 (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 497e28039f392276a4415c49192fb73110ba6642
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed Sep 14 15:14:02 2016 -0400

    Bug 15690: Hardcoded 16 is uncool
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Followed test plan in comment #7, works as expectd.
    Signed-off-by: Marc <veron at veron.ch>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit a618c62ae6c6ddc8334e795ddb1760a7363a88f8)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 59ac8b8340b427c91d7d0cf7f69d9c232d572771
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 13 15:43:50 2016 +0100

    Bug 15690: CardnumberLength should not be bigger than 16
    
    borrowers.cardnumber is a varchar(16), so CardnumberLength should not
    have a max > 16
    
    Test plan:
    Test different value in CardnumberLength ("20", "20,30", "40,")
    Edit a patron a make sure the text display under the cardnumber input is
    correct
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Marc <veron at veron.ch>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 87380d8b460857157b4cf06fa8def626d1d2badb)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/Members.pm                                       |    4 ++++
 .../prog/en/modules/admin/preferences/patrons.pref  |    2 +-
 t/Members/cardnumber.t                              |   19 +++++++++++++++++--
 3 files changed, 22 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list