[koha-commits] main Koha release repository branch master updated. v3.16.00-338-g7123eec

Git repo owner gitmaster at git.koha-community.org
Thu Jul 31 16:31:49 CEST 2014


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  7123eeccf87f3b53fb05f6b3fea0fecbec3ab232 (commit)
       via  ec44d407d5597fe6e49677b083c606d1e57f5ef7 (commit)
       via  f804aecaabbee3413dc672e61a0474056e1f254c (commit)
       via  ae81b7c47345948f13c26508aaa07b53bd139ac0 (commit)
      from  782d9613da503b9b60d513ea61e57cb8b6f3f2b6 (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 7123eeccf87f3b53fb05f6b3fea0fecbec3ab232
Author: Zeno Tajoli <z.tajoli at cineca.it>
Date:   Sat May 3 11:53:33 2014 +0200

    Bug 12174 follow-up of the patch (a missing print statement)
    
    http://bugs.koha-community.org/show_bug.cgi?id=12174
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit ec44d407d5597fe6e49677b083c606d1e57f5ef7
Author: Zeno Tajoli <z.tajoli at cineca.it>
Date:   Sat May 3 11:09:25 2014 +0200

    Bug 12174 - Zotero connection with Koha: problem with UTF-8
    
    This patch solves the bug for UTF-8 output. MARC-8 works only if you save it as a file. In fact the standard Internet stack (browser, web server, etc.) doesn't know anything about MARC-8 or it's ISO base (ISO 2022).
    
    To test the bug:
    -- without the patch use Zotero on a recent Koha install with Apache.
    You can use PTFS sandboxes. You can't use Biblibre sandboxes, they use Ngix.
    -- Test a record with special chars.
    -- Install the patch
    -- Catch (using Zotero) the same record.
    -- Test all directly download from Opac.
    -- To check MARC-8, use a tool that support it. For example MarcEdit.
    
    http://bugs.koha-community.org/show_bug.cgi?id=12174
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Work as described
    Tested with zotero add-on for firefox.
    Before patch bad diacritics, after patch ok
    
    Record exported as MARC-8, transformed using
    yaz-iconv -f marc8 -t utf-8 bib.marc8 > bib.utf8
    yaz-marcdump -i marc -o line bib.utf8, checking accents,
    also comparing with direct utf-8 export
    
    No koha-qa errors
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Tested with Zotero in Firefox and with yaz-iconv as suggested by
    Bernardo, no problems found.
    Passes tests and QA script.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit f804aecaabbee3413dc672e61a0474056e1f254c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jul 25 07:53:40 2014 -0400

    Bug 12568 [QA Followup] - Use ':' as separator instead of '|'
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit ae81b7c47345948f13c26508aaa07b53bd139ac0
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Jul 14 08:34:40 2014 -0400

    Bug 12568 - Improve visibility of successful renewal via opac
    
    Currently, when a patron renews an item via the opac, the only feedback
    the patron receives when a renewal is successful is an updated value for
    the due date of the item. This subtle indication of success may go
    unnoticed by some patrons. We should add a more prominent way to
    indicate an item was renewed successfully.
    
    Test Plan:
    1) Apply this patch
    2) From the OPAC, renew some items
    3) Note the "Renewed!" message in the "Renew" column of the checkouts table
    
    Signed-off-by: Cathi Wiggins <cwiggins at ci.arcadia.ca.us>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes tests and QA script.
    Makes successful renewals more visible to the user in the OPAC.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt |    1 +
 opac/opac-export.pl                                   |   14 +++++++++++---
 opac/opac-renew.pl                                    |   11 ++++++++---
 opac/opac-user.pl                                     |    4 ++++
 4 files changed, 24 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list