Actions
Feature proposal #6047
closedImplement versions limit and cbselect support
Description
Implement parameter to limit the number of versions parsed. After a year it could easily be a 100 item select list or more. Also implement usage of cbselect if the versions list grows too large to allow searching.
Updated by krileon over 8 years ago
Implement this directly in ->versions() and maybe add a parameter to ignore the limit. Ideally should be done at parsing, but could make it difficulty to find the latest release. Default to 100. Begin cbselect usage at 30.
Updated by krileon over 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
versions limit default 30 with cbselect will allow filtering starting at 15. This does not affect the filesystem parsing, but simply the non-raw API output.
Actions