summaryrefslogtreecommitdiff
path: root/templates/packages/search.html
AgeCommit message (Collapse)Author
2010-01-31More validation fixupsDan McGee
Random stupids in our HTML, this should be a little better at least. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-31Fix up the packages search pagerelease_2010-01-31Dan McGee
* Don't show checkboxes for non-authenticated users * Fix up the adopt buttons to not be a table row * Fix the form which didn't have a closing tag Signed-off-by: Dan McGee <dan@archlinux.org>
2009-11-09updated packages template files from code of pubIsmael Carnales
2009-08-18Apparently you couldn't view the packages page if the user wasn't logged ↵Dusty Phillips
into the admin.
2009-01-30Add package count to the top of the search table.Dusty Phillips
2008-10-10drop search/ url and just go to packagesDusty Phillips
2008-10-07sort returns to first pageDusty Phillips
2008-10-07trying to flesh out the pageDusty Phillips
2008-10-07make sort form workDusty Phillips
2008-10-07make form submit some but not all valuesDusty 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-06-29add maintainer column to search resultsDusty Phillips
2008-06-23Revert "add maintainer to search log"Dusty Phillips
This reverts commit fe03cefa08b4332c8a404a8952f21e39f7e26115.
2008-06-23add maintainer to search logDusty Phillips
2008-06-19sort last updated descending by default. FS#10703Dusty Phillips
2008-04-11fixes for changes in the model dealing with the urlize -> get_* refactoreliott
2008-04-09Cleanup from the previous change to the model for Arches and Repos.eliott
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
2007-12-30Changed color alternation on pkglist to be conformant.eliott
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!