[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.03-26-gc8a0323

Git repo owner gitmaster at git.koha-community.org
Fri Feb 26 14:15:34 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  c8a0323e7b9ee4c736d38f31c8954162ee19c4e5 (commit)
       via  70ec608f917664411c6fc3357ade58a6261dd86f (commit)
       via  619060799d5b89c22fe83dfecc229b84a638b0da (commit)
      from  1e682f6ad939e34207b3e34ad1aead7715216938 (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 c8a0323e7b9ee4c736d38f31c8954162ee19c4e5
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
    (cherry picked from commit d268d428fd984aeb76f617e0e93ef6fdea543230)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 70ec608f917664411c6fc3357ade58a6261dd86f
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
    (cherry picked from commit df4b1552211aae130b2ac31b44f45892c342e28c)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 619060799d5b89c22fe83dfecc229b84a638b0da
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
    (cherry picked from commit 203659ee60b25614eecd01f69e23e3be57952707)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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