[koha-commits] main Koha release repository branch master updated. v16.11.00-801-g71f34c7

Git repo owner gitmaster at git.koha-community.org
Thu Apr 13 14:49:40 CEST 2017


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  71f34c7b34c355e0b8c0dead9f7ca49b4e1e1dc3 (commit)
       via  b01fe1a666ee341c56a182ce34a39788d7e15224 (commit)
       via  3ca173fe405d9c786273fca0e372f4f9640224f3 (commit)
       via  95c96f823db485b4bdb1611bed303474444f7c99 (commit)
      from  2be6625d1a8e537c2046f68990597c9e75e65d81 (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 71f34c7b34c355e0b8c0dead9f7ca49b4e1e1dc3
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Feb 3 11:49:30 2017 +0100

    Bug 17737: [QA Follow-up] Remove unused reservedfor variable
    
    The changes in this patch set obsolete this variable.
    Remove confusing comment about reserve via host record.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit b01fe1a666ee341c56a182ce34a39788d7e15224
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jan 9 09:13:11 2017 +0100

    Bug 17737: Rename holds_placed_before_today with current_holds
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 3ca173fe405d9c786273fca0e372f4f9640224f3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 7 14:04:17 2016 +0100

    Bug 17737: Remove C4::Reserves::GetReservesFromItemnumber
    
    At this point, there should not be any occurrences of
    GetReservesFromItemnumber anymore.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 95c96f823db485b4bdb1611bed303474444f7c99
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 7 13:50:46 2016 +0100

    Bug 17737: Replace GetReservesFromItemnumber with Koha::Item->get_holds_placed_before_today
    
    On the same way of Koha::Biblio->get_holds,
    Koha::Biblio->get_holds_placed_before_today and Koha::Patron->get_holds,
    this new subroutin will permit to retrieve the holds placed on a
    specific item.
    Note that at the moment we do not need a Koha::Item->get_holds method:
    we do not want to display future holds placed in the future.
    
    Test plan:
    I would suggest to test this patch with patches from bug 17736 and bug 17738,
    to place different kind of holds (biblio and item level, future and
    past).
    Then do a whole workflow to detect bug, view a record, delete record,
    order, place a hold on an item which has been ordered, etc.
    The hold's informations should always be the same without or without
    these patches.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Reserves.pm             |   41 -----------------------------------------
 Koha/Item.pm               |   21 +++++++++++++++++++++
 catalogue/detail.pl        |   22 ++++++++++++----------
 circ/transferstoreceive.pl |    8 +++++---
 opac/opac-reserve.pl       |   20 +++++++++-----------
 reserve/request.pl         |   15 ++++++++-------
 t/db_dependent/Holds.t     |   22 ++++++++++++++++------
 t/db_dependent/Reserves.t  |   25 ++++++++++++++-----------
 8 files changed, 85 insertions(+), 89 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list