[koha-commits] main Koha release repository branch new/bug_8378 created. v3.08.00-791-g40f9914

Git repo owner gitmaster at git.koha-community.org
Sat Sep 15 07:05:58 CEST 2012


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, new/bug_8378 has been created
        at  40f9914e60e002ae4cbf10d09cff8bbf32abd8fe (commit)

- Log -----------------------------------------------------------------
commit 40f9914e60e002ae4cbf10d09cff8bbf32abd8fe
Author: wajasu <matted-34813 at mypacks.net>
Date:   Wed Aug 15 12:51:28 2012 -0500

    Bug 8378 - <fine> syntax not working on overdues anymore
    
    Bug 8378 - <fine> syntax broken NFC and charset utf8
    
    NFC normalize enqueued letters and add content-type charset=utf-8
    
    This prevents utf8 codes from causing mysql to truncate the 'content'
    from the point of certain codes, when stored in the message_queue table.
    This was happenning with the currency symbol generated by
    Locale::Currency:Format currency_format routine. NFC normalization
    was only done on the attachment content with its content-type
    containing "text", as in text/plain.
    
    For emails AND attachments, the charset="utf-8" was added to the
    content-type so mail clients would correctly iterate the utf8 codes,
    thus preventing mobijake.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Ran through test plan before and after applying patch. Verified
    that fine syntax does not work pre-patch and does work post-patch
    for both direct emails and emails to the KohaAdminEmailAddress.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list