Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Chop so we don't throw mysql errors when we try to commit.
|
|
Default url field oddly enough in django appears to be 200 chars long.
A url is valid up to 255 chars I believe.
|
|
|
|
|
|
|
|
|
|
Renamed methods, and methods now return raw data to the view layer.
|
|
|
|
Not entire dev site requires login.
|
|
|
|
|
|
Had to backport from archweb_pub
|
|
Had to backport from archweb_pub.
|
|
architecture of the dep.
Modified it so that only the current package's arch, as well as the 'any' arch,
are valid for required by listing.
|
|
|
|
Added them to the django admin interface as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Backported and modified from 'master'
|
|
|
|
This was a flyspray request.
|
|
|
|
|
|
reporead uses the same model files, and needs access to the db anyway.
|
|
Refactored the model to remove the arch and repo tables. Those data points
are now encapsulated in the package table as an ENUM field.
Changes to models and templates as needed.
|
|
|
|
|
|
|
|
|
|
|