[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.10-63-gfbcc0b71d5

Git repo owner gitmaster at git.koha-community.org
Thu May 14 20:40:41 CEST 2020


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, 19.05.x has been updated
       via  fbcc0b71d597bdc96069213ebfb59fe60d7e9ed4 (commit)
      from  896f4bcf24b9f4ccc4aaeeb84eb86f2f84242352 (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 fbcc0b71d597bdc96069213ebfb59fe60d7e9ed4
Author: Phil Ringnalda <phil at chetcolibrary.org>
Date:   Sun Apr 19 02:37:49 2020 +0000

    Bug 20501: Don't cut strings when unhighlighting in intranet search results
    
    When you click Unhighlight on the search results of a search in the staff client
    when the search terms contain the same word twice, like "ma ma", the highlighted
    words disappear, and don't reappear if you click Highlight.
    
    This patch makes the same change to the intranet copy of jquery.highlight-3.js that
    bug 5844 made to the OPAC copy.
    
    Test plan:
    1) Without this patch, search in the intranet for ma ma and verify you have at least
       two matching records.
    2) Notice that the Ma in Material type: Book is highlighted.
    3) Click Unhighlight, and notice that it has become terial type: Book
    4) Apply this patch, repeat the search with a shift+reload to reload the .js
    5) Click Unhighlight, and verify that Material type: Book remains Material
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit 5810b72af96a032fcf3d41b39eb0ad582117d2c1)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/lib/jquery/plugins/jquery.highlight-3.js | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list