[koha-commits] main Koha release repository branch master updated. v16.11.00-113-g19ee95a

Git repo owner gitmaster at git.koha-community.org
Fri Dec 23 12:58:07 CET 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  19ee95a6d5a292152ac0313ad4429b78210da4e0 (commit)
       via  9dc9437b4ddbfb2b8e47e696cef5d1fbabd03670 (commit)
       via  3a41dffaf3908f2397bc662e2a9d77cff6521bd0 (commit)
       via  3de12fdeed83aeadbc5a2bcd32547d06ad8cd5f7 (commit)
      from  194d5898c85abbf3a78d9c4c225a2e439fa54d48 (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 19ee95a6d5a292152ac0313ad4429b78210da4e0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 20 14:45:33 2016 +0100

    Bug 17678: Use Koha::Checkouts instead of Koha::Issues
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 9dc9437b4ddbfb2b8e47e696cef5d1fbabd03670
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Dec 2 09:57:50 2016 +0100

    Bug 17678: Typo iss in Circulation.t
    
    Iss should be is.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 3a41dffaf3908f2397bc662e2a9d77cff6521bd0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Nov 25 11:12:20 2016 +0100

    Bug 17678: C4::Circulation - Replace GetIssues with Koha::Issues
    
    The C4::Circulation::GetIssues subroutine is only called once and can be
    replaced with a call to Koha::Isues->search with a join on items.
    
    Test plan:
    - Apply first patch and make sure the tests pass
    - Apply second patch and make sure the tests still pass
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 3de12fdeed83aeadbc5a2bcd32547d06ad8cd5f7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Nov 25 11:06:25 2016 +0100

    Bug 17678: Add tests for CanBookBeIssued + AllowMultipleIssuesOnABiblio
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    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/Circulation.pm                                  |   84 +++-----------------
 t/db_dependent/Circulation.t                       |   60 +++++++++++++-
 .../{GetIssues.t => GetPendingOnSiteCheckouts.t}   |   23 +-----
 3 files changed, 71 insertions(+), 96 deletions(-)
 rename t/db_dependent/Circulation/{GetIssues.t => GetPendingOnSiteCheckouts.t} (69%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list