summaryrefslogtreecommitdiffstats
path: root/packages/templatetags
AgeCommit message (Expand)AuthorFilesLines
2013-11-27Allow pkg_details_link to honor package flag stateDan McGee1-2/+5
2013-04-20Fix parsing issues when query string keys contain unicodeDan McGee1-0/+6
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee1-2/+2
2012-12-28Allow pkg_details_link to return link title if package is missingDan McGee1-1/+1
2012-11-16Use Python 2.7 dictionary comprehension syntaxDan McGee1-1/+1
2012-09-30pkg_details_link template tag enhancementsDan McGee1-2/+6
2012-08-21Fix scm_link in a way that doesn't make cgit barfDan McGee1-1/+1
2012-08-21Style cleanups in package_extrasDan McGee1-1/+12
2012-08-21Revert "Fix scm_link for Unicode characters"Dan McGee1-6/+5
2012-08-20Fix scm_link for Unicode charactersDan McGee1-5/+6
2012-04-03Use https:// links for all internal sitesDan McGee1-1/+1
2012-04-03Include category when linking to bug reportsDan McGee1-0/+1
2012-02-12Protect urlencode calls against Unicode dataDan McGee1-2/+5
2012-02-06Encourage bug reports to have a summaryDan McGee1-1/+1
2011-12-11PyLint suggested cleanupsDan McGee1-2/+3
2011-12-03Convert packager link to search by packagerDan McGee1-1/+14
2011-11-17Display package URLs unquoted if possibleDan McGee1-1/+12
2011-09-01Use package branches to display commit historyEvangelos Foutras1-13/+6
2011-08-19Ensure ampersands are properly escaped in hrefsDan McGee1-5/+11
2011-08-16add "search wiki" link to package details pageSergej Pupykin1-0/+8
2011-08-09Add a template tag to link multiple packages at onceDan McGee1-0/+4
2011-08-09Add package details link tagDan McGee1-1/+5
2011-04-18Reimplement links code as template tagsDan McGee1-2/+35
2011-03-13Ensure PyPy compatibilityDan McGee1-2/+5
2011-03-07Clean up current_query and preserve multiple argsDan McGee1-7/+9
2011-01-13Make userpkgs a simple_tagDan McGee1-25/+12
2010-08-04Add a title to the userpkgs linkDan McGee1-2/+7
2010-07-28Add new 'userpkgs' template tagDan McGee1-0/+22
2010-05-17Kill td_input template and tagDan McGee1-4/+0
2008-10-11drop 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-19sort last updated descending by default. FS#10703Dusty Phillips1-1/+4
2007-12-29Massive retab fest.eliott1-17/+20
2007-11-03Initial import for public release...eliott2-0/+28