.. |
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
|
MINOR: Fix docblocks to reference SS_List instead of (now deprecated) DataObjectSet where appropriate
|
2011-10-28 15:58:55 +13: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
|
MINOR: Removed usage of deprecated FormField::Name()
|
2011-10-29 17:34:32 +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 |
DateFieldTest.php
|
MINOR Resetting date/time defaults for DateFieldTest, TimeFieldTest, DatetimeFieldTest
|
2011-10-07 14:12:51 +02: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
|
MINOR Resetting date/time defaults for DateFieldTest, TimeFieldTest, DatetimeFieldTest
|
2011-10-07 14:12:51 +02: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
|
MINOR: Removed usage of deprecated FormField::Name()
|
2011-10-29 17:34:32 +13: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 |
GridFieldFunctionalTest.php
|
ENHANCEMENT Release of DataGridPagination
|
2011-10-28 17:34:15 +13:00 |
GridFieldPaginatorTest.php
|
ENHANCEMENT Release of DataGridPagination
|
2011-10-28 17:34:15 +13:00 |
GridFieldPresenterTest.php
|
MINOR Fixed broken GridFieldPresenterTest assuming IDs
|
2011-10-30 00:13:27 +13:00 |
GridFieldTest.php
|
ENHANCEMENT Release of DataGridPagination
|
2011-10-28 17:34:15 +13:00 |
GridFieldTest.yml
|
ENHANCEMENT Renamed DataGrid to GridField
|
2011-10-28 16:35:39 +13: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 |
ListboxFieldTest.php
|
ENHANCEMENT Allowing array values in ListboxField->setValue(), serialising into comma-separated list of values (AIR-35)
|
2011-10-07 14:12:47 +02:00 |
LookupFieldTest.php
|
MINOR Fix test to use the non deprecated way of fetching database records
|
2011-10-22 16:47:39 +02: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
|
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
|
MINOR Replaced calls to deprecated FormField->Name() with getName()
|
2011-10-29 13:27:11 +02: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
|
MINOR: Moved from use of deprecated SQLMap to SS_Map.
|
2011-10-29 17:36:37 +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: Moved from use of deprecated SQLMap to SS_Map.
|
2011-10-29 17:36:37 +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
|
MINOR Resetting date/time defaults for DateFieldTest, TimeFieldTest, DatetimeFieldTest
|
2011-10-07 14:12:51 +02:00 |