silverstripe-framework/docs/en/howto
ajshort 3fbb29a6c5 FEATURE: Added PaginatedList, which wraps around a data list or set to provide pagination functionality. This replaces the pagination functionality baked into DataObjectSet.
API CHANGE: Removed pagination related methods from DataObjectSet and implemented them on PaginatedList.
API CHANGE: Removed DataObjectSet::parseQueryLimit(), this is now implemented as PaginatedList::setPaginationFromQuery().
API CHANGE: Deprecated DataObjectSet::TotalItems in favour of Count().
ENHANCEMENT: Added FirstLink and LastLink to PaginatedList.
MINOR: Updated documentation, and added a how-to on paginating items.
2011-05-01 15:26:29 +12:00
..
cache-control.md ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring) 2011-02-07 19:48:44 +13:00
csv-import.md MINOR: formatting changes and fixes to original document formatting 2011-02-22 10:23:22 +13:00
dynamic-default-fields.md MINOR: formatting changes and fixes to original document formatting 2011-02-22 10:23:22 +13:00
extend-cms-interface.md MINOR Documentation around new CSS conventions in CMS and layout panel customizations 2011-04-24 11:46:51 +12:00
grouping-dataobjectsets.md MINOR: formatting changes and fixes to original document formatting 2011-02-22 10:23:22 +13:00
index.md MINOR: formatting changes and fixes to original document formatting 2011-02-22 10:23:22 +13:00
pagination.md FEATURE: Added PaginatedList, which wraps around a data list or set to provide pagination functionality. This replaces the pagination functionality baked into DataObjectSet. 2011-05-01 15:26:29 +12:00
phpunit-configuration.md MINOR: formatting changes and fixes to original document formatting 2011-02-22 10:23:22 +13:00