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

Git repo owner gitmaster at git.koha-community.org
Thu May 23 18:21:38 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  98dae69c7176bbd7a962e36fb629fc09229d534c (commit)
      from  27a1017e44eb0ef67d8fe028a8e74b1a4c1e48eb (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 98dae69c7176bbd7a962e36fb629fc09229d534c
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Apr 26 16:02:19 2013 +0200

    Bug 10129: Babeltheque does not depend on COinSinOPACResults
    
    This patch groups all loops on the new_results array into one.
    It is useless to loop on the same results array several times.
    
    Test plan:
    Quite hard to test all cases.
    This patch deals with 5 sysprefs:
    COinSinOPACResults, Babeltheque, TagsEnabled, TagsShowOnList and
    OpacStarRatings.
    
    Try to enable/disable all of them and verify there is no difference with
    and without this patch.
    The only different will be: The Babeltheque information should be displayed
    even if the COinSinOPACResults syspref is disabled.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    This revised patch works fine for me, thanks.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Verified following system preferences still work as expected:
    - COinSinOPACResults on/off
    - TagsEnabled, TagsShowOnList, TagsInputOnList on/off
    - OpacStarRatings
    
    Couldn't test Babeltheque functionality as this requires an account.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 opac/opac-search.pl |   64 ++++++++++++++++++++++++--------------------------
 1 files changed, 31 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list