silverstripe-framework/docs/en
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
..
_images ENHANCEMENT Added sapphire/docs (migrated from https://github.com/chillu/silverstripe-doc-restructuring) 2011-02-07 19:55:13 +13:00
changelogs MINOR Added 3.0.0-alpha1 changelog 2011-03-29 18:07:56 +13:00
howto 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
installation Merge remote-tracking branch 'mandrew/master' 2011-03-09 17:17:10 +13:00
misc API CHANGE Moved Translatable class into new 'translatable' module 2011-03-29 18:07:56 +13:00
reference 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
topics ENHANCEMENT: Added documentation for the new ORM. 2011-05-01 15:26:29 +12:00
tutorials API CHANGE Adjusting to split of SiteTree->getCMSFields() into getSettingsFields(), and new tab paths ("Root.Content" instead of "Root.Content.Main") 2011-04-24 11:46:49 +12:00
index.md MINOR Documentation fixes 2011-03-08 19:19:17 +13:00