[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.07-47-geb8c112

Git repo owner gitmaster at git.koha-community.org
Thu Jun 16 10:44:41 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, 3.22.x has been updated
       via  eb8c112456fe874ef7065c62fa2a3bc20ca3f2ab (commit)
       via  27e63b7867d28da3e56830a80bbf36ff1f37e1a3 (commit)
      from  0be92bcc013d715f2d63377cd98e4bfe9fb2b942 (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 eb8c112456fe874ef7065c62fa2a3bc20ca3f2ab
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>
    (cherry picked from commit 3948102f2ad6e5382a31a00df0c8f52def3daf58)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 43002c3b0e1659edc910cae435c3715a46e80a76)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 27e63b7867d28da3e56830a80bbf36ff1f37e1a3
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>
    (cherry picked from commit 7d4844e171b1319b90e7bd73510bd97c2acbf635)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 164ffdb43c98b4d2fa193d80c48f5509294fa1ca)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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