Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-06-25 | frontpage rework and quick/dirty jump form | Sean Finney | 1 | -2/+1 | |
2008-06-23 | don't declare ArchiveDiffer with empty parent | Sean Finney | 1 | -1/+1 | |
2008-06-23 | split up generator and parsing logic in Archive | Sean Finney | 1 | -5/+68 | |
also introduce a singleton-like ArchiveDiffer class. the idea is to eventually minimize the number of db queries and speed up the archive<->database sync. | |||||
2008-06-22 | big commit with db and cgi handling updates | Sean Finney | 1 | -24/+41 | |
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-10 | sorting fixups/cleanups | Sean Finney | 1 | -18/+13 | |
2008-06-10 | add key-based sorting on package listings | Sean Finney | 1 | -2/+6 | |
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 | 1 | -69/+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-04 | split up / modularize python code just a bit | Sean Finney | 1 | -0/+148 | |