[koha-commits] main Koha release repository branch master updated. v16.11.00-645-g8dad158

Git repo owner gitmaster at git.koha-community.org
Wed Mar 29 15:10:41 CEST 2017


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  8dad1582c100017f8ad3e331c9a9b9cc9ed4e4d6 (commit)
      from  1a53b49980e913c55c6f2021d21b6aa99ac8cefd (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 8dad1582c100017f8ad3e331c9a9b9cc9ed4e4d6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 21 10:52:42 2017 -0300

    Bug 18312: Fix export unless a file is supplied
    
    Bug 18087 breaks export unless a file is supplied.
    
    Can't use an undefined value as a HASH reference at
    /home/vagrant/kohaclone/tools/export.pl line 75.
    
    Test plan:
    Export records using a file of id that is not a valid file (not txt or
    csv)
    Export records using a valid file
    Export records without supplying a file
    
    => The export should work or fail as expected.
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 tools/export.pl |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list