summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-25fix broken downloads from patch view pageSean Finney3-16/+18
2008-06-25frontpage rework and quick/dirty jump formSean Finney4-14/+34
2008-06-24modify relateSourcePackage to take package/versionSean Finney2-5/+5
2008-06-24add package anchor in tocSean Finney1-0/+1
2008-06-24remove debug printing cruft for db bootstrappingSean Finney1-1/+0
2008-06-24fix for direct patches in subdirsSean Finney1-1/+1
2008-06-24strip epoch before looking for diff.gz fileSean Finney1-2/+6
2008-06-24remove suite info from packagevers template etcSean Finney3-5/+4
2008-06-24add support for displaying "direct" changesSean Finney4-6/+39
2008-06-24slightly smarter frontpage handlingSean Finney1-2/+3
2008-06-24remove Writers, move to templates to TemplatesSean Finney3-36/+3
2008-06-24slightly optimize query logic w/ INSERT OR REPLACESean Finney1-26/+11
2008-06-24remove hardcoded url assumptionsSean Finney2-15/+13
2008-06-24reference static content from unique pathSean Finney2-3/+2
2008-06-23don't declare ArchiveDiffer with empty parentSean Finney1-1/+1
2008-06-23split up generator and parsing logic in ArchiveSean Finney1-5/+68
2008-06-22big commit with db and cgi handling updatesSean Finney11-122/+402
2008-06-22add *.db to gitignore, to ignore the sqlite db(s)Sean Finney1-0/+1
2008-06-11saving some work on sqlite related stuffSean Finney2-0/+72
2008-06-11omit displaying info for empty patchesSean Finney1-2/+4
2008-06-11further cgi related fixesSean Finney4-4/+18
2008-06-11initial stab at cgi-based patch generationSean Finney6-1/+123
2008-06-10aesthetic change to url schemeSean Finney1-6/+6
2008-06-10sorting fixups/cleanupsSean Finney1-18/+13
2008-06-10TODO file updatesSean Finney1-0/+20
2008-06-10template fixupsSean Finney2-12/+28
2008-06-10add a DiffGzHandler to the PackageVers templateSean Finney1-4/+15
2008-06-10add key-based sorting on package listingsSean Finney1-2/+6
2008-06-10updates to Patch/DiffGzHandlerSean Finney2-15/+75
2008-06-09add cmdline opts for selective pkg/suite processingSean Finney2-8/+32
2008-06-05partially cgi-ify code, temp. stop per-pkg pagesSean Finney3-73/+3
2008-06-05new classes for diff/diff.gz handlingSean Finney2-0/+133
2008-06-05add vim swapfiles to .gitignoreSean Finney1-0/+1
2008-06-04post modulizing readme updateSean Finney1-2/+2
2008-06-04most modulizing cleanup and guts-hidingSean Finney2-23/+18
2008-06-04update pyc ignore rule in gitignoreSean Finney1-1/+1
2008-06-04split up / modularize python code just a bitSean Finney5-212/+243
2008-06-02fix for key error in letter ToCSean Finney1-0/+4
2008-06-02include new reprepro config for diffgz/dsc mirrorSean Finney3-4/+33
2008-06-02shiny new TODO :)Sean Finney1-0/+24
2008-06-02add copyright (GPLv2)Sean Finney1-0/+339
2008-06-02rework templates to use inheritanceSean Finney7-34/+40
2008-06-02config changes for the PoC export by defaultSean Finney1-2/+2
2008-06-02fix for remaining hardcoded urlSean Finney1-1/+1
2008-06-02first shot at patch handling/mangling/markupSean Finney4-17/+95
2008-06-02initial work-in-progress codeSean Finney8-0/+407