[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.05-45-gbfbddd1

Git repo owner gitmaster at git.koha-community.org
Sun Nov 29 22:01:51 CET 2015


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.20.x has been updated
       via  bfbddd183c9c97b05b1e9305ff5e8f45ac19c179 (commit)
      from  5288b0d9b579a90e287348c8650d9d92a36f8ca2 (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 bfbddd183c9c97b05b1e9305ff5e8f45ac19c179
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Thu Nov 5 08:45:25 2015 +0100

    Bug 15133: encode correctly email generated by runreport.pl
    
    /misc/cronjobs/runreport.pl send badly encoded email in text/csv
    (partially ok in HTML).
    
    TEST:
    
    1. Send by email a report containing a subject with accented characters
       and resultset with accented characters. For example:
    
       ./runreport.pl --subject="éèà" --to=me at home.org  1
       ./runreport.pl --format=html --subject="éèà" --to=me at home.org  1
    
       The first email contains badly encoded subject & message. The second email
       contains badly encoded subject, but correct message.
    
    2. Apply the patch
    
    3. Repeat 1 => No more strange characters.
    
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    Characters are correctly encoded now, thanks for that good spot.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 9515db57bdd13cdff33d9056963455fb850ad877)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

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

Summary of changes:
 misc/cronjobs/runreport.pl |   25 ++++++-------------------
 1 file changed, 6 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list