[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.13-24-g5eb60264e3

Git repo owner gitmaster at git.koha-community.org
Tue Feb 18 04:20:42 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, 18.11.x has been updated
       via  5eb60264e3ddb3dbe9bbac1dd7a8cf6d2bd78cc4 (commit)
       via  e11243cf04bb48bd71e24c0cc4c73d0a728b837d (commit)
       via  aa6eaa2ecb6cf66e12853965f6a34a93b7cbc527 (commit)
      from  d08c330b5cf44012a6f05bdeca42e2b36154e931 (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 5eb60264e3ddb3dbe9bbac1dd7a8cf6d2bd78cc4
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>
    (cherry picked from commit a27c5c9dcd5f5f8cbe9af7b9b5ae0f73ac81b2cb)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit f79f4dc5b1c78db56d43e097d5188aef49a75fe7)
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>

commit e11243cf04bb48bd71e24c0cc4c73d0a728b837d
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>
    (cherry picked from commit d3462a97cc00ed882edf83cbb5b0fde3eeb9aabe)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit f45c4b8f3a03e84e36bca002896cebbab8640bd8)
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>

commit aa6eaa2ecb6cf66e12853965f6a34a93b7cbc527
Author: Hayley Mapley <hayleymapley at catalyst.net.nz>
Date:   Tue Feb 18 14:11:00 2020 +1300

    Bug 22868: DBRev 18.11.13.001 (fix)
    
    Previous DBRev contained wrong version number in updatedatabase.pl.
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>

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

Summary of changes:
 Koha/Object.pm                         |  1 +
 installer/data/mysql/updatedatabase.pl |  2 +-
 t/db_dependent/Koha/Object.t           | 25 ++++++++++++++++++++++++-
 3 files changed, 26 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list