[koha-commits] main Koha release repository branch new/bug_10110 created. v3.12.00-beta1-368-g8084a70

Git repo owner gitmaster at git.koha-community.org
Sat Apr 27 13:09:45 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, new/bug_10110 has been created
        at  8084a70a3b13a87a516844ee7b7f3665aa8c1e95 (commit)

- Log -----------------------------------------------------------------
commit 8084a70a3b13a87a516844ee7b7f3665aa8c1e95
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: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit d050e557f4ac3d7a8b1a0fa573a8ca00aa0862a9
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: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 3d589018e75c71999d308c587f1fcaf63cc81be5
Merge: 906bf78 5b6f897
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sat Apr 27 07:08:15 2013 -0400

    Merge branch 'bug_9684' into 3.14-master

commit 5b6f89714d58d4a7c33b621b2cefbc02523dafa3
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: Jared Camins-Esakov <jcamins at cpbibliography.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list