[koha-commits] main Koha release repository branch master updated. v3.22.00-563-gd268d42

Git repo owner gitmaster at git.koha-community.org
Wed Feb 24 00:19:43 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  d268d428fd984aeb76f617e0e93ef6fdea543230 (commit)
       via  df4b1552211aae130b2ac31b44f45892c342e28c (commit)
       via  203659ee60b25614eecd01f69e23e3be57952707 (commit)
      from  53a081278d505b76efbd7c08dbe7d45649779740 (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 d268d428fd984aeb76f617e0e93ef6fdea543230
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Feb 11 04:29:55 2016 +0000

    Bug 15479 [QA Followup] - Tidy sub to remove tabs causing qa script to fail
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit df4b1552211aae130b2ac31b44f45892c342e28c
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Thu Jan 21 11:30:31 2016 +0000

    Bug 15479 Add tests for ILS.pm
    
    This patch specifically adds a test for the sub added to
    resolve Bug 15479. As no test script existed to add this two
    added one which also tests that ILS objects can be instantiated
    correctly and offer the required interface
    
    NOTE: This does not apply without the first patch.
          Comment #3 suggested a unit test that would fail
          before and pass after. So while this code is good,
          it missed the before case. -- mtompset
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 203659ee60b25614eecd01f69e23e3be57952707
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Wed Jan 6 12:56:24 2016 +0000

    Bug 15479 Make ILS cardnumber comparison case insensitive
    
    The borrowers table is defined COLLATE=utf8_unicode_ci which means
    that cardnumbers may be saved in either lowercase or uppercase and
    these are considered equivalent.
    The server was performing a case sensitive comparison between
    the incoming patron identifier and that retrieved from the db
    As a result some renewals were rejected as being on loan to
    another borrower if the stored cardnumber differed in case.
    
    Make code comparison comply with db.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 C4/SIP/ILS.pm |   92 +++++++++++++++++++++++++++++++++++----------------------
 t/SIPILS.t    |   56 +++++++++++++++++++++++++++++++++++
 2 files changed, 113 insertions(+), 35 deletions(-)
 create mode 100755 t/SIPILS.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list