Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-12-29 | add a sample apache configuration | Sean Finney | 1 | -0/+14 | |
2008-12-29 | missed one module rename from the initial ptcgi -> ReqHandler | Sean Finney | 1 | -1/+1 | |
2008-12-29 | migrate from cgi to mod_python | Sean Finney | 2 | -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-29 | fix absolute link in quick jump form | Sean Finney | 1 | -1/+1 | |
2008-09-12 | add a local configuration file ignored by git | Sean Finney | 2 | -0/+6 | |
2008-09-11 | more TODO cut/paste from email | Sean Finney | 1 | -0/+41 | |
2008-09-11 | incorporate some suggestions/updates into TODO | Sean Finney | 1 | -0/+46 | |
2008-09-08 | two maintainer email fixes | Sean Finney | 2 | -3/+3 | |
2008-09-08 | Revert previous database representation changes | Sean Finney | 4 | -82/+50 | |
This reverts commit 26a4f31bc27b021dbb332c536e7d14c65fdf54c0. This reverts commit 5578d0fad24d68ecbd12a735c444910754db50ca. | |||||
2008-09-05 | remove unneeded where condition | Sean Finney | 1 | -2/+1 | |
2008-09-05 | unicode fixes | Sean Finney | 1 | -4/+5 | |
2008-09-04 | better output for searches, email query fix | Sean Finney | 3 | -5/+7 | |
2008-09-04 | don't allow package searches < 3 chars | Sean Finney | 1 | -1/+4 | |
2008-09-04 | add utf-8 encoding comment | Sean Finney | 1 | -0/+1 | |
2008-09-04 | better database maintainer representation | Sean Finney | 4 | -44/+84 | |
2008-09-04 | change root_url to '' by default | Sean Finney | 1 | -1/+1 | |
2008-09-03 | consolidate the FK triggers | Sean Finney | 1 | -34/+13 | |
2008-09-03 | maintainer support in frontend | Sean Finney | 2 | -3/+21 | |
2008-09-03 | initial, slightly stupid, maintainer support in database | Sean Finney | 3 | -4/+10 | |
2008-09-02 | add slash to solo root_url to prevent empty href | Sean Finney | 1 | -1/+1 | |
2008-09-02 | new ReleaseList class to order project releases | Sean Finney | 4 | -11/+19 | |
2008-09-02 | add experimental to reprepro config | Sean Finney | 1 | -0/+5 | |
2008-07-06 | add automatic archive updating support | Sean Finney | 1 | -1/+8 | |
2008-07-06 | add contrib/non-free components to reprepro cfg | Sean Finney | 1 | -3/+3 | |
2008-07-06 | bugfix: don't automatically prune in destructor | Sean Finney | 2 | -5/+12 | |
otherwise its gets pruned every page visit, whoops. | |||||
2008-07-05 | remove superfluous print from Archive class | Sean Finney | 1 | -3/+0 | |
2008-07-05 | remove update trigger for package_rel_maps | Sean Finney | 1 | -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-05 | use a "marked" field to catch stale/removed pkgs | Sean Finney | 2 | -3/+9 | |
2008-07-05 | no such thing as varchar in sqlite | Sean Finney | 1 | -1/+1 | |
2008-07-01 | slightly better breadcrumbs in header | Sean Finney | 2 | -13/+11 | |
2008-07-01 | left-align diffstat info | Sean Finney | 1 | -0/+1 | |
2008-06-28 | shrink the diffstat info a bit | Sean Finney | 2 | -1/+6 | |
2008-06-28 | force -p1 for diffstat generation | Sean Finney | 1 | -2/+2 | |
2008-06-28 | remove superfluous diffgz in summary | Sean Finney | 1 | -6/+0 | |
it shows up in the next table below if it exists, anyway. | |||||
2008-06-28 | fix a long overdue XXX wrt diffgz's in pagehandler | Sean Finney | 2 | -21/+15 | |
2008-06-28 | minor template touchups / fixes | Sean Finney | 3 | -3/+13 | |
2008-06-28 | add copyright blah and git links at page bottom | Sean Finney | 2 | -0/+19 | |
2008-06-28 | xhtml compliance: esc. [^a-zA-Z0-9-] from <a name> | Sean Finney | 2 | -5/+10 | |
2008-06-28 | superfluous css change | Sean Finney | 1 | -0/+1 | |
2008-06-28 | make summary a little more compact | Sean Finney | 1 | -9/+7 | |
2008-06-28 | strip surrounding ws from diffstat output | Sean Finney | 1 | -1/+1 | |
2008-06-28 | mostly aesthetic changes and initial "breadcrumbs" | Sean Finney | 5 | -122/+182 | |
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-28 | have a "slightly" more efficient frontpage query | Sean Finney | 4 | -6/+19 | |
2008-06-28 | db "optimizations" fsvo "optimization" | Sean Finney | 2 | -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-28 | properly filter on suite/pkg when creating Archive | Sean Finney | 1 | -3/+1 | |
2008-06-28 | key fixup, pkg index, remove blank rows from sql | Sean Finney | 1 | -9/+7 | |
2008-06-28 | remove need for initial empty rows, fix syntax err | Sean Finney | 1 | -4/+4 | |
2008-06-26 | slightly refine the package results handling | Sean Finney | 1 | -1/+2 | |
2008-06-26 | whoops, forgot to add searchresults template | Sean Finney | 1 | -0/+34 | |