[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.11-16-gbab4bb9adb

Git repo owner gitmaster at git.koha-community.org
Thu Jun 11 18:35:12 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, 19.05.x has been updated
       via  bab4bb9adb4db0b20ef94771ef78ecf654497788 (commit)
       via  120fdbb8f3bf9d8c26ff01184b4f3bdb06a9d58e (commit)
       via  20c7973836148d618defef31ca5d43dca98223f9 (commit)
       via  793b9dd0b2676dfb3e7e234895aef56a65a79449 (commit)
       via  bae4bd3d0d83c13089ff73b8901b5f078a4e82fb (commit)
      from  18ae357b30a155cbd6db95f3b6cce62ceb3c5b0d (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 bab4bb9adb4db0b20ef94771ef78ecf654497788
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon May 18 17:50:11 2020 +0200

    Bug 25531: Debar patron if needed when checkin is backdated
    
    If think this case does not apply to real-life, but the logic needs to
    be fixed.
    If an item is due now, and AddReturn is called now with a return date in
    the future, the issue is overdue and the patron must be debarred.
    However it is not as we compare with now and not the return date
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    
    (cherry picked from commit 0c238db2f5763db48fe3d451b599ffd6b0e42869)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 120fdbb8f3bf9d8c26ff01184b4f3bdb06a9d58e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon May 18 17:49:37 2020 +0200

    Bug 25531: Add tests
    
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    
    (cherry picked from commit 6066bb39a5ed9b284bf2344e4b98394e89f809a3)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 20c7973836148d618defef31ca5d43dca98223f9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 19 10:14:31 2019 +0100

    Bug 24062: Make sure TestBuilder will stop generate X or other invalid category's types
    
    To make sure this kind of random failures will not appear in a future we
    are going to fix it at TestBuilder level.
    
    Test plan:
      prove t/db_dependent/TestBuilder.t
    and confirm it returns green
    
    You could also only apply the tests against master, run them several
    times and confirm that they fail most of the time.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    (cherry picked from commit fda209ca505a2a0e0099788aa5f654601f1caf07)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 793b9dd0b2676dfb3e7e234895aef56a65a79449
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 19 09:40:07 2019 +0100

    Bug 24062: Fix the failing test
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    (cherry picked from commit cbe22553fe4bdcb9bf1bfc127dd4371f09ef43e9)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit bae4bd3d0d83c13089ff73b8901b5f078a4e82fb
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 16 17:19:22 2020 +0100

    Bug 24881: [19.05.x] Try to fix random failure from Circulation.t
    
    This is a follow-up of bug 22917.
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    
    (cherry picked from commit b0551cfd178565b5b30980096f53d4fffcfca454)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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

Summary of changes:
 C4/Circulation.pm            |  2 +-
 t/db_dependent/Circulation.t | 72 ++++++++++++++++++++++++++------------------
 t/db_dependent/TestBuilder.t | 13 +++++++-
 t/lib/TestBuilder.pm         |  6 +++-
 4 files changed, 60 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list