[koha-commits] main Koha release repository branch master updated. v16.05.00-1042-ga1dcd2f

Git repo owner gitmaster at git.koha-community.org
Fri Oct 14 11:34:58 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, master has been updated
       via  a1dcd2f2e67f2dc998d2eae0fc6097eb9edbb874 (commit)
       via  a1eeffd8385e5b95ca1d06a8300e5bd42403486a (commit)
      from  f28460bdb7cbb6a1261d8c50af6b10ffacf54ef3 (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 a1dcd2f2e67f2dc998d2eae0fc6097eb9edbb874
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>

commit a1eeffd8385e5b95ca1d06a8300e5bd42403486a
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>

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

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