summaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2010-06-09Enhance base package listing in package detailsDan McGee1-0/+30
2010-06-08Use Sites framework instead of hardcoded domain nameDan McGee1-0/+7
2010-05-26Add filename column to package modelDan McGee2-0/+193
2010-05-25Merge branch 'redesign'Dan McGee2-1/+7
2010-05-24Fix null field issues exposed by Django 1.1.2Dan McGee2-3/+206
2010-05-17Add alphabetical sorting to mirrorlistsThayer Williams2-1/+7
2010-05-15Make CDN not dependent on DEBUG settingDan McGee1-3/+4
2010-05-04Add a hacked version of Django UpdateCacheMiddlewareDan McGee1-0/+52
2010-04-28Dedupe entries in required by listDan McGee1-1/+1
2010-04-19Migration to remove external projectsDan McGee1-0/+197
2010-04-19Remove Arch-Based ProjectsDan McGee2-10/+1
2010-04-19Migration to delete AltForum modelDan McGee1-0/+204
2010-04-19Remove International CommunitiesDan McGee2-19/+1
2010-04-19Migration to remove press modelDan McGee1-0/+210
2010-04-19Remove Press model and adminDan McGee2-17/+1
2010-04-17Maintainer doesn't exist on package anymoreDan McGee1-1/+1
2010-03-28Simplify code now that pkgbase is always definedDan McGee1-8/+2
2010-03-28Make pkgbase non-null and indexedDan McGee2-1/+212
2010-03-28Make reporead always populate pkgbaseDan McGee1-0/+208
2010-03-27Drop maintainer column off packages modelDan McGee2-1/+211
2010-03-27Move package maintainer off of package modelDan McGee2-8/+17
2010-03-20Make rsync fields on mirrors optionalDan McGee2-2/+203
2010-03-11Make the new 'testing' flag on repo a bit clearerDan McGee2-2/+8
2010-03-06Fix up get_depends logic a bitDan McGee1-12/+16
2010-03-06Use repo.testing flag instead of test-based checksDan McGee1-1/+1
2010-03-06Add a flag to the repo to indicate its 'testing' statusDan McGee3-0/+389
2010-03-06Fix get_depends() method descriptionDan McGee1-10/+6
2010-03-06Make mirror notes a text fieldDan McGee2-1/+199
2010-03-06Kill rsync IP hostname fieldDan McGee2-2/+197
2010-03-06Add mirror rsync credentials dataDan McGee2-0/+203
2010-03-06Mirror tiering enhancementsDan McGee3-2/+216
2010-03-03Merge branch 'master' into cdn-jqueryDan McGee2-0/+194
2010-02-27Upgrade jQuery to 1.4.2Dan McGee1-1/+1
2010-02-27Add CDN templatetag packageDan McGee2-0/+19
2010-02-27Add a files_last_update columnDan McGee2-0/+194
2010-02-27Add some additional fields to package importDan McGee2-0/+204
2010-02-10Remove archweb prefix from all importsDan McGee3-3/+3
2010-02-09Fix the get_user middleware stuffDan McGee2-36/+2
2010-02-09Make sure we use orm in migrationsDan McGee1-2/+2
2010-02-06Make the maintainer migration less stupidEvangelos Foutras1-8/+4
2010-02-06Make recent updates group multiple architecturesDan McGee1-0/+6
2010-02-01Provide SVN links to trunk/ for each packageDan McGee1-3/+10
2010-01-31Make looking up a package with many required by entries fasterDan McGee1-1/+1
2010-01-31Handle empty pkgdesc and url a bit betterDan McGee1-0/+211
2010-01-31Make bugs link more usefulDan McGee1-0/+9
2010-01-31Kill a no longer necessary hack in the adminDan McGee2-15/+1
2010-01-31Use select_related() to make a few more places more performantDan McGee1-4/+10
2010-01-31Add a pkgname indexDan McGee2-2/+210
2010-01-31Reintroduce optimized code for Todo listingsEvangelos Foutras1-4/+4
2010-01-31Adjust models and views for nullable maintainerEvangelos Foutras1-1/+1