.. |
gridfield
|
Fixed typo in GridField API doc
|
2015-05-27 10:04:16 +09:30 |
AjaxUniqueTextField.php
|
Add codesniffer that ensures indentation is with tabs.
|
2012-12-12 17:33:31 +13:00 |
CheckboxField.php
|
Merge remote-tracking branch 'origin/3.0' into 3.1.0
|
2013-08-22 12:55:47 +02:00 |
CheckboxSetField.php
|
Update CheckboxSetField.php
|
2015-02-17 10:05:27 +00:00 |
CompositeField.php
|
FIX issue where empty composite fields created a fieldlist with empty items
|
2015-02-06 10:58:01 +00:00 |
ConfirmedPasswordField.php
|
FIX: ConfirmedPasswordField used to expose existing hash
|
2014-04-17 11:57:57 +12:00 |
CountryDropdownField.php
|
API Marked statics private, use Config API instead (#8317)
|
2013-03-24 17:20:53 +01:00 |
CreditCardField.php
|
API: Change CreditCardField to use AttributeHTML
|
2013-10-03 15:26:31 +01:00 |
CurrencyField.php
|
API Copying instance props on FormField readonly/disabled transformations
|
2012-12-14 01:58:04 +01:00 |
DatalessField.php
|
Method visibility according to coding conventions
|
2012-09-20 10:46:59 +02:00 |
DateField.php
|
Merge pull request #2152 from dhensby/patch-1
|
2013-09-24 11:48:05 -07:00 |
DatetimeField.php
|
FIX Correct Zend_Locale fallbacks in i18n/DateField/DateTimeField
|
2013-08-30 10:18:00 +02:00 |
DisabledTransformation.php
|
Method visibility according to coding conventions
|
2012-09-20 10:46:59 +02:00 |
DropdownField.php
|
Update DropdownField.php
|
2014-11-22 21:01:08 +00:00 |
EmailField.php
|
Clean up EmailField
|
2015-04-30 11:52:49 +12:00 |
FieldGroup.php
|
Updated fieldgroup class and example code
|
2013-07-26 16:01:24 +02:00 |
FieldList.php
|
BUG: FieldList::changeFieldOrder() leftovers discarded
|
2015-05-17 09:09:35 -07:00 |
FileField.php
|
API UploadField functions on new records
|
2013-05-27 15:22:59 +12:00 |
Form.php
|
Update and fix PHP docblocks, document spelling mistakes and strip trailing whitespace on Form.php
|
2015-06-12 10:28:32 +12:00 |
FormAction.php
|
BUG Fix FormAction title encoding
|
2015-02-13 15:50:45 +13:00 |
FormField.php
|
BUG Fixed handling of numbers in certain locales.
|
2015-02-13 10:50:00 +13:00 |
FormScaffolder.php
|
FIX Remove instances of lines longer than 120c
|
2012-09-30 17:18:13 +13:00 |
FormTransformation.php
|
Method visibility according to coding conventions
|
2012-09-20 10:46:59 +02:00 |
GroupedDropdownField.php
|
NEW Disable items in DropdownField and GroupedDropdownField
|
2013-01-11 16:32:20 +01:00 |
HeaderField.php
|
Clean up HeaderField
|
2015-04-30 16:19:58 +12:00 |
HiddenField.php
|
Clean up HiddenField
|
2015-04-30 11:53:50 +12:00 |
HtmlEditorConfig.php
|
Update HtmlEditorConfig::enablePlugins() to return instance
|
2014-11-10 10:07:45 +00:00 |
HtmlEditorField.php
|
ENHANCEMENT: Additional extension points for Tiny MCE editing, for when images are regenerated and manipulating the HTML prior to a save
|
2014-12-10 14:54:12 +07:00 |
HtmlEditorSanitiser.php
|
Rewrote usages of error suppression operator
|
2014-03-05 15:48:55 +13:00 |
InlineFormAction.php
|
Update InlineFormAction.php
|
2015-02-16 20:19:53 +00:00 |
LabelField.php
|
Clean up LabelField
|
2015-04-30 16:21:33 +12:00 |
ListboxField.php
|
FIX for #4104, minor revision of error messages in ListboxField (more intuitive).
|
2015-04-25 18:26:11 -04:00 |
LiteralField.php
|
Clean up LiteralField
|
2015-04-30 11:53:02 +12:00 |
LookupField.php
|
FIX: i18n support in LookupField
|
2014-10-09 17:43:29 +02:00 |
MemberDatetimeOptionsetField.php
|
Merge remote-tracking branch 'origin/3.0' into 3.1
|
2013-02-18 14:31:57 +13:00 |
MoneyField.php
|
BUG Fixed handling of numbers in certain locales
|
2015-05-20 12:18:34 +01:00 |
NestedForm.php
|
Method visibility according to coding conventions
|
2012-09-20 10:46:59 +02:00 |
NullableField.php
|
FIX Remove instances of lines longer than 120c
|
2012-09-30 17:18:13 +13:00 |
NumericField.php
|
BUG Fixed handling of numbers in certain locales.
|
2015-02-13 10:50:00 +13:00 |
OptionsetField.php
|
BUG: #2503 Fixes performReadonlyTransformation for OptionSetField
|
2014-01-30 16:09:55 +13:00 |
PasswordField.php
|
Clean up PasswordField
|
2015-04-30 11:20:46 +12:00 |
PhoneNumberField.php
|
BUG Fixed incorrect variable usage in generation of PhoneNumberField form fields
|
2013-04-12 15:13:58 +12:00 |
PrintableTransformation.php
|
Method visibility according to coding conventions
|
2012-09-20 10:46:59 +02:00 |
ReadonlyField.php
|
NEW: Add ReadonlyField::setIncludeHiddenField()
|
2013-01-08 17:45:17 +13:00 |
ReadonlyTransformation.php
|
Clean up trailing ?> per coding standard
|
2012-02-12 12:40:16 -08:00 |
RequiredFields.php
|
FIX: Use Injector API for managing Member_Validator instance.
|
2013-10-16 11:29:43 +13:00 |
ResetFormAction.php
|
Method visibility according to coding conventions
|
2012-09-20 10:46:59 +02:00 |
SelectionGroup.php
|
API Removed keyed arrays for title/value setting in SelectionGroup
|
2012-12-11 11:06:06 +01:00 |
Tab.php
|
ENHANCEMENT addExtraClass() support for Tab and TabSet
|
2012-05-08 11:25:44 +02:00 |
TabSet.php
|
BUG Remove .ss-tabset class from CMS tabs to prevent rogue ajax load (#7980)
|
2012-11-01 00:25:13 +01:00 |
TabularStyle.php
|
Method visibility according to coding conventions
|
2012-09-20 10:46:59 +02:00 |
TextareaField.php
|
Clean up TextareaField
|
2015-04-30 11:52:37 +12:00 |
TextField.php
|
Clean up TextField
|
2015-04-27 12:02:34 +12:00 |
TimeField.php
|
BUG Fixed issue where time value was being parsed incorrectly in some locales
|
2013-06-28 16:45:33 +12:00 |
ToggleCompositeField.php
|
Clean Up ToggleCompositeField
|
2015-04-30 11:52:21 +12:00 |
ToggleField.php
|
BUG Fixing ToggleField to work correctly with jQuery
|
2012-11-16 11:33:58 +13:00 |
TreeDropdownField.php
|
FIX: TreeDropdownField Folder expansion
|
2015-05-27 09:22:42 -07:00 |
TreeMultiselectField.php
|
BUG Fix FormAction title encoding
|
2015-02-13 15:50:45 +13:00 |
UploadField.php
|
Merge pull request #3499 from colymba/ie-multi-file-upload-fix
|
2015-06-09 13:22:10 +12:00 |
Validator.php
|
Clean up Validator
|
2015-04-27 11:39:18 +12:00 |