Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-21 | Add an 'external projects' model and admin for managing the projects page. | Dusty Phillips | 1 | -1/+2 | |
2009-08-12 | Too many columns in mirror admin | Dusty Phillips | 1 | -1/+1 | |
2009-08-12 | Add a couple columns to user admin at Aaron's request. | Dusty Phillips | 1 | -0/+2 | |
2009-08-12 | Add a couple fields to mirror admin at Aaron's request | Dusty Phillips | 1 | -1/+1 | |
2009-02-07 | Mirror rsync IP: allow netmask specification | Dan McGee | 1 | -0/+17 | |
Noticed this was necessary while trying to get all the rsync IPs into the database. Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2009-02-06 | Ensure all mirror URLs are saved with a trailing slash | Dan McGee | 1 | -2/+14 | |
Add a clean_url() function to a custom ModelForm to accomplish this. Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2009-02-06 | Refactor mirror model | Dan McGee | 1 | -5/+23 | |
Break the original model down into a few different components that should give us a lot more flexibility. Mirror is now the top level entity with one-to-many relationships to both URLs and rsync IP addresses. This should allow the DB model to serve all of our currently unsynced needs. Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2008-12-06 | User profiles are cool. Go go power notebook | Dusty Phillips | 1 | -1/+12 | |
2008-10-06 | port admin to django 1.0 | Dusty Phillips | 1 | -0/+38 | |