silverstripe-framework/forms
Sean Harvey ee2771e99a BUGFIX Slice of extra "OO" if SQL server attempts to set value in DateField
BUGFIX Don't attempt to use JS validation on DateField is javascript handler is "none"


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@78065 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-05-28 04:06:14 +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 Added an <img> HTML alt attribute to CalendarDateField output HTML so that this field is W3C compliant for <img> elements 2009-03-12 21:47:44 +00:00
CheckboxField.php Merged from branches/2.3 2009-04-29 01:20:24 +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-05-26 02:19:50 +00:00
CompositeDateField.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
CompositeField.php API CHANGE Removed @deprecated 2.3 method CompositeField::insertBeforeRecursive(): Please use CompositeField::insertBefore() instead 2009-05-20 05:11:50 +00:00
ConfirmedFormAction.php MINOR Added deprecated note to ConfirmedFormAction 2008-10-27 22:50:24 +00:00
ConfirmedPasswordField.php Merged from branches/2.3 2009-04-28 23:55:53 +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 Merged from branches/2.3 2009-04-28 23:55:53 +00:00
CustomRequiredFields.php Merged from branches/2.3 2009-04-28 23:52:15 +00:00
DatalessField.php MINOR merged branches/2.3 into trunk 2008-12-04 22:38:32 +00:00
DateField.php BUGFIX Slice of extra "OO" if SQL server attempts to set value in DateField 2009-05-28 04:06:14 +00:00
DisabledTransformation.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
DMYCalendarDateField.php MINOR Documentation 2009-04-02 17:17:04 +00:00
DMYDateField.php MINOR Documentation 2009-04-02 17:17:04 +00:00
DropdownField.php Merged from branches/2.3 2009-04-29 01:20:24 +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 BUGFIX Ensure that any white space is stripped in FieldSet::dataFieldByName() and FieldSet::fieldByName() 2009-05-22 10:18:15 +00:00
FileField.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
FileIFrameField.php BUGFIX Moving FileIFrameField javascript requirements from __construct() into Field() - otherwise they will be cleared when used in a javascript popup 2009-05-18 20:55:48 +00:00
Form.php API CHANGE Removed @deprecated 2.3 method Form::resetData(): Please use Form::resetField() instead 2009-05-20 07:45:50 +00:00
FormAction.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
FormField.php Merged from branches/2.3 2009-04-29 01:20:24 +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-04-29 00:07:39 +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
HtmlEditorConfig.php Merged from branches/2.3 2009-05-18 00:19:47 +00:00
HtmlEditorField.php Merged from branches/2.3 2009-05-18 00:19:47 +00:00
ImageField.php ENHANCEMENT ajshort: Major refactoring of FileIFrameField and ImageField to use the new URL handler. Access control to the field is now controlled by the form, and ImageField now uses a codebase much more aligned with FileIFrameField. 2009-05-17 22:06:59 +00:00
ImageFormAction.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
InlineFormAction.php Merged from branches/2.3 2009-04-28 23:52:15 +00:00
LabelField.php MINOR Documentation 2009-03-10 15:03:34 +00:00
LanguageDropdownField.php API CHANGE Deprecated Translatable->getTranslatedLangs(), use getTranslatedLocales() 2009-05-14 05:16:49 +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 ENHANCEMENT Making $fieldList argument in HasManyCTF and ManyManyCTF optional to adhere to changed parent implementation 2009-03-13 10:05:57 +00:00
MoneyField.php MINOR Fixed PHP notice errors in MoneyField 2009-05-27 00:59:07 +00:00
NestedForm.php MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
NumericField.php Merged from branches/2.3 2009-04-28 23:55: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 from branches/2.3 2009-04-28 23:55:53 +00:00
PhoneNumberField.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
PopupDateTimeField.php BUGFIX: corrected datetime output when using 12-hour time values returned from SQLServer databases 2009-05-22 02:00:50 +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
RequiredFields.php Merged from branches/2.3 2009-04-28 23:55:53 +00:00
ResetFormAction.php Merged from branches/2.3 2009-04-28 23:55: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-04-29 00:07:39 +00:00
SelectionGroup.php MINOR merged branches/2.3 into trunk 2008-12-04 22:38:32 +00:00
SimpleImageField.php Merged from branches/2.3 2009-04-28 23:55:53 +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-04-29 00:07:39 +00:00
TableListField.php API CHANGE Automatically using DBField->Nice() in tabular view of TableListFields (and subclasses like ComplexTableField) instead of using the scalar value. This means for example values casted as Boolean will render as "Yes"/"No" rather than "1"/"0" 2009-05-21 04:48:24 +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 from branches/2.3 2009-05-25 06:59:21 +00:00
TextField.php BUGFIX Fixed extra class addition on various FormField->Field() methods 2008-10-21 20:58:11 +00:00
TimeField.php MINOR Documentation 2009-04-02 17:17:04 +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 MINOR Merged from branches/2.3 2009-05-01 05:07:41 +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
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 Merged from branches/2.3 2009-04-28 23:52:15 +00:00