silverstripe-framework/model
Stig Lindqvist 83e90aaafe ENHANCEMENT Release of DataGridPagination
This class extends the DataGridPresenter with the behaviour and looks of a paginated Datagrid.
2011-10-28 17:34:15 +13:00
..
fieldtypes Merged new-orm into datagrid 2011-09-26 16:47:54 +13:00
Aggregate.php API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure 2011-03-31 09:56:21 +13:00
ArrayList.php API CHANGE Childclasses to SS_List matches the same signature on abstract methods column and map. 2011-10-22 16:08:51 +02:00
ComponentSet.php Merged new-orm into datagrid 2011-09-26 16:47:54 +13:00
Database.php ENHANCEMENT Added Database->getLock() and Database->releaseLock() for application-level advisory locks 2011-10-07 14:12:50 +02:00
DatabaseAdmin.php API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure 2011-03-31 09:56:21 +13:00
DataDifferencer.php MINOR: Fix docblocks to reference SS_List instead of (now deprecated) DataObjectSet where appropriate 2011-10-28 15:58:55 +13:00
DataExtension.php MINOR: Replace references to FieldSet (now deprecated) with references to FieldList 2011-10-28 15:58:55 +13:00
DataList.php MINOR: Fix docblocks to reference SS_List instead of (now deprecated) DataObjectSet where appropriate 2011-10-28 15:58:55 +13:00
DataModel.php API CHANGE: Introduce DataModel object, as a representation of the project's entire data model, and tie it to $this->model an all DataObjects, Controllers, and RequestHandlers for easy non-static access. 2011-05-01 17:33:02 +12:00
DataObject.php MINOR: Replace references to FieldSet (now deprecated) with references to FieldList 2011-10-28 15:58:55 +13:00
DataObjectDecorator.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
DataObjectInterface.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
DataObjectSet.php MINOR: Fix deprecated notices - change old references to 2.5 from ORM work to 3.0.0, and use new deprecation notice system 2011-10-28 15:58:55 +13:00
DataQuery.php ENHANCEMENT Release of DataGridPagination 2011-10-28 17:34:15 +13:00
DB.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
HasManyList.php MINOR: Moved files from /core/model into /model. 2011-05-01 15:26:30 +12:00
HiddenClass.php API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure 2011-03-31 09:56:21 +13:00
Hierarchy.php MINOR: Fix docblocks to reference SS_List instead of (now deprecated) DataObjectSet where appropriate 2011-10-28 15:58:55 +13:00
HTMLValue.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
Image.php API CHANGE Rewriting underscores to dashes in files uploaded through Upload->load(), Folder->addUploadToFolder() or Image->loadUploadedImage(). Transliterating non-ASCII characters automatically (turn off via FileNameFilter::$default_use_transliterator=false) 2011-10-07 14:12:46 +02:00
List.php API CHANGE Childclasses to SS_List matches the same signature on abstract methods column and map. 2011-10-22 16:08:51 +02:00
ListDecorator.php API CHANGE: Updated SS_ListDecorator to implement the list inteface and extend ViewableData, rather than DataObjectSet. 2011-05-02 18:12:39 +10:00
ManyManyList.php MINOR Quoting relation tables in new ManyManyList API 2011-10-07 14:11:07 +02:00
MySQLDatabase.php ENHANCEMENT Added Database->getLock() and Database->releaseLock() for application-level advisory locks 2011-10-07 14:12:50 +02:00
RelationList.php MINOR: Moved files from /core/model into /model. 2011-05-01 15:26:30 +12:00
SQLMap.php MINOR: Fix docblocks to reference SS_List instead of (now deprecated) DataObjectSet where appropriate 2011-10-28 15:58:55 +13:00
SQLQuery.php MINOR Fixed the SQLQuery to return empty query in only certain cases 2011-09-28 12:33:01 +13:00
Transliterator.php MINOR More transliteration matches for Lithuanian (fixes #6724, thanks zyzzza) 2011-10-10 10:14:19 +02:00
ValidationException.php API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure 2011-03-31 09:56:21 +13:00
ValidationResult.php API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure 2011-03-31 09:56:21 +13:00
Versioned.php MINOR: Fix docblocks to reference SS_List instead of (now deprecated) DataObjectSet where appropriate 2011-10-28 15:58:55 +13:00