Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-02 | initial support for source package format 3.0 (quilt) | Sean Finney | 1 | -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-29 | inject some zero-whitespace break characters in long version strings | Sean Finney | 1 | -1/+1 | |
2009-09-06 | oookay, really fix the latin-1/utf-8 problem | Sean Finney | 1 | -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-06 | proper fix for encoding/decoding errors in patch_view contents | Sean Finney | 1 | -1/+1 | |
this is the proper fix for the previous commit/revert. | |||||
2009-09-05 | switch <code> and <pre> order in patch view template | Sean Finney | 1 | -2/+4 | |
2009-02-12 | add a base href to skeleton template | sean finey | 1 | -0/+1 | |
2009-01-08 | d'oh. html validation fix for anchor name tags | Sean Finney | 1 | -12/+8 | |
2009-01-08 | include anchor name tags in package page | Sean Finney | 1 | -4/+12 | |
2008-12-30 | add documentation about "email search" | Sean Finney | 1 | -0/+2 | |
2008-12-29 | fix absolute link in quick jump form | Sean Finney | 1 | -1/+1 | |
2008-09-04 | better output for searches, email query fix | Sean Finney | 1 | -1/+1 | |
2008-09-02 | add slash to solo root_url to prevent empty href | Sean Finney | 1 | -1/+1 | |
2008-09-02 | new ReleaseList class to order project releases | Sean Finney | 2 | -4/+4 | |
2008-07-01 | slightly better breadcrumbs in header | Sean Finney | 1 | -4/+5 | |
2008-06-28 | shrink the diffstat info a bit | Sean Finney | 1 | -1/+1 | |
2008-06-28 | remove superfluous diffgz in summary | Sean Finney | 1 | -6/+0 | |
it shows up in the next table below if it exists, anyway. | |||||
2008-06-28 | minor template touchups / fixes | Sean Finney | 2 | -3/+9 | |
2008-06-28 | add copyright blah and git links at page bottom | Sean Finney | 1 | -0/+13 | |
2008-06-28 | xhtml compliance: esc. [^a-zA-Z0-9-] from <a name> | Sean Finney | 1 | -1/+1 | |
2008-06-28 | make summary a little more compact | Sean Finney | 1 | -9/+7 | |
2008-06-28 | mostly aesthetic changes and initial "breadcrumbs" | Sean Finney | 2 | -103/+120 | |
2008-06-28 | have a "slightly" more efficient frontpage query | Sean Finney | 1 | -1/+1 | |
2008-06-26 | whoops, forgot to add searchresults template | Sean Finney | 1 | -0/+34 | |
2008-06-25 | fix broken downloads from patch view page | Sean Finney | 1 | -3/+3 | |
2008-06-25 | frontpage rework and quick/dirty jump form | Sean Finney | 1 | -10/+20 | |
2008-06-24 | add package anchor in toc | Sean Finney | 1 | -0/+1 | |
2008-06-24 | remove suite info from packagevers template etc | Sean Finney | 1 | -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-24 | add support for displaying "direct" changes | Sean Finney | 2 | -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-24 | reference static content from unique path | Sean Finney | 1 | -1/+2 | |
...so we can alias it directly, which should allow for the cleanest subdir vs. vhost support | |||||
2008-06-22 | big commit with db and cgi handling updates | Sean Finney | 3 | -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-11 | omit displaying info for empty patches | Sean Finney | 1 | -2/+4 | |
2008-06-11 | further cgi related fixes | Sean Finney | 1 | -2/+10 | |
2008-06-11 | initial stab at cgi-based patch generation | Sean Finney | 2 | -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-10 | aesthetic change to url scheme | Sean Finney | 1 | -6/+6 | |
2008-06-10 | template fixups | Sean Finney | 2 | -12/+28 | |
2008-06-02 | fix for key error in letter ToC | Sean Finney | 1 | -0/+4 | |
2008-06-02 | rework templates to use inheritance | Sean Finney | 5 | -32/+33 | |
also added a gitignore file to ignore the python noise created by cheetah | |||||
2008-06-02 | fix for remaining hardcoded url | Sean Finney | 1 | -1/+1 | |
2008-06-02 | first shot at patch handling/mangling/markup | Sean Finney | 1 | -9/+21 | |
2008-06-02 | initial work-in-progress code | Sean Finney | 3 | -0/+133 | |