summaryrefslogtreecommitdiffstats
path: root/packages/templatetags
AgeCommit message (Collapse)AuthorFilesLines
2011-03-13Ensure PyPy compatibilityDan McGee1-2/+5
Unfortunately I was relying on all python environments having this method defined, which is not true yet. Signed-off-by: Dan McGee <dan@archlinux.org>
2011-03-08Clean up current_query and preserve multiple argsDan McGee1-7/+9
When implementing search for multiple architectures or repositories, I didn't update this method to accomidate the new query parameters. Clean it up a bit by not appending/stripping the leading '?' anywhere but in the template itself, and ensure we can handle multiple of any parameter passed in. Fixes FS#23180. Signed-off-by: Dan McGee <dan@archlinux.org>
2011-01-13Make userpkgs a simple_tagDan McGee1-25/+12
Cleans up the code a decent amount. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-08-04Add a title to the userpkgs linkDan McGee1-2/+7
Signed-off-by: Dan McGee <dan@archlinux.org>
2010-07-28Add new 'userpkgs' template tagDan McGee1-0/+22
For easy linking to a given person's packages when we have a user object. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-05-17Kill td_input template and tagDan McGee1-4/+0
2008-10-12drop some unused templatetagsDusty Phillips1-18/+5
2008-10-07trying to flesh out the pageDusty Phillips1-2/+4
2008-10-07replace package search with a nonfunctional newformDusty Phillips1-0/+4
2008-10-07move validation template tage temporarily; it will be removed eventuallyDusty Phillips1-0/+9
2008-06-20sort last updated descending by default. FS#10703Dusty Phillips1-1/+4
2007-12-30Massive retab fest.eliott1-17/+20
Also added vim command comment to the end of files.
2007-11-03Initial import for public release...eliott2-0/+28
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!