.. |
gridfield
|
MINOR Renamed GridFieldAction_Edit to GridFieldEditAction, GridFieldAction_Delete to GridFieldDeleteAction, to make it clearer that there's no parent class/concept called "GridFieldAction". There's only the GridFieldActionProvider interface, as well as the GridField_FormAction (which is a related, but different kettle of fish).
|
2012-03-08 18:22:25 +01:00 |
uploadfield
|
Merge branch 'story/SSF-28'
|
2012-02-08 15:35:34 +01:00 |
CheckboxFieldTest.php
|
Clean up trailing ?> per coding standard
|
2012-02-12 12:40:16 -08:00 |
CheckboxSetFieldTest.php
|
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 |
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
|
Clean up trailing ?> per coding standard
|
2012-02-12 12:40:16 -08: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 Support for <legend> tags in CompositeField
|
2012-02-17 13:35:53 +01: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
|
Clean up trailing ?> per coding standard
|
2012-02-12 12:40:16 -08: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
|
Clean up trailing ?> per coding standard
|
2012-02-12 12:40:16 -08: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
|
Clean up trailing ?> per coding standard
|
2012-02-12 12:40:16 -08:00 |
FormScaffolderTest.php
|
Clean up trailing ?> per coding standard
|
2012-02-12 12:40:16 -08: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
|
Clean up trailing ?> per coding standard
|
2012-02-12 12:40:16 -08: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
|
ENHANCEMENT: SSF-106 adding the ability to turn off and on the "add new" button on the GridFieldTitle
|
2012-03-06 11:19:46 +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
|
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 |
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
|
ENHANCEMENT Added ListboxField->setDisabledItems() and setDefaultItems() (similar to CheckboxSetField API)
|
2012-03-05 16:11:29 +01: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 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
|
MINOR Reduced unnecessary autoloading
|
2011-12-23 10:31:35 +01: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
|
Clean up trailing ?> per coding standard
|
2012-02-12 12:40:16 -08: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
|
Merge pull request #143 from Innovatif/sapphire
|
2011-12-23 16:36:01 +01: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
|
API CHANGE Deprecated FieldSet-specific methods from Form, namely dateFieldByName(), unsetDataFieldByName(), unsetFieldFromTab(), resetField()
|
2012-01-02 16:47:59 +01: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
|
MINOR: Removed notice-level errors from form field construction.
|
2012-01-10 16:58:27 +13:00 |
TimeFieldTest.php
|
MINOR Resetting date/time defaults for DateFieldTest, TimeFieldTest, DatetimeFieldTest
|
2011-10-07 14:12:51 +02:00 |