]> git.koha-community.org Git - koha.git/commit
Bug 38467: Make uri and url filters rfc3986 when using C4::Template
authorDavid Cook <dcook@prosentient.com.au>
Mon, 18 Nov 2024 05:37:18 +0000 (05:37 +0000)
committerJohn Doe <you@example.com>
Mon, 10 Feb 2025 02:50:12 +0000 (02:50 +0000)
commit75e05bdd6035db49f9fdc3d7c895cb0b56b0895e
tree626d303185c4b49145da84d5f89ae1f142c18260
parenta5afd9c9c8bd3901597a45998bf42b257cf91690
Bug 38467: Make uri and url filters rfc3986 when using C4::Template

This change invokes Template::Filters->use_rfc3986 in the C4::Template
module.

Test plan:
0. Apply the patch
1. Note that "uri" and "url" filters now escape single quotes

Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Alex Buckley <alexbuckley@catalyst.net.nz>
C4/Templates.pm