[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1045-ge831a7e

Git repo owner gitmaster at git.koha-community.org
Sun Sep 8 03:10:22 CEST 2013


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  e831a7eb3fe21561264cc756f40c539333e8ebbc (commit)
       via  78eba2f974ca9e8ff51f64d2356b004e7bfcecff (commit)
       via  3f77efcc1db1730ca5b0f5ab20618962799a2418 (commit)
      from  ec070fa8375d9001041fc089ff193b17f87ae4c1 (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 e831a7eb3fe21561264cc756f40c539333e8ebbc
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sun Sep 8 01:20:05 2013 +0000

    Bug 10272: (follow-up) add regression test
    
    This patch adds a regression test for this bug, effectively
    implementing the manual test plan in the previous patch.
    
    To test:
    
    [1] Verify that prove -v t/db_dependent/Reserves.t passes.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 78eba2f974ca9e8ff51f64d2356b004e7bfcecff
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri May 17 07:08:24 2013 -0500

    Bug 10272: make CheckReserves respect ReservesControlBranch
    
    CheckReserves was using the CircControl system preference to determine what
    patrons an item can fill a hold for. It should be using ReservesControlBranch
    instead.
    
    Test Plan:
    1) Set ReservesControlBranch to "item's home library".
    
    2) Create an item at Library A, place holds for it for patrons at
       Library B, Library C, and Library A in that order,
       for pickup at the patrons home library.
    
    3) Make sure the holds policy for Library A is set to
       Hold Policy = "From home library" and
       Return Policy = "Item returns home".
    
       Make sure the holds policies for the other libraries are set to
       Hold Policy = "From any library".
    
    4) Check the item in at Library C, the hold for the patron at Library B
       should pop up, even though it's in violation of the circulation rules.
       Don't click the confirm button!
    
    5) Apply this patch, and reload the page,
       now the hold listed should be for the last hold,
       the hold for the patron at Library A, which is correct.
    
    This patch adds the subroutine C4::Reserves::GetReservesControlBranch as
    an equivilent to C4::Circulation::_GetCircControlBranch.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Fixed POD so that arguments and explanation match (C<$item>).
    Also tested opac-reserves.pl for regressions.
    Passes all tests, QA script, and Reserves.t.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 3f77efcc1db1730ca5b0f5ab20618962799a2418
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Thu Jul 11 23:13:42 2013 -0400

    Bug 10584 - Hide OPAC biblio details if all items are hidden
    
    If there are items for a given biblio number, and they are all
    hidden, then biblio needs to be hidden. If the biblio needs to
    be hidden, this is done by setting the biblionumber to 0, which
    triggers the same output as if the biblionumber does not exist.
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Passes koha-qa.pl, works as advertised.

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

Summary of changes:
 C4/Reserves.pm            |   30 ++++++++++-
 opac/opac-detail.pl       |   13 ++++-
 opac/opac-reserve.pl      |    2 +-
 t/db_dependent/Reserves.t |  125 ++++++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 166 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list