silverstripe-framework/filesystem
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
..
Archive.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
File.php 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
FileFinder.php FEATURE: Added the SS_FileFinder class for finding files within a directory true that match a set of rules. 2011-03-24 20:14:42 +11:00
Filesystem.php MINOR Removed dependency on SiteTree in various unit tests 2011-03-29 18:07:58 +13:00
Folder.php API CHANGE: Renamed DataObjectDecorator to DataExtension. 2011-04-26 11:01:38 +10:00
GD.php MINOR Moved GD::set_default_quality() function to the top of the file to align with conventions 2011-02-02 14:19:56 +13:00
TarballArchive.php BUGFIX TarballArchive::extractTo() uses an incorrectly spelled argument 2011-02-02 14:19:53 +13:00
Upload.php ENHANCEMENT: Added allowed actions to core classes 2011-02-14 11:14:51 +13:00