Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-12 | Add a couple fields to mirror admin at Aaron's request | Dusty Phillips | |
2009-07-24 | Allow setting allowed repos to empty. | Dusty Phillips | |
2009-07-24 | Repo-based permissions when adopting packages. | Dusty Phillips | |
2009-04-02 | Make donor name unique | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-02-08 | Store IP address as a char field | Dan McGee | |
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-07 | Add DB index on country field | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2009-02-07 | Mirror rsync IP: allow netmask specification | Dan McGee | |
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 | |
2009-02-06 | Ensure all mirror URLs are saved with a trailing slash | Dan McGee | |
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 | |
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 | |
2008-12-05 | User profiles are cool. Go go power notebook | Dusty Phillips | |
2008-11-15 | alphabetical order on maintainers and packages | Dusty Phillips | |
2008-10-12 | backport some archweb_pub changes into archweb_dev | Dusty Phillips | |
2008-10-11 | separate copyrighted middleware from my additions | Dusty Phillips | |
2008-10-11 | simplify both look and code for dashboard | Dusty Phillips | |
2008-10-10 | use RequestContext because its standard | Dusty Phillips | |
2008-10-10 | fix another inefficient query | Dusty Phillips | |
2008-10-10 | replace an ugly query with a nice query | Dusty Phillips | |
2008-10-07 | need better than ids for options | Dusty Phillips | |
2008-10-07 | fairly invasive refactor to developer dashboard to be more django friendly | Dusty Phillips | |
2008-10-07 | these tests will be broken and should have some real tests written later | Dusty Phillips | |
2008-10-07 | optimize get_flag_stats | Dusty Phillips | |
2008-10-05 | drop references to the wiki | Dusty Phillips | |
2008-10-05 | drop a bunch of unusued imports | Dusty Phillips | |
2008-10-05 | port admin to django 1.0 | Dusty Phillips | |
2008-10-05 | port news to django 1.0 using generic views | Dusty Phillips | |
2008-10-05 | use an autouser middleware to set the creator of an object | Dusty Phillips | |
2008-09-16 | drop a bunch of stuff not necessary for django 1.0 | Dusty Phillips | |
2008-08-16 | #10340 Integrated Signoffs completed but untested | Dusty Phillips | |
2008-08-16 | add signoff model for capturing signoffs | Dusty Phillips | |
2008-07-08 | attempt to reduce missing packages | Dusty Phillips | |
2008-07-05 | #10213 make package urls be pretty cool, if not awesome | Dusty Phillips | |
2008-07-03 | make url field non validaty | Dusty Phillips | |
2008-06-27 | make package names unique | Dusty Phillips | |
2008-06-27 | refactor todo packages a bit | Dusty Phillips | |
2008-06-21 | make the package model part of the admin | Dusty Phillips | |
2008-06-19 | order by last update on package view | Dusty Phillips | |
2008-05-23 | Added more meta to the admin interface for the press model. | eliott | |
2008-04-18 | update fixtures | eliott | |
2008-04-17 | Modified get_depends handling slightly | eliott | |
2008-04-17 | Formatting adjustment | eliott | |
2008-04-17 | Added test harness and test data fixtures. | eliott | |
2008-04-17 | added more clarity to required_by fields | eliott | |
2008-04-17 | Added some fixture data for repos and arches. | eliott | |
2008-04-17 | fixed comment wording | eliott | |
2008-04-16 | fixed issue where testing and unstable packages caused errors in get_depends | eliott | |
2008-04-16 | Add sorting of required_by values | eliott | |
2008-04-16 | Changed url field type. | eliott | |
Default url field oddly enough in django appears to be 200 chars long. A url is valid up to 255 chars I believe. | |||
2008-04-11 | Refactored the urlize sections to remove display/view data from the model. | eliott | |
Renamed methods, and methods now return raw data to the view layer. |