[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.05-14-g704a143

Git repo owner gitmaster at git.koha-community.org
Sun Nov 29 21:19:35 CET 2015


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.20.x has been updated
       via  704a1430590cd0bd5c28e571bc74203348b117de (commit)
      from  0dc59ab982b9fffe37db39efe7c5175de811d6e0 (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 704a1430590cd0bd5c28e571bc74203348b117de
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 5 11:17:23 2015 +0100

    Bug 14955: Don't double encode chars in the "Show more" link
    
    Bug 13789 has fixed this issue for the facet links (select/unselect) but
    not for the "Show more" facets link.
    
    This patch reuses the "url" variable, generated for the facets, for
    these links. A new "local_url" variable is used to build links for each
    entry.
    
    Test plan (for OPAC and intranet):
    - Search for a very common term
    - Filter the results using facets
    - You should get more than 5 entries for a facet and 1 selected:
    Author
     author 1
     author 2 [x] # Selected
     author 3
     author 4
     author 5
     Show more # you see this link if there is 5+ values for this facet
    - Click on the Show more link
    Without this patch, the url contains double-encoded characters and you
    will certainly don't get any results
    With this patch, you should get results.
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit abe5c30973bb708c1a6e72ff450152c6466fd04b)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc |   19 +++++++++----------
 .../opac-tmpl/bootstrap/en/includes/opac-facets.inc |   19 +++++++++----------
 2 files changed, 18 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list