summaryrefslogtreecommitdiff
path: root/patchtracker
AgeCommit message (Collapse)AuthorFilesLines
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
Patch now implements a diffstat() functionality, and is slightly more robust in series parsing at the expense of being totally ugly. Diffstat had some minor cleanups and slight improvements to __main__.
2008-06-09add cmdline opts for selective pkg/suite processingSean Finney1-4/+18
2008-06-05partially cgi-ify code, temp. stop per-pkg pagesSean Finney2-72/+2
so this breaks things a bit, but it seems a design decision is being made that everything doesn't have to be static after all, given the huge disk space requirements it would create...
2008-06-05new classes for diff/diff.gz handlingSean Finney2-0/+133
DiffGzHandler should be an extensible interface to getting whatever info is needed from a diff.gz file. Patch (and PatchSeries from the same module) should be an extensible interface for whatever mangling we need to with patches.
2008-06-04most modulizing cleanup and guts-hidingSean Finney1-11/+14
2008-06-04split up / modularize python code just a bitSean Finney4-0/+238