[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.02-126-g29cabac319

Git repo owner gitmaster at git.koha-community.org
Tue Feb 11 01:17:24 CET 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.11.x has been updated
       via  29cabac319d0e1ee9cd44591d112db69507bd068 (commit)
       via  a27c5c9dcd5f5f8cbe9af7b9b5ae0f73ac81b2cb (commit)
       via  d3462a97cc00ed882edf83cbb5b0fde3eeb9aabe (commit)
       via  ce42283e450c63ece180751fb459d5c01f88f14c (commit)
      from  91980f27a30b2f57c59ea0da955b697ed6a98528 (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 29cabac319d0e1ee9cd44591d112db69507bd068
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jan 30 15:38:26 2020 +0100

    Bug 24546: Fix intentions of build_sample_item in Club/Hold.t
    
    In t/db_dependent/Koha/Club/Hold.t:
    my $item1 = $builder->build_sample_item({ branchcode => $library->branchcode });
    my $item2 = $builder->build_sample_item({ branchcode => $library->branchcode });
    
    build_sample_item takes either "library" or the item's attributes.
    branchcode is not part of the item's table, so what those 2 lines are trying to acchieve is wrong.
    
    Test plan:
     % prove t/db_dependent/Koha/Club/Hold.t
    must return green before and after this patch
    
    Note that this patch also remove an uneeded debugging statement.
    
    This has been caught by bug 24363.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit a27c5c9dcd5f5f8cbe9af7b9b5ae0f73ac81b2cb
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 11 09:39:30 2019 +0100

    Bug 24213: Fix Koha::Object->get_from_storage if the object has been deleted
    
    Without this patch it fails with something like:
      DBIC result _type  isn't of the _type Subscription at t/db_dependent/Biblio.t line 627.
    
    Test plan:
    - Apply the first patch (Add tests)
    - Confirm that they fail
    - Apply this patch
    - Confirm that the tests pass
    
    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>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit d3462a97cc00ed882edf83cbb5b0fde3eeb9aabe
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 11 09:39:15 2019 +0100

    Bug 24213: Add tests
    
    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>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit ce42283e450c63ece180751fb459d5c01f88f14c
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Mon Jan 27 22:06:06 2020 +0000

    Bug 24523: Add missing </p>
    
    Signed-off-by: David Roberts <david.roberts at ptfs-europe.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 Koha/Object.pm                                     |  1 +
 .../bootstrap/en/modules/opac-password-recovery.tt |  2 +-
 t/db_dependent/Koha/Club/Hold.t                    |  7 +++---
 t/db_dependent/Koha/Object.t                       | 25 +++++++++++++++++++++-
 4 files changed, 29 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list