Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-12 | updated apache conf for wsgiwsgi | sean finey | 1 | -9/+15 | |
2009-02-12 | more gracefully find what should be the installation root | sean finey | 1 | -7/+5 | |
2009-02-11 | mod_python -> wsgi | sean finey | 2 | -54/+77 | |
i hear it's the new black. code change requirements weren't very big at all, and apparently this will work better/stabler on lenny systems, so... | |||||
2009-01-08 | d'oh. html validation fix for anchor name tags | Sean Finney | 1 | -12/+8 | |
2009-01-08 | add background-color attribute for body{} | Sean Finney | 1 | -0/+1 | |
2009-01-08 | include anchor name tags in package page | Sean Finney | 1 | -4/+12 | |
2009-01-08 | use min-height instead of height, it's prettier | Sean Finney | 1 | -1/+1 | |
2008-12-30 | add documentation about "email search" | Sean Finney | 1 | -0/+2 | |
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 | |