[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.11-37-g9931ced

Git repo owner gitmaster at git.koha-community.org
Mon Oct 24 12:02:47 CEST 2016


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.22.x has been updated
       via  9931cedb03a3c4ae8121b52f7a11d80f6c0954a8 (commit)
       via  c2ad3f3ff5c9934f3fafd4aa9ea4bd6157d1fe36 (commit)
      from  fe779466cc6244ddea9c789066dd4f9a311e4093 (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 9931cedb03a3c4ae8121b52f7a11d80f6c0954a8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 3 15:23:39 2016 +0100

    Bug 17389: Clear logs
    
    Logs are full of:
    Use of uninitialized value in substitution (s///) at
    C4/ImportExportFramework.pm line 282.
    Use of uninitialized value in concatenation (.) or string at
    C4/ImportExportFramework.pm line 283.
    
    Some field are NULL in DB, we need to init the value to an empty string
    to avoid these warnings.
    
    Note: This fix is not related to the original bug
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Warnings avoided
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit a1dcd2f2e67f2dc998d2eae0fc6097eb9edbb874)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 4592382e388d7f0ee0467180b50b5630a19c674a)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit c2ad3f3ff5c9934f3fafd4aa9ea4bd6157d1fe36
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 3 15:15:40 2016 +0100

    Bug 17389: (bug 16035 follow-up) Fix export non-default frameworks
    
    Trivial patch, no need to explain anything :)
    
    Test plan:
    Export default framework
    Export other frameworks
    => The frameworkcode column should contain the framework code
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit a1eeffd8385e5b95ca1d06a8300e5bd42403486a)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 5cf95dc6db4356dd5fbb1d9c46c50652d508a19b)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/ImportExportFramework.pm      |    7 ++++---
 admin/import_export_framework.pl |    2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list