summaryrefslogtreecommitdiff
path: root/patchtracker/Writers.py
AgeCommit message (Collapse)AuthorFilesLines
2008-06-24remove Writers, move to templates to TemplatesSean Finney1-94/+0
2008-06-22big commit with db and cgi handling updatesSean Finney1-17/+6
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-11further cgi related fixesSean Finney1-1/+1
2008-06-11initial stab at cgi-based patch generationSean Finney1-0/+11
complete with many ugly hacks to workaround the lack of an underlying database. hopefully it's all marked with XXX for later fixing :) does not cover all patch cases, in fact currently it only covers series patch viewing and downloading.
2008-06-10add a DiffGzHandler to the PackageVers templateSean Finney1-4/+15
2008-06-05partially cgi-ify code, temp. stop per-pkg pagesSean Finney1-3/+0
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-04most modulizing cleanup and guts-hidingSean Finney1-11/+14
2008-06-04split up / modularize python code just a bitSean Finney1-0/+83