Actions
Feature proposal #6090
closedImprove latest view to include version history
Description
Currently the latest view only shows 1 version for a package (its latest). Implement a parameter (disabled by default) for full version history. This would allow duplicates. It basically would parse the packages, parse their versions, order their versions, then output the row limit based off that. Consider implementing pagination as well.
Updated by krileon over 8 years ago
Best way to do this is instead of just calling ->modified call ->versions and loop them into the latest array by modify date. For this to work best presets need ->versions first.
Updated by krileon over 8 years ago
- Target version changed from 846 to 5.1.0
- % Done changed from 0 to 60
Updated by krileon over 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 60 to 100
Actions