Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-06-10 | aesthetic change to url scheme | Sean Finney | 1 | -6/+6 | |
2008-06-10 | sorting fixups/cleanups | Sean Finney | 1 | -18/+13 | |
2008-06-10 | TODO file updates | Sean Finney | 1 | -0/+20 | |
2008-06-10 | template fixups | Sean Finney | 2 | -12/+28 | |
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 | 2 | -8/+32 | |
2008-06-05 | partially cgi-ify code, temp. stop per-pkg pages | Sean Finney | 3 | -73/+3 | |
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-05 | add vim swapfiles to .gitignore | Sean Finney | 1 | -0/+1 | |
2008-06-04 | post modulizing readme update | Sean Finney | 1 | -2/+2 | |
2008-06-04 | most modulizing cleanup and guts-hiding | Sean Finney | 2 | -23/+18 | |
2008-06-04 | update pyc ignore rule in gitignore | Sean Finney | 1 | -1/+1 | |
2008-06-04 | split up / modularize python code just a bit | Sean Finney | 5 | -212/+243 | |
2008-06-02 | fix for key error in letter ToC | Sean Finney | 1 | -0/+4 | |
2008-06-02 | include new reprepro config for diffgz/dsc mirror | Sean Finney | 3 | -4/+33 | |
2008-06-02 | shiny new TODO :) | Sean Finney | 1 | -0/+24 | |
2008-06-02 | add copyright (GPLv2) | Sean Finney | 1 | -0/+339 | |
2008-06-02 | rework templates to use inheritance | Sean Finney | 7 | -34/+40 | |
also added a gitignore file to ignore the python noise created by cheetah | |||||
2008-06-02 | config changes for the PoC export by default | Sean Finney | 1 | -2/+2 | |
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 | 4 | -17/+95 | |
2008-06-02 | initial work-in-progress code | Sean Finney | 8 | -0/+407 | |