[koha-commits] main Koha release repository branch 3.6.x updated. v3.06.10-7-g8f24168

Git repo owner gitmaster at git.koha-community.org
Mon Nov 19 00:44:30 CET 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, 3.6.x has been updated
       via  8f241685b9bfe98101ec271d4de5fcfab7a724f2 (commit)
       via  202a2c43817a2f0c6039c43ca1f0edd2dc4a72f2 (commit)
       via  b6ad71796481d11367018e5abca9f1c2af830f62 (commit)
      from  557aa668ee53f8d21abd23bdeeca98b964d91d50 (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 8f241685b9bfe98101ec271d4de5fcfab7a724f2
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Oct 12 14:29:59 2012 +0800

    Bug 8910 - silent warnings triggered in about.pl
    
    In order to detect the apache version, there are multiple
    commands used. These may not all exist, which triggers error log
    entries. By simply adding " 2> /dev/null", the errors are no
    longer generated.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Liz Rea - Catalyst <liz at catalyst.net.nz>

commit 202a2c43817a2f0c6039c43ca1f0edd2dc4a72f2
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Sep 19 09:59:59 2012 +0200

    But 8787: don't load the page if OpacMaintenance is ON
    
    If the syspref OpacMaintenance is ON, it is useless to loaded the
    requested page.
    
    To test:
    - switch on the syspref OpacMaintenace
    - check in your apache access log, zebra log, etc. the requested page is
      not loaded (i.e. on the opac-search.pl page)
    
    Signed-off-by: Marc Veron <veron at veron.ch>
    Checked by watching  other_vhosts_access.log
    Works as expected
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Liz Rea - Catalyst <liz at catalyst.net.nz>

commit b6ad71796481d11367018e5abca9f1c2af830f62
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Mon Oct 22 14:13:12 2012 +0200

    Bug 8953 - opac-userupdate encoding issues
    
    This script has various encoding problems:
    
    1. parametars from CGI are not encoded in utf-8, so when they are
       compared with utf-8 strings from database every field with
       utf-8 characters will be reported in e-mail as changed
    2. when sending e-mail, wide characters are passed to Mail::Sendmail
       which results in software error if edited field has utf-8 characters
       (because of first point, this happend if ANY fields has utf-8 chars)
    3. when declaring encoding for outgoing e-mail utf-8 is more correct
       than just utf8
    
    Test scenario:
    
    1. open opac-userupdate and edit user which has utf-8 characters in
       at least one field (firstname and surname are common examples)
    2. edit one of other fields and add utf-8 character to it
    3. verify that e-mail with changes arrived with just edited field
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Liz Rea - Catalyst <liz at catalyst.net.nz>

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

Summary of changes:
 C4/Auth.pm              |    1 +
 about.pl                |    4 ++--
 opac/opac-userupdate.pl |    7 ++++---
 3 files changed, 7 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list