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

Git repo owner gitmaster at git.koha-community.org
Fri Aug 16 00:26:23 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  3e387f72a337b36d96e1b0df56965391ffc95213 (commit)
       via  51b8deb4d5eceee84ad95b28cac902330b4b12fe (commit)
       via  b15b3be5ae878d19d4b6ed659b68ce0b9843a35e (commit)
       via  dc469424c8bcf952cb64f5c9dc2cdc53772d8ca5 (commit)
      from  d888835b63b3c581f5ff0c8368b287f91baaedf4 (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 3e387f72a337b36d96e1b0df56965391ffc95213
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Aug 5 15:23:44 2013 -0300

    Bug 10663: restore ability of active hold requests to block renewal
    
    Sponsored-by: Universidad Nacional de Cordoba
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    This reverts changes made to CanBookBeRenewed by
    patches from bug 9367.
    GetReserveStatus is not suitable to recognize if an item
    can fild a hold on return and CheckReserves is restored.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    This patch includes a squash of a follow-up authored by
    Katrin Fischer <Katrin.Fischer.83 at web.de>:
    
      CheckReserves returns '' when no reserve is found,
      so $resfound will always be defined and we need to
      check if it's true.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 51b8deb4d5eceee84ad95b28cac902330b4b12fe
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Aug 15 22:17:37 2013 +0000

    Bug 10663: (follow-up) set circ policy for circulation tests
    
    This patch ensures that the loan rules are set to a known
    value suitable for testing.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit b15b3be5ae878d19d4b6ed659b68ce0b9843a35e
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Thu Aug 8 01:38:23 2013 +0200

    Bug 10663: Follow-up - Unit tests for CanBookBeRenewed
    
    Follow-up fixing some and adding more unit tests.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit dc469424c8bcf952cb64f5c9dc2cdc53772d8ca5
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Aug 5 15:26:56 2013 -0300

    Bug 10663: tests for CanBookBeRenewed
    
    Initial work on unit tests for CanBookBeRenewed. More scenarios are needed.
    Also made Circulation.t use autocommit=0.
    
    Sponsored-by: Universidad Nacional de Córdoba
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Circulation.pm            |    5 +-
 t/db_dependent/Circulation.t |  173 ++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 169 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list