[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-51-g70f32c0

Git repo owner gitmaster at git.koha-community.org
Sat Apr 27 23:53: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, 3.10.x has been updated
       via  70f32c0d3f0883167359242a9d54492e612f3f49 (commit)
       via  0159cab8767bec0f48d5a43dc11da9ef22315203 (commit)
       via  f06fff86051e9ab15048382185e6379cb17d0396 (commit)
      from  31a6b2265315a9ac376887a64c6f532b94a28cce (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 70f32c0d3f0883167359242a9d54492e612f3f49
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Fri Apr 26 17:11:37 2013 +0100

    Bug 9684 : Correct path to compact.xsl
    
    When try to display card view of retrieved record
    error occurred as compact.xsl could not be found
    script was constructing path as though it was opac
    
    Also added fallback to en version if no xsl file
    found under current lang as done in opac-showmarc.pl
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Test plan:
    
    * Set sys pref to use CCSR
    * Do a Z39.50 Search
    * Click 'card' on one of the results
    * confirm that there is no error.
    
    All test pass
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    I am astonished that opacthemes affects Z39.50 search in
    staff so this might be fixing a bigger problem.
    
    Checked that clicking on Card works for both themes now
    correctly after I confirmed the bug.
    Also all views in OPAC were checked for both themes.
    
    All tests and QA script pass.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 0159cab8767bec0f48d5a43dc11da9ef22315203
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Apr 25 14:48:03 2013 +0200

    Bug 10110 Followup for Acquisition.pm
    
    Adding a FIXE at a line that uses $sth->{NAME} for possible utf8 problems.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Adds a comment, no danger from that.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit f06fff86051e9ab15048382185e6379cb17d0396
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Apr 25 13:54:31 2013 +0200

    Bug 10110: Problems with diacritics in saved SQL reports
    
    Adds decoding for cgi params (for completeness).
    Apparently, the NAME attribute of DBI statement handle has a UTF8 bug.
    Fixing this by decoding the returned column names.
    Did this in a shared routine.
    
    http://bugs.koha-community.org/show_bug.cgi?id=10110
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
    Copying test plan from bug report:
    
    Example SQL:
    select
    branchname as "Bibliothek (üöä)",
    branchname "Bibiothek (üäa)",
    branchname
    from branches where branchcode = <<Bibliothekskürzel|branches>>
    
    1) Create report with given example SQL or your own including
       some diacritics in the columnnames
    2) Save the report and run it
    3) Verify column names are broken before patch, but fixed after..
    
    All tests and QA script pass.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 C4/Acquisition.pm         |    3 +++
 catalogue/showmarc.pl     |    7 +++++--
 reports/guided_reports.pl |   15 ++++++++++-----
 3 files changed, 18 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list