[koha-commits] main Koha release repository branch master updated. v16.11.00-516-gb1249dc

Git repo owner gitmaster at git.koha-community.org
Fri Mar 3 17:59:32 CET 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  b1249dcc34d22722c23fb3a231b61bcd42f82550 (commit)
       via  08b1ebec75623c84967fd09611cf1fef4442c200 (commit)
       via  35e3678f13e47b5e9596b4a4d62cb050e1832760 (commit)
      from  50c5708fe8ed74e22d78d9acb81080c7840954dc (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 b1249dcc34d22722c23fb3a231b61bcd42f82550
Author: Francesco Rivetti <oha at oha.it>
Date:   Mon Feb 20 11:02:40 2017 +0100

    Bug 17941 add tests to cover the optimization of the nested loop
    
    the new code skip testing for more borrowers if the item can't be renewed
    this require more tests for the case where 2+ items are reserved.
    
    I tried to add 1 more reserve to the main test suit, but too many other tests
    rely on specific holds, and I couldn't get around it.
    
    Instead, I added a subtest that consider the specific simple case and leave the
    other test cases exactly has they were designed.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Amended-patch: Just fix 3 indendations
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 08b1ebec75623c84967fd09611cf1fef4442c200
Author: Francesco Rivetti <oha at oha.it>
Date:   Tue Feb 14 11:16:01 2017 +0100

    Bug 17941 don't compute priority more than needed
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 35e3678f13e47b5e9596b4a4d62cb050e1832760
Author: Francesco Rivetti <oha at oha.it>
Date:   Tue Feb 14 11:13:51 2017 +0100

    Bug 17941 avoid scanning the full cartesian product
    
    when a item match a borrower, there is no point in checking the
    other borrowers
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.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/Circulation.pm            |   29 ++++++-----
 reserve/request.pl           |    3 +-
 t/db_dependent/Circulation.t |  110 +++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 125 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list