summaryrefslogtreecommitdiffstats
path: root/packages
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-10added permission required to protected packages viewsIsmael Carnales1-0/+6
2009-11-09added missing packages views code from archweb_pubIsmael Carnales1-2/+14
2009-11-09added missing packages views from archweb_pubIsmael Carnales1-0/+65
2009-11-09modified import paths from archweb_dev to archwebIsmael Carnales1-3/+3
2009-10-17Port archweb_pub commit 1f96c7a1182ef75279c18986b708e683f89dd690 to archweb_d...Thomas Bächler1-2/+1
2009-09-11Fix community links.Dusty Phillips1-1/+2
2009-07-24Repo-based permissions when adopting packages.Dusty Phillips1-3/+14
2009-05-04Fix a bug when someone accesses the update page without POSTINg adopt or diso...Dusty Phillips1-6/+10
2009-04-13FS#11325. Add a 'Target Repo' column to the signoffs page.Dusty Phillips1-1/+10
2008-10-11drop a couple completed to-dos and blank linesDusty Phillips1-2/+0
2008-10-11refactor duplicate signoff codeDusty Phillips1-8/+4
2008-10-11drop some unused templatetagsDusty Phillips1-18/+5
2008-10-10use RequestContext because its standardDusty Phillips1-4/+3
2008-10-10simplify package details viewDusty Phillips1-21/+16
2008-10-07drop id based searchingDusty Phillips1-1/+1
2008-10-07use user messages to communicate statusDusty Phillips1-8/+8
2008-10-07sort returns to first pageDusty Phillips1-1/+2
2008-10-07reorder ifsDusty Phillips1-92/+4
2008-10-07fix sorting issueDusty Phillips1-3/+6
2008-10-07trying to flesh out the pageDusty Phillips2-5/+25
2008-10-07fix the last update scriptDusty Phillips1-4/+4
2008-10-07make sort form workDusty Phillips1-4/+10
2008-10-07make form submit some but not all valuesDusty Phillips1-14/+47
2008-10-07need better than ids for optionsDusty Phillips1-37/+20
2008-10-07replace package search with a nonfunctional newformDusty Phillips2-2/+68