.. |
GridField
|
Merge branch '4.4' into 4
|
2019-09-04 09:46:33 +12:00 |
HTMLEditor
|
Remove use_gzip from HTMLEditorField since it's been removed by TinyMCE codebase (#7261)
|
2019-06-21 09:27:48 +12:00 |
Schema
|
Fix add schema to the "auto" parts request
|
2017-09-05 13:12:51 +12:00 |
CheckboxField_Readonly.php
|
Ran upgrader for lang files
|
2017-04-28 14:59:42 +12:00 |
CheckboxField.php
|
CheckboxField creates invalid HTML when required #2939
|
2017-05-22 12:15:28 +12:00 |
CheckboxSetField.php
|
Add $disabledItems to check for disabled items instead of checking against $defaultItems
|
2018-12-31 17:25:11 +08:00 |
CompositeField.php
|
NEW Update FieldList::replaceField API to match removeByName (#8876)
|
2019-04-15 16:22:54 +12:00 |
ConfirmedPasswordField.php
|
FIX: Fix bug when confirmed password is changed but not the password. (#9012)
|
2019-06-10 15:48:29 +12:00 |
CurrencyField_Disabled.php
|
BUG Readonly and disabled CurrencyFields no longer always returns dollar currency sign, now respect config
|
2018-10-20 17:47:16 +02:00 |
CurrencyField_Readonly.php
|
BUG Readonly and disabled CurrencyFields no longer always returns dollar currency sign, now respect config
|
2018-10-20 17:47:16 +02:00 |
CurrencyField.php
|
Add tests for edge cases in CurrencyField
|
2018-10-20 17:33:59 +02:00 |
DatalessField.php
|
PSR2: Whitespace-only changes
|
2016-11-29 12:31:16 +13:00 |
DateField_Disabled.php
|
FIX Text collector translations now compile without errors
|
2018-09-03 08:21:05 +02:00 |
DateField.php
|
Add edge case unit tests for DateField
|
2018-10-20 18:15:42 +02:00 |
DatetimeField.php
|
BUG Fix internal date formatting inheriting default locale
|
2018-06-13 13:32:11 +12:00 |
DefaultFormFactory.php
|
Add tests for DefaultFormFactory
|
2018-10-20 19:47:11 +02:00 |
DisabledTransformation.php
|
PSR2: Whitespace-only changes
|
2016-11-29 12:31:16 +13:00 |
DropdownField.php
|
MINOR Always cast formfield display value as a string to avoid 0 being blank
|
2019-01-25 13:34:36 +13:00 |
EmailField.php
|
De-couple schema type and type attribute
|
2017-05-09 16:50:33 +12:00 |
FieldGroup.php
|
BUG Implement or exclude all pending upgrader deltas
|
2017-07-03 12:21:47 +12:00 |
FieldList.php
|
NEW Update FieldList::replaceField API to match removeByName (#8876)
|
2019-04-15 16:22:54 +12:00 |
FileField.php
|
check for UPLOAD_ERR_NO_FILE on FileField::saveinto
|
2018-01-03 12:01:18 +00:00 |
FileHandleField.php
|
Change UploadField to TreeDropdownField for modal fields
|
2017-02-27 10:38:23 +13:00 |
FileUploadReceiver.php
|
Merge remote-tracking branch 'origin/4.0' into 4.1
|
2018-03-13 14:26:18 +13:00 |
Form_FieldMap.php
|
PSR2: Whitespace-only changes
|
2016-11-29 12:31:16 +13:00 |
Form.php
|
Swap argument order for implode
|
2019-05-11 00:32:23 +09:30 |
FormAction.php
|
Merge branch '3' into 4
|
2018-03-16 15:04:26 +00:00 |
FormFactory.php
|
Enhancement switch FormFactories to use RequestHandler instead of Controller
|
2017-05-11 09:57:55 +12:00 |
FormField.php
|
Add onBeforeRenderHolder extension point for FormField
|
2019-08-09 14:43:14 +09:30 |
FormMessage.php
|
API Updates to Form, ValidationResponse, ValidationException
|
2016-12-09 14:24:11 +13:00 |
FormRequestHandler.php
|
FIX: Better message when form action handler not found.
|
2019-05-27 15:00:10 +12:00 |
FormScaffolder.php
|
API: Add Link Tracking section to Relations developer guide and describe show_sitetree_link_tracking , show_file_link_tracking .
|
2018-09-13 11:02:09 +12:00 |
FormTemplateHelper.php
|
PSR2: Whitespace-only changes
|
2016-11-29 12:31:16 +13:00 |
FormTransformation.php
|
Lazy-load custom methods and extensions on CustomMethods and Extensible traits
|
2017-08-22 15:47:24 +12:00 |
GroupedDropdownField.php
|
sanitise more docblocks
|
2017-11-14 10:02:24 +00:00 |
HeaderField.php
|
FIX HeaderField requires the optional Title field
|
2019-05-24 13:44:01 +12:00 |
HiddenField.php
|
De-couple schema type and type attribute
|
2017-05-09 16:50:33 +12:00 |
HTMLReadonlyField.php
|
PSR2: Whitespace-only changes
|
2016-11-29 12:31:16 +13:00 |
LabelField.php
|
BUG Implement or exclude all pending upgrader deltas
|
2017-07-03 12:21:47 +12:00 |
ListboxField.php
|
sanitise more docblocks
|
2017-11-14 10:02:24 +00:00 |
LiteralField.php
|
API Substitute Zend_Currency with NumberFormatter based solution
|
2017-02-09 15:28:59 +13:00 |
LookupField.php
|
LookupField value handling corrected (atomic values are no longer thrown away).
|
2018-04-23 15:15:40 +12:00 |
MoneyField.php
|
Fixing string concat CS issues
|
2018-01-16 18:39:30 +00:00 |
MultiSelectField.php
|
FIX: List default items in the readonly view of ListboxField
|
2019-05-27 17:47:09 +12:00 |
NullableField.php
|
API Remove Object class
|
2017-05-23 13:50:35 +12:00 |
NumericField.php
|
Fixing string concat CS issues
|
2018-01-16 18:39:30 +00:00 |
OptionsetField.php
|
BUG Implement or exclude all pending upgrader deltas
|
2017-07-03 12:21:47 +12:00 |
PasswordField.php
|
[ss-2018-013] Remove password text from session data on failed submission
|
2018-05-14 17:14:38 +12:00 |
PopoverField.php
|
Update tests
|
2017-05-09 16:52:32 +12:00 |
PrintableTransformation_TabSet.php
|
Add tests for DisabledTransformation, PrintableTransformation and PrintableTransformation_TabSet
|
2018-10-20 20:06:02 +02:00 |
PrintableTransformation.php
|
PSR2: Whitespace-only changes
|
2016-11-29 12:31:16 +13:00 |
ReadonlyField.php
|
Ran upgrader for lang files
|
2017-04-28 14:59:42 +12:00 |
ReadonlyTransformation.php
|
PSR2: Whitespace-only changes
|
2016-11-29 12:31:16 +13:00 |
RequiredFields.php
|
DOCS Improve return tags for requiredfields class
|
2017-11-08 15:29:15 +00:00 |
SelectField.php
|
PSR2: Whitespace-only changes
|
2016-11-29 12:31:16 +13:00 |
SelectionGroup_Item.php
|
API Substitute Zend_Currency with NumberFormatter based solution
|
2017-02-09 15:28:59 +13:00 |
SelectionGroup.php
|
API Move createTag to HTML class
|
2017-06-16 12:22:05 +12:00 |
SingleLookupField.php
|
MINOR Correct implementation of single lookup field when valueToLabel returns null
|
2018-10-23 11:54:26 +13:00 |
SingleSelectField.php
|
FIX: Don’t break validation on selects without a source.
|
2018-10-06 11:53:17 +13:00 |
Tab.php
|
PSR2: Whitespace-only changes
|
2016-11-29 12:31:16 +13:00 |
TabSet.php
|
Add tests for DisabledTransformation, PrintableTransformation and PrintableTransformation_TabSet
|
2018-10-20 20:06:02 +02:00 |
TextareaField.php
|
FIX Escape HTML in PHPDoc to fix API docs from rendering incorrectly
|
2018-10-09 10:46:45 +02:00 |
TextField.php
|
Enable max length for textarea field
|
2017-12-07 12:52:28 +13:00 |
TimeField_Readonly.php
|
PSR2: Whitespace-only changes
|
2016-11-29 12:31:16 +13:00 |
TimeField.php
|
De-couple schema type and type attribute
|
2017-05-09 16:50:33 +12:00 |
ToggleCompositeField.php
|
PSR2: Whitespace-only changes
|
2016-11-29 12:31:16 +13:00 |
TreeDropdownField_Readonly.php
|
FIX use Injector for FormField::castedCopy
|
2018-10-24 12:13:14 +13:00 |
TreeDropdownField.php
|
MINOR: Change “Choose Page” to “Search or choose Page” (#8766)
|
2019-04-16 16:06:37 +12:00 |
TreeMultiselectField_Readonly.php
|
BUG Ensure readonly tree dropdown is safely encoded
|
2017-10-26 13:04:30 +13:00 |
TreeMultiselectField.php
|
Merge branch '4.1' into 4.2
|
2018-12-06 09:38:45 +00:00 |
UploadReceiver.php
|
Merge branch '3.6' into 4.0
|
2018-05-01 21:47:17 +01:00 |
Validator.php
|
Lazy-load custom methods and extensions on CustomMethods and Extensible traits
|
2017-08-22 15:47:24 +12:00 |