Changes between Version 22 and Version 23 of ServerSidePagination


Ignore:
Timestamp:
01/20/10 04:40:09 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerSidePagination

    v22 v23  
    6262 * Support already present in {{{modules\s3xrc.py}}}
    6363  * {{{http://S3_PUBLIC_URL/module/resource.json?limit=x&start=y}}}
    64  * needs patching for dataTables-expectationsL
     64 * needs patching for dataTables-expectations:
    6565{{{
    6666if "start" in self.request.vars:
     
    8080    limit = None
    8181}}}
    82 
     82 * actually needs a complete new representation!
    8383=== HTML Back-end implementation ===
    8484Patched the {{{models\01_RESTlike_Controller}}} to support {{{http://S3_PUBLIC_URL/module/resource?limit=x&start=y}}}