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 <[email protected]>
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 <[email protected]>
    
    Signed-off-by: Katrin Fischer <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>

commit db235d33a4caf64387b86ebab7b658bd7759ff21
Author: Kyle M Hall <[email protected]>
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 <[email protected]>
    
    Signed-off-by: Kim Peine <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>

commit dd4970860d4299c89ce4a698644c08f990bc1468
Author: Tomas Cohen Arazi <[email protected]>
Date:   Wed Jun 17 17:18:12 2020 -0300

    Bug 25783: Regression tests
    
    Signed-off-by: Tomas Cohen Arazi <[email protected]>
    
    Signed-off-by: Kim Peine <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>

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

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
_______________________________________________
koha-commits mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to