silverstripe-framework/tests/forms
2011-09-29 14:15:02 +13:00
..
CheckboxFieldTest.php MINOR Fixed CheckboxSetTest (broken by wrossiter in 771e93ef18) 2011-05-24 08:58:36 +12:00
CheckboxSetFieldTest.php API CHANGE: Deprecated CompositeField->FieldSet() in favour of CompositeField->FieldList(). 2011-05-11 17:51:54 +10:00
CheckboxSetFieldTest.yml ENHANCEMENT Using fixtures in CheckboxSetFieldTest?, restructured from hard-to-debug manymany-join on self to a Article<->Tag relation 2008-10-09 14:29:48 +00:00
ComplexTableFieldTest.php API CHANGE: Deprecated CompositeField->FieldSet() in favour of CompositeField->FieldList(). 2011-05-11 17:51:54 +10:00
ComplexTableFieldTest.yml ENHANCEMENT: Refactored TableListField and subclasses to rely on the DataList to handle data manipulatation. 2011-05-01 15:25:45 +12:00
CompositeFieldTest.php ENHANCEMENT Added CompositeField->fieldPosition() 2008-11-11 02:35:54 +00:00
ConfirmedPasswordFieldTest.php ENHANCEMENT Replaced Prototype show/hide functionality in ConfirmedPasswordField with jQuery. Added additional test case for show/hide markup. 2011-03-08 18:31:00 +13:00
CurrencyFieldTest.php BUGFIX CurrencyField doesn't accept negative value (#5769, thanks simon_w) (from r108422) 2010-10-19 00:32:18 +00:00
DatagridFunctionalTest.php MINOR Cleaning up code of Datagrid with related classes with more tests 2011-09-29 12:16:15 +13:00
DatagridPresenterTest.php MINOR Cleaning up code of Datagrid with related classes with more tests 2011-09-29 12:16:15 +13:00
DatagridTest.php ENHANCEMENT Datagrid renders ArrayList according to Datagrid#setModelClass() 2011-09-29 14:15:02 +13:00
DatagridTest.yml MINOR Cleaning up code of Datagrid with related classes with more tests 2011-09-29 12:16:15 +13:00
DateFieldTest.php BUGFIX Fixed DateField->validate() with keyed, but empty array values 2010-10-18 22:25:41 +00:00
DatefieldViewJQueryTest.php BUGFIX Fixed month conversion in DateField_View_JQuery::convert_iso_to_jquery_format() (fixes #6124, thanks mbren and natmchugh) (from r113247) 2010-12-05 08:20:13 +00:00
DatetimeFieldTest.php API CHANGE: Deprecated CompositeField->FieldSet() in favour of CompositeField->FieldList(). 2011-05-11 17:51:54 +10:00
DropdownFieldTest.php MINOR Added unit test for DropdownField::performReadonlyTransformation() 2009-08-21 04:16:21 +00:00
EmailFieldTest.php MINOR: Correction on email address validator, and a unit test for EmailField php validation (from r100950) 2010-10-04 04:26:12 +00:00
FieldListTest.php API CHANGE: Deprecated CompositeField->FieldSet() in favour of CompositeField->FieldList(). 2011-05-11 17:51:54 +10:00
FileFieldTest.php API CHANGE: Deprecated CompositeField->FieldSet() in favour of CompositeField->FieldList(). 2011-05-11 17:51:54 +10: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: Deprecated CompositeField->FieldSet() in favour of CompositeField->FieldList(). 2011-05-11 17:51:54 +10:00
FormScaffolderTest.yml FEATURE Added ForeignKey and used it in relation- and databasefield getters in DataObject 2008-10-13 22:20:41 +00:00
FormTest.php Merged new-orm into datagrid 2011-09-26 16:47:54 +13:00
FormTest.yml BUGFIX Adjusted FormTest->testLoadDataFromObject() to new assumptions about changed behaviour on loadDataFrom() from $loadBlanks to $clearMissingFields - which means that form fields are cleared regardless if they have blank values in the passed object or not 2008-10-09 14:40:13 +00:00
HtmlEditorConfigTest.php API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure 2011-03-31 09:56:21 +13:00
HtmlEditorFieldTest.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
HtmlEditorFieldTest.yml MINOR Made HtmlEditorField dependency to SiteTree optional (to be moved into separate aspect, or down to DBField/model layer) 2011-03-29 18:07:58 +13:00
MemberDatetimeOptionsetFieldTest.php Merged new-orm into datagrid 2011-09-26 16:47:54 +13:00
MemberDatetimeOptionsetFieldTest.yml ENHANCEMENT #5352 Decouple date display from i18n locales, users now have access to change their date and time formats in Member::getCMSFields() using Member_DatetimeOptionsetField field (from r107326) 2010-10-15 03:23:02 +00:00
MoneyFieldTest.php API CHANGE: Don't generate TestOnly DataObjects in the database immediately; instead let test developers specify them in SapphireTest::$extraDataObjects. 2010-04-12 02:03:16 +00: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 2010-02-22 06:11:58 +00:00
RequirementsTest_a.css ENHANCEMENT Using namespaces for filenames in RequirementsTest 2008-11-01 14:04:31 +00:00
RequirementsTest_a.js ENHANCEMENT Using namespaces for filenames in RequirementsTest 2008-11-01 14:04:31 +00:00
RequirementsTest_b.css ENHANCEMENT Using namespaces for filenames in RequirementsTest 2008-11-01 14:04:31 +00:00
RequirementsTest_b.js ENHANCEMENT Using namespaces for filenames in RequirementsTest 2008-11-01 14:04:31 +00:00
RequirementsTest_c.css ENHANCEMENT Using namespaces for filenames in RequirementsTest 2008-11-01 14:04:31 +00:00
RequirementsTest_c.js ENHANCEMENT Using namespaces for filenames in RequirementsTest 2008-11-01 14:04:31 +00:00
RequirementsTest.php MINOR Changed $fixture_path to relative filenames in all sapphire test cases in order to allow easier file moving and less verbosity in tests 2011-03-30 23:04:48 +13:00
TableFieldTest.php Merged new-orm into datagrid 2011-09-26 16:47:54 +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 Merged new-orm into datagrid 2011-09-26 16:47:54 +13:00
TableListFieldTest.yml ENHANCEMENT Allowing batch checkbox selection of TableListField rows with TableListField->Markable and TableListField->addSelectOptions() (from r105266) 2010-10-15 02:27:59 +00:00
TextareaFieldTest.php API CHANGE: TextareaField doesn't have hidden value on read-only transformation. Added hidden fields in a way that doesn't break unit tests too severely (fixes #5056, thanks jshipman) 2011-03-30 18:16:17 +13:00
TimeFieldTest.php FEATURE New DatetimeField class (form field wrapper composed of DateField andTimeField) 2010-04-14 04:38:40 +00:00