summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-12-29add a sample apache configurationSean Finney1-0/+14
2008-12-29missed one module rename from the initial ptcgi -> ReqHandlerSean Finney1-1/+1
2008-12-29migrate from cgi to mod_pythonSean Finney2-167/+192
previously this system was a cgi-based execution. however, this prevented us from doing a number of useful things, like throwing a 404/5xx error when an invalid page was requested. so, no we use mod_python instead...
2008-12-29fix absolute link in quick jump formSean Finney1-1/+1
2008-09-12add a local configuration file ignored by gitSean Finney2-0/+6
2008-09-11more TODO cut/paste from emailSean Finney1-0/+41
2008-09-11incorporate some suggestions/updates into TODOSean Finney1-0/+46
2008-09-08two maintainer email fixesSean Finney2-3/+3
2008-09-08Revert previous database representation changesSean Finney4-82/+50
This reverts commit 26a4f31bc27b021dbb332c536e7d14c65fdf54c0. This reverts commit 5578d0fad24d68ecbd12a735c444910754db50ca.
2008-09-05remove unneeded where conditionSean Finney1-2/+1
2008-09-05unicode fixesSean Finney1-4/+5
2008-09-04better output for searches, email query fixSean Finney3-5/+7
2008-09-04don't allow package searches < 3 charsSean Finney1-1/+4
2008-09-04add utf-8 encoding commentSean Finney1-0/+1
2008-09-04better database maintainer representationSean Finney4-44/+84
2008-09-04change root_url to '' by defaultSean Finney1-1/+1
2008-09-03consolidate the FK triggersSean Finney1-34/+13
2008-09-03maintainer support in frontendSean Finney2-3/+21
2008-09-03initial, slightly stupid, maintainer support in databaseSean Finney3-4/+10
2008-09-02add slash to solo root_url to prevent empty hrefSean Finney1-1/+1
2008-09-02new ReleaseList class to order project releasesSean Finney4-11/+19
2008-09-02add experimental to reprepro configSean Finney1-0/+5
2008-07-06add automatic archive updating supportSean Finney1-1/+8
2008-07-06add contrib/non-free components to reprepro cfgSean Finney1-3/+3
2008-07-06bugfix: don't automatically prune in destructorSean Finney2-5/+12
otherwise its gets pruned every page visit, whoops.
2008-07-05remove superfluous print from Archive classSean Finney1-3/+0
2008-07-05remove update trigger for package_rel_mapsSean Finney1-10/+0
since now we "mark" new package relationss (which is necessary for removing old relations), remove the update trigger, which would otherwise end up deleting everything in the database...
2008-07-05use a "marked" field to catch stale/removed pkgsSean Finney2-3/+9
2008-07-05no such thing as varchar in sqliteSean Finney1-1/+1
2008-07-01slightly better breadcrumbs in headerSean Finney2-13/+11
2008-07-01left-align diffstat infoSean Finney1-0/+1
2008-06-28shrink the diffstat info a bitSean Finney2-1/+6
2008-06-28force -p1 for diffstat generationSean Finney1-2/+2
2008-06-28remove superfluous diffgz in summarySean Finney1-6/+0
it shows up in the next table below if it exists, anyway.
2008-06-28fix a long overdue XXX wrt diffgz's in pagehandlerSean Finney2-21/+15
2008-06-28minor template touchups / fixesSean Finney3-3/+13
2008-06-28add copyright blah and git links at page bottomSean Finney2-0/+19
2008-06-28xhtml compliance: esc. [^a-zA-Z0-9-] from <a name>Sean Finney2-5/+10
2008-06-28superfluous css changeSean Finney1-0/+1
2008-06-28make summary a little more compactSean Finney1-9/+7
2008-06-28strip surrounding ws from diffstat outputSean Finney1-1/+1
2008-06-28mostly aesthetic changes and initial "breadcrumbs"Sean Finney5-122/+182
2008-06-28don't bother sorting package entries when parsingSean Finney1-3/+1
no reason to, assuming i make a better way to track progress.
2008-06-28have a "slightly" more efficient frontpage querySean Finney4-6/+19
2008-06-28db "optimizations" fsvo "optimization"Sean Finney2-23/+24
stop the voodoo with home-rolled "auto increment" type stuff. also, use sqlite "extensions" for conflict resolution (in schema for all but the source package table, which has it in saveSourcePackage), so that we don't need to check for pre-existing records. the "OR REPLACE" was doing this previously, but had wierd effects with modifying the primary key, which would cause db inconsistency and *really* wierd effects when combined with the triggers).
2008-06-28properly filter on suite/pkg when creating ArchiveSean Finney1-3/+1
2008-06-28key fixup, pkg index, remove blank rows from sqlSean Finney1-9/+7
2008-06-28remove need for initial empty rows, fix syntax errSean Finney1-4/+4
2008-06-26slightly refine the package results handlingSean Finney1-1/+2
2008-06-26whoops, forgot to add searchresults templateSean Finney1-0/+34