silverstripe-framework/forms
Ingo Schommer 35fb0cd0c5 #92 MoreLessField: Switch to ToggleField and remove
FEATURE Refactored MoreLessField->ToggleField
FEATURE Refactored TogglePanel->ToggleCompositeField
FEATURE Degrading gracefully (javascript), using behaviour+classes+prototype, partially i18ned, improved markup

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@43660 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-10-21 23:05:46 +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 mlanthaler: Bugfix: Initialized variable to prevent E_NOTICE error. 2007-09-16 01:55:04 +00:00
CheckboxSetField.php !!BUGFIX: Refactored CSS and Requirements: Created more specific css-files to reduce side-effects and ease debugging, moved generic form-styling from cms/css/cms_*.css into sapphire/css/Form.css. 2007-09-27 20:56:55 +00:00
ComplexRequiredFields.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
ComplexTableField.php !!BUGFIX: Refactored CSS and Requirements: Created more specific css-files to reduce side-effects and ease debugging, moved generic form-styling from cms/css/cms_*.css into sapphire/css/Form.css. 2007-09-27 20:56:55 +00:00
CompositeDateField.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
CompositeField.php ENHANCEMENT: allowing empty children 2007-10-18 01:05:52 +00:00
ConfirmedFormAction.php FEATURE: respect $extraClass 2007-10-18 01:06:21 +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 Fixed CustomRequiredFields (merged from 2.1.0-textme branch, r42959) 2007-10-04 21:58:10 +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 bfojcapell: Added function insertBeforeRecursive (see www.silverstripe.com/google-summer-of-code-forum/show/3005). This function is only called in Translatable.php at this moment, so if finally insertBefore gets a recursive behaviour then the call can be renamed and insertBeforeRecursive deleted. 2007-09-16 16:06:52 +00:00
FileField.php Romain fixed a bug regarding the fileuploading. 2007-07-25 00:26:00 +00:00
FileIFrameField.php FileIFrame Saving method problem fixing 2007-10-17 23:10:04 +00:00
Form.php mlanthaler: Bugfix: Added isset() to prevent E_NOTICE error. 2007-09-16 01:52:35 +00:00
FormAction.php reverted "BUGFIX: overloaded FieldHolder() to avoid DefaultFieldHolder.ss usage" 2007-10-18 01:44:37 +00:00
FormField.php ENHANCEMENT: changed <p class="Actions"> to <div class="Actions"> 2007-10-18 01:07:35 +00:00
FormTransformation.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
GroupedDropdownField.php bfojcapell: Added initializations to avoid notices 2007-09-16 16:06:24 +00:00
GSTNumberField.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
HasManyComplexTableField.php Saving bug fixing with when value equals undefined 2007-10-17 22:50:08 +00:00
HasOneComplexTableField.php Saving bug fixing with when value equals undefined 2007-10-17 22:48:17 +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 ENHANCEMENT: Coding conventions, wording 2007-09-27 20:59:46 +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
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 !!BUGFIX: Refactored CSS and Requirements: Created more specific css-files to reduce side-effects and ease debugging, moved generic form-styling from cms/css/cms_*.css into sapphire/css/Form.css. 2007-09-27 20:56:55 +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 mlanthaler: The validators for the Member extensions didn't work until now, these changes fix that issue. 2007-09-16 16:55:47 +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 !!BUGFIX: Refactored CSS and Requirements: Created more specific css-files to reduce side-effects and ease debugging, moved generic form-styling from cms/css/cms_*.css into sapphire/css/Form.css. 2007-09-27 20:56:55 +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 preparing CTF for usage outside of CMS 2007-10-17 02:29:42 +00:00
TabSet.php bfojcapell: Added function insertBeforeRecursive (see www.silverstripe.com/google-summer-of-code-forum/show/3005). This function is only called in Translatable.php at this moment, so if finally insertBefore gets a recursive behaviour then the call can be changed and insertBeforeRecursive deleted. 2007-09-16 16:05:59 +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
ToggleCompositeField.php #92 MoreLessField: Switch to ToggleField and remove 2007-10-21 23:05:46 +00:00
ToggleField.php #92 MoreLessField: Switch to ToggleField and remove 2007-10-21 23:05:46 +00:00
TreeDropdownField.php !!BUGFIX: Refactored CSS and Requirements: Created more specific css-files to reduce side-effects and ease debugging, moved generic form-styling from cms/css/cms_*.css into sapphire/css/Form.css. 2007-09-27 20:56:55 +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