..
AjaxFormAction.php
MINOR Misc deprecation notes
2008-10-16 13:00:30 +00:00
AjaxUniqueTextField.php
Merged from branches/2.3
2009-03-10 22:08:52 +00:00
AutocompleteTextField.php
BUGFIX Fixed extra class addition on various FormField->Field() methods
2008-10-21 20:58:11 +00:00
BankAccountField.php
ENHANCEMENT Added BankAccountField::is_valid_array_structure() to avoid PHP Notices when converting empty array values
2008-10-15 12:57:17 +00:00
CalendarDateField.php
BUGFIX CalendarDateField requires prototype to be included at all times in order for the calendar javascript to work - so ensure that it is included (this broke on the front end if prototype wasn't included via Requirements).
2009-03-12 02:20:45 +00:00
CheckboxField.php
MINOR merged branches/2.3 into trunk
2008-12-04 22:38:32 +00:00
CheckboxSetField.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
ComplexTableField.php
Merged from branches/2.3
2009-03-10 22:08:52 +00:00
CompositeDateField.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
CompositeField.php
MINOR merged branches/2.3 into trunk
2008-12-04 22:38:32 +00:00
ConfirmedFormAction.php
MINOR Added deprecated note to ConfirmedFormAction
2008-10-27 22:50:24 +00:00
ConfirmedPasswordField.php
Merged branches/2.3 into trunk
2008-11-22 03:33:00 +00:00
CountryDropdownField.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
CreditCardField.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
CurrencyField.php
MINOR merged branches/2.3 into trunk
2008-12-04 22:38:32 +00:00
CustomRequiredFields.php
BUGFIX (by cinek) PHP validation field name for [Custom]RequiredField: Server side validation displays field name instead of field label in messages, e.g. "EditableEmailField?1 is required" instead of e.g. "E-mail address is required" for a field with label "Email address". (patch from #2560 )
2008-07-17 21:58:59 +00:00
DatalessField.php
MINOR merged branches/2.3 into trunk
2008-12-04 22:38:32 +00:00
DateField.php
ENHANCEMENT DateField validation is now enabled through DateField::$validation_enabled so that it can be optionally disabled by setting it to false
2009-03-10 02:32:42 +00:00
DisabledTransformation.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
DMYCalendarDateField.php
ENHANCEMENT Introduced constants for system paths like /sapphire in preparation for a more flexible directory reorganisation. Instead of hardcoding your path, please use the following constants: BASE_PATH, BASE_URL, SAPPHIRE_DIR, SAPPHIRE_PATH, CMS_DIR, CMS_PATH, THIRDPARTY_DIR, THIRDPARTY_PATH, ASSETS_DIR, ASSETS_PATH, THEMES_DIR, THEMES_PATH
2008-09-27 16:02:38 +00:00
DMYDateField.php
ENHANCEMENT Introduced constants for system paths like /sapphire in preparation for a more flexible directory reorganisation. Instead of hardcoding your path, please use the following constants: BASE_PATH, BASE_URL, SAPPHIRE_DIR, SAPPHIRE_PATH, CMS_DIR, CMS_PATH, THIRDPARTY_DIR, THIRDPARTY_PATH, ASSETS_DIR, ASSETS_PATH, THEMES_DIR, THEMES_PATH
2008-09-27 16:02:38 +00:00
DropdownField.php
MINOR Merged from branches/2.3
2009-01-05 06:19:48 +00:00
DropdownTimeField.php
ENHANCEMENT Introduced constants for system paths like /sapphire in preparation for a more flexible directory reorganisation. Instead of hardcoding your path, please use the following constants: BASE_PATH, BASE_URL, SAPPHIRE_DIR, SAPPHIRE_PATH, CMS_DIR, CMS_PATH, THIRDPARTY_DIR, THIRDPARTY_PATH, ASSETS_DIR, ASSETS_PATH, THEMES_DIR, THEMES_PATH
2008-09-27 16:02:38 +00:00
EmailField.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
FieldGroup.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
FieldSet.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
FileField.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
FileIFrameField.php
BUGFIX Fixed wrong case of class names for ImageIFrameField causing errors
2008-10-31 02:09:04 +00:00
Form.php
BUGFIX Removed hardcoded field value removals in Form->validate() for creditcard info
2009-03-12 16:47:29 +00:00
FormAction.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
FormField.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
FormScaffolder.php
MINOR Merged from branches/2.3
2009-01-05 06:19:48 +00:00
FormTransformation.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
GroupedDropdownField.php
ENHANCEMENT Added DropdownField->setEmptyString() and DropdownField->setHasEmptyDefault() to decrease constructor arguments and allow for modification of behaviour after calling construtor. Added DropdownField->getSource() to dynamically include empty defaults at rendering-time rather than construction time. Adjusted DropdownField subclasses to new behaviour
2008-10-15 12:39:09 +00:00
GSTNumberField.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
HasManyComplexTableField.php
Merged from branches/2.3
2009-03-10 22:08:52 +00:00
HasOneComplexTableField.php
Updated SQL queries to be ansi compatable
2008-11-23 00:31:06 +00:00
HeaderField.php
MINOR merged from branches/2.3
2009-01-07 23:00:54 +00:00
HiddenField.php
MINOR merged branches/2.3 into trunk
2008-12-04 22:38:32 +00:00
HiddenFieldGroup.php
MINOR Misc deprecation notes
2008-10-16 13:00:30 +00:00
HtmlEditorField.php
Merged from 2.3
2009-03-04 03:44:11 +00:00
ImageField.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
ImageFormAction.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
InlineFormAction.php
BUGFIX PHP Notice in InlineFormAction_Readonly
2008-10-08 02:03:05 +00:00
LabelField.php
MINOR Documentation
2009-03-10 15:03:34 +00:00
LanguageDropdownField.php
BUGFIX Using array_diff_key() instead of array_diff() in LanguageDropdownField to avoid language with existing translations showing up in the "available translations" dropdown for page CMS fields
2009-01-18 23:07:51 +00:00
ListboxField.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
LiteralField.php
MINOR merged branches/2.3 into trunk
2008-12-04 22:38:32 +00:00
LookupField.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
ManyManyComplexTableField.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
NestedForm.php
(merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message)
2008-08-06 06:54:59 +00:00
NumericField.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
OptionsetField.php
ENHANCEMENT Added DropdownField->setEmptyString() and DropdownField->setHasEmptyDefault() to decrease constructor arguments and allow for modification of behaviour after calling construtor. Added DropdownField->getSource() to dynamically include empty defaults at rendering-time rather than construction time. Adjusted DropdownField subclasses to new behaviour
2008-10-15 12:39:09 +00:00
PasswordField.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
PhoneNumberField.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
PopupDateTimeField.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
PrintableTransformation.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
ReadonlyField.php
MINOR Documentation
2009-03-10 15:03:34 +00:00
ReadonlyTransformation.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
ReportField.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
RequiredFields.php
Merged from 2.3
2009-03-04 03:44:11 +00:00
ResetFormAction.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
RestrictedTextField.php
Merged from branches/2.3
2009-03-10 22:08:52 +00:00
ScaffoldingComplexTableField.php
Merged from branches/2.3
2009-03-10 22:08:52 +00:00
SelectionGroup.php
MINOR merged branches/2.3 into trunk
2008-12-04 22:38:32 +00:00
SimpleImageField.php
MINOR merged branches/2.3 into trunk
2008-12-04 22:38:32 +00:00
Tab.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
TableField.php
Merged from branches/2.3
2009-03-10 22:08:52 +00:00
TableListField.php
Merged from branches/2.3
2009-03-10 22:08:52 +00:00
TabSet.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
TabularStyle.php
(merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message)
2008-08-06 06:54:59 +00:00
TextareaField.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
TextField.php
BUGFIX Fixed extra class addition on various FormField->Field() methods
2008-10-21 20:58:11 +00:00
TimeField.php
Merged [47044]: Introduces modifications to Sapphire's form handling that allows it to ignore fields marked as Disabled when saving the contents of a form's fields to a DataObject.
2008-08-12 02:58:48 +00:00
ToggleCompositeField.php
ENHANCEMENT Introduced constants for system paths like /sapphire in preparation for a more flexible directory reorganisation. Instead of hardcoding your path, please use the following constants: BASE_PATH, BASE_URL, SAPPHIRE_DIR, SAPPHIRE_PATH, CMS_DIR, CMS_PATH, THIRDPARTY_DIR, THIRDPARTY_PATH, ASSETS_DIR, ASSETS_PATH, THEMES_DIR, THEMES_PATH
2008-09-27 16:02:38 +00:00
ToggleField.php
MINOR phpdoc tweaks
2008-10-02 00:34:16 +00:00
TreeDropdownField.php
Merged from branches/2.3
2009-03-10 22:08:52 +00:00
TreeMultiselectField.php
Merged from branches/2.3
2009-03-10 22:08:52 +00:00
TreeSelectorField.php
Merged from branches/2.3
2009-03-10 22:08:52 +00:00
TypeDropdown.php
MINOR Added to @deprecated note for TypeDropdown about why this class shouldn't be used
2008-10-19 00:41:16 +00:00
UniqueRestrictedTextField.php
MINOR deprecation notes
2008-10-16 13:44:20 +00:00
UniqueTextField.php
Merged from branches/2.3
2009-03-10 22:08:52 +00:00
Validator.php
BUGFIX Removed hardcoded field value removals in Form->validate() for creditcard info
2009-03-12 16:47:29 +00:00