..
editor
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
AjaxFormAction.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
AjaxUniqueTextField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
AutocompleteTextField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
BankAccountField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
CalendarDateField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
CheckboxField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
CheckboxFieldDisabled.php
mlanthaler: Bugfix: Initialized variable to prevent E_NOTICE error.
2007-09-16 01:55:04 +00:00
CheckboxSetField.php
Added a check to make sure record exists before calling hasMethod on it.
2007-07-24 03:44:03 +00:00
ComplexRequiredFields.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
ComplexTableField.php
mlanthaler: Bugfix: Added isset() to prevent E_NOTICE error.
2007-09-15 21:36:17 +00:00
CompositeDateField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
CompositeField.php
bfojcapell: Added function SmallFieldHolder? to properly render fields when this function is called in a FieldGroup?.
2007-09-16 16:05:05 +00:00
ConfirmedFormAction.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
ConfirmedPasswordField.php
a new field used to confirm password in sign up form
2007-09-11 00:26:55 +00:00
CountryDropdownField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
CreditCardField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
CurrencyField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
CustomRequiredFields.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
CustomValidator.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
DatalessField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
DataReport.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
DateField.php
implement validation to tablefield,
2007-08-23 05:47:54 +00:00
DisabledTransformation.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
DMYCalendarDateField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
DMYDateField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
DropdownField.php
Added docblock headers and removed notice-level errors
2007-08-27 05:13:43 +00:00
EditableButton.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
EditableCheckbox.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
EditableCheckboxGroupField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
EditableCheckboxOption.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
EditableDateField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
EditableDropdown.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
EditableDropdownOption.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
EditableEmailField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
EditableFileField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
EditableFormField.php
elofgren: VAR FIX: Fix a large amount of undefined variable errors when creating and editing a 'newsletter subscription form' page by adding needed issets and initializations.
2007-09-14 23:31:08 +00:00
EditableFormHeading.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
EditableMemberListField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
EditableRadioField.php
elofgren: VAR FIX: Fix EditableRadioField? 'optionNumber' and 'optionData' undefined variable errors by initializing 'optionNumber' and using 'newOption' instead of 'optionData'. These errors were
2007-09-14 23:22:23 +00:00
EditableRadioOption.php
elofgren: VAR FIX: Fix a large amount of undefined variable errors when creating and editing a 'newsletter subscription form' page by adding needed issets and initializations.
2007-09-14 23:31:08 +00:00
EditableTextField.php
elofgren: VAR FIX: Fix a large amount of undefined variable errors when creating and editing a 'newsletter subscription form' page by adding needed issets and initializations.
2007-09-14 23:31:08 +00:00
EditForm.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
EmailField.php
implement validation to tablefield,
2007-08-23 05:47:54 +00:00
EncryptField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
FieldGroup.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
FieldSet.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
FileField.php
Romain fixed a bug regarding the fileuploading.
2007-07-25 00:26:00 +00:00
FileIFrameField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
Form.php
mlanthaler: Bugfix: Added isset() to prevent E_NOTICE error.
2007-09-16 01:52:35 +00:00
FormAction.php
elofgren: Add 'extraClass' parameter to FormAction? and use it to assign the 'delete' CSS class to the 'Unpublish' and 'Cancel draft changes' buttons so that their background turns red on hover.
2007-09-14 23:43:02 +00:00
FormField.php
elofgren: BUGFIX: Fix trac ticket: #1411 'Layout problems with search box in IE' http://open.silverstripe.com/ticket/1411
2007-09-16 01:59:33 +00:00
FormTransformation.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
GroupedDropdownField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
GSTNumberField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
HasManyComplexTableField.php
Relation HasOne, HasMany and ManyMany ComplexTableField Adding
2007-09-04 03:30:59 +00:00
HasOneComplexTableField.php
Relation HasOne, HasMany and ManyMany ComplexTableField Adding
2007-09-04 03:30:59 +00:00
HeaderField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
HiddenField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
HiddenFieldGroup.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
HtmlEditorField.php
elofgren: BUGFIX: Edge case fix to prevent execution timeout if a page has 50 identical broken links by only highlighting them once.
2007-09-15 00:05:49 +00:00
HtmlOneLineField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
ImageField.php
mlanthaler: Bugfix: Added check if variable is set.
2007-09-16 01:50:43 +00:00
ImageFormAction.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
InlineFormAction.php
elofgren: Add extraClass parameter to InlineFormAction? so that 'Delete Selected Files' button can have the 'delete' class assigned to it so it turns red on hover.
2007-09-15 00:18:21 +00:00
LabelField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
LabelledLiteralField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
LanguageDropdownField.php
bfojcapell: Added new field type LanguageDropdownField?
2007-09-16 16:03:32 +00:00
ListboxField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
LiteralField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
LookupField.php
mlanthaler: Bugfix: Fixed E_NOTICE error due to uninitialized variable.
2007-09-15 21:39:23 +00:00
ManyManyComplexTableField.php
Relation HasOne, HasMany and ManyMany ComplexTableField Adding
2007-09-04 03:30:59 +00:00
MoreLessField.php
bfojcapell: Added new field type MoreLessField?
2007-09-16 16:02:26 +00:00
NamedLabelField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
NoScriptField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
NoScriptFormAction.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
NumericField.php
implement validation to tablefield,
2007-08-23 05:47:54 +00:00
OptionsetField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
PasswordField.php
mlanthaler: In PasswordField::performReadonlyTransformation() was an E_NOTICE error. Instead of fixing it, I changed also the behavior.
2007-09-15 21:38:05 +00:00
PhoneNumberField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
PrintableTransformation.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
ProgressBar.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
ReadonlyField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
ReadonlyTransformation.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
RelatedDataEditor.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
ReportField.php
mlanthaler: Bugfix: Class created invalid HTML (<td>...</t>).
2007-09-16 01:50:07 +00:00
RequiredFields.php
Added docblock headers and removed notice-level errors
2007-08-27 05:13:43 +00:00
ResetFormAction.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
RestrictedTextField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
SelectionGroup.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
SimpleImageField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
SQLReport.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
SubmittedFileField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
SubmittedForm.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
SubmittedFormField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
SubmittedFormReportField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
Tab.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
TableField.php
elofgren: In TableField::sortData() initialize 'dataObjects' to an empty array to prevent undefined variable errors when editing the name of a Security group that has no members. (merged from branches/gsoc)
2007-09-14 18:03:15 +00:00
TableListField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
TabSet.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
TabularStyle.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
TextareaField.php
Added docblock headers and removed notice-level errors
2007-08-27 05:13:43 +00:00
TextField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
TimeField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
TogglePanel.php
elofgren: Add description to TogglePanel? class.
2007-09-15 21:03:27 +00:00
TreeDropdownField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
TreeMultiselectField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
TreeSelectorField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
TypeDropdown.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
UniqueRestrictedTextField.php
Moved Sapphire module to open source path
2007-07-19 10:40:28 +00:00
UniqueTextField.php
elofgren: USABILITY: Make Page URL input field wider as part of fix for http://support.silverstripe.com/gsoc/ticket/35
2007-09-16 02:00:59 +00:00
Validator.php
implement validation to tablefield,
2007-08-23 05:47:54 +00:00