[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-775-g7e42bb7

Git repo owner gitmaster at git.koha-community.org
Mon Jul 8 15:44:55 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, master has been updated
       via  7e42bb7f3805aaf3fadfba2795d87b0b5934aa43 (commit)
       via  e27c86be59196d346c0631a89ebb27162449cc5c (commit)
      from  35d888643f3b3c281e0212b04ed770d3a86ce1e1 (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 7e42bb7f3805aaf3fadfba2795d87b0b5934aa43
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Jul 8 10:18:49 2013 +0200

    Bug 10125: Babeltheque does not depend on OpacStarRatings.
    
    We have to load star ratings js and css file if Babeltheque is enabled
    and OpacStarRatings is disabled.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit e27c86be59196d346c0631a89ebb27162449cc5c
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jul 3 14:34:31 2013 -0400

    Bug 10125: Babeltheque star image must use sprite
    
    When I removed images from the OPAC in favor of sprites I didn't take
    into account the display of star ratings from Babeltheque. This patch
    copies the star ratings display from Koha's own ratings display,
    though it is not dependent on JavaScript.
    
    I'm sure testing would be easy for someone with access to the
    Babeltheque service, but I do not. I temporarily modified the template
    to set some variables for testing purposes:
    
        [% SET SEARCH_RESULT.score_int = 3 %]
        [% SET SEARCH_RESULT.score_avg = 3 %
        [% SET SEARCH_RESULT.num_scores = 87 %]
    
    This enabled the display of the ratings, allowing me to confirm that
    stars display correctly. Ratings should work with and without
    OpacStarRatings enabled.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    I also fudged the template to test, so QA would need to be done with
    someone with Babeltheque access
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../opac-tmpl/prog/en/modules/opac-results.tt      |   21 +++++++++++++++----
 1 files changed, 16 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list