.. |
gridfield
|
FIX Remove use of deprecated each method
|
2018-06-04 16:17:18 +01:00 |
CheckboxField.php
|
Remove all redundant whitespace
|
2014-08-19 09:17:15 +12:00 |
CheckboxSetField.php
|
BUG Fix issue with SS_List as datasource for dropdown field
|
2016-10-11 14:58:48 +13:00 |
CompositeField.php
|
NEW Add php 7.2 support
|
2018-01-30 16:50:32 +00:00 |
ConfirmedPasswordField.php
|
BUG Prevent session hijackers from resetting a user password
|
2016-05-16 10:54:18 +12:00 |
CountryDropdownField.php
|
Do not default to locale if hasEmptyDefault is true
|
2017-03-09 12:35:37 +13:00 |
CreditCardField.php
|
FIX: remove validation type constraint from form fields for 3.2 release
|
2015-05-11 12:32:00 +12:00 |
CurrencyField.php
|
ENHANCEMENT CurrencyField to use Currency.currency_symbol
|
2015-11-09 19:38:51 -06:00 |
DatalessField.php
|
DOCS Fixing docs (and bad API usage)
|
2015-07-20 16:42:33 +01:00 |
DateField.php
|
NEW Add php 7.2 support
|
2018-01-30 16:50:32 +00:00 |
DatetimeField.php
|
FIX Give DatetimeField its own template (which is extensible)
|
2017-03-13 11:36:53 +13:00 |
DisabledTransformation.php
|
Method visibility according to coding conventions
|
2012-09-20 10:46:59 +02:00 |
DropdownField.php
|
Merge branch '3.6' into 3
|
2018-04-18 13:14:46 +01:00 |
EmailField.php
|
Clean up EmailField
|
2015-04-30 11:52:49 +12:00 |
FieldGroup.php
|
FIX: Hidden errors for composite fields nested inside FieldGroups (fixes #4773)
|
2015-11-17 16:34:17 +00:00 |
FieldList.php
|
Update some phpdocs that had typos, missing parts or incorrect formats
|
2018-04-11 20:12:38 +12:00 |
FileField.php
|
Merge branch '3.6' into 3
|
2018-04-18 13:14:46 +01:00 |
Form.php
|
NEW Add better HTTP cache-control manipulation (#8086)
|
2018-06-08 11:56:31 +12:00 |
FormAction.php
|
Update FormAction.php
|
2018-03-15 13:38:15 +10:30 |
FormField.php
|
ENHANCEMENT Backport of querystring work to 3.x (#8026)
|
2018-05-08 10:04:44 +12:00 |
FormScaffolder.php
|
Merge branch '3.6' into 3
|
2018-04-18 13:14:46 +01:00 |
FormTemplateHelper.php
|
Remove all redundant whitespace
|
2014-08-19 09:17:15 +12:00 |
FormTransformation.php
|
NEW Add php 7.2 support
|
2018-01-30 16:50:32 +00:00 |
GroupedDropdownField.php
|
sanitise more docblocks
|
2017-11-14 10:05:47 +00:00 |
HeaderField.php
|
Remove invalid attributes
|
2016-04-26 09:45:52 +12:00 |
HiddenField.php
|
DOCS Fixing docs (and bad API usage)
|
2015-07-20 16:42:33 +01:00 |
HtmlEditorConfig.php
|
Update some phpdocs that had typos, missing parts or incorrect formats
|
2018-04-11 20:12:38 +12:00 |
HtmlEditorField.php
|
Merge branch '3.6' into 3
|
2018-05-01 20:24:07 +01:00 |
HtmlEditorSanitiser.php
|
Update some phpdocs that had typos, missing parts or incorrect formats
|
2018-04-11 20:12:38 +12:00 |
InlineFormAction.php
|
BUG Fix broken InlineFormAction
|
2015-10-29 10:48:49 +13:00 |
LabelField.php
|
Clean up LabelField
|
2015-04-30 16:21:33 +12:00 |
ListboxField.php
|
Merge branch '3.6' into 3
|
2017-12-07 13:20:58 +13:00 |
LiteralField.php
|
Clean up LiteralField
|
2015-04-30 11:53:02 +12:00 |
LookupField.php
|
MINORE: Remove training whitespace.
|
2016-01-07 10:15:54 +13:00 |
MemberDatetimeOptionsetField.php
|
FIX: remove validation type constraint from form fields for 3.2 release
|
2015-05-11 12:32:00 +12:00 |
MoneyField.php
|
DOCS Fixing docs (and bad API usage)
|
2015-07-20 16:42:33 +01:00 |
NestedForm.php
|
Remove all redundant whitespace
|
2014-08-19 09:17:15 +12:00 |
NullableField.php
|
DOCS Fixing docs (and bad API usage)
|
2015-07-20 16:42:33 +01:00 |
NumericField.php
|
BUG Remove html5 number field due to insufficient localisation support
|
2015-09-01 12:23:35 +12:00 |
OptionsetField.php
|
[ss-2016-015] Fix value / title escaping in CheckboxSetField and OptionsetField
|
2016-08-15 15:53:21 +12:00 |
PasswordField.php
|
[ss-2018-013] Ensure passwords do not get added to session on submission failure
|
2018-05-28 18:53:02 +12:00 |
PhoneNumberField.php
|
DOCS Fixing docs (and bad API usage)
|
2015-07-20 16:42:33 +01:00 |
PrintableTransformation.php
|
Remove all redundant whitespace
|
2014-08-19 09:17:15 +12:00 |
ReadonlyField.php
|
Merge branch '3.1' into 3.2
|
2016-11-15 11:18:46 +00:00 |
ReadonlyTransformation.php
|
Remove all redundant whitespace
|
2014-08-19 09:17:15 +12:00 |
RequiredFields.php
|
Set deprecation level for all changes in 3.x to 4.0
|
2015-06-19 13:07:41 +12:00 |
ResetFormAction.php
|
Method visibility according to coding conventions
|
2012-09-20 10:46:59 +02:00 |
SelectionGroup.php
|
Update some phpdocs that had typos, missing parts or incorrect formats
|
2018-04-11 20:12:38 +12:00 |
Tab.php
|
Remove all redundant whitespace
|
2014-08-19 09:17:15 +12:00 |
TabSet.php
|
Fix: TabSet attempting to access undeclared property
|
2017-04-05 11:06:10 +10:00 |
TabularStyle.php
|
Remove all redundant whitespace
|
2014-08-19 09:17:15 +12:00 |
TextareaField.php
|
BUG Suppress HtmlEditorField casting
|
2016-12-19 16:03:48 +13:00 |
TextField.php
|
Deprecate TextField::InternallyLabelledField() (closes #1684)
|
2016-03-26 11:07:33 +00:00 |
TimeField.php
|
FIX: remove validation type constraint from form fields for 3.2 release
|
2015-05-11 12:32:00 +12:00 |
ToggleCompositeField.php
|
Merge pull request #5357 from assertchris/cast-heading-level-to-int-in-forms-toggle-composite-field
|
2016-04-20 18:01:43 +12:00 |
ToggleField.php
|
Changed comments in forms\ToggleField.php
|
2016-04-20 18:31:17 +12:00 |
TreeDropdownField.php
|
Reverse 5b6a39e71a
|
2018-06-19 11:06:13 +12:00 |
TreeMultiselectField.php
|
BUGFIX: Changed form fields that call renderWith in Field() to call parent::Field() instead (#5783)
|
2016-07-07 19:55:37 +01:00 |
UploadField.php
|
Merge branch '3.6' into 3
|
2018-04-18 13:14:46 +01:00 |
Validator.php
|
NEW Add php 7.2 support
|
2018-01-30 16:50:32 +00:00 |