[koha-commits] main Koha release repository branch new/bug_9951 created. v3.12.00-beta1-258-gde7ba79

Git repo owner gitmaster at git.koha-community.org
Sat Apr 20 05:20:47 CEST 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, new/bug_9951 has been created
        at  de7ba790fd2533bcf44ad7fd2f1255514ed9313c (commit)

- Log -----------------------------------------------------------------
commit de7ba790fd2533bcf44ad7fd2f1255514ed9313c
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Apr 2 15:17:31 2013 +0200

    Bug 9951: Followup for tools/viewlog.pl
    
    Adds utf8 cgi parameter decoding.
    
    Test plan: Enter diacritics in librarian field. Submit. Check.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    This is ok in this case, as we are not doing any post/get of binary
    data, but I note from the man page
    
    This makes CGI.pm treat all parameters as UTF-8 strings. Use this with
    care, as it will interfere
    with the processing of binary uploads. It is better to
    manually select which fields are expected
    to return utf-8 strings and convert them using code like
    this:
    
      use Encode;
      my $arg = decode utf8=>param('foo');
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 252568aa8babdcc9508d3b3c7626543bfa648d99
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Apr 2 14:06:02 2013 +0200

    Bug 9951: Followup for Tools
    
    Adds decoding for Patron Cards/Patron Search and Tags (moderation).
    
    Test plan:
    Goto Tools. Add accent with diacritics in both areas. Check if you do not see
    converted characters.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit e94950b3d60ffad20925be80059569bd9b0fb992
Merge: 4d883b4 fd95346
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Fri Apr 19 23:17:01 2013 -0400

    Merge branch 'bug_10072' into 3.14-master

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list