silverstripe-framework/tests/forms
Ingo Schommer efb6f0ceaf API CHANGE TimeField doesn't internally store value as "Y-m-d g:ia" (including date), but only as "g:ia"
BUGFIX Allowing TimeField and subclasses to be set to NULL through setValue()
BUGFIX Added TimeField->dataValue() to apply same conversion as setValue()
MINOR Added TimeFieldTest

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@79355 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-06-16 06:39:57 +00:00
..
CheckboxFieldTest.php Merged from branches/2.3 2009-04-29 01:20:24 +00:00
CheckboxSetFieldTest.php Merged from branches/2.3 2009-04-29 01:20:24 +00: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 Merged from branches/2.3 2009-05-26 02:19:50 +00:00
ComplexTableFieldTest.yml Merged from branches/2.3 2009-05-01 03:49:34 +00:00
CompositeFieldTest.php ENHANCEMENT Added CompositeField->fieldPosition() 2008-11-11 02:35:54 +00:00
DateFieldTest.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
DropdownFieldTest.php Merged from branches/2.3 2009-04-29 01:20:24 +00:00
FieldSetTest.php MINOR Merged from branches/2.3 2009-01-05 06:19:48 +00:00
FormFieldTest.php MINOR merged branches/2.3 into trunk 2008-12-04 22:38:32 +00: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 Merged from branches/2.3 2009-04-28 23:52:15 +00: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
MoneyFieldTest.php FEATURE Added MoneyField as a form field to edit Money values 2009-05-25 22:21:02 +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 Merged from branches/2.3 2009-04-29 00:07:39 +00: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 date field manipulation. 2009-06-16 04:03:47 +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
TimeFieldTest.php API CHANGE TimeField doesn't internally store value as "Y-m-d g:ia" (including date), but only as "g:ia" 2009-06-16 06:39:57 +00:00