[koha-commits] main Koha release repository branch master updated. v3.14.00-alpha2-175-g394be84

Git repo owner gitmaster at git.koha-community.org
Fri Nov 1 01:13:49 CET 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  394be84dcd65a4569d0467bc12b99dbd6341fc43 (commit)
      from  9abfb7a7645388b159bfb0a249d98f9fe29cde1f (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 394be84dcd65a4569d0467bc12b99dbd6341fc43
Author: Sophie Meynieux <sophie.meynieux at biblibre.com>
Date:   Tue Aug 13 18:14:21 2013 +0200

    Bug 10720: fix issue that prevented use of HTML tags in overdue notices
    
    Substitution term in overdue notices shouldn't be removed if they don't match.
    It prevents use of HTML in notices to use with CSS.
    
    Test plan :
    - define an overdue notice containing some valid substitution terms + some valid html tags (<strong> or <div class="my class" to use with a css
    - find a borrower with overdues that trigger this notice
    - run overdue_notices.pl -html <directory>
    
    Without patch, your html tags are missing in your html file
    With the patch, they are present and can be used with a css to generate a formatted pdf file.
    
    If you add some invalid substitution term, with the patch, they are still in the final letter, but the warn in the log helps you to correct your notice template.
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 misc/cronjobs/overdue_notices.pl |    2 --
 1 file changed, 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list