Add pagination to the DataForm list view. Fixes bug #10989.

Adds new code to Paginator, to handle paginating with an iterator.
This commit is contained in:
Colin Kuskie 2009-10-14 20:35:54 -07:00
parent 77986a152e
commit c327630771
7 changed files with 246 additions and 49 deletions

View file

@ -17,6 +17,7 @@
- fixed #11107: linked image with caption
- fixed #10914: Shop: No email notifications sent when the cart has net value 0
- fixed #11126: WebGUI database has varchar fields
- fixed #10989: DataForm List: No pagination
7.8.1
- mark $session->datetime->time as deprecated and remove its use from core code