~sircmpwn/sr.ht-dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH core.sr.ht] pagination: escape search keys

Details
Message ID
<20201028115622.59095-1-remco@remworks.net>
DKIM signature
missing
Download raw message
Patch: +1 -0
Fix for paging through, for instance, hashtag searches.
---
 srht/flask.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srht/flask.py b/srht/flask.py
index 3d17e57..74dd13e 100644
--- a/srht/flask.py
+++ b/srht/flask.py
@@ -112,6 +112,7 @@ def coalesce_search_terms(context):
    for key in ["search"] + (context.get("search_keys") or []):
        val = context.get(key)
        if val:
            val = quote_plus(val)
            ret += f"&{key}={val}"
    return ret

-- 
2.29.1

[core.sr.ht/patches] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<C6OI9RHMQE1T.3U1BSZT2COIFP@cirno>
In-Reply-To
<20201028115622.59095-1-remco@remworks.net> (view parent)
DKIM signature
missing
Download raw message
core.sr.ht/patches: SUCCESS in 3m7s

[pagination: escape search keys][0] from [Remco van 't Veer][1]

[0]: https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/14552
[1]: remco@remworks.net

✓ #329759 SUCCESS core.sr.ht/patches/archlinux.yml https://builds.sr.ht/~sircmpwn/job/329759
✓ #329760 SUCCESS core.sr.ht/patches/debian.yml    https://builds.sr.ht/~sircmpwn/job/329760
✓ #329758 SUCCESS core.sr.ht/patches/alpine.yml    https://builds.sr.ht/~sircmpwn/job/329758
Details
Message ID
<C6R5URCYAK31.398Q00NZ15THT@taiga>
In-Reply-To
<20201028115622.59095-1-remco@remworks.net> (view parent)
DKIM signature
missing
Download raw message
Thanks!

To git@git.sr.ht:~sircmpwn/core.sr.ht
   028eea9..1615387  master -> master
Reply to thread Export thread (mbox)