[koha-commits] main Koha release repository branch master updated. v3.16.00-290-gfd90d09

Git repo owner gitmaster at git.koha-community.org
Sat Jul 26 16:46:11 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, master has been updated
       via  fd90d097becad854ba556d6539c6e25126fe8264 (commit)
      from  b045c79b4abcc8f2cfebac0f72d8496fd34fb3ab (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 fd90d097becad854ba556d6539c6e25126fe8264
Author: Sophie Meynieux <sophie.meynieux at biblibre.com>
Date:   Tue May 20 17:35:00 2014 +0200

    Bug 12294 : Cancel replacing carriage return on notices
    
    Cancel replacing carriage return with <br /> in printed html file as <br /> is needed in model for email notices when html format is checked
    
    Test plan :
    * define an OVERDUE notice with html activated, with <br /> at each end of line
    * make sur you've got some borrowers with overdues meeting your notices triggering rules (some with valid email and others without)
    * run overdue_notices.pl -html to generate html files for borrowers without email
    
    Without patch
    * email notifications are correctly formated as html content, with one <br /> at each end of line
    * in html file, <br /> is duplicated at each end of line
    
    With patch
    * nothing changes for email notification
    * html file is correctly formatted with only one <br /> at each end of line
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Copied test plan from comment.
    No errors
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list