[koha-commits] main Koha release repository branch master updated. v16.11.00-522-gd43131c

Git repo owner gitmaster at git.koha-community.org
Fri Mar 3 18:15:30 CET 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  d43131c4fca8124a8a9e4dcdea82e2bdf1af196a (commit)
       via  18af48bffe112a5df61a8a546da86dc31f32a7e7 (commit)
      from  1102109f9ccff4ce0b01f95ae16adb65a9806b26 (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 d43131c4fca8124a8a9e4dcdea82e2bdf1af196a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Feb 14 10:52:14 2017 +0100

    Bug 18087: Handle invalid filetypes
    
    If an invalid file is used as biblionumber list, we should display a
    message.
    
    Test plan:
    1/ Use csv, plain text files
    => Should work
    2/ Use invalid files (binary files like pdf, doc*, xsl*, etc.)
    => Should not work and see a warning message.
    
    Amended patch after signoff: Remove one warn debug line
    
    Signed-off-by: Joy Nelson <joy 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>

commit 18af48bffe112a5df61a8a546da86dc31f32a7e7
Author: Joy Nelson <joy at bywatersolutions.com>
Date:   Thu Feb 9 11:42:57 2017 -0800

    Bug 18087 - Clarification on File type when using file of biblionumbers to export data
    
    Added a line to the screen  detailing the types of files that can be used to upload a list of biblionumbers.
    
    Test plan:
    1. Go to tools->export data
    2. under File option,  (File types accepted: .csv and .txt)  should appear
    3. Check both Bibliographic and Authority Export screens for this new string.
    
    Signed-off-by: Claire Gravely <claire_gravely at hotmail.com>
    
    Signed-off-by: Joy Nelson <joy 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:
 koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt |   13 +++++++++++--
 tools/export.pl                                         |   12 ++++++++++++
 2 files changed, 23 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list