summaryrefslogtreecommitdiffstats
path: root/packages
AgeCommit message (Expand)AuthorFilesLines
2010-10-04Make user profile a OneToOneFieldrelease_2010-10-05Dan McGee1-1/+1
2010-10-04Add some select_related() magicDan McGee1-1/+1
2010-09-08Use arch.agnostic flag everywhereDan McGee1-4/+6
2010-09-08Fix download links to work with package poolsDan McGee1-1/+5
2010-09-08Implement package difference filteringDan McGee1-3/+29
2010-09-06Move mirror models out of main appDan McGee1-1/+1
2010-09-03Use direct_to_template in all remaining possible placesDan McGee1-30/+23
2010-08-28PyLint suggested cleanupsDan McGee1-14/+15
2010-08-28Move package utility functionsDan McGee2-100/+109
2010-08-28Move differences into it's own functionDan McGee1-5/+8
2010-08-27Add package groups to front page and cache resultsrelease_2010-08-27-2Dan McGee1-1/+2
2010-08-27Add last updated column to package groups viewDan McGee1-4/+8
2010-08-27Add a package group overview pageDan McGee1-2/+40
2010-08-27Add a group details viewDan McGee1-1/+16
2010-08-25Package Differences by Architecture viewDan McGee1-0/+67
2010-08-13Show maintainer full names in search dropdownDan McGee1-8/+6
2010-08-13Clarify what the date field means on package searchDan McGee1-1/+2
2010-08-04Add a title to the userpkgs linkDan McGee1-2/+7
2010-07-28Add new 'userpkgs' template tagDan McGee1-0/+22
2010-07-25Add package groups model and display to packagesDan McGee2-0/+117
2010-07-06Update code to use new flag_date columnDan McGee1-7/+7
2010-06-24Get unit tests up and running againDan McGee1-1/+3
2010-06-22Add 'never_cache' decorator in a bunch of placesDan McGee1-0/+4
2010-06-20Get a more accurate count of adopted packagesDan McGee1-1/+4
2010-06-20Update to the new messages frameworkDan McGee1-11/+14
2010-06-08Use Sites framework instead of hardcoded domain nameDan McGee1-1/+1
2010-06-05Updates for CSRF protection in Django 1.2.XDan McGee1-1/+1
2010-05-26Add ability to download package from web interfaceDan McGee1-1/+17
2010-05-26Move package flagging URLs below the packageDan McGee1-4/+6
2010-05-17Kill td_input template and tagDan McGee1-4/+0
2010-04-02Improve flag out-of-date logicDan McGee1-2/+2
2010-03-27Simplify code now that pkgbase is always definedrelease_2010-03-28Dan McGee1-4/+4
2010-03-27Move package maintainer off of package modelDan McGee5-24/+369
2010-03-06Use repo.testing flag instead of test-based checksDan McGee1-4/+4
2010-02-27files: template reuseDan McGee1-1/+1
2010-02-27Ensure our cache is correct with AJAX requestsDan McGee1-0/+2
2010-02-27Make files view AJAX if supportedDan McGee1-1/+4
2010-02-27Order the package files when viewingDan McGee1-1/+1
2010-02-27Bring package files view up to speedDan McGee1-4/+5
2010-02-17Clean up urlencode usage even moreDan McGee1-3/+1
2010-02-16More save() -> update() cleanupDan McGee1-3/+1
2010-02-16Clean up adopt/disown logicDan McGee1-9/+4
2010-02-16Use unicode-safe urlencode in package searchDan McGee1-9/+4
2010-02-16Make packages view much more efficientDan McGee1-2/+3
2010-02-10Remove archweb prefix from all importsDan McGee1-3/+3
2010-02-08Add OpenSearch support to the siteDan McGee1-1/+13
2010-01-31Make marking out of date actually workDan McGee1-17/+22
2010-01-31Use select_related() to make a few more places more performantDan McGee1-5/+10
2010-01-31Adjust models and views for nullable maintainerEvangelos Foutras1-8/+8
2010-01-30Package search: sort maintainer list by usernameDan McGee1-1/+1