[koha-commits] main Koha release repository branch master updated. v20.05.00-718-g9365d61b3c

Git repo owner gitmaster at git.koha-community.org
Fri Aug 21 13:02:19 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  9365d61b3c82ed0a63b18f7f450d0226a8a71f2c (commit)
       via  e2a79ede5a4f4c81a5672ee485c40c19151fc47b (commit)
       via  8d64d08c41d2bb8c52757936b265748fa1123085 (commit)
       via  139e0a86ae415a47c645ed66bc491cfb33c353ec (commit)
       via  88ed05d07e02f0e7569b35a121b9cde06f6712ca (commit)
       via  7fe66325f0aa54aa3084941f8ed79af304b4acc3 (commit)
       via  80bef548750c3ae0ba9dee70f4d5833ef7cdd133 (commit)
       via  3a8866cae6df162e14ec521f1ccb9ce72cd25c12 (commit)
       via  00ec4ed478b116f10fa5ea95d565460f439a8320 (commit)
      from  112e2788c52e8d805735ae9eee7c606755994815 (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 9365d61b3c82ed0a63b18f7f450d0226a8a71f2c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Aug 21 10:06:57 2020 +0200

    Bug 26031: Add diagnostic to search_utf8.t
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit e2a79ede5a4f4c81a5672ee485c40c19151fc47b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Aug 21 10:49:42 2020 +0200

    Bug 25811: Add debug info to authentication.t
    
    Trying to know if the logged in patron is the one we are expecting to
    (well, we are not expecting anybody to be logged in at this point!)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 8d64d08c41d2bb8c52757936b265748fa1123085
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Aug 20 12:52:09 2020 +0100

    Bug 19036: (follow-up) Test credits should be credits
    
    A series of accountlines added to mock credits were being added with a
    debit_type_code instead of a valid credit_type_code and so were being
    mis-identified by the new credit numbering code trigger in the store
    routine.
    
    This patch updates the test to correctly identify the credits as credits
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 139e0a86ae415a47c645ed66bc491cfb33c353ec
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Aug 21 12:02:07 2020 +0200

    Bug 18501: Don't use paidfor for DB fields not mapped with a MARC field
    
    On "Bug 25964: Prevent data loss when editing items from a MARC record"
    we picked paidfor as an example, but it has a specific behaviour and is
    now handled in Koha::Item->store.
    Let's pick another one, new_status
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 88ed05d07e02f0e7569b35a121b9cde06f6712ca
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Aug 21 10:21:35 2020 +0100

    Bug 18501: (follow-up) Use t::lib::Dates::compare in tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 7fe66325f0aa54aa3084941f8ed79af304b4acc3
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Aug 20 14:02:35 2020 +0100

    Bug 18501: (follow-up) Add fallback to ItemHomeBranch
    
    When 'RefundLostOnReturnControl' is set to 'CheckinLibrary' but
    return_branch is passed as undefined we should fallback to
    'ItemHomeBranch' before falling back to the default rule.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 80bef548750c3ae0ba9dee70f4d5833ef7cdd133
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Aug 20 13:28:41 2020 +0100

    Bug 18501: (follow-up) Do not rely on userenv->{branchcode}
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 3a8866cae6df162e14ec521f1ccb9ce72cd25c12
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Aug 20 14:28:46 2020 +0100

    Bug 18501: (follow-up) Test undefined userenv behaviour
    
    This patch adds a test to ensure that the 'Koha::Item->store' method
    will function when the userenv is not set
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 00ec4ed478b116f10fa5ea95d565460f439a8320
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Aug 20 12:38:23 2020 +0100

    Bug 18501: (follow-up) Remove duplicate test
    
    The ModItem test found in t/db_dependent/Items.t was a duplciate (but
    slightly less functional) for the test we introduced for the *_on
    trigger functionality in t/db_dependent/Koha/Items.t::store
    
    The failure was a missing C4::Context mock, but the logical fix is to
    simply remove the duplicate test.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 Koha/CirculationRules.pm                 |  4 +--
 Koha/Item.pm                             |  6 ++--
 t/db_dependent/Items.t                   | 33 +++---------------
 t/db_dependent/Koha/Account/Lines.t      | 36 +++++++-------------
 t/db_dependent/Koha/CirculationRules.t   | 15 ++++++---
 t/db_dependent/Koha/Items.t              | 57 ++++++++++++++++++++++++++++++--
 t/db_dependent/selenium/authentication.t | 21 +++++++++++-
 t/db_dependent/www/search_utf8.t         |  9 ++++-
 8 files changed, 114 insertions(+), 67 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list