..
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
MINOR: Made extract() call a little tighter.
2009-07-08 23:04:43 +00:00
CheckboxSetField.php
BUGFIX Detecting DataObjectSet for readonly transformations in CheckboxSetField (thanks martijn, #4527 )
2009-09-05 00:05:02 +00:00
ComplexTableField.php
MINOR Merged from branches/2.3
2009-07-16 03:44:15 +00:00
CompositeDateField.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
CompositeField.php
BUGFIX Setting brokenOnConstruct to FALSE in CompositeField::__construct() - it skips a constructor, hence breaking request handling (and therefore direct field access through /Form/Field/MyCompositeField/FieldHolder
2009-07-06 21:48:12 +00:00
ConfirmedFormAction.php
MINOR Added deprecated note to ConfirmedFormAction
2008-10-27 22:50:24 +00:00
ConfirmedPasswordField.php
BUGFIX #4306 simon_w: Fixed ConfirmedPasswordField::setValue()
2009-06-27 04:00:10 +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
BUGFIX: merge r 85079 from branches/iss to fix Payment Validation of php side when submit a OrderForm
2009-08-25 01:51:56 +00:00
DatalessField.php
MINOR merged branches/2.3 into trunk
2008-12-04 22:38:32 +00:00
DateField.php
BUGFIX MSSQLDatabase returns strange formatted Datetime values, removed hacks from DateField and PopupDateTimeField and put it in DataObject::__construct() so that it fixes the problem at the source
2009-06-11 07:18:10 +00:00
DisabledTransformation.php
MINOR Unified @package PHPdoc (added where missing, removed duplicates)
2008-06-15 13:33:53 +00:00
DMYCalendarDateField.php
MINOR Moved NumericField? javascript logic from CalendarDateField?.js into new NumericField?.js. Removed unused DMYCalendarDateField javascript logic, the field behaves just fine with standard input fields and no auto-focus magic on the input fields. (merged from branches/2.3-nzct)
2009-07-16 23:52:35 +00:00
DMYDateField.php
BUGFIX Removed tabindex settings on DMYDateField, they were messing up the tab order in day/month/year fields (merged from branches/2.3-nzct)
2009-07-16 23:54:25 +00:00
DropdownField.php
Merged from branches/2.3
2009-04-29 01:20:24 +00:00
DropdownTimeField.php
API CHANGE DropdownTimeField uses same timeformat as parent class TimeField: "g:ia" instead of "H:i a"
2009-06-16 07:03:53 +00:00
EmailField.php
BUGFIX #3946 ilyabr: Allow multiple forms containing EmailFields on the same page.
2009-06-08 00:41:06 +00:00
FieldGroup.php
MINOR #3399 : Removed last references to DefaultFieldHolder.
2009-06-27 07:00:01 +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
MINOR #3629 FileIFrameField If user clicks "Attach file" or "Replace file" without a source file, validation message will appear above the form
2009-09-11 03:14:55 +00:00
Form.php
BUGFIX Fixed Form->handleField() to first look for fieldByName() before falling back to dataFieldByName(). This was necessary for tabs and formfields having the same name, e.g. "Members" in the SecurityAdmin class. We have to ensure to return the data field instead of the (non-datafield) tab.
2009-07-06 22:06:42 +00:00
FormAction.php
ENHANCEMENT: Improved performance of admin/assets area.
2009-07-01 22:27:18 +00:00
FormField.php
MINOR: Reverted previous commit
2009-10-05 03:37:05 +00:00
FormScaffolder.php
Merged in parent::__construct() additions from branches/2.3 - r83580 and r83587
2009-09-18 03:02:19 +00:00
FormTransformation.php
Reverted r78129
2009-06-01 23:09:03 +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: added $extraClass of a hidden field to its rendered html
2009-06-19 01:36:09 +00:00
HtmlEditorConfig.php
NOTFORMERGE: Merged 84085 from 2.3
2009-08-10 04:32:39 +00:00
HtmlEditorField.php
MINOR: Removed un-used HtmlEditorField button generation code that has been replaced with HtmlEditorConfig.
2009-10-11 00:06:55 +00:00
ImageField.php
ENHANCEMENT ImageField now shows only images and folders under the 'From the File Store' tree
2009-07-31 00:46:07 +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
BUGFIX Filter both 'available' and 'new' languages in LanguageDropdownField for canTranslate() permissions
2009-10-05 20:40:22 +00:00
ListboxField.php
MINOR Explicitly set ListboxField::$multiple to be a boolean, added phpDoc to support this
2009-06-01 23:37:03 +00:00
LiteralField.php
ENHANCEMENT: Added LiteralField::setValue() so that so that LiteralField is more compatible with other field types.
2009-05-31 11:01:30 +00:00
LookupField.php
Merged changes from 2.3 branch
2009-02-01 23:49:53 +00:00
ManyManyComplexTableField.php
MINOR FIX: backticks converted to quotes
2009-09-17 00:16:12 +00:00
MoneyField.php
ENHANCEMENT: enabled saveInto to use the setter method when available instead of passing through the form field values directly to the money class.
2009-06-30 03:16:28 +00:00
NestedForm.php
MINOR phpdoc documentation
2009-03-22 22:59:14 +00:00
NumericField.php
BUGFIX Including NumericField?.js in NumericField?, was previously extracted from CalendarDateField?.js (merged from branches/2.3-nzct)
2009-07-16 23:58:42 +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 MSSQLDatabase returns strange formatted Datetime values, removed hacks from DateField and PopupDateTimeField and put it in DataObject::__construct() so that it fixes the problem at the source
2009-06-11 07:18:10 +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
BUGFIX SelectionGroup should include jQuery and jQuery livequery plugin when it's used or it will fail
2009-08-21 03:22:52 +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
MINOR PHP Notice bugfix in TableField
2009-07-17 02:27:13 +00:00
TableListField.php
MINOR FIX: columns quoted properly
2009-09-17 00:18:43 +00:00
TabSet.php
BUGFIX Accepting dot-notation in TabSet->fieldByName()
2009-07-06 21:53:50 +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-06-17 11:36:49 +00:00
TextField.php
BUGFIX Fixed extra class addition on various FormField->Field() methods
2008-10-21 20:58:11 +00:00
TimeField.php
BUGFIX Conditionally setting and getting NULL values in TimeField->setValue()/dataValue(). Previously overriding a TimeField with an empty value wasn't possible.
2009-06-16 07:03:17 +00:00
ToggleCompositeField.php
FEATURE: roll back r79604 which is to make a ToggleCompositeField able to save back a boolean value if its name is a boolean field of the related object. the reason is this feature is not necessary cos SelectionGroup address the same thing.
2009-06-19 02:38:33 +00:00
ToggleField.php
MINOR phpdoc tweaks
2008-10-02 00:34:16 +00:00
TreeDropdownField.php
ENHANCEMENT: Refactored TreeDropdownField to generate and manage the tree using Hierachy's ParentID data, rather than relying on the client.
2009-10-11 00:07:05 +00:00
TreeMultiselectField.php
MINOR ajshort: Replaced usage of the deprecated split() function with preg_split().
2009-06-18 09:34:17 +00:00
TreeSelectorField.php
MINOR ajshort: Replaced usage of the deprecated split() function with preg_split().
2009-06-18 09:34:17 +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 #4001 rndmerle: Added onblur validation to textarea.
2009-06-08 00:45:26 +00:00