[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.07-64-g33e3275

Git repo owner gitmaster at git.koha-community.org
Thu Jun 12 10:47:24 CEST 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, 3.14.x has been updated
       via  33e32758999c47549fba392f8c67fc0ca2917b3f (commit)
       via  48ee914631cb1ec889db8a15085f3519c20b2b7e (commit)
      from  8dc1661d598aee9681f29794bf60dd2e4205d22d (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 33e32758999c47549fba392f8c67fc0ca2917b3f
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>
    (cherry picked from commit 7408fa5d7087fad5c8f15b742b9624cbfe652a61)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 48ee914631cb1ec889db8a15085f3519c20b2b7e
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>
    (cherry picked from commit a31210efd34dc7e3c65f8491c26c2d8f8fc36dfb)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.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