silverstripe-framework/forms
martimiz 5186bada17 FIX DateField Calendar - make dates with day- and monthnames validate
In locales other than en_US, as a result of missing jQuery locale
files, the DatePicker defaulted to English whenever day and monthnames
were used, breaking validation. Needed to change official locale files
before adding, because Zend_Date and jQuery day/monthnames not matching
again breaks validation.

Removed hard setting the names to uppercase, breaking validation for
other locales

Changed order in convert_iso_to_jquery_format(), to prevent EEE(E)
settings from being overwritten

Added a check for existing locale files, and made DatePicker fallback
to ISO yyy-MM-dd if a missing locale file would otherwise break
validation.

Added documentation for the DateField
2012-10-12 10:16:35 +02:00
..
gridfield Docs: GridFieldDeleteAction 2012-10-05 17:39:19 +02:00
AjaxUniqueTextField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
CheckboxField.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
CheckboxSetField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
ComplexTableField.php BUGFIX: replace 'sapphire' with 'framework' in those legacy fields: TableField, TableListField and ComplexTableField. 2012-10-05 16:54:14 +13:00
CompositeField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
ConfirmedPasswordField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
CountryDropdownField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
CreditCardField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
CurrencyField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
DatalessField.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
DateField.php FIX DateField Calendar - make dates with day- and monthnames validate 2012-10-12 10:16:35 +02:00
DatetimeField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
DisabledTransformation.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
DropdownField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
EmailField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
FieldGroup.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
FieldList.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
FieldSet.php MINOR: Use Deprecation class to indicate deprecated methods in core. 2011-10-29 17:34:31 +13:00
FileField.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
FileIFrameField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Form.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
FormAction.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
FormField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +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 Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
HasManyComplexTableField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
HasOneComplexTableField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
HeaderField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
HiddenField.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
HtmlEditorConfig.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
HtmlEditorField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
ImageField.php Fixing misleading ImageField deprecation message 2012-10-11 15:40:55 +13:00
ImageFormAction.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
InlineFormAction.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
LabelField.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
ListboxField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
LiteralField.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
LookupField.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
ManyManyComplexTableField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
MemberDatetimeOptionsetField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
MoneyField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13: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 Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
OptionsetField.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
PasswordField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
PhoneNumberField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
PrintableTransformation.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
ReadonlyField.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
ReadonlyTransformation.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
RequiredFields.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
ResetFormAction.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
SelectionGroup.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
SimpleImageField.php Fixing misleading SimpleImageField deprecation message 2012-10-11 16:58:57 +13:00
Tab.php ENHANCEMENT addExtraClass() support for Tab and TabSet 2012-05-08 11:25:44 +02:00
TableField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
TableListField.php BUGFIX: replace 'sapphire' with 'framework' in those legacy fields: TableField, TableListField and ComplexTableField. 2012-10-05 16:54:14 +13:00
TabSet.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
TabularStyle.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
TextareaField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
TextField.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
TimeField.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
ToggleCompositeField.php Fluent interface for ToggleCompositeField 2012-07-15 21:28:09 +02:00
ToggleField.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
TreeDropdownField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
TreeMultiselectField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
UploadField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Validator.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00