.. |
AjaxUniqueTextField.php
|
|
|
AutocompleteTextField.php
|
API CHANGE Deprecated AutocompleteTextField, use third-party solutions (from r107054)
|
2010-10-15 03:07:54 +00:00 |
CheckboxField.php
|
BUGFIX Allowing $extraClass on CheckboxField FieldHolder (fixes #5939, thanks mobiusnz) (from r110808)
|
2010-10-19 01:33:08 +00:00 |
CheckboxSetField.php
|
MINOR Documentation (from r104404)
|
2010-10-15 00:04:14 +00:00 |
ComplexTableField.php
|
BUGFIX Enforcing canEdit() checks in ComplexTableField_Popup - making form readonly if the current user can't edit (from r110857)
|
2010-10-19 03:00:45 +00:00 |
CompositeField.php
|
|
|
ConfirmedPasswordField.php
|
|
|
CountryDropdownField.php
|
|
|
CreditCardField.php
|
|
|
CurrencyField.php
|
BUGFIX CurrencyField doesn't accept negative value (#5769, thanks simon_w) (from r108422)
|
2010-10-19 00:32:18 +00:00 |
CustomRequiredFields.php
|
BUGFIX Validator/RequiredFields should not regard "0" as an empty value (from r108512)
|
2010-10-19 00:43:38 +00:00 |
DatalessField.php
|
|
|
DateField.php
|
BUGFIX Respecting field specific locale settings in DatetimeField and DateField when validating and saving values (fixes #5931, thanks Tjofras) (from r110889)
|
2010-10-19 03:01:03 +00:00 |
DatetimeField.php
|
BUGFIX Respecting field specific locale settings in DatetimeField and DateField when validating and saving values (fixes #5931, thanks Tjofras) (from r110889)
|
2010-10-19 03:01:03 +00:00 |
DisabledTransformation.php
|
|
|
DropdownField.php
|
MINOR Cross-referencing some documentation (from r108375)
|
2010-10-18 22:50:48 +00:00 |
EmailField.php
|
MINOR: Correction on email address validator, and a unit test for EmailField php validation (from r100950)
|
2010-10-04 04:26:12 +00:00 |
FieldGroup.php
|
MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725)
|
2010-10-15 03:55:22 +00:00 |
FieldSet.php
|
MINOR Reverted r105264, breaks CompositeFieldTest, FieldSetTest, TranslatableTest (from r105274)
|
2010-10-15 02:28:12 +00:00 |
FileField.php
|
MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725)
|
2010-10-15 03:55:22 +00:00 |
FileIFrameField.php
|
BUGFIX #5099 FileIFrameField fails when using it with a locale different to the default (from r100747)
|
2010-05-25 04:26:47 +00:00 |
Form.php
|
MINOR Better error handling in Form::__construct() (fixes #5649) (from r105912)
|
2010-10-15 02:54:02 +00:00 |
FormAction.php
|
MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725)
|
2010-10-15 03:55:22 +00:00 |
FormField.php
|
MINOR Documentation (from r104404)
|
2010-10-15 00:04:14 +00:00 |
FormScaffolder.php
|
BUGFIX: column and table names now quoted properly (from r100998)
|
2010-10-04 04:30:39 +00:00 |
FormTransformation.php
|
|
|
GroupedDropdownField.php
|
MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725)
|
2010-10-15 03:55:22 +00:00 |
HasManyComplexTableField.php
|
MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725)
|
2010-10-15 03:55:22 +00:00 |
HasOneComplexTableField.php
|
MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725)
|
2010-10-15 03:55:22 +00:00 |
HeaderField.php
|
|
|
HiddenField.php
|
|
|
HtmlEditorConfig.php
|
MINOR Fixed phpdoc documentation
|
2010-04-23 00:11:41 +00:00 |
HtmlEditorField.php
|
BUGFIX Removing "typography" class from HTMLEditorField container (should just apply to the contained <iframe>) (fixes #5949) (from r110809)
|
2010-10-19 01:33:28 +00:00 |
ImageField.php
|
MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725)
|
2010-10-15 03:55:22 +00:00 |
ImageFormAction.php
|
MINOR Using jquery.live instead of livequery on ImageFormAction.js (from r100886)
|
2010-10-04 04:14:55 +00:00 |
InlineFormAction.php
|
|
|
LabelField.php
|
BUGFIX: removed name attribute from label fields since this is invalid html. Ticket: #4887. PATCH via tobych (from r97013)
|
2010-04-12 03:31:02 +00:00 |
LanguageDropdownField.php
|
|
|
ListboxField.php
|
MINOR Cross-referencing some documentation (from r108375)
|
2010-10-18 22:50:48 +00:00 |
LiteralField.php
|
MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725)
|
2010-10-15 03:55:22 +00:00 |
LookupField.php
|
|
|
ManyManyComplexTableField.php
|
MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725)
|
2010-10-15 03:55:22 +00:00 |
MoneyField.php
|
BUGFIX Passing $name in MoneyField->FieldCurrency() (fixes #5982, thanks andersw) (from r110835)
|
2010-10-19 01:34:31 +00:00 |
NestedForm.php
|
|
|
NullableField.php
|
MINOR Fixed phpdoc documentation
|
2010-04-23 00:11:41 +00:00 |
NumericField.php
|
BUGFIX NumericField javascript does not accept negatives, make use of isNaN built-in javascript function instead of custom regex (from r108633)
|
2010-10-19 00:47:43 +00:00 |
OptionsetField.php
|
MINOR Cross-referencing some documentation (from r108375)
|
2010-10-18 22:50:48 +00:00 |
PasswordField.php
|
|
|
PhoneNumberField.php
|
|
|
PrintableTransformation.php
|
|
|
ReadonlyField.php
|
|
|
ReadonlyTransformation.php
|
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
|
2008-06-15 13:33:53 +00:00 |
RequiredFields.php
|
BUGFIX Fixed boundary PHP notice case in RequiredFields::php() where a field name may not be defined in the $data array when a Form is submitted (from r110463)
|
2010-10-19 01:31:30 +00:00 |
ResetFormAction.php
|
|
|
RestrictedTextField.php
|
MINOR Pushed @deprecated 2.3 items out to 2.5 since they're still in use for now (from r100486)
|
2010-05-25 03:54:48 +00:00 |
ScaffoldingComplexTableField.php
|
|
|
SelectionGroup.php
|
BUGFIX: Included jQuery in SelectionGroup->FieldHolder(), and used new jQuery.live syntax.
|
2009-12-13 05:22:31 +00:00 |
SimpleImageField.php
|
MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725)
|
2010-10-15 03:55:22 +00:00 |
Tab.php
|
MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725)
|
2010-10-15 03:55:22 +00:00 |
TableField.php
|
BUGFIX: Fixed reloading of TableFields after ajax save. (http://mingle.silverstripe.com/projects/air_nz_cms_enhancements/cards/154) (from r88921) (from r96427)
|
2010-04-12 01:35:47 +00:00 |
TableListField.php
|
MINOR Check in TableListField->HighlightClasses() (fixes #5993, thanks lx) (from r110837)
|
2010-10-19 01:36:39 +00:00 |
TabSet.php
|
MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725)
|
2010-10-15 03:55:22 +00:00 |
TabularStyle.php
|
|
|
TextareaField.php
|
MINOR Moved class-specific documentation from doc.silverstripe.org back into class-level PHPDoc (from r107725)
|
2010-10-15 03:55:22 +00:00 |
TextField.php
|
FEATURE New DatetimeField class (form field wrapper composed of DateField andTimeField)
|
2010-04-14 04:38:40 +00:00 |
TimeField.php
|
ENHANCEMENT Added class to time icon in TimeField so it can be styled (from r107810)
|
2010-10-18 22:25:59 +00:00 |
ToggleCompositeField.php
|
|
|
ToggleField.php
|
|
|
TreeDropdownField.php
|
MINOR Cross-referencing some documentation (from r108375)
|
2010-10-18 22:50:48 +00:00 |
TreeMultiselectField.php
|
MINOR Cross-referencing some documentation (from r108375)
|
2010-10-18 22:50:48 +00:00 |
TreeSelectorField.php
|
|
|
UniqueRestrictedTextField.php
|
MINOR Pushed @deprecated 2.3 items out to 2.5 since they're still in use for now (from r100486)
|
2010-05-25 03:54:48 +00:00 |
UniqueTextField.php
|
|
|
Validator.php
|
BUGFIX: Validator::requiredField() should check the required field submitted value is an array before check strlen(). Some fields submitted as an array, e.g. MoneyField (from r109155)
|
2010-10-19 01:20:38 +00:00 |