Bug#851296: marked as done (tracker.debian.org: broken links for packages containing "+" symbol)

2017-11-01 Thread Debian Bug Tracking System
Your message dated Wed, 1 Nov 2017 12:35:43 +0100 with message-id <20171101113543.vqaoja6pi3rj7...@home.ouaza.com> and subject line Re: Bug#851296: has caused the Debian Bug report #851296, regarding tracker.debian.org: broken links for packages containing "+" symbol to b

Bug#851296:

2017-10-30 Thread Ville Skyttä
Hm, not a good idea to use git send-email to send to the BTS it seems. Here are the same patches as attachments. From 0c43317f342e2aa43207605f17e583da866e7b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 30 Oct 2017 21:43:27 +0200 Subject: [PATCH

Bug#851296: [PATCH 2/3] Missing URL encoding fixes

2017-10-30 Thread Ville Skyttä
--- .../accounts/templates/accounts/subscriptions.html | 6 +++--- .../accounts/templates/accounts/user-widget.html | 2 +- .../core/templates/core/edit-team-membership.html| 6 +++--- distro_tracker/core/templates/core/news_list.html| 2 +-

Bug#851296: [PATCH 3/3] TransitionsPanel: URL quote in template, not variables

2017-10-30 Thread Ville Skyttä
--- distro_tracker/vendor/debian/templates/debian/transitions-panel.html | 2 +- distro_tracker/vendor/debian/tracker_panels.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distro_tracker/vendor/debian/templates/debian/transitions-panel.html

Bug#851296:

2017-10-30 Thread Ville Skyttä
Tags: patch This set of patches should fix the mentioned issues and more of the kind I could find with some grepping.

Bug#851296: [PATCH 1/3] Use urlquote_plus instead of urlquote for query string data

2017-10-30 Thread Ville Skyttä
--- distro_tracker/vendor/debian/rules.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distro_tracker/vendor/debian/rules.py b/distro_tracker/vendor/debian/rules.py index 9a6ed00..16672b3 100644 --- a/distro_tracker/vendor/debian/rules.py +++

Bug#851296: tracker.debian.org: broken links for packages containing "+" symbol

2017-01-13 Thread Simon McVittie
Package: tracker.debian.org Severity: normal A package with a + in its name, like , has a broken link for popcon: doesn't work, because + is interpreted as space in the query string. The correct