silverstripe-framework/tests/forms/gridfield
Loz Calver a1a402224f NEW: GridField can sort on relation columns
Slightly improved logic

Add support for relations more than one 'level' apart

Add unit tests

Fixing PostgreSQL support

Throw exception if attempting to sort on a has_many/many_many relation
2013-11-13 10:33:00 +00:00
..
GridField_URLHandlerTest.php API Enforce $allowed_actions in RequestHandler->checkAccessAction() 2013-06-24 14:50:40 +02:00
GridFieldActionTest.yml MINOR Added per-record canView, canDelete, canCreate and canEdit checks on gridfield and gridfield components #6890 2012-03-09 10:58:01 +13:00
GridFieldAddExistingAutocompleterTest.php API Enforce $allowed_actions in RequestHandler->checkAccessAction() 2013-06-24 14:50:40 +02:00
GridFieldConfigTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
GridFieldDataColumnsTest.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
GridFieldDeleteActionTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
GridFieldDetailFormTest.php API Enforce $allowed_actions in RequestHandler->checkAccessAction() 2013-06-24 14:50:40 +02:00
GridFieldDetailFormTest.yml Merge branch 'master' of github.com:silverstripe/sapphire 2012-03-09 14:37:32 +13:00
GridFieldEditButtonTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
GridFieldExportButtonTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
GridFieldExportButtonTest.yml ENHANCEMENT GridFieldExportButton allows an anon function to return the 2012-04-23 20:26:41 +12:00
GridFieldPaginatorTest.php API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
GridFieldSortableHeaderTest.php NEW: GridField can sort on relation columns 2013-11-13 10:33:00 +00:00
GridFieldSortableHeaderTest.yml NEW: GridField can sort on relation columns 2013-11-13 10:33:00 +00:00
GridFieldTest.yml NEW Relation search for GridFieldAddExistingAutocompleter 2012-11-27 10:51:10 +01:00