]> 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)
committerJesseM <jesse@bywatersolutions.com>
Wed, 19 Feb 2025 14:33:44 +0000 (14:33 +0000)
commit6c6db5cb6d8db7b029b97be3f8ab1a9137399796
treec3ae765db801d5cbb96cf6849971ddff7fae3493
parentc4043156b1fe5a2725e0c93f88f7a4cac7de2658
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>
(cherry picked from commit 75e05bdd6035db49f9fdc3d7c895cb0b56b0895e)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Jesse Maseto <jesse@bywatersolutions.com>
Signed-off-by: JesseM <jesse@bywatersolutions.com>
C4/Templates.pm