Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-12 | add squeeze to the list of tracked releases | Sean Finney | 1 | -1/+1 | |
2009-09-01 | remove superflous import of DiffGzHandler from SourceArchive | Sean Finney | 1 | -2/+0 | |
2008-09-08 | two maintainer email fixes | Sean Finney | 1 | -2/+2 | |
2008-09-08 | Revert previous database representation changes | Sean Finney | 1 | -8/+9 | |
This reverts commit 26a4f31bc27b021dbb332c536e7d14c65fdf54c0. This reverts commit 5578d0fad24d68ecbd12a735c444910754db50ca. | |||||
2008-09-05 | unicode fixes | Sean Finney | 1 | -4/+5 | |
2008-09-04 | better database maintainer representation | Sean Finney | 1 | -3/+9 | |
2008-09-03 | initial, slightly stupid, maintainer support in database | Sean Finney | 1 | -0/+4 | |
2008-09-02 | new ReleaseList class to order project releases | Sean Finney | 1 | -0/+12 | |
2008-07-05 | remove superfluous print from Archive class | Sean Finney | 1 | -3/+0 | |
2008-06-28 | don't bother sorting package entries when parsing | Sean Finney | 1 | -3/+1 | |
no reason to, assuming i make a better way to track progress. | |||||
2008-06-26 | package search / versionless implementation | Sean Finney | 1 | -1/+13 | |
going to /packages/pkg now gives a table of contents with the available versions for the package, or the results of a widers search in the case of no exact matches also removed a bunch of dead code from DB mostly | |||||
2008-06-26 | add new collection row factory, query cleanup | Sean Finney | 1 | -16/+1 | |
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 | |