silverstripe-framework/forms
Ingo Schommer 0ae20a13f8 Merge pull request #630 from silverstripe-rebelalliance/open/6875
BUG: open/6875 removing DataGrid filter fields from track changes
2012-07-10 02:50:00 -07:00
..
gridfield Merge pull request #630 from silverstripe-rebelalliance/open/6875 2012-07-10 02:50:00 -07:00
AjaxUniqueTextField.php
CheckboxField.php
CheckboxSetField.php BUGFIX Ensure that a single string value (as opposed to an array of 2012-06-11 13:41:02 +12:00
ComplexTableField.php MINOR Switching _t() calls from sprintf() to using injection parameters (#7170) 2012-05-01 22:17:00 +02:00
CompositeField.php API CHANGE Renamed setContainerFieldSet() to setContainerFieldList() to match the FieldList API. 2012-05-14 15:16:44 +12:00
ConfirmedPasswordField.php Form field docs update (fixes #7521) 2012-06-26 15:03:11 +02:00
CountryDropdownField.php Add .dropdown class to CountryDropdownField to make it use chosen.js 2012-06-26 17:56:07 +02:00
CreditCardField.php Form field docs update (fixes #7521) 2012-06-26 15:03:11 +02:00
CurrencyField.php Form field docs update (fixes #7521) 2012-06-26 15:03:11 +02:00
DatalessField.php
DateField.php "dmyplaceholders" setting for DateFields 2012-06-27 10:12:42 +02:00
DatetimeField.php
DisabledTransformation.php
DropdownField.php MINOR Use shorthand {class}::get() syntax instead of DataList::create() 2012-05-28 21:13:42 +12:00
EmailField.php Form field docs update (fixes #7521) 2012-06-26 15:03:11 +02:00
FieldGroup.php
FieldList.php API CHANGE Renamed setContainerFieldSet() to setContainerFieldList() to match the FieldList API. 2012-05-14 15:16:44 +12:00
FieldSet.php
FileField.php FileField->getUpload() and setUpload() 2012-06-28 11:42:27 +02:00
FileIFrameField.php API CHANGE Add Form->getController() and use this instead of Controller::curr() in FileIFrameField 2012-05-24 10:46:57 +12:00
Form.php MINOR Chainable Form->loadDataFrom() 2012-06-20 17:01:16 +02:00
FormAction.php Form field docs update (fixes #7521) 2012-06-26 15:03:11 +02:00
FormField.php BUGFIX: Fix correct input type for ImageFormAction replaces. 2012-06-13 09:57:54 +02:00
FormScaffolder.php MINOR Renaming getFieldSet with getFieldList in FormScaffolder 2012-05-14 15:03:22 +12:00
FormTransformation.php
GroupedDropdownField.php
HasManyComplexTableField.php API-CHANGE sapphire folder can now be renamed. 2012-04-15 10:50:19 +12:00
HasOneComplexTableField.php
HeaderField.php
HiddenField.php
HtmlEditorConfig.php
HtmlEditorField.php BUGFIX insertion of images (trac #7438) 2012-06-25 17:19:15 +02:00
ImageField.php
ImageFormAction.php
InlineFormAction.php
LabelField.php
ListboxField.php
LiteralField.php
LookupField.php
ManyManyComplexTableField.php API CHANGE: Add SQLQuery::clearSelect(), SQLQuery::selectField() and SQLQuery::itemisedSelect() to make it easier for other subsystems to use SQLQuery without resorting to direct property access. 2012-05-01 17:57:39 +12:00
MemberDatetimeOptionsetField.php
MoneyField.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
NestedForm.php
NullableField.php
NumericField.php Form field docs update (fixes #7521) 2012-06-26 15:03:11 +02:00
OptionsetField.php Form field docs update (fixes #7521) 2012-06-26 15:03:11 +02:00
PasswordField.php
PhoneNumberField.php
PrintableTransformation.php
ReadonlyField.php
ReadonlyTransformation.php
RequiredFields.php MINOR Removing "." from the end of validation messages 2012-06-01 13:13:06 +12:00
ResetFormAction.php
SelectionGroup.php Form field docs update (fixes #7521) 2012-06-26 15:03:11 +02:00
SimpleImageField.php MINOR Replacing deprecated static function calls to Director with 2012-05-23 21:50:02 +12:00
Tab.php ENHANCEMENT addExtraClass() support for Tab and TabSet 2012-05-08 11:25:44 +02:00
TableField.php MINOR Removing "." from the end of validation messages 2012-06-01 13:13:06 +12:00
TableListField.php BUGFIX Setting MIME type for TableListField export explicitly, as HTTP::get_mime_type() requires a path to an actual file, in this case we're exporting data directly to the browser. 2012-05-11 14:26:25 +12:00
TabSet.php ENHANCEMENT addExtraClass() support for Tab and TabSet 2012-05-08 11:25:44 +02:00
TabularStyle.php
TextareaField.php API CHANGE Read-only fields no longer include companion hidden fields (see pull request #399) 2012-05-03 14:24:03 +02:00
TextField.php
TimeField.php MINOR Switching _t() calls from sprintf() to using injection parameters (#7170) 2012-05-01 22:17:00 +02:00
ToggleCompositeField.php ENHANCEMENT: Refactored ToggleCompositeField. 2012-06-13 14:20:27 +10:00
ToggleField.php
TreeDropdownField.php MINOR Fixed phpdocs 2012-06-20 23:59:57 +02:00
TreeMultiselectField.php MINOR: Include the title attribute on tree and readonly fields. 2012-06-13 13:19:16 +02:00
UploadField.php MINOR Saving UploadField detail form correctly when nested in GridField 2012-06-15 17:50:18 +02:00
Validator.php MINOR Removing "." from the end of validation messages 2012-06-01 13:13:06 +12:00