Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-23 | Allow deleting of stale package relations via status page | Dan McGee | |
Add a column of checkboxes to each table, enclose the whole thing in a form, and add a super-simple delete view that takes a list of IDs and removes them from the database. The delete_packagerelation permission is required to be able to delete relations. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2011-02-23 | Add stale package relations status screen | Dan McGee | |
For now it is read only. Display a few tables of various ways of detecting stale package relations. These include inactive users, pkgbase values that no longer exist, and users that are listed as maintainers that don't have the proper permissions for that package anymore. Signed-off-by: Dan McGee <dan@archlinux.org> |