summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
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-11-29inject some zero-whitespace break characters in long version stringsSean Finney1-1/+1
2009-09-06oookay, really fix the latin-1/utf-8 problemSean Finney1-1/+5
the proper changes were reverted, the wrongly reverted had the revert reverted, and all is back to normal. move along, nothing to see here...
2009-09-06proper fix for encoding/decoding errors in patch_view contentsSean Finney1-1/+1
this is the proper fix for the previous commit/revert.
2009-09-05switch <code> and <pre> order in patch view templateSean Finney1-2/+4
2009-02-12add a base href to skeleton templatesean finey1-0/+1
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-12-30add documentation about "email search"Sean Finney1-0/+2
2008-12-29fix absolute link in quick jump formSean Finney1-1/+1
2008-09-04better output for searches, email query fixSean Finney1-1/+1
2008-09-02add slash to solo root_url to prevent empty hrefSean Finney1-1/+1
2008-09-02new ReleaseList class to order project releasesSean Finney2-4/+4
2008-07-01slightly better breadcrumbs in headerSean Finney1-4/+5
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-28minor template touchups / fixesSean Finney2-3/+9
2008-06-28add copyright blah and git links at page bottomSean Finney1-0/+13
2008-06-28xhtml compliance: esc. [^a-zA-Z0-9-] from <a name>Sean Finney1-1/+1
2008-06-28make summary a little more compactSean Finney1-9/+7
2008-06-28mostly aesthetic changes and initial "breadcrumbs"Sean Finney2-103/+120
2008-06-28have a "slightly" more efficient frontpage querySean Finney1-1/+1
2008-06-26whoops, forgot to add searchresults templateSean Finney1-0/+34
2008-06-25fix broken downloads from patch view pageSean Finney1-3/+3
2008-06-25frontpage rework and quick/dirty jump formSean Finney1-10/+20
2008-06-24add package anchor in tocSean Finney1-0/+1
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 Finney2-1/+13
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-24reference static content from unique pathSean Finney1-1/+2
...so we can alias it directly, which should allow for the cleanest subdir vs. vhost support
2008-06-22big commit with db and cgi handling updatesSean Finney3-15/+19
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-11further cgi related fixesSean Finney1-2/+10
2008-06-11initial stab at cgi-based patch generationSean Finney2-0/+31
complete with many ugly hacks to workaround the lack of an underlying database. hopefully it's all marked with XXX for later fixing :) does not cover all patch cases, in fact currently it only covers series patch viewing and downloading.
2008-06-10aesthetic change to url schemeSean Finney1-6/+6
2008-06-10template fixupsSean Finney2-12/+28
2008-06-02fix for key error in letter ToCSean Finney1-0/+4
2008-06-02rework templates to use inheritanceSean Finney5-32/+33
also added a gitignore file to ignore the python noise created by cheetah
2008-06-02fix for remaining hardcoded urlSean Finney1-1/+1
2008-06-02first shot at patch handling/mangling/markupSean Finney1-9/+21
2008-06-02initial work-in-progress codeSean Finney3-0/+133