Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-26 | Update reporead and model to store pkgbase | Dan McGee | 1 | -0/+1 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2009-08-21 | Add an 'external projects' model and admin for managing the projects page. | Dusty Phillips | 2 | -1/+10 | |
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 | 2 | -1/+5 | |
2009-07-24 | Allow setting allowed repos to empty. | Dusty Phillips | 1 | -1/+1 | |
2009-07-24 | Repo-based permissions when adopting packages. | Dusty Phillips | 1 | -0/+1 | |
2009-04-03 | Make donor name unique | Dan McGee | 1 | -1/+1 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2009-02-08 | Store IP address as a char field | Dan McGee | 1 | -1/+1 | |
Otherwise the netmask portion can get cut off because of the way Django by default limits IP Address fields to 15 characters. Oops. Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2009-02-08 | Add DB index on country field | Dan McGee | 1 | -1/+1 | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
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 | Use __unicode__ over __str__ | Dusty Phillips | 1 | -8/+8 | |
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 | 2 | -12/+54 | |
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> | |||||
2009-01-01 | display the license field on package descriptions | Dusty Phillips | 1 | -0/+1 | |
2008-12-06 | User profiles are cool. Go go power notebook | Dusty Phillips | 1 | -1/+12 | |
2008-11-15 | alphabetical order on maintainers and packages | Dusty Phillips | 1 | -0/+1 | |
2008-10-13 | backport some archweb_pub changes into archweb_dev | Dusty Phillips | 1 | -3/+13 | |
2008-10-12 | separate copyrighted middleware from my additions | Dusty Phillips | 2 | -16/+2 | |
2008-10-12 | simplify both look and code for dashboard | Dusty Phillips | 1 | -2/+2 | |
2008-10-11 | use RequestContext because its standard | Dusty Phillips | 1 | -4/+0 | |
2008-10-11 | fix another inefficient query | Dusty Phillips | 1 | -21/+1 | |
2008-10-11 | replace an ugly query with a nice query | Dusty Phillips | 1 | -10/+4 | |
2008-10-07 | need better than ids for options | Dusty Phillips | 1 | -0/+3 | |
2008-10-07 | fairly invasive refactor to developer dashboard to be more django friendly | Dusty Phillips | 1 | -19/+5 | |
2008-10-07 | these tests will be broken and should have some real tests written later | Dusty Phillips | 1 | -49/+0 | |
2008-10-07 | optimize get_flag_stats | Dusty Phillips | 1 | -9/+8 | |
2008-10-06 | drop references to the wiki | Dusty Phillips | 1 | -1875/+0 | |
2008-10-06 | drop a bunch of unusued imports | Dusty Phillips | 2 | -4/+1 | |
2008-10-06 | port admin to django 1.0 | Dusty Phillips | 2 | -32/+38 | |
2008-10-06 | port news to django 1.0 using generic views | Dusty Phillips | 1 | -1/+3 | |
2008-10-06 | use an autouser middleware to set the creator of an object | Dusty Phillips | 1 | -0/+15 | |
2008-09-17 | drop a bunch of stuff not necessary for django 1.0 | Dusty Phillips | 2 | -59/+37 | |
2008-08-16 | #10340 Integrated Signoffs completed but untested | Dusty Phillips | 1 | -6/+12 | |
2008-08-16 | add signoff model for capturing signoffs | Dusty Phillips | 1 | -0/+11 | |
2008-07-09 | attempt to reduce missing packages | Dusty Phillips | 1 | -3/+2 | |
2008-07-06 | #10213 make package urls be pretty cool, if not awesome | Dusty Phillips | 1 | -1/+2 | |
2008-07-04 | make url field non validaty | Dusty Phillips | 1 | -1/+1 | |
2008-06-28 | make package names unique | Dusty Phillips | 1 | -1/+1 | |
2008-06-28 | refactor todo packages a bit | Dusty Phillips | 1 | -0/+9 | |
2008-06-22 | make the package model part of the admin | Dusty Phillips | 1 | -2/+24 | |
2008-06-20 | order by last update on package view | Dusty Phillips | 1 | -0/+1 | |
2008-05-24 | Added more meta to the admin interface for the press model. | eliott | 1 | -0/+1 | |
2008-04-18 | update fixtures | eliott | 1 | -390/+390 | |
2008-04-18 | Modified get_depends handling slightly | eliott | 2 | -4/+7 | |
2008-04-18 | Formatting adjustment | eliott | 1 | -3/+12 | |
2008-04-18 | Added test harness and test data fixtures. | eliott | 2 | -0/+11166 | |
2008-04-18 | added more clarity to required_by fields | eliott | 1 | -7/+4 | |
2008-04-18 | Added some fixture data for repos and arches. | eliott | 2 | -0/+53 | |
2008-04-17 | fixed comment wording | eliott | 1 | -1/+1 | |