silverstripe-framework/tests/forms/gridfield
Ingo Schommer 1a91431d39 Query param searches for GridFieldAddExistingAutocompleter
Fixes issues with query construction in JS when the search URL
already contains GET paramters (e.g. when using the 'translatable'
module).
2012-07-17 13:26:33 +02:00
..
GridField_URLHandlerTest.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12: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 Query param searches for GridFieldAddExistingAutocompleter 2012-07-17 13:26:33 +02:00
GridFieldConfigTest.php API CHANGE Removed assertType() and assertEmpty() workarounds. Use assertInstanceOf() 2012-05-09 23:05:39 +12:00
GridFieldDataColumnsTest.php MINOR Use shorthand {class}::get() syntax instead of DataList::create() 2012-05-28 21:13:42 +12:00
GridFieldDeleteActionTest.php BUGFIX: Fixes #7071. Change gridfield tests to not assume ids are always 2012-04-16 15:47:35 +12:00
GridFieldDetailFormTest.php Add sorting to GridFieldDetailFormTest fixtures 2012-07-06 12:42:42 +02:00
GridFieldDetailFormTest.yml Merge branch 'master' of github.com:silverstripe/sapphire 2012-03-09 14:37:32 +13:00
GridFieldEditButtonTest.php API-CHANGE sapphire folder can now be renamed. 2012-04-15 10:50:19 +12:00
GridFieldExportButtonTest.php MINOR Fixing additional cases where DataList needs to be returned correctly when filtering 2012-06-15 16:09:40 +12:00
GridFieldExportButtonTest.yml ENHANCEMENT GridFieldExportButton allows an anon function to return the 2012-04-23 20:26:41 +12:00
GridFieldPaginatorTest.php ENHANCEMENT: don't show the paginating elements in the paginator when only one page, and keep 'view 1 - 5 of 5' there 2012-05-18 11:31:33 +12:00
GridFieldTest.yml MINOR GridFieldRelationAddTest (SSF-53) 2012-03-01 17:57:14 +01:00