silverstripe-framework/tests/forms
Ingo Schommer bc1c7f766a Add sorting to GridFieldDetailFormTest fixtures
Broke SQLite3 tests in some cases due to random ordering of results.
2012-07-06 12:42:42 +02:00
..
gridfield Add sorting to GridFieldDetailFormTest fixtures 2012-07-06 12:42:42 +02:00
uploadfield ENHANCEMENT Disable UploadField when handling unsaved relations (fixes #7187) 2012-06-15 17:44:34 +02:00
CheckboxFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
CheckboxSetFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
CheckboxSetFieldTest.yml Revert "ENHANCEMENT Support numeric array values in CheckboxSetField (?Field[]=val1&Field[]=val2 instead of ?Field[val1]=1&Field[val2]=1)" - data handling with numeric/associative arrays too clumsy, fixed up ListboxField instead 2012-03-05 10:55:44 +01:00
ComplexTableFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12: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 MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ConfirmedPasswordFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
CurrencyFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
DateFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
DatefieldViewJQueryTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
DatetimeFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
DropdownFieldTest.php API CHANGE Use of the DropdownField $emptyString argument is now 2012-05-23 22:59:40 +12: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 Renamed setContainerFieldSet() to setContainerFieldList() to match the FieldList API. 2012-05-14 15:16:44 +12:00
FileFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
FormActionTest.php BUGFIX: Fix correct input type for ImageFormAction replaces. 2012-06-13 09:57:54 +02:00
FormFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
FormScaffolderTest.php MINOR: Don't rely on singleton() inappropriately in FormScaffolderTest 2012-06-11 22:46:42 +12: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 MINOR Removing "." from the end of validation messages 2012-06-01 13:13:06 +12: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
GridFieldTest.php MINOR Use shorthand {class}::get() syntax instead of DataList::create() 2012-05-28 21:13:42 +12:00
HtmlEditorConfigTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
HtmlEditorFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
HtmlEditorFieldTest.yml ENHANCEMENT Inserting image via new dialog with ajax field retrieval and GridField file selection. Rewritten to jQuery.entwine and using the new HTML editor abstraction layer. 2012-02-14 13:53:35 +01:00
ListboxFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ListboxFieldTest.yml ENHANCEMENT Relationship saving in ListboxField (preparing for chosen.js usage), escaping commas in payload when serialising multiple values into a single field 2012-03-05 10:55:09 +01:00
LookupFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
LookupFieldTest.yml BUGFIX Added support for array values in LookupField, to ensure it works correctly when used as a readonly representation of ListboxField (AIR-39) 2011-10-07 14:12:49 +02:00
MemberDatetimeOptionsetFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12: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 MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
NullableFieldTests.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
OptionsetFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12: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 Ensure assertions of RequirementsTest use "framework" as the 2012-04-15 10:50:20 +12:00
TableFieldTest.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12: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 Add newline to end of files without one 2012-04-15 10:50:19 +12: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 Read-only fields no longer include companion hidden fields (see pull request #399) 2012-05-03 14:24:03 +02:00
TimeFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00