summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2008-08-06boilerplate for new signoffs codeDusty Phillips
2008-07-30allow anyone to adopt or disown a packageDusty Phillips
2008-07-05 #10213 make package urls be pretty cool, if not awesomeDusty Phillips
2008-06-29drop an unnecessary db hitDusty Phillips
2008-06-29add maintainer column to search resultsDusty Phillips
2008-06-19sort last updated descending by default. FS#10703Dusty Phillips
2008-06-19order by last update on package viewDusty Phillips
2008-04-28Fix for FS#9999eliott
2008-04-28removed flag out of date from backend.eliott
Flagging a package out of date is not needed in the backend. Backend only needs to unflag.
2008-04-09Removed login_required from the individual views.eliott
Not entire dev site requires login.
2008-04-09Changed to arches and repos in the db.eliott
Added them to the django admin interface as well.
2008-03-22Anyone can now unflag an out of date package.eliott
This was a flyspray request.
2008-03-22Added the ability to see flagged packages only, per use or repoeliott
2008-03-22Refactored the model to remove arch and repo tables.eliott
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.eliott
2008-03-08Moved models aroundeliott
2008-02-26Fix for testing cvs linksrelease_2008022601eliott
2007-12-30Fixes for FS#7980eliott
2007-12-29Massive retab fest.eliott
Also added vim command comment to the end of files.
2007-12-29Modified render_template and renamed it to render_response (consistent witheliott
archweb_pub conventions). Moved pkgmaint_guide to a template.
2007-12-22renamed importseliott
2007-11-17Fix for FS#8547eliott
2007-11-03Initial import for public release...eliott
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!