[koha-commits] main Koha release repository branch master updated. v16.05.00-315-g1aa9f7b

Git repo owner gitmaster at git.koha-community.org
Fri Jul 8 16:47:42 CEST 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  1aa9f7b92fa831c943f7bccf470dbed72eba3c17 (commit)
       via  b7f15db41ae83654387a2191fa72bde60450b0b0 (commit)
       via  13bf3686c5d0fd3a3a192db961118535ece41a4c (commit)
      from  dee29d9f0b2b43bc762cb82a2212cd8a3d243f45 (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 1aa9f7b92fa831c943f7bccf470dbed72eba3c17
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sun Jul 3 15:58:16 2016 +0100

    Bug 16819: Remove use of map
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit b7f15db41ae83654387a2191fa72bde60450b0b0
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Jun 28 10:18:48 2016 -0300

    Bug 16819: C4::Members::DelMember should use Koha::Holds to delete holds
    
    This patch makes C4::Members::DelMember proprely use Koha::Holds to delete
    holds. This is important as holds actions are started to be logged.
    
    To reproduce:
    - Apply the patch
    - Run:
      $ prove t/db_dependent/Members.t
    => SUCCESS: Tests pass
    - Sign off :-D
    
    Sponsored-by: NEKLS
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    All tests pass successfully
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 13bf3686c5d0fd3a3a192db961118535ece41a4c
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Jun 28 10:57:38 2016 -0300

    Bug 16819: Unit tests for C4::Members::DelMember
    
    The C4::Members::DelMember function actually deletes reserves, and it is
    not properly tested.
    
    To test:
    - Apply the patch
    - Run:
      $ prove  t/db_dependent/Members.t
    => SUCCESS: Tests pass
    - Sign off
    
    Sponsored-by: NEKLS
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Members.pm            |   13 ++++++-------
 t/db_dependent/Members.t |   15 +++++++++++++--
 2 files changed, 19 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list