summaryrefslogtreecommitdiffstats
path: root/templates/packages/details.html
AgeCommit message (Expand)AuthorFilesLines
2011-12-03Convert packager link to search by packagerDan McGee1-2/+2
2011-11-17Display package URLs unquoted if possibleDan McGee1-1/+1
2011-10-18Add architecture to package details and files page titlesDan McGee1-1/+1
2011-09-08List packages in required by list with depend provided by this packageDan McGee1-0/+1
2011-09-08Show provides in package details viewDan McGee1-1/+10
2011-09-01Compact bug report links in "Package Actions" boxEvangelos Foutras1-2/+4
2011-09-01Use package branches to display commit historyEvangelos Foutras1-2/+4
2011-08-25Enable display of package signed statusDan McGee1-2/+0
2011-08-20Fix template comment guardDan McGee1-1/+1
2011-08-17Add PGP signature package fieldDan McGee1-0/+5
2011-08-16add "search wiki" link to package details pageSergej Pupykin1-0/+1
2011-08-10Link package provisions if availableDan McGee1-1/+4
2011-08-10Use new package details link tag in templatesDan McGee1-12/+5
2011-07-05Add a default datetime formatDan McGee1-1/+1
2011-07-05Add rel="nofollow" to download package linksDan McGee1-1/+1
2011-04-19Reimplement links code as template tagsDan McGee1-4/+4
2011-04-19Add a "Report a Bug" linkDan McGee1-0/+1
2011-03-29Small package details template cleanupDan McGee1-1/+1
2011-03-23Allow virtual base packages to display in web interfaceDan McGee1-1/+2
2011-03-13Show epoch in package version if != 0Dan McGee1-4/+4
2011-03-03Template fine-grained permissioningDan McGee1-2/+2
2011-02-23Use hyphen to offset optdep descriptionDan McGee1-1/+1
2011-02-17Allow for optional info in required by displayDan McGee1-3/+4
2011-02-17Read in optional deps and show in web interfaceDan McGee1-11/+14
2011-02-15Move license to a related modelDan McGee1-2/+2
2011-02-15Clean up Package related objects codeDan McGee1-1/+1
2011-01-21Add an 'unflag all' optionDan McGee1-0/+1
2010-10-19Show flag out-of-date date on package details pageDan McGee1-1/+1
2010-09-30Move most inline JS into script fileDan McGee1-8/+1
2010-09-15Ensure consistent date formatting everywhereDan McGee1-1/+1
2010-09-03Enable template fragment caching on package details pageDan McGee1-0/+5
2010-09-03Add links to 'Versions Elsewhere' on package details pageDan McGee1-32/+50
2010-09-01Ensure long package descriptions wrapDan McGee1-1/+1
2010-08-28Link to the package group view from package detailsDan McGee1-1/+2
2010-08-04Add more information to "package in testing" textDan McGee1-2/+5
2010-08-04Add missing or update title attribute on linksDan McGee1-3/+6
2010-07-28Use userpkgs tag on package details pageDan McGee1-2/+3
2010-07-28Display packager info on details pageDan McGee1-0/+3
2010-07-25Add package groups model and display to packagesDan McGee1-0/+10
2010-07-11Remove unnecessary redirect on flaghelp linkDan McGee1-1/+1
2010-07-07Add note to package when version is in testingDan McGee1-9/+9
2010-07-07Update code to use new flag_date columnDan McGee1-1/+1
2010-06-09Enhance base package listing in package detailsDan McGee1-3/+22
2010-06-05Updates for CSRF protection in Django 1.2.XDan McGee1-1/+1
2010-06-02Fix some validation issuesDan McGee1-1/+0
2010-05-26Add ability to download package from web interfaceDan McGee1-0/+1
2010-05-26Highlight 'Packages' in navbar when browsing packagesDan McGee1-0/+1
2010-05-26Move package flagging URLs below the packageDan McGee1-2/+2
2010-05-25Fix some link title issuesDan McGee1-7/+3
2010-05-17Redesigned Package Details pageThayer Williams1-113/+145