Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-06-28 | have a "slightly" more efficient frontpage query | Sean Finney | 1 | -1/+1 | |
2008-06-26 | slightly refine the package results handling | Sean Finney | 1 | -1/+2 | |
2008-06-26 | package search / versionless implementation | Sean Finney | 1 | -10/+22 | |
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 | don't use html backtrace for cmdline testing | Sean Finney | 1 | -1/+3 | |
2008-06-25 | cleanup/reorganize pagehandler command handling | Sean Finney | 1 | -77/+103 | |
2008-06-25 | fix broken downloads from patch view page | Sean Finney | 1 | -11/+12 | |
2008-06-25 | frontpage rework and quick/dirty jump form | Sean Finney | 1 | -1/+11 | |
2008-06-24 | fix for direct patches in subdirs | Sean Finney | 1 | -1/+1 | |
2008-06-24 | strip epoch before looking for diff.gz file | Sean Finney | 1 | -2/+6 | |
2008-06-24 | remove suite info from packagevers template etc | Sean Finney | 1 | -1/+1 | |
the suite isn't readily available, and doesn't make much sense anyway since a single package/version can be shared in multiple suites. | |||||
2008-06-24 | add support for displaying "direct" changes | Sean Finney | 1 | -0/+4 | |
i.e. changes made directly to files (not using any patching system and not underneath ./debian) also introduce new Diffstat class for mangling diff stats in various ways. | |||||
2008-06-24 | slightly smarter frontpage handling | Sean Finney | 1 | -2/+3 | |
2008-06-24 | remove Writers, move to templates to Templates | Sean Finney | 1 | -1/+1 | |
2008-06-24 | remove hardcoded url assumptions | Sean Finney | 1 | -10/+13 | |
pagehandler now parses commands relative to Conf.root_url (which really should be called something else, like Conf.base_dir), allowing for both flexible subdir-based installs and vhost based installs. | |||||
2008-06-22 | big commit with db and cgi handling updates | Sean Finney | 1 | -8/+37 | |
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-11 | further cgi related fixes | Sean Finney | 1 | -1/+6 | |
2008-06-11 | initial stab at cgi-based patch generation | Sean Finney | 1 | -0/+74 | |
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. |