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

Git repo owner gitmaster at git.koha-community.org
Mon Jun 8 17:08:09 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  5ed94d4c8f495372c224dd8222d07053cefbecf0 (commit)
       via  3bbc5ca0ecb7d6f86bd4b59827d7f8e098d2bcea (commit)
       via  ffee7128d48dd1448c61c32e8fb51b2bcdd3975b (commit)
      from  0578902e9151f66763b05da58db6387c753fdb93 (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 5ed94d4c8f495372c224dd8222d07053cefbecf0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Nov 8 10:28:01 2019 +0100

    Bug 23994: Fix random failure from AdditionalFields.t (U18)
    
    t/db_dependent/Koha/Objects/Mixin/AdditionalFields.t .. 1/12
     #   Failed test '->additional_field_values should return the correct values'
     #   at t/db_dependent/Koha/Objects/Mixin/AdditionalFields.t line 82.
     #     Structures begin differing at:
     #          $got->[0]{value} = 'bar value for basket2'
     #     $expected->[0]{value} = 'foo value for basket2'
     # Looks like you failed 1 test of 12.
    
    We do not really know why, but the values are not returned in the order they
    are stored in DB. Fixing this random failure for now at test level.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    (cherry picked from commit 6f464191ffcca26d65c158c37f21216cee8aa227)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit 3bbc5ca0ecb7d6f86bd4b59827d7f8e098d2bcea
Author: Joy Nelson <joy at bywatersolutions.com>
Date:   Wed May 20 14:59:21 2020 +0000

    Bug 24854: DBRev 19.05.11.001
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    
    (cherry picked from commit a17ea63d028fe500f80ff75b42a4fa1a511fe708)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

commit ffee7128d48dd1448c61c32e8fb51b2bcdd3975b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed May 20 15:01:54 2020 +0200

    Bug 24854: Disable IDreamBooks sysprefs
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    
    (cherry picked from commit 12b91faa040d9b0fd166074df587f7394959b0e9)
    Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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

Summary of changes:
 Koha.pm                                              |  2 +-
 installer/data/mysql/updatedatabase.pl               | 17 +++++++++++++++++
 t/db_dependent/Koha/Objects/Mixin/AdditionalFields.t |  2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list