Overview

Summary
implement pagination for a long list.
Count
1
Label
Code

Short Description

some lists create very long output. Implement pagination for large lists.

We estimate that this task takes 16h work time and you must complete this task within 999 days.

Detailed Description

When you have a a large list of items (e.g. search results or news articles), you can display them grouped in pages and present navigational elements to move from one page to another.

For some lists in moin-2.0 we need this implemented. Your task is about implementing it for the global index

For an example see pagination

Discussion

This only makes sense if the stuff is implemented in a modular, easy reusable way.

(we already have such code, see moin 1.9 search results)

MoinMoin: FeatureRequests/Pagination (last edited 2012-10-28 12:08:05 by ThomasWaldmann)