[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.09-5-g452d6ee

Git repo owner gitmaster at git.koha-community.org
Fri Aug 2 22:06:17 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  452d6eed5880eb40bbee79c9f0938fbbd1fb3d26 (commit)
       via  acfe6874f1b1e5de4a88f40bbb8554771f685bef (commit)
       via  d9c39688bcc5f4064763d8e2a6958c94066dbdd8 (commit)
       via  a43901717ea0d37b5e6a9d7c74f40f6a7d29c12a (commit)
       via  2a837ccc2e27f7f4952be5d2372a6a31a83f07f5 (commit)
      from  87cc3e27534c39c65024cc942822f3489de28074 (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 452d6eed5880eb40bbee79c9f0938fbbd1fb3d26
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jun 28 14:21:03 2013 -0400

    Bug 10497 - star ratings not showing right in ccsr detail
    
    Star ratings do not appear correctly in the CCSR theme because it lacks
    the image sprite used to display them. This patch adds the required
    file.
    
    To test, apply the patch and view a search results set which includes
    titles which have an existing rating. Ratings should appear correctly.
    
    View a detail page for an title which has a rating, and add a rating to
    a title which has no rating. Ratings should look correct and work
    correctly.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    All tests pass - including leaving a rating on the newly visible stars
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    In order to test this, make sure you have set OpacStarRatings set
    to 'results and details'.
    
    The star images show up in OPAC results with the correct amount
    of stars after applying the patch.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 2fccb14a806e9aad18cc9f75df39e09bd64830dd)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 2898cf57e5c3b9c6fd8f4fe8f0d5c180ab28fc06)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 2898cf57e5c3b9c6fd8f4fe8f0d5c180ab28fc06)

commit acfe6874f1b1e5de4a88f40bbb8554771f685bef
Author: Liz Rea <liz at catalyst.net.nz>
Date:   Fri May 10 09:32:17 2013 +1200

    Bug 6553 - Parentheses in Corporate author break tracings
    
    To test:
    
    If an author's name includes parentheses or other escape-characters, the tracing links
    produced in the OPAC fail in XSLT mode.  This patch wraps the author names
    in double-quotes, providing the necessary escapement.
    
    Test plan:
    - Create a new framework, delete Thesaurus from 100 and other fields
    - Create a new record in this framework (or change an existing record to this framework)
    - Add 100$a - use parentheses
    - Check the search links in OPAC detail pages
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    XSLT change adding quotes. Search now matches search in the intranet.
    Passes all tests.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 41409f500edf495db114b2277f4916e5a737a0aa)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 45c883c3e509eacf2a1e3737db6bb6e7c4a9d2d8)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 45c883c3e509eacf2a1e3737db6bb6e7c4a9d2d8)

commit d9c39688bcc5f4064763d8e2a6958c94066dbdd8
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Jun 17 12:28:13 2013 -0400

    Bug 10484: serials-edit.pl not checking for barcode field before checking for barcode subfield
    
    The script serials-edit.pl is not checking for the existence of the
    barcode field before checking for barcode subfield for autoBarcode =
    incremental. If the barcode field doesn't exist, the script dies with
    errors.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes tests and QA script.
    Checked that adding items on serial receive still works.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 9af08e4e2d2091de489633b3f1c4fb03fcf323cd)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 1d9ac2b10a96800d301524978f00ee393b5bb75e)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 1d9ac2b10a96800d301524978f00ee393b5bb75e)

commit a43901717ea0d37b5e6a9d7c74f40f6a7d29c12a
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Jun 19 08:52:56 2013 -0700

    Bug 10494: remove spurious warnings from the KohaBranchName plugin
    
    The KohaBranchName plugin now returns an empty string if
    given a NULL (undefined) library code or a library code that
    is not present in the database (e.g., the '__ANY__' placeholder
    that purchase suggestions can use).
    
    To test:
    
    [1] Create a purchase suggestion, setting the library
        to 'Any'.  Create a second one setting the library to
        a specific one.
    [2] Go to the suggestions overview page in the staff interface.
        When you do so, the Apache logs should contain a warning
        that looks like this:
    
    [Wed Jun 19 07:13:06 2013] [error] [client 192.168.1.10] [Wed Jun 19 07:13:06 2013] suggestion.pl: Use of uninitialized value in concatenation (.) or string at /home/koha/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt line 487., referer: http://koha-staff.metaquarry/cgi-bin/koha/acqui/acqui-home.pl
    
    [3] Apply the patch.
    [4] Refresh the suggestions overview page.  This time, there should be
        no new warning logged.
    [5] Verify that the library names for the two pending suggestions
        created in step 1 are displayed correctly.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script. Also adds new tests!
    
    Note: For the test plan to work you have to add the suggestion
    from the intranet, as Any is not an available option in OPAC.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit ad2c1b3b8f20b3060c9a3a35c21a0757c685cbec)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 42d93d1e342d0f450fcbe80767be91a3bbba20ac)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 42d93d1e342d0f450fcbe80767be91a3bbba20ac)

commit 2a837ccc2e27f7f4952be5d2372a6a31a83f07f5
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Jun 19 08:47:34 2013 -0700

    Bug 10494: test cases for the KohaBranchName plugin
    
    To test, in a test database that has the sample branches
    loaded, run
    
    prove -v t/db_dependent/Koha_template_plugin_KohaBranchName.t
    
    Note that this includes regression tests for the issues
    reported in bug 10494; these won't pass without applying
    the patch that fixes them.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 96320a786bac92418b08b5af4d2b68746627482b)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 059732c23c23be77da1c18fac3290aa9c0ba2d67)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 059732c23c23be77da1c18fac3290aa9c0ba2d67)

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

Summary of changes:
 Koha/Template/Plugin/KohaBranchName.pm             |   10 ++---
 .../{prog => ccsr}/images/star-ratings-sprite.png  |  Bin 2000 -> 2000 bytes
 .../prog/en/xslt/MARC21slim2OPACDetail.xsl         |    6 ++--
 serials/serials-edit.pl                            |    8 +++-
 .../Koha_template_plugin_KohaBranchName.t          |   37 ++++++++++++++++++++
 5 files changed, 50 insertions(+), 11 deletions(-)
 copy koha-tmpl/opac-tmpl/{prog => ccsr}/images/star-ratings-sprite.png (100%)
 create mode 100644 t/db_dependent/Koha_template_plugin_KohaBranchName.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list