Review Board 1.5.4

Re-factored Paginator to make it more compassable for different use cases

Updated 1 year, 9 months ago

Tim Perrett Reviewers
tim_issue_483
dpp, marius, charles, heiko, joni, atsuhiko, jorge, naftoli, kris, indrajit, alexb, dlouwers, mstarzyk, rmellgren, jhoffman, probinett, jmadsen, mhartmann, jstrachan, jgoday
None LiftWeb-archive
Refactored the paginator from mapper view to be useable in lots of different circumstances - now users can use pagination with stateless snippets and keep permeneant bookmarks, rather than having pages generated with function guids that don't persist sessions or cluster nodes. 
Using it in the Lift in Action book :-) Also passes a full local build.
Ship it!
Posted 1 year, 9 months ago (April 24th, 2010, 12:54 p.m.)
Looks good. I assume it is also usable outside of mapper context. For instance file system browsing ?
  1. Exactly right - anything that requires pagination is now possible to use at a framework level without the need to re-implement :-)