Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-06-10 | sorting fixups/cleanups | Sean Finney | 1 | -18/+13 | |
2008-06-10 | add a DiffGzHandler to the PackageVers template | Sean Finney | 1 | -4/+15 | |
2008-06-10 | add key-based sorting on package listings | Sean Finney | 1 | -2/+6 | |
2008-06-10 | updates to Patch/DiffGzHandler | Sean Finney | 2 | -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-09 | add cmdline opts for selective pkg/suite processing | Sean Finney | 1 | -4/+18 | |
2008-06-05 | partially cgi-ify code, temp. stop per-pkg pages | Sean Finney | 2 | -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-05 | new classes for diff/diff.gz handling | Sean Finney | 2 | -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-04 | most modulizing cleanup and guts-hiding | Sean Finney | 1 | -11/+14 | |
2008-06-04 | split up / modularize python code just a bit | Sean Finney | 4 | -0/+238 | |