[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.01-87-g0bb19c9

Git repo owner gitmaster at git.koha-community.org
Tue Jul 21 23:06:57 CEST 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  0bb19c95f7aa51a6de8d8cb1790bad7980dacfff (commit)
      from  b928430696cf25ed705e463af24639f2876475ab (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 0bb19c95f7aa51a6de8d8cb1790bad7980dacfff
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jul 13 15:44:23 2015 +0100

    Bug 14524: Don't escape query_cgi with uri
    
    According to the doc, we should not escape query_cgi with the uri
    filter:
    http://www.template-toolkit.org/docs/manual/Filters.html#section_uri
    
    Since query_cgi can contains something like: "idx=kw&q=42", we should
    not escape the & char
    
    Test plan:
    0/ Don't apply the patch
    1/ Go on launch a search at the OPAC
    2/ Click on the RSS icon
    3/ You should arrive on
    opac-search.pl?idx%3Dkw%26q%3D42&count=50&sort_by=acqdate_dsc&format=rss2
    The & has been escaped.
    4/ Apply the patch
    5/ Now you should get result and see an url correctly formatted.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    (cherry picked from commit ff280e01f4927d3860ec3d607e8d3be310dd358b)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list