From 6ffa5c4957812f3ee584205b6d11ce87885f9e6c Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Mon, 23 Oct 2017 19:41:30 -0400 Subject: package details: remove category from bugtracker links This completely screws up searching for bugs, as you can easily miss any bugs filed to the testing package, and will *always* miss the ones that have been moved to "Upstream Bugs". There is no purpose in restricting the view of bugs filed against a specific package, to some arbitrary subcategory of "why" the bug was filed; all it accomplishes is causing unknowing users to file duplicate bug reports. --- main/templatetags/details_link.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main/templatetags/details_link.py b/main/templatetags/details_link.py index 07fbe108..c9c0521a 100644 --- a/main/templatetags/details_link.py +++ b/main/templatetags/details_link.py @@ -32,7 +32,6 @@ def bugs_list(package): url = "https://bugs.archlinux.org/" data = { 'project': package.repo.bugs_project, - 'cat[]': package.repo.bugs_category, 'string': package.pkgname, } return link_encode(url, data) -- cgit v1.2.2