summaryrefslogtreecommitdiffstats
path: root/templates/packages
AgeCommit message (Collapse)AuthorFilesLines
2009-09-12Fix community links.Dusty Phillips1-1/+1
2009-08-18Apparently you couldn't view the packages page if the user wasn't logged ↵Dusty Phillips1-1/+1
into the admin.
2009-04-14FS#11325. Add a 'Target Repo' column to the signoffs page.Dusty Phillips1-1/+3
2009-04-14Aaron says maintainer column isn't necessary (FS#11325)Dusty Phillips1-2/+0
2009-01-31Add package count to the top of the search table.Dusty Phillips1-1/+26
2009-01-01display the license field on package descriptionsDusty Phillips1-0/+3
2008-10-12drop jquery dependencyDusty Phillips1-5/+0
2008-10-10use standard messagingDusty Phillips1-6/+0
2008-10-10drop search/ url and just go to packagesDusty Phillips1-8/+8
2008-10-08fix package details pageDusty Phillips1-1/+1
2008-10-07sort returns to first pageDusty Phillips1-5/+5
2008-10-07trying to flesh out the pageDusty Phillips1-7/+10
2008-10-07make sort form workDusty Phillips1-1/+1
2008-10-07make form submit some but not all valuesDusty Phillips1-28/+49
2008-10-07replace package search with a nonfunctional newformDusty Phillips2-66/+25
2008-10-07move validation template tage temporarily; it will be removed eventuallyDusty Phillips2-2/+0
2008-08-16#10340 Integrated Signoffs completed but untestedDusty Phillips1-2/+17
2008-08-06improve the templateDusty Phillips1-1/+7
2008-08-06boilerplate for new signoffs codeDusty Phillips1-0/+32
2008-07-06 #10213 make package urls be pretty cool, if not awesomeDusty Phillips1-2/+2
2008-06-30add maintainer column to search resultsDusty Phillips1-0/+11
2008-06-24Revert "add maintainer to search log"Dusty Phillips1-2/+0
This reverts commit fe03cefa08b4332c8a404a8952f21e39f7e26115.
2008-06-24add maintainer to search logDusty Phillips1-0/+2
2008-06-20sort last updated descending by default. FS#10703Dusty Phillips1-1/+1
2008-04-29removed flag out of date from backend.eliott4-58/+2
Flagging a package out of date is not needed in the backend. Backend only needs to unflag.
2008-04-29Added back links to viewvc data.eliott1-0/+1
2008-04-18Modified get_depends handling slightlyeliott1-4/+4
2008-04-18small changeeliott1-1/+1
2008-04-18added more clarity to required_by fieldseliott1-1/+1
2008-04-17Commented out files link on package details.eliott1-1/+1
2008-04-12fixes for changes in the model dealing with the urlize -> get_* refactoreliott2-168/+167
2008-04-10Cleanup from the previous change to the model for Arches and Repos.eliott2-4/+4
2008-03-23Refactored the model to remove arch and repo tables.eliott2-10/+8
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.eliott2-20/+18
2008-02-27Fix for testing cvs linkseliott1-0/+4
2007-12-30Changed color alternation on pkglist to be conformant.eliott1-1/+1
2007-12-30Fixes for FS#7980eliott1-3/+3
2007-11-03Initial import for public release...eliott6-0/+261
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!