silverstripe-framework/forms
Ingo Schommer 06cddb747a BUG Force refresh of GridFieldDetailEditForm after save
Wasn't refreshing after ajax save operations on existing
content, as the URL didn't change, and hence the CMS
didn't reload the view. Return the view directly instead,
unless we're dealing with new records (= changed URL).
2012-08-20 15:08:30 +02:00
..
gridfield BUG Force refresh of GridFieldDetailEditForm after save 2012-08-20 15:08:30 +02:00
AjaxUniqueTextField.php API-CHANGE sapphire folder can now be renamed. 2012-04-15 10:50:19 +12:00
CheckboxField.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
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 MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
DateField.php "dmyplaceholders" setting for DateFields 2012-06-27 10:12:42 +02:00
DatetimeField.php FIX: Missing last login time (fixes 7666) 2012-08-10 18:08:53 +12:00
DisabledTransformation.php BUGFIX: fix up some E_STRICT errors 2012-04-17 11:51:55 +12:00
DropdownField.php Scoped deprecation messages (fixes #7645) 2012-07-13 11:37:35 +02:00
EmailField.php Form field docs update (fixes #7521) 2012-06-26 15:03:11 +02:00
FieldGroup.php ENHANCEMENT: populate FormField:: on the fly based on class name of field rather than requiring explict definition. 2012-04-14 17:36:19 +12:00
FieldList.php Scoped deprecation messages (fixes #7645) 2012-07-13 11:37:35 +02:00
FieldSet.php MINOR: Use Deprecation class to indicate deprecated methods in core. 2011-10-29 17:34:31 +13:00
FileField.php Scoped deprecation messages (fixes #7645) 2012-07-13 11:37:35 +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 Removed duplicated 'return ' 2012-07-28 01:11:03 +02:00
FormScaffolder.php MINOR Renaming getFieldSet with getFieldList in FormScaffolder 2012-05-14 15:03:22 +12:00
FormTransformation.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
GroupedDropdownField.php Added correct CSS class to GroupedDropdownField 2012-08-16 23:31:13 +02:00
HasManyComplexTableField.php Scoped deprecation messages (fixes #7645) 2012-07-13 11:37:35 +02:00
HasOneComplexTableField.php MINOR: Consistently use DataObjectInterface for saveInto() on FormField subclasses. Fixes E_STRICT notice 2012-04-11 17:00:57 +12:00
HeaderField.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
HiddenField.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
HtmlEditorConfig.php API-CHANGE sapphire folder can now be renamed. 2012-04-15 10:50:19 +12:00
HtmlEditorField.php ENHANCEMENT: Add "jpeg" to list of allowed extensions 2012-08-17 13:17:26 -03:00
ImageField.php Scoped deprecation messages (fixes #7645) 2012-07-13 11:37:35 +02:00
ImageFormAction.php Scoped deprecation messages (fixes #7645) 2012-07-13 11:37:35 +02:00
InlineFormAction.php API-CHANGE sapphire folder can now be renamed. 2012-04-15 10:50:19 +12:00
LabelField.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
ListboxField.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
LiteralField.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
LookupField.php MINOR: Ensure all form fields Field() method has the same signature as FormField::Field(). Fixes E_STRICT warnings. 2012-04-11 17:33:36 +12:00
ManyManyComplexTableField.php Scoped deprecation messages (fixes #7645) 2012-07-13 11:37:35 +02:00
MemberDatetimeOptionsetField.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
MoneyField.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
NestedForm.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
NullableField.php MINOR Removed deprecated usage of $priority argument in _t() calls 2012-04-15 17:17:17 +02:00
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 Scoped deprecation messages (fixes #7645) 2012-07-13 11:37:35 +02:00
PhoneNumberField.php MINOR: Ensure all form fields Field() method has the same signature as FormField::Field(). Fixes E_STRICT warnings. 2012-04-11 17:33:36 +12:00
PrintableTransformation.php MINOR: Ensure all form fields have FieldHolder() with identical signature to FormField::FieldHolder(). Fixes E_STRICT warnings. 2012-04-11 18:07:55 +12:00
ReadonlyField.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
ReadonlyTransformation.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
RequiredFields.php MINOR Removing "." from the end of validation messages 2012-06-01 13:13:06 +12:00
ResetFormAction.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
SelectionGroup.php BUG prevent notice when using selection group 2012-08-10 18:53:33 +12:00
SimpleImageField.php Scoped deprecation messages (fixes #7645) 2012-07-13 11:37:35 +02: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 Typo in the Filename of the CSS-File 2012-07-12 23:09:22 +02:00
TabularStyle.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
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 MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
TimeField.php MINOR Switching _t() calls from sprintf() to using injection parameters (#7170) 2012-05-01 22:17:00 +02:00
ToggleCompositeField.php Fluent interface for ToggleCompositeField 2012-07-15 21:28:09 +02:00
ToggleField.php API-CHANGE sapphire folder can now be renamed. 2012-04-15 10:50:19 +12:00
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