[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.01-98-gf0b11bb

Git repo owner gitmaster at git.koha-community.org
Wed Jun 20 11:24:54 CEST 2012


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.8.x has been updated
       via  f0b11bb414f40e00577a360b12d0008dbccd700a (commit)
       via  453e12b5e4c6c816e9a15857f3ca2c812c50c1cf (commit)
       via  43b98c01d6d4793423469cd7562912649a2cd391 (commit)
      from  68c6e00f1659e66a3fcf60752d5ed7a67688b119 (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 f0b11bb414f40e00577a360b12d0008dbccd700a
Merge: 453e12b 68c6e00
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Wed Jun 20 21:24:35 2012 +1200

    Merge remote-tracking branch 'kc/3.8.x' into 3.8.x

commit 453e12b5e4c6c816e9a15857f3ca2c812c50c1cf
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Sat Apr 14 11:39:20 2012 +0200

    Bug 7961 - Local cover images should support CSV link files
    
    Corrent code doesn't have support for filenames which contain spaces
    or commans which breaks CSV files saved from spreadsheet similar to:
    
      12345, "conver image, with spaces.jpg"
    
    This patch tweaks file parsing a bit. We are always splitting line to
    only two values (to support commas as part of filename) and removing
    spaces only on beginning and end of filename (to cover space after
    comma in CSV example above while preserving spaces in filename).
    
    With this change only invalid character in picture filename left
    are quotes (") which are commonly used to quote strings with spaces.
    
    Covers added will be logged in action_log, using CATALOGUING / MODIFY
    action (which is shown as "Catalog" in tools > Log viewer)
    
    Test scenario:
    
    1. collect pictures with spaces and commas in name
    2. dump file list into CSV file and add biblio number as first column
       (name of file is idlink.txt or datalink.txt)
    3. create zip with CSV file and pictures
    4. verify that all pictures got uploaded and linked to biblio records
    5. verify that modification log includes cover image name
    
    Signed-off-by: Olugbenga Adara <gbengaadara at yahoo.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 43b98c01d6d4793423469cd7562912649a2cd391
Author: christophe croullebois <christophe.croullebois at biblibre.com>
Date:   Tue May 22 13:59:33 2012 +0200

    Bug 8136 Changes the expected lenght of 100$a in rebuild_zebra.pl
    
    In rebuild_zebra.pl, if we are in "unimarc" ("marcflavour" syspref), the sub "fix_unimarc_100" is called and checks if 100$a lenght is equal to 35.
    If it is not the case, the sub inserts the localtime and more, so we loose the datas in reindexing.
    The standart lenght is 36.
    I have just changed 35 to 36.
    
    Signed-off-by: Sophie Meynieux <sophie.meynieux at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 tools/upload-cover-image.pl |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list