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