Feature #54
Allow users to specify their own default 'page size' for timelines
| Status: | Closed | Start: | 06/27/2009 | |
| Priority: | Normal | Due date: | 06/28/2009 | |
| Assigned to: | % Done: | 100% |
||
| Category: | Development | Spent time: | 0.60 hours | |
| Target version: | 4.0 | Estimated time: | 0.60 hours | |
Description
Currently all timelines just use the default count of 20, but would like to make this a configurable option. Will probably limit it to a selection, eg: 10, 20(default), 50, 100, 200
History
Updated by Dean Robinson 1053 days ago
- Due date set to 06/28/2009
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
- Estimated time set to 0.60
Custom page size option added to settings page, options available include 10, 20 (default), 50, 100, 200.
This setting is obeyed by most of the timelines that use the OAuth api methods, those pages using the search api still use the default of 20 as the get function for the search api needs updating to better handle the additional url parameters need for the custom page size.