[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-12-g6d16356

Git repo owner gitmaster at git.koha-community.org
Tue Dec 24 11:29:39 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, 3.14.x has been updated
       via  6d16356a1a5bf08c83b7e00dbbfa84ae3bf3d02b (commit)
       via  adb91828bd95a006a0db89756dd51f3728de5034 (commit)
      from  b91635d802e6648c7708df72ba323c3f4b39efcc (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 6d16356a1a5bf08c83b7e00dbbfa84ae3bf3d02b
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Nov 14 11:31:23 2013 +0100

    Bug 10605: fix encoding issue on basket email (INTRANET)
    
    Same fix for the staff interface.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Both patches tested with English and German, diacritics
    now appear correctly if UTF-8 is selected as encoding.
    Passes all tests and QA script.
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 62fcbea10a0e7b3fbca74531ec5051704ab63f7c)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

commit adb91828bd95a006a0db89756dd51f3728de5034
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Nov 14 12:17:38 2013 +0100

    Bug 10605: fix encoding issue in basket email (OPAC)
    
    There is an encoding issue on the received mail.
    Here, we have to keep the encode_qp in order not to break links (= is a
    special char for email https://en.wikipedia.org/wiki/MIME#Encoded-Word).
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 4290fa60ef0fd93f1c0b51485f3b3ec74f316043)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

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

Summary of changes:
 basket/sendbasket.pl    |    3 ++-
 opac/opac-sendbasket.pl |   22 +++++++++++++++-------
 2 files changed, 17 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list