silverstripe-framework/tests/forms
Ingo Schommer 916518e8c5 ENHANCEMENT Added OptionsetField->setDisabledItems() to allow specifically disabling certain checkboxes
ENHANCEMENT Added CheckboxSetField->setDefaultItems() to tick specified checkboxes regardless of the value passed (from r99596)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@99664 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:18:40 +13:00
..
CheckboxFieldTest.php API CHANGE: Don't generate TestOnly DataObjects in the database immediately; instead let test developers specify them in SapphireTest::$extraDataObjects. 2011-02-02 14:18:04 +13:00
CheckboxSetFieldTest.php ENHANCEMENT Added OptionsetField->setDisabledItems() to allow specifically disabling certain checkboxes 2011-02-02 14:18:40 +13:00
CheckboxSetFieldTest.yml
ComplexTableFieldTest.php API CHANGE: Don't generate TestOnly DataObjects in the database immediately; instead let test developers specify them in SapphireTest::$extraDataObjects. 2011-02-02 14:18:04 +13:00
ComplexTableFieldTest.yml MINOR: Fixed ComplexTableField test to not generate 404s when redirecting to homepage. 2009-10-11 00:07:28 +00:00
CompositeFieldTest.php
ConfirmedPasswordFieldTest.php
DateFieldTest.php FEATURE New DatetimeField class (form field wrapper composed of DateField andTimeField) 2011-02-02 14:18:38 +13:00
DatetimeFieldTest.php FEATURE New DatetimeField class (form field wrapper composed of DateField andTimeField) 2011-02-02 14:18:38 +13:00
DropdownFieldTest.php MINOR Added unit test for DropdownField::performReadonlyTransformation() 2009-08-21 04:16:21 +00:00
FieldSetTest.php BUGFIX Accepting dot-notation in TabSet->fieldByName() 2009-07-06 21:53:50 +00:00
FormFieldTest.php FEATURE: Allow Text/Varchar fields to be configured to differentiate between NULL and empty string. (#4178, petebd) 2009-10-23 01:29:55 +00:00
FormScaffolderTest.php API CHANGE: Don't generate TestOnly DataObjects in the database immediately; instead let test developers specify them in SapphireTest::$extraDataObjects. 2011-02-02 14:18:04 +13:00
FormScaffolderTest.yml
FormTest.php API CHANGE: Don't generate TestOnly DataObjects in the database immediately; instead let test developers specify them in SapphireTest::$extraDataObjects. 2011-02-02 14:18:04 +13:00
FormTest.yml
HtmlEditorFieldTest.php MINOR: Added tests for HtmlEditorField's broken link tracking and highlighting. 2009-10-15 00:02:05 +00:00
HtmlEditorFieldTest.yml FEATURE: Updated HtmlEditorField to use DOMDocument to more reliably parse image tracking and shortcode link tracking data. 2009-10-11 00:07:13 +00:00
MoneyFieldTest.php API CHANGE: Don't generate TestOnly DataObjects in the database immediately; instead let test developers specify them in SapphireTest::$extraDataObjects. 2011-02-02 14:18:04 +13:00
NullableFieldTests.php FEATURE: Allow Text/Varchar fields to be configured to differentiate between NULL and empty string. (#4178, petebd) 2009-10-23 01:29:55 +00:00
OptionsetFieldTest.php ENHANCEMENT Added OptionsetField->setDisabledItems() to allow specifically disabling certain checkboxes 2011-02-02 14:18:40 +13:00
RequirementsTest_a.css
RequirementsTest_a.js
RequirementsTest_b.css
RequirementsTest_b.js
RequirementsTest_c.css
RequirementsTest_c.js
RequirementsTest.php BUGFIX Making sure RequirementsTest? has combine_files activated (merged from branches/2.3-nzct) 2009-07-16 23:45:23 +00:00
TableFieldTest.php API CHANGE: Don't generate TestOnly DataObjects in the database immediately; instead let test developers specify them in SapphireTest::$extraDataObjects. 2011-02-02 14:18:04 +13:00
TableFieldTest.yml API CHANGE Removed TableField->FieldSet() and TableField->SubmittedFieldSet(), please use Items() and TableField_Item->Fields() instead (merged branches/2.3-nzct) 2009-07-17 02:09:27 +00:00
TableListFieldTest.php MINOR Use 'b' mode for fopen() where possible for better portability 2011-02-02 14:18:26 +13:00
TableListFieldTest.yml
TextareaFieldTest.php
TimeFieldTest.php FEATURE New DatetimeField class (form field wrapper composed of DateField andTimeField) 2011-02-02 14:18:38 +13:00