summaryrefslogtreecommitdiffstats
path: root/packages
AgeCommit message (Collapse)AuthorFilesLines
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
2008-10-07move validation template tage temporarily; it will be removed eventuallyDusty Phillips1-0/+9
2008-10-06drop a bunch of unusued importsDusty Phillips1-5/+2
2008-10-06drop some unused importsDusty Phillips1-2/+1
2008-08-16#10340 Integrated Signoffs completed but untestedDusty Phillips1-3/+25
2008-08-06improve the templateDusty Phillips1-1/+1
2008-08-06boilerplate for new signoffs codeDusty Phillips1-0/+6
2008-07-30allow anyone to adopt or disown a packageDusty Phillips1-9/+3
2008-07-06 #10213 make package urls be pretty cool, if not awesomeDusty Phillips1-6/+12
2008-06-30drop an unnecessary db hitDusty Phillips1-3/+4
2008-06-30add maintainer column to search resultsDusty Phillips1-0/+3
2008-06-20sort last updated descending by default. FS#10703Dusty Phillips1-1/+4
2008-06-20order by last update on package viewDusty Phillips1-1/+1
2008-04-29Fix for FS#9999eliott1-1/+1
2008-04-29removed flag out of date from backend.eliott1-38/+0
Flagging a package out of date is not needed in the backend. Backend only needs to unflag.
2008-04-10Removed login_required from the individual views.eliott1-2/+0
Not entire dev site requires login.
2008-04-10Changed to arches and repos in the db.eliott1-7/+8
Added them to the django admin interface as well.
2008-03-23Anyone can now unflag an out of date package.eliott1-3/+0
This was a flyspray request.
2008-03-23Added the ability to see flagged packages only, per use or repoeliott1-0/+3
2008-03-23Refactored the model to remove arch and repo tables.eliott1-10/+17
Refactored the model to remove the arch and repo tables. Those data points are now encapsulated in the package table as an ENUM field. Changes to models and templates as needed.
2008-03-08More changes to the multiarch model.eliott1-21/+9
2008-03-08Moved models aroundeliott2-96/+2
2008-02-27Fix for testing cvs linkseliott1-1/+14
2007-12-30Fixes for FS#7980eliott1-1/+2
2007-12-30Massive retab fest.eliott3-91/+99
Also added vim command comment to the end of files.
2007-12-30Modified render_template and renamed it to render_response (consistent witheliott1-148/+148
archweb_pub conventions). Moved pkgmaint_guide to a template.
2007-12-22renamed importseliott1-2/+2
2007-11-17Fix for FS#8547eliott1-0/+1
2007-11-03Initial import for public release...eliott5-0/+291
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!