summaryrefslogtreecommitdiffstats
path: root/templates/packages/details.html
AgeCommit message (Collapse)AuthorFilesLines
2010-02-01Provide SVN links to trunk/ for each packageDan McGee1-1/+2
This is, at least for me, more useful than the link to a specific build of a package. We provide both so no one should lose here. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-31Touch up the depends and requiredby display in package detailsDan McGee1-4/+12
This started out as a validation fix for the W3 validator: we had some <ul/> elements that ended up on that page with no inner <li/> elements, so it was invalid markup. I then realized we don't need to call the methods multiple times so use the 'with' template tag. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-31Handle empty pkgdesc and url a bit betterDan McGee1-2/+2
Put an actual NULL in the database and handle it for both display and import. Also add a migration to clean up any bad data we currently have in there. Fixes FS#17144. Signed-off-by: Dan McGee <dan@archlinux.org>
2010-01-31Make bugs link more usefulDan McGee1-1/+1
Link directly to the right project in Flyspray instead of whatever the user looked at last. Fixes FS#13166. Signed-off-by: Dan McGee <dan@archlinux.org>
2009-11-10update packages detail template with code from pubIsmael Carnales1-13/+20
also added user restrictions
2009-10-17Port archweb_pub commit 1f96c7a1182ef75279c18986b708e683f89dd690 to ↵Thomas Bächler1-1/+1
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-12Fix community links.Dusty Phillips1-1/+1
2009-01-01display the license field on package descriptionsDusty Phillips1-0/+3
2008-10-08fix package details pageDusty Phillips1-1/+1
2008-07-06 #10213 make package urls be pretty cool, if not awesomeDusty Phillips1-2/+2
2008-04-29removed flag out of date from backend.eliott1-5/+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_* refactoreliott1-69/+74
2008-04-10Cleanup from the previous change to the model for Arches and Repos.eliott1-2/+2
2008-03-23Refactored the model to remove arch and repo tables.eliott1-5/+3
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-11/+9
2008-02-27Fix for testing cvs linkseliott1-0/+4
2007-12-30Fixes for FS#7980eliott1-3/+3
2007-11-03Initial import for public release...eliott1-0/+77
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!