summaryrefslogtreecommitdiff
path: root/templates/package_vers.tmpl
AgeCommit message (Collapse)AuthorFilesLines
2009-12-02use a more generic title for the diff/tarball section headerSean Finney1-2/+2
2009-12-02initial support for source package format 3.0 (quilt)Sean Finney1-2/+25
the changes aren't as pretty as i'd like them to be, but i don't want to hold things up on mere aesthetic grounds and it seems to work anyway :)
2009-01-08d'oh. html validation fix for anchor name tagsSean Finney1-12/+8
2009-01-08include anchor name tags in package pageSean Finney1-4/+12
2008-06-28shrink the diffstat info a bitSean Finney1-1/+1
2008-06-28remove superfluous diffgz in summarySean Finney1-6/+0
it shows up in the next table below if it exists, anyway.
2008-06-28make summary a little more compactSean Finney1-9/+7
2008-06-28mostly aesthetic changes and initial "breadcrumbs"Sean Finney1-103/+111
2008-06-24remove suite info from packagevers template etcSean Finney1-2/+2
the suite isn't readily available, and doesn't make much sense anyway since a single package/version can be shared in multiple suites.
2008-06-24add support for displaying "direct" changesSean Finney1-0/+12
i.e. changes made directly to files (not using any patching system and not underneath ./debian) also introduce new Diffstat class for mangling diff stats in various ways.
2008-06-22big commit with db and cgi handling updatesSean Finney1-10/+10
i know it's bad form to lump this all together. oh well :p gen-patch-info now does very little besides processing packages and updating the relevant database entries. pretty much everything else is dynamically generated from pagehandler.py now.
2008-06-11omit displaying info for empty patchesSean Finney1-2/+4
2008-06-10aesthetic change to url schemeSean Finney1-6/+6
2008-06-10template fixupsSean Finney1-11/+27
2008-06-02rework templates to use inheritanceSean Finney1-0/+92
also added a gitignore file to ignore the python noise created by cheetah