silverstripe-frameworktest/code
Ingo Schommer a0c74c5d47 Populate default data in form fields for more accurate testing.
Also adjusted to new tooltip format in 3.1 (optional)
2012-12-13 14:59:32 +01:00
..
cmsworkflow MINOR Using DataExtension instead of decorator for 3.0 compat 2012-02-29 16:09:06 +01:00
multiform ENHANCEMENT: use FieldList constructor to replace FieldSet constructor for SilverStripe 3 2012-06-30 00:27:32 +12:00
recaptcha ENHANCEMENT: use FieldList constructor to replace FieldSet constructor for SilverStripe 3 2012-06-30 00:27:32 +12:00
sifr MINOR Moved SifrPage into its own "folder sandbox" 2012-02-29 16:10:15 +01:00
tagfield MINOR File restructuring, grouping module-specific files and excluding them by default in order to make the module useful for testing basic core components 2012-02-29 14:27:14 +01:00
BasicFieldsTestPage.php Populate default data in form fields for more accurate testing. 2012-12-13 14:59:32 +01:00
Company.php ENHANCEMENT Demo'ing model validation through Company->validate() 2012-03-14 17:20:25 +01:00
Employee.php Added tests for HTML editing and image upload in ModelAdmin 2012-11-27 12:15:09 +01:00
FileUploadRole.php MINOR E_STRICT fixes 2012-04-12 15:04:39 +12:00
FrameworktestRegressSessionAdmin.php ENHANCEMENT: use FieldList constructor to replace FieldSet constructor for SilverStripe 3 2012-06-30 00:27:32 +12:00
FrameworkTestRole.php MINOR E_STRICT fixes 2012-04-12 15:04:39 +12:00
FrameworkTestSiteTreeExtension.php MINOR E_STRICT fixes 2012-04-12 15:04:39 +12:00
FTPageMakerTask.php BUGFIX Publishing test pages regardless of permissions, e.g. when executed in cli 2012-06-15 11:56:24 +02:00
GridFieldTestPage.php Populate default data in form fields for more accurate testing. 2012-12-13 14:59:32 +01:00
Organisation.php MINOR File restructuring, grouping module-specific files and excluding them by default in order to make the module useful for testing basic core components 2012-02-29 14:27:14 +01:00
RelationFieldsTestPage.php Added setDescription() to all fields to test help text support 2012-11-30 12:08:46 +01:00
TestCategory.php BUGFIX Updated existing test fields to work with 3.0 2012-02-29 14:35:49 +01:00
TestFileUploadPage.php ENHANCEMENT: use UplocadField constructor combine with give the field allowedExtensions as array('jpg', 'git', 'png') to replace the SimpleImageField constructor 2012-06-30 00:47:50 +12:00
TestModelAdmin.php ENHANCEMENT Using more complete domain model from old GridfieldTest module in sample ModelAdmin, removing old model files. 2012-02-29 15:26:00 +01:00
TestPage.php NEW Hide test pages from menu, group in common parent 2012-08-29 09:44:26 +02:00