[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.05.1-22-g43191a6

Git repo owner gitmaster at git.koha-community.org
Tue Mar 31 07:27:49 CEST 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.18.x has been updated
       via  43191a61e77d056bda8bd4465f40baf1c93abafa (commit)
       via  5fc1053c52227c3f2eb56befc6da7b5eb8bc13e7 (commit)
       via  777c2a88de0994dbbb09fe1dd22a7544e7db21dc (commit)
       via  ca55332525445ae1f05e8652445c87305d8a4efe (commit)
       via  461426f7502bfb8104470eb2a7d4194c19958893 (commit)
      from  408064b8005c35ad607e594445224fd2d36f2dc5 (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 43191a61e77d056bda8bd4465f40baf1c93abafa
Author: Mirko Tietgen <mirko at abunchofthings.net>
Date:   Wed Mar 18 02:30:00 2015 +0100

    Bug 13855 - Fastadd framework has 2x 100$c, missing 100$a
    
    The fastadd framework ist missing a 100$a subfield, it has two 100$c instead.
    This patch corrects English, German, Italian and Spanish .sql files.
    Italian and Spanish need translations for the field name.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Tested running all sql files manually.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 27962ff4117c5f9281794162d16ac19373ad451e)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 5fc1053c52227c3f2eb56befc6da7b5eb8bc13e7
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Mar 19 15:18:32 2015 -0300

    Bug 12739: (QA followup) use 'UTF-8' instead of 'utf8'
    
    This patch makes Encode::encode be passed the 'UTF-8' encoding
    instead of the discouraged 'utf8'.
    
    Please read:
    http://wiki.koha-community.org/wiki/Handling_UTF8_in_development
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit de7e7d303311a8e306ec5974a0f68c35444a75c2)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 777c2a88de0994dbbb09fe1dd22a7544e7db21dc
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Dec 23 14:13:39 2014 +1100

    Bug 12739 - SendAlerts function does not take care of "html" format or UTF-8 Pt. 2
    
    The emails sent via SendAlerts don't take into account HTML format.
    
    _TEST PLAN_
    
    Before applying:
    
    1) Change system preference "AutoEmailOpacUser" to "Send"
    2) Change "ACCTDETAILS" notice to HTML and add HTML to it
    3) Create a new user with your email address
    4) Note how the email displays the HTML tags as plain text
    
    Apply patch
    
    5) Create a new user with your email address
    6) Note how the email displays the email as an HTML email
    
    For thoroughness:
    
    7) Change "ACCTDETAILS" notice to non-HTML
    8) Create a new user with your email address
    9) Note how the email displays the HTML as plain text
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 54731a0ce10094b60fd0b9541c24fbffc49a2c05)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit ca55332525445ae1f05e8652445c87305d8a4efe
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Dec 23 13:44:18 2014 +1100

    Bug 12739 - SendAlerts function does not take care of "html" format or UTF-8 Pt 1
    
    The UTF-8 charset in the content type is written as "utf8" instead of "utf-8"
    in SendAlerts(), which causes UTF-8 characters to display incorrectly.
    
    _TEST PLAN_
    
    Before Applying:
    
    1) Edit ACCTDETAILS
    2) Add some UTF-8 characters
    I recommend using the following website
    http://www.ltg.ed.ac.uk/~richard/unicode-sample.html
    
    In my tests, I added the samples from Hebrew, Arabic, Basic Latin,
    Latin-1 Supplement, Latin Extended-A, and Latin Extended-B.
    
    3) Set the system preference "AutoEmailOpacUser" to "Send"
    4) Create a new user account with your email address
    
    5) Note that the email in your inbox doesn't display the Unicode
    characters correctly
    
    Apply the patch
    
    6) Create a new user account with your email address
    7) Note that the email in your inbox _does_ display the
    Unicode characters correctly.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 63123ff36bc7d72bb3044b48f0e35b8b61c0f02c)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 461426f7502bfb8104470eb2a7d4194c19958893
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Wed Mar 4 16:18:23 2015 +0100

    Bug 12887: User logged out on refresh after CAS authentication
    
    If the user is already logged-in, do not trigger CAS authentication
    even if there is a ticket in the parameters.
    
    1) Authenticate to the OPAC through CAS.
    2) Once redirected to your account, hit F5 or the refresh button of your browser.
    3) You're logged out.
    
    Signed-off-by: Koha Team Lyon 3 <koha at univ-lyon3.fr>
    Signed-off-by: Luce Barbey <luce.barbey at cirad.fr>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Added sign of lines according to bug.
    Works as described, small change.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 0c6ba2d0c4dde4237de9bcd3995254a4387b1fbe)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 C4/Auth.pm                                         |    2 +-
 C4/Letters.pm                                      |   39 +++++++++++++-------
 .../marc21/optional/marc21_fastadd_framework.sql   |    2 +-
 .../marc21/optional/marc21_fastadd_framework.sql   |    2 +-
 .../marc21/optional/marc21_fastadd_framework.sql   |    2 +-
 .../marc21/optional/marc21_fastadd_framework.sql   |    2 +-
 6 files changed, 31 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list