[koha-commits] main Koha release repository branch master updated. v20.05.00-89-g679dcd1574

Git repo owner gitmaster at git.koha-community.org
Thu Jun 18 17:26:59 CEST 2020


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  679dcd1574de88cb8b7002c5020e0b4488233943 (commit)
       via  db235d33a4caf64387b86ebab7b658bd7759ff21 (commit)
       via  dd4970860d4299c89ce4a698644c08f990bc1468 (commit)
      from  21cde7bd2f6380129c4a7fb7e4d3aecf4dcb6de0 (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 679dcd1574de88cb8b7002c5020e0b4488233943
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon May 11 19:17:57 2020 +0000

    Bug 25447: Terminology: Fix button text "Edit biblio"
    
    This patch changes the cataloging main page so that in the menu for
    reach search result the "Edit biblio" link is now "Edit record."
    
    To test, apply the patch and do a search in cataloging. In the list of
    search results verify that the "Actions" menu contains a link labeled
    "Edit record."
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit db235d33a4caf64387b86ebab7b658bd7759ff21
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jun 17 11:41:21 2020 -0400

    Bug 25783: Holds Queue treating item-level holds as bib-level
    
    The holds queue builder does not honor
    the new item_level_hold flag. Instead, it only item_level_request if
    in the loop dealing with item level holds. This is incorrect. Item level
    holds may be trapped in the local holds priority loop as well. It's
    trivial to just pass though the correct item/biblio level hold flag.
    
    I do not know how to write a reproducable test plan for these issues.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kim Peine <kim at williston.lib.vt.us>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit dd4970860d4299c89ce4a698644c08f990bc1468
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Jun 17 17:18:12 2020 -0300

    Bug 25783: Regression tests
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kim Peine <kim at williston.lib.vt.us>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 C4/HoldsQueue.pm                                   |  8 +--
 .../prog/en/modules/cataloguing/addbooks.tt        |  2 +-
 t/db_dependent/HoldsQueue.t                        | 78 +++++++++++++++++++++-
 3 files changed, 82 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list