silverstripe-framework/tests/forms
Ingo Schommer 7aa32c089b ENHANCEMENT Added Form->enableSecurityToken() as a counterpart to the existing disableSecurityToken() (from r113284)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@113305 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:27:37 +13:00
..
CheckboxFieldTest.php BUGFIX Ensure that CheckboxField always returns 1 from the form request data instead of "on" - this was because the value attribute didn't exist on the <input> tag 2011-02-02 14:27:17 +13:00
CheckboxSetFieldTest.php BUGFIX Make sure that CheckboxField sets it's value as either 1 or 0, so that saveInto() saves the proper boolean value 2011-02-02 14:27:17 +13: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 BUGFIX #4133 Fixed case where ComplexTableField failed to detect a has_many relation from the parent 2011-02-02 14:27:27 +13:00
ComplexTableFieldTest.yml BUGFIX #3959: Fixed auto-setting has many relations on CTF - works mostly like the many-many relation auto setting. 2011-02-02 14:27:20 +13:00
CompositeFieldTest.php ENHANCEMENT Added CompositeField->fieldPosition() 2008-11-11 02:35:54 +00:00
DateFieldTest.php MINOR Added basic tests for Date and DateField 2011-02-02 14:27:05 +13:00
DropdownFieldTest.php ENHANCEMENT Allow "Yes" and "No" english text to be translated 2011-02-02 14:27:18 +13:00
FieldSetTest.php ENHANCEMENT Added renameField() to FieldSet 2011-02-02 14:26:52 +13:00
FormFieldTest.php MINOR Added tests for checking extra class was added to FormField subclasses (TextField, EmailField and OptionsetField) 2011-02-02 14:26:37 +13:00
FormScaffolderTest.php FEATURE Added ForeignKey and used it in relation- and databasefield getters in DataObject 2008-10-13 22:20:41 +00: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 ENHANCEMENT Added Form->enableSecurityToken() as a counterpart to the existing disableSecurityToken() (from r113284) 2011-02-02 14:27:37 +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
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 BUGFIX Fixed error if JS/CSS requirements have arguments. Ticket #3860. Thanks simon_w! 2011-02-02 14:27:16 +13:00
TableFieldTest.php Fixed saving of TableField and added tests 2008-08-22 03:33:43 +00:00
TableFieldTest.yml Fixed saving of TableField and added tests 2008-08-22 03:33:43 +00:00
TableListFieldTest.php BUGFIX: Fixed pagination in TableListField after hsmith's changes 2008-10-08 03:32:33 +00:00
TableListFieldTest.yml Merged from branches/nzct-trunk. Use 'svn log -c <changeset> -g' for full commit message. Merge includes stability fixes and minor refactor of TableListField and ComplexTableField. 2008-10-08 02:00:12 +00:00
TextareaFieldTest.php BUGFIX #4119: Fixed encoding of readonly TextareaFields and unicode in TextareaFields. 2011-02-02 14:27:29 +13:00