This website requires JavaScript.
Explore
Help
Register
Sign In
tonyair
/
silverstripe-framework
Watch
1
Star
0
Fork
0
You've already forked silverstripe-framework
mirror of
https://github.com/silverstripe/silverstripe-framework
synced
2024-10-22 14:05:37 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
d8a5db4ea7
silverstripe-framework
/
forms
History
Andrew O'Neil
199dd648da
BUGFIX: Fix errors submitting a credit card field
2012-03-12 10:26:41 +01:00
..
gridfield
MINOR Avoid wrapping GridField row buttons into multiple lines
2012-03-12 10:23:59 +01:00
AjaxUniqueTextField.php
CheckboxField.php
CheckboxSetField.php
ComplexTableField.php
API CHANGE Removed FormResponse class, use custom HTTP status codes to communicate state on text/html responses, or use text/json for more structured data responses
2012-03-09 23:27:39 +01:00
CompositeField.php
ENHANCEMENT Support for <legend> tags in CompositeField
2012-02-17 13:35:53 +01:00
ConfirmedPasswordField.php
CreditCardField.php
BUGFIX: Fix errors submitting a credit card field
2012-03-12 10:26:41 +01:00
CurrencyField.php
DatalessField.php
DateField.php
DatetimeField.php
DisabledTransformation.php
DropdownField.php
EmailField.php
FieldGroup.php
FieldList.php
BUGFIX: Don't try to set the title if it hasn't been set for us.
2012-03-09 11:14:06 -08:00
FieldSet.php
FileField.php
FileIFrameField.php
Form.php
MINOR: Added explicit 'public' keyword on functions.
2012-03-09 15:42:31 +13:00
FormAction.php
FormField.php
FormScaffolder.php
API CHANGE Removing ScaffoldingComplexTableField, using GridField instead to edit relationships through FormScaffolder and DataObject->scaffoldFormFields()
2012-03-09 15:16:01 +01:00
FormTransformation.php
GroupedDropdownField.php
HasManyComplexTableField.php
HasOneComplexTableField.php
HeaderField.php
HiddenField.php
HtmlEditorConfig.php
HtmlEditorField.php
ImageField.php
ImageFormAction.php
InlineFormAction.php
LabelField.php
ListboxField.php
MINOR Re-fetching relationship in ListboxField->saveInto() when dealing with new records, to avoid errors on RelationList without foreign keys (
fixes
#6925
)
2012-03-09 22:32:12 +01:00
LiteralField.php
LookupField.php
ManyManyComplexTableField.php
MemberDatetimeOptionsetField.php
MoneyField.php
NestedForm.php
NullableField.php
NumericField.php
OptionsetField.php
PasswordField.php
PhoneNumberField.php
PrintableTransformation.php
ReadonlyField.php
ReadonlyTransformation.php
RequiredFields.php
ResetFormAction.php
SelectionGroup.php
SimpleImageField.php
Tab.php
ENHANCEMENT Fluent interface in Form API by returning instance from all setters
2012-02-17 13:35:26 +01:00
TableField.php
API CHANGE Removed FormResponse class, use custom HTTP status codes to communicate state on text/html responses, or use text/json for more structured data responses
2012-03-09 23:27:39 +01:00
TableListField.php
API CHANGE Removed deprecated TableListField->ajax_refresh()
2012-03-09 23:17:05 +01:00
TabSet.php
TabularStyle.php
TextareaField.php
TextField.php
ENHANCEMENT Fluent interface in Form API by returning instance from all setters
2012-02-17 13:35:26 +01:00
TimeField.php
ToggleCompositeField.php
ToggleField.php
TreeDropdownField.php
TreeMultiselectField.php
UploadField.php
BUGFIX: Renamed UploadField::$config to UploadField::$ufConfig to avoid conflicts with the config API.
2012-03-09 19:37:43 +13:00
Validator.php
API CHANGE Removed FormResponse class, use custom HTTP status codes to communicate state on text/html responses, or use text/json for more structured data responses
2012-03-09 23:27:39 +01:00