[koha-commits] main Koha release repository branch master updated. v3.14.00-623-g7408fa5

Git repo owner gitmaster at git.koha-community.org
Tue Mar 18 12:54:20 CET 2014


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  7408fa5d7087fad5c8f15b742b9624cbfe652a61 (commit)
       via  a31210efd34dc7e3c65f8491c26c2d8f8fc36dfb (commit)
      from  657cd3c4c0a784e2d8e202b94d538c9229fb463a (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 7408fa5d7087fad5c8f15b742b9624cbfe652a61
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Jan 24 12:49:39 2014 +0100

    Bug 8168: (follow-up) Use semicolon as default CSV delimiter
    
    installer/data/mysql/sysprefs.sql has semicolon as default.
    This fixes both instances to use the same fallback value.
    
    It also prevents CSV header info from being included in non-CSV messages.
    
    Signed-off-by: wajasu <matted-34813 at mypacks.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit a31210efd34dc7e3c65f8491c26c2d8f8fc36dfb
Author: Daniel Barker <daniel.barker.nz at gmail.com>
Date:   Wed Jan 15 09:57:19 2014 +1300

    Bug 8168: Fixing header of non CSV files for overdue notices
    
    This determines if the CSV header should be included or not and
    then generates it as needed using the delimiter specified in the
    delimiter system preference.
    
    TEST PLAN
    ---------
    1. make some overdues books
    2. run the overdue notices script without the -csv
    3. check emails notice csv header is in the email
    4. apply the patch
    5. run the overdue notice again
    6. check email notice CSV header is absent
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: wajasu <matted-34813 at mypacks.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 misc/cronjobs/overdue_notices.pl |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list