Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
This reverts commit 7bacd4e7b2f521be3d2bf6494547c60ddf2426b3.
actually, it should be one.
|
|
|
|
|
|
the PackageCmd and PatchCmd classes are now cached on their
first request.
note that this is incomplete, as the PackageCmd is also currently
used to print non-static information as well (when a package name
doesn't find an exact match and it does a query).
|
|
this should never happen in production as the database contains
only a cache of what's on disk, but during testing on a system with
the database and no archive, or in unexpected circumstances, it
might be helpful to give a more informative error page.
|
|
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...
|
|
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...
|