Pagination
khawaja - February 18, 2009 - 03:29
| Project: | Workspace |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
Instead of just listing a specific number of maximum items on a page, provide pagination.
[first] [prev] [4] [5] [6] [next] [last]
etc

#1
This seems like such an obvious UI requirement that I can only imagine that there's some reason why pagination was *not* included.
#2
The configurable maximum numbers are "per page", not an absolute maximum, as you can see in the code, for instance in function workspace_list_content starting on line 205
#3
I also needed normal paging for a customer. Added paging by creating following patch. It uses the number of max number of items on a page that an user set. I only needed nodes so code isn't tested for files of comments.
#4
The patch works for me - thanks!
#5
Changed status to remind me (and others) that there's already a patch to be tested ;-)
#6
Is this why a list of content that I have doesn't show all of the content that I created?
#7
Aimutch. That is the correct assumption.