Bugzilla – Attachment 174101 Details for
Bug 22223
Item url double-encode when parameter is an encoded URL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22223: t::lib::QA::TemplateFilters missing built-in TT filter "safe_url" causes false warnings
Bug-22223-tlibQATemplateFilters-missing-built-in-T.patch (text/plain), 852 bytes, created by
David Cook
on 2024-11-07 01:38:03 UTC
(
hide
)
Description:
Bug 22223: t::lib::QA::TemplateFilters missing built-in TT filter "safe_url" causes false warnings
Filename:
MIME Type:
Creator:
David Cook
Created:
2024-11-07 01:38:03 UTC
Size:
852 bytes
patch
obsolete
>From 1218e95d08cce65495129f488b681aad102f2609 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Thu, 7 Nov 2024 01:37:14 +0000 >Subject: [PATCH] Bug 22223: t::lib::QA::TemplateFilters missing built-in TT > filter "safe_url" causes false warnings > >--- > t/lib/QA/TemplateFilters.pm | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/t/lib/QA/TemplateFilters.pm b/t/lib/QA/TemplateFilters.pm >index 113b1f9163..86aa034df3 100644 >--- a/t/lib/QA/TemplateFilters.pm >+++ b/t/lib/QA/TemplateFilters.pm >@@ -161,6 +161,9 @@ sub process_tt_block { > # Already has trim filter > or $tt_block =~ m{\|\s?trim} > >+ # Already has safe_url filter >+ or $tt_block =~ m{\|\s?safe_url} >+ > # Specific for [% foo UNLESS bar %] > or $tt_block =~ m{^(?<before>\S+)\s+UNLESS\s+(?<after>\S+)} > ; >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 22223
:
89352
|
126174
|
132027
|
133567
|
133578
|
133589
|
133590
|
170485
|
170577
|
174101
|
174104
|
174105