summaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2009-11-09removed RequireLoginMiddlewareIsmael Carnales1-19/+0
2009-11-09modified import paths from archweb_dev to archwebIsmael Carnales2-2/+2
2009-10-18Adjust SVN links to the WebSVN URL schemeThomas Bächler1-4/+4
2009-10-17Port archweb_pub commit 1f96c7a1182ef75279c18986b708e683f89dd690 to archweb_d...Thomas Bächler1-0/+14
2009-10-07Set verify_exists=False on ExternalProjects modelAaron Griffin1-1/+1
2009-09-25Update reporead and model to store pkgbaseDan McGee1-0/+1
2009-08-20Add an 'external projects' model and admin for managing the projects page.Dusty Phillips2-1/+10
2009-08-12Too many columns in mirror adminDusty Phillips1-1/+1
2009-08-12Add a couple columns to user admin at Aaron's request.Dusty Phillips1-0/+2
2009-08-12Add a couple fields to mirror admin at Aaron's requestDusty Phillips2-1/+5
2009-07-24Allow setting allowed repos to empty.Dusty Phillips1-1/+1
2009-07-24Repo-based permissions when adopting packages.Dusty Phillips1-0/+1
2009-04-02Make donor name uniqueDan McGee1-1/+1
2009-02-08Store IP address as a char fieldDan McGee1-1/+1
2009-02-07Add DB index on country fieldDan McGee1-1/+1
2009-02-07Mirror rsync IP: allow netmask specificationDan McGee1-0/+17
2009-02-06Use __unicode__ over __str__Dusty Phillips1-8/+8
2009-02-06Ensure all mirror URLs are saved with a trailing slashDan McGee1-2/+14
2009-02-06Refactor mirror modelDan McGee2-12/+54
2009-01-01display the license field on package descriptionsDusty Phillips1-0/+1
2008-12-05User profiles are cool. Go go power notebookDusty Phillips1-1/+12
2008-11-15alphabetical order on maintainers and packagesDusty Phillips1-0/+1
2008-10-12backport some archweb_pub changes into archweb_devDusty Phillips1-3/+13
2008-10-11separate copyrighted middleware from my additionsDusty Phillips2-16/+2
2008-10-11simplify both look and code for dashboardDusty Phillips1-2/+2
2008-10-10use RequestContext because its standardDusty Phillips1-4/+0
2008-10-10fix another inefficient queryDusty Phillips1-21/+1
2008-10-10replace an ugly query with a nice queryDusty Phillips1-10/+4
2008-10-07need better than ids for optionsDusty Phillips1-0/+3
2008-10-07fairly invasive refactor to developer dashboard to be more django friendlyDusty Phillips1-19/+5
2008-10-07these tests will be broken and should have some real tests written laterDusty Phillips1-49/+0
2008-10-07optimize get_flag_statsDusty Phillips1-9/+8
2008-10-05drop references to the wikiDusty Phillips1-1875/+0
2008-10-05drop a bunch of unusued importsDusty Phillips2-4/+1
2008-10-05port admin to django 1.0Dusty Phillips2-32/+38
2008-10-05port news to django 1.0 using generic viewsDusty Phillips1-1/+3
2008-10-05use an autouser middleware to set the creator of an objectDusty Phillips1-0/+15
2008-09-16drop a bunch of stuff not necessary for django 1.0Dusty Phillips2-59/+37
2008-08-16#10340 Integrated Signoffs completed but untestedDusty Phillips1-6/+12
2008-08-16add signoff model for capturing signoffsDusty Phillips1-0/+11
2008-07-08attempt to reduce missing packagesDusty Phillips1-3/+2
2008-07-05 #10213 make package urls be pretty cool, if not awesomeDusty Phillips1-1/+2
2008-07-03make url field non validatyDusty Phillips1-1/+1
2008-06-27make package names uniqueDusty Phillips1-1/+1
2008-06-27refactor todo packages a bitDusty Phillips1-0/+9
2008-06-21make the package model part of the adminDusty Phillips1-2/+24
2008-06-19order by last update on package viewDusty Phillips1-0/+1
2008-05-23Added more meta to the admin interface for the press model.eliott1-0/+1
2008-04-18update fixtureseliott1-390/+390
2008-04-17Modified get_depends handling slightlyeliott2-4/+7