[koha-commits] main Koha release repository branch master updated. v16.05.00-66-g3948102

Git repo owner gitmaster at git.koha-community.org
Fri Jun 10 18:49:28 CEST 2016


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, master has been updated
       via  3948102f2ad6e5382a31a00df0c8f52def3daf58 (commit)
       via  7d4844e171b1319b90e7bd73510bd97c2acbf635 (commit)
      from  af59b669413539606f10652230e5f96d43337cb5 (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 3948102f2ad6e5382a31a00df0c8f52def3daf58
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed May 25 18:09:27 2016 +0100

    Bug 16578: Same fix for the staff interface
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Works as first patch
    No errors
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 7d4844e171b1319b90e7bd73510bd97c2acbf635
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue May 24 14:28:44 2016 -0300

    Bug 16578: Fix wide character errors in opac-export.pl
    
    This simple patch fixes wide character warning raised by opac-export.pl when
    'MARC (Unicode/UTF-8)' and 'MARC (Unicode/UTF-8, Standard)' formats are chosen for downloading records.
    
    To test:
    - Have records indexed
    - Open your OPAC logs:
      $ tail -f /var/log/koha/kohadev/opac-error.log
    - Open the detail page in the opac for a record
    - Choose Save record > MARC (Unicode/UTF-8)
    => FAIL: opac-export.pl: Wide character in print at /home/vagrant/kohaclone/opac/opac-export.pl line 116., referer: http://localh...
    - Choose Save record > MARC (Unicode/UTF-8, Standard)
    => FAILE opac-export.pl: Wide character in print...
    - Apply the patch
    - Choose Save record > MARC (Unicode/UTF-8)
    => SUCCESS: No warnings raised.
    - Choose Save record > MARC (Unicode/UTF-8, Standard)
    => SUCCESS: No warnings raised.
    - Sign off :-D
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 catalogue/export.pl |    3 +++
 opac/opac-export.pl |   13 ++++++++-----
 2 files changed, 11 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list