[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.06-10-g7747465

Git repo owner gitmaster at git.koha-community.org
Mon Dec 7 07:31:19 CET 2015


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, 3.20.x has been updated
       via  774746597678bf176f4d067e90e5d40db4e942b8 (commit)
       via  4f3af04623f2d37b863a1e94a862fc32becfd568 (commit)
      from  c122b9b6f89c75a7ac7f7e91d8b71991bfe819b8 (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 774746597678bf176f4d067e90e5d40db4e942b8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 1 10:17:11 2015 +0000

    Bug 15270: Add regression tests for Koha::Objects->find
    
    Signed-off-by: Magnus Enger <magnus at libriotech.no>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

commit 4f3af04623f2d37b863a1e94a862fc32becfd568
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 1 10:16:43 2015 +0000

    Bug 15270: Make Koha::Objects->find return undef instead of crashing
    
    On 3.20.05, if AnonymousPatron is set to a nonexistent borrowernumber, the about.pl crashes with
    
      DBIC result type  isn't of the type Borrower at /home/koha/src/Koha/Objects.pm line 87.
    
    This was fixed on master by
      commit 6882949b1b3bd1284e3d2877244a64edee3883ca
      Date:   Wed Apr 8 06:38:34 2015 -0400
          Bug 13967 - System preferences need a package
    
    Test plan:
    Set the AnonymousPatron pref to a nonexistent borrowernumber
    Go on about.pl
    Without this patch, you get the error.
    
    Signed-off-by: Magnus Enger <magnus at libriotech.no>
    Set AnonymousPatron pref to a nonexistent borrowernumber. Before the
    patch, about.pl shows a nasty error. After applying the patch the
    error is gone. Tests in t/db_dependent/Objects.t pass.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

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

Summary of changes:
 Koha/Objects.pm                             |    2 ++
 t/{ImportBatch.t => db_dependent/Objects.t} |   16 ++++++++--------
 2 files changed, 10 insertions(+), 8 deletions(-)
 copy t/{ImportBatch.t => db_dependent/Objects.t} (60%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list