[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.05-79-g9d3b39e

Git repo owner gitmaster at git.koha-community.org
Mon Nov 20 14:15:44 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, 17.05.x has been updated
       via  9d3b39e94de837cfc08259ae5778fb0372b662ff (commit)
       via  49beda21761e57d1d7b389e6a08f3327a53215b0 (commit)
       via  243009bc9a07f89adbe14a4c8f35df85030f3dab (commit)
       via  67a3bd6d78eab1bda2d3905a8d842ef0614e0256 (commit)
      from  17085ea1cb67b8022cd912d0313fc8b3d48530da (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 9d3b39e94de837cfc08259ae5778fb0372b662ff
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Oct 20 15:56:20 2017 -0300

    Bug 19487: Refetch the object to get up-to-date values
    
    This has been raised by failures on t/db_dependent/Circulation/issue.t
    (thanks tests!)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 850243ee2ec66a4b569d29ed84423f09c0001690)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 49beda21761e57d1d7b389e6a08f3327a53215b0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 19 09:02:20 2017 -0300

    Bug 19487: Fix MarkIssueReturned.t
    
    MarkIssueReturned must now return directly if the issue does not exist.
    We then check if the anonymous patron configuration is correct.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 60bb936bc28b73f1653207cce36f432dec094017)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 243009bc9a07f89adbe14a4c8f35df85030f3dab
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 18 13:59:56 2017 -0300

    Bug 19487: Do not return an item if not checked out
    
    To recreate:
    1 - Manually add a lost fine to a ptron and include a barcode
    2 - Attempt to write off the fine
    3 - Internal server error
    4 - Checkout an item and mark lost to checkin and fine
    5 - Attempt to write off line
    6 - Internal server error
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 7b5c1fce5880f8592c5a9dbd40614a760bb2607e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 67a3bd6d78eab1bda2d3905a8d842ef0614e0256
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Oct 20 10:49:38 2017 -0400

    Bug 19495: Automatic report conversion needs to do global replace on 'biblioitems' and 'marcxml'
    
    Bug 17898 provides a way of converting reports that use biblioitems.marcxml so that they will use biblio_metadata.metadata instead.
    
    This only works with reports that do not refer to other columns in the biblioitems table. This is a known limitation. It means that we should be able to do a substitution of every occurrence of biblioitems with biblio_metadata, and every occurrence of marcxml with metadata.
    
    Unfortunately, we're not doing a global replace, we're only replacing the first occurrence.
    
    Test Plan:
    1) Apply this patch
    2) prove t/db_dependent/Reports/Guided.t
    
    All tests successful.
    Files=1, Tests=9, 10 wallclock secs ( 0.11 usr  0.01 sys +  2.85 cusr  0.25 csys =  3.22 CPU)
    Result: PASS
    
    Signed-off-by: Dominic Pichette <dominic at inlibro.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit d6a1f2ab242474c9e477c2f6d4df5c316a4ef448)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Circulation.pm                              |   14 +++++-----
 C4/Reports/Guided.pm                           |    4 +--
 t/db_dependent/Circulation/MarkIssueReturned.t |   33 +++++++++++++++++++-----
 t/db_dependent/Reports/Guided.t                |   13 +++++++++-
 4 files changed, 48 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list