silverstripe-userforms/tests
edchipman@gmail.com 5de26cd897 Replaced all instances of new FieldSet() with new FieldList()
Replaced the complex table field used for editing the email recipients with GridField

Replaced instances of SAPPHIRE_DIR with FRAMEWORK_DIR

Replaced instances of sapphire/ in css and templates with framework/

Re-organized tabs on user defined form so they are top level

Replaced calls to toDropdownMap() with map()

Renamed getCMSFields_forPopup() top getCMSFields()
2012-05-07 17:41:29 +12:00
..
templates ENHANCEMENT: added test coverage for UserDefinedForm.php and placeholders for other sections. API change: processNewFormFields removed 2010-09-03 05:06:13 +00:00
EditableFormFieldTest.php MINOR: clean up of project. MINOR: removed versioned task. Out of date for usage. 2012-04-14 21:59:56 +12:00
FieldEditorTest.php Replaced all instances of new FieldSet() with new FieldList() 2012-05-07 17:41:29 +12:00
SubmittedFormTest.php Replaced all instances of new FieldSet() with new FieldList() 2012-05-07 17:41:29 +12:00
SubmittedFormTest.yml BUGFIX: encode the csv file by hand, fputcsv is not parsing newlines properly 2010-10-21 23:41:47 +00:00
UserDefinedFormControllerTest.php Replaced all instances of new FieldSet() with new FieldList() 2012-05-07 17:41:29 +12:00
UserDefinedFormTest.php Replaced all instances of new FieldSet() with new FieldList() 2012-05-07 17:41:29 +12:00
UserDefinedFormTest.yml BUGFIX: added exists() check on getFormFields (via Bruce Walter) to prevent fieldless forms. BUGFIX: if built form is empty still strip the $UserDefinedForm token out of the content. 2011-03-21 09:14:45 +13:00