[koha-commits] main Koha release repository branch master updated. v3.14.00-555-g9d9a002

Git repo owner gitmaster at git.koha-community.org
Mon Mar 10 22:08:50 CET 2014


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  9d9a002432554913bc21f91cae031b3afa9077f9 (commit)
      from  5c4ae8768dee984a1bdb240e0fee790c76ae6919 (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 9d9a002432554913bc21f91cae031b3afa9077f9
Author: Fridolin SOMERS <fridolin.somers at biblibre.com>
Date:   Fri Jan 10 11:42:06 2014 +0100

    Bug 11516: make OPAC search term highlighting work in results browser
    
    When OpacHighlightedWords syspref is on, the current search terms are
    highlighted in results and detail pages.
    
    This workes in detail page with the URL param 'query_desc'.
    
    This parameter must be managed in results browser (appears when
    OpacBrowseResults syspref is on) links.
    
    This patch adds query_desc parameter in results list and changes next
    nd previous links to be build into TT instead of perl to manage
    query_desc parameter only into TT.
    
    Test plan :
    - Edit sysprefs :  OpacHighlightedWords on, OpacBrowseResults on.
    - Perform a search with a term existing into title
    => You see the term highlighted in search results
    - Go to detail of a result with highlight
    => You see the term highlighted
    - Click on "Next"
    => you see query_desc in URL, and if search term is present it is
       highlighted
    - Same for "Previous"
    - Click on "Browse results"
    - Click on a result
    => you see query_desc in URL, and if search term is present it is
       highlighted
    
    Signed-off-by: Aurélie <aurelie.fichot at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |   13 ++++++++---
 koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt |   23 +++++++++++++++++---
 opac/opac-detail.pl                                |   17 ++++++++-------
 3 files changed, 39 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list