summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)Author
2010-01-31Use select_related() to make a few more places more performantDan McGee
Especially when looking at packages, we always want the arch and repo. Another big hunk of changes deals with the very inefficient signoffs code. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-31Adjust models and views for nullable maintainerEvangelos Foutras
Signed-off-by: Evangelos Foutras <foutrelis@gmail.com> [Dan: made a few other small touchups] Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-30Package search: sort maintainer list by usernameDan McGee
Makes it easier to find a user since we have quite a few. FS#18055. Signed-off-by: Dan McGee <dan@archlinux.org>
2009-11-10added permission required to protected packages viewsIsmael Carnales
2009-11-09added missing packages views code from archweb_pubIsmael Carnales
2009-11-09added missing packages views from archweb_pubIsmael Carnales
2009-11-09modified import paths from archweb_dev to archwebIsmael Carnales
2009-10-17Port archweb_pub commit 1f96c7a1182ef75279c18986b708e683f89dd690 to ↵Thomas Bächler
archweb_dev. This is the original commit message by Dan: "Make package SVN links always work This should clean up the links for all varieties of things- different arches (including any), different repos (community and community-testing), and split packages. All of the logic is in one place now and any further changes should be made to the method on the package object."
2009-09-11Fix community links.Dusty Phillips
2009-07-24Repo-based permissions when adopting packages.Dusty Phillips
2009-05-04Fix a bug when someone accesses the update page without POSTINg adopt or ↵Dusty Phillips
disown. Probably occurred by a press of the back button.
2009-04-13FS#11325. Add a 'Target Repo' column to the signoffs page.Dusty Phillips
2008-10-11drop a couple completed to-dos and blank linesDusty Phillips
2008-10-11refactor duplicate signoff codeDusty Phillips
2008-10-11drop some unused templatetagsDusty Phillips
2008-10-10use RequestContext because its standardDusty Phillips
2008-10-10simplify package details viewDusty Phillips
2008-10-07drop id based searchingDusty Phillips
2008-10-07use user messages to communicate statusDusty Phillips
2008-10-07sort returns to first pageDusty Phillips
2008-10-07reorder ifsDusty Phillips
2008-10-07fix sorting issueDusty Phillips
2008-10-07trying to flesh out the pageDusty Phillips
2008-10-07fix the last update scriptDusty Phillips
2008-10-07make sort form workDusty Phillips
2008-10-07make form submit some but not all valuesDusty Phillips
2008-10-07need better than ids for optionsDusty Phillips
2008-10-07replace package search with a nonfunctional newformDusty Phillips
2008-10-07move validation template tage temporarily; it will be removed eventuallyDusty Phillips
2008-10-05drop a bunch of unusued importsDusty Phillips
2008-10-05drop some unused importsDusty Phillips
2008-08-16#10340 Integrated Signoffs completed but untestedDusty Phillips
2008-08-06improve the templateDusty Phillips
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