Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-08 | Revert previous database representation changes | Sean Finney | 1 | -2/+1 | |
This reverts commit 26a4f31bc27b021dbb332c536e7d14c65fdf54c0. This reverts commit 5578d0fad24d68ecbd12a735c444910754db50ca. | |||||
2008-09-04 | add utf-8 encoding comment | Sean Finney | 1 | -0/+1 | |
2008-09-04 | better database maintainer representation | Sean Finney | 1 | -1/+2 | |
2008-07-06 | add automatic archive updating support | Sean Finney | 1 | -1/+8 | |
2008-07-06 | bugfix: don't automatically prune in destructor | Sean Finney | 1 | -0/+2 | |
otherwise its gets pruned every page visit, whoops. | |||||
2008-06-28 | properly filter on suite/pkg when creating Archive | Sean Finney | 1 | -3/+1 | |
2008-06-24 | modify relateSourcePackage to take package/version | Sean Finney | 1 | -1/+2 | |
...instead of a source package, which should remove an extra query and also allow changing the behaviour for findSourcePackage later on as well | |||||
2008-06-24 | reference static content from unique path | Sean Finney | 1 | -2/+0 | |
...so we can alias it directly, which should allow for the cleanest subdir vs. vhost support | |||||
2008-06-22 | big commit with db and cgi handling updates | Sean Finney | 1 | -9/+15 | |
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-09 | add cmdline opts for selective pkg/suite processing | Sean Finney | 1 | -4/+14 | |
2008-06-05 | partially cgi-ify code, temp. stop per-pkg pages | Sean Finney | 1 | -1/+1 | |
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 | most modulizing cleanup and guts-hiding | Sean Finney | 1 | -12/+4 | |
2008-06-04 | split up / modularize python code just a bit | Sean Finney | 1 | -212/+5 | |
2008-06-02 | rework templates to use inheritance | Sean Finney | 1 | -2/+4 | |
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 | first shot at patch handling/mangling/markup | Sean Finney | 1 | -7/+67 | |
2008-06-02 | initial work-in-progress code | Sean Finney | 1 | -0/+184 | |