[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1116-gfc84903

Git repo owner gitmaster at git.koha-community.org
Mon Sep 16 20:25:55 CEST 2013


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  fc84903dfb73212029466764005bb53e5089acc8 (commit)
       via  6dbfe1512dc39e82084f9aa8b8ecce38fa24c5c5 (commit)
      from  1303ad28b2fe5f612a6f65671e4068b67a5de665 (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 fc84903dfb73212029466764005bb53e5089acc8
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Sep 16 18:38:50 2013 +0000

    Bug 9372: (follow-up) tidy whitespace in new lines
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 6dbfe1512dc39e82084f9aa8b8ecce38fa24c5c5
Author: Sophie Meynieux <sophie.meynieux at biblibre.com>
Date:   Fri Aug 2 15:48:27 2013 +0200

    Bug 9372: replace carriage return with <br /> in printed HTML files for overdues
    
    For PDF generation, HTML files need explicit <br /> HTML tags. With
    this patch, carriage return are replaced by <br /> when letters are
    written into HTML files.
    
    Test plan :
    - Ensure you've got at least one reader with overdue triggering notice
    - Ensure that your notice template got HTML checked
    - Run misc/cronjobs/overdue_notices.pl -v -n -html <dirname>
      and misc/cronjobs/printoverdues.sh <dirname>
    
    Without patch, the content of the letter is all on one line in PDF file
    With the patch, PDF file is correctly formated
    
    - remove your reader email
    - Run misc/cronjobs/overdue_notices.pl -v -html <dirname>
      and misc/cronjobs/printoverdues.sh <dirname>
    
    Without patch, the content of PDF file is all on one line
    with the patch, PDF file is correctly formated.
    
    - restore reader email
    - run misc/cronjobs/overdue_notice.pl -v -html <dirname>
    
    Verify that the a message has been generated in message_queue table
    With or without patch, the message is the same
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 misc/cronjobs/overdue_notices.pl |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list