silverstripe-framework/forms
Ingo Schommer 4a0b7e1d6d elofgren: BUGFIX: Edge case fix to prevent execution timeout if a page has 50 identical broken links by only highlighting them once.
(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41822 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 00:05:49 +00:00
..
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 Moved Sapphire module to open source path 2007-07-19 10:40:28 +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: Switched to an authenticator and a form class to be able to add other authentication methods. (merged from branches/gsoc) 2007-09-14 03:12:21 +00:00
CompositeDateField.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
CompositeField.php elofgren: VAR FIX: Change first concatation to an assignment in CompositeField::debug() (merged from branches/gsoc) 2007-09-14 18:05:21 +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 elofgren: Add 2 needed isset() calls: in forms/Form.php and security/Member.php (merged from branches/gsoc) 2007-09-14 17:10:37 +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 Moved Sapphire module to open source path 2007-07-19 10:40:28 +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 elofgren: USABILITY: Increase height of ImageField? iframe to make room for padding around fieldset. Also increase width of 'Replace Image' block to make the image drop-down fit. This change goes with r37020 2007-09-14 19:20:43 +00:00
ImageFormAction.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
InlineFormAction.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +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
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 Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
ManyManyComplexTableField.php Relation HasOne, HasMany and ManyMany ComplexTableField Adding 2007-09-04 03:30:59 +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 wscott: Added some additional fixes & such to sapphire 2007-09-14 00:47:00 +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 Moved Sapphire module to open source path 2007-07-19 10:40:28 +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 wscott: Added some additional fixes & such to sapphire 2007-09-14 00:47:00 +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 Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
Validator.php implement validation to tablefield, 2007-08-23 05:47:54 +00:00