webgui/lib/WebGUI/Form
2009-02-03 00:11:46 +00:00
..
_control.skeleton rfe: VIM perl mode for skeletons 2008-09-16 22:28:17 +00:00
Asset.pm switching field type from VARCHAR to CHAR 2008-10-16 22:04:13 +00:00
Attachments.pm i18n the Attachments Form control 2009-01-02 21:08:43 +00:00
Button.pm Form/* now all use getOriginalValue and getDefaultValue. This resolves the Layout bug where all the check lists could not be unchecked. Tests were updated, but still need a major overhaul. 2008-08-08 14:52:53 +00:00
Captcha.pm Deprecated WebGUI::Storage::Image. WebGUI::Storage can now do everything 2008-11-26 16:06:18 +00:00
Checkbox.pm rfe: let package import inherit permissions 2008-09-16 21:34:40 +00:00
CheckList.pm Fix handling of multi-form and multiple select form elements by emitting 2009-01-26 21:03:23 +00:00
ClassName.pm - Added Guid form control. 2008-10-16 19:02:13 +00:00
Codearea.pm added: "EditArea" code highlighter and editing tool for WebGUI::Form::Codearea, used 2008-10-14 00:06:08 +00:00
Color.pm Form/* now all use getOriginalValue and getDefaultValue. This resolves the Layout bug where all the check lists could not be unchecked. Tests were updated, but still need a major overhaul. 2008-08-08 14:52:53 +00:00
Combo.pm Combo box is not dynamic compatible 2008-11-24 22:21:27 +00:00
CommentRating.pm - Added Comments asset aspect, which allows comments to be added to any asset 2008-10-11 20:33:38 +00:00
ContentType.pm merging form pollution fix 2008-04-16 21:55:38 +00:00
Control.pm Fix handling of multi-form and multiple select form elements by emitting 2009-01-26 21:03:23 +00:00
Country.pm forward porting update to country list 2008-05-29 19:05:19 +00:00
DatabaseLink.pm switching field type from VARCHAR to CHAR 2008-10-16 22:04:13 +00:00
DataTable.pm added: Delete columns in DataTable 2008-11-07 03:32:18 +00:00
Date.pm Form/* now all use getOriginalValue and getDefaultValue. This resolves the Layout bug where all the check lists could not be unchecked. Tests were updated, but still need a major overhaul. 2008-08-08 14:52:53 +00:00
DateTime.pm fixed: DataForm acknowledgement screen shows incorrect value for Date/Time fields 2008-08-14 17:23:14 +00:00
DynamicField.pm merging form pollution fix 2008-04-16 21:55:38 +00:00
Email.pm Form/* now all use getOriginalValue and getDefaultValue. This resolves the Layout bug where all the check lists could not be unchecked. Tests were updated, but still need a major overhaul. 2008-08-08 14:52:53 +00:00
FieldType.pm more Form/FieldType subclass support 2008-12-23 01:18:19 +00:00
File.pm Fix handling of multi-form and multiple select form elements by emitting 2009-01-26 21:03:23 +00:00
FilterContent.pm merging form pollution fix 2008-04-16 21:55:38 +00:00
Float.pm merging form pollution fix 2008-04-16 21:55:38 +00:00
Group.pm switching field type from VARCHAR to CHAR 2008-10-16 22:04:13 +00:00
Guid.pm switching field type from VARCHAR to CHAR 2008-10-16 22:04:13 +00:00
Hexadecimal.pm merging form pollution fix 2008-04-16 21:55:38 +00:00
HexSlider.pm More POD fixes for Form controls. 2009-01-23 19:26:26 +00:00
Hidden.pm Form/* now all use getOriginalValue and getDefaultValue. This resolves the Layout bug where all the check lists could not be unchecked. Tests were updated, but still need a major overhaul. 2008-08-08 14:52:53 +00:00
HiddenList.pm merging form pollution fix 2008-04-16 21:55:38 +00:00
HTMLArea.pm Remove 7.5.34 changelog that snuck into the 7.6 branch. 2008-12-03 18:14:13 +00:00
Image.pm Image can inherit getStorageLocation from its parent since 2009-01-23 19:06:46 +00:00
Integer.pm merging form pollution fix 2008-04-16 21:55:38 +00:00
Interval.pm Fix handling of multi-form and multiple select form elements by emitting 2009-01-26 21:03:23 +00:00
IntSlider.pm Form/* now all use getOriginalValue and getDefaultValue. This resolves the Layout bug where all the check lists could not be unchecked. Tests were updated, but still need a major overhaul. 2008-08-08 14:52:53 +00:00
LdapLink.pm switching field type from VARCHAR to CHAR 2008-10-16 22:04:13 +00:00
List.pm cleaning up function in List form type 2009-01-28 16:39:32 +00:00
MatrixCompare.pm fixed #9635: Matrix - Add attributes not working 2009-02-03 00:11:46 +00:00
MatrixFieldType.pm Fix broken i18n. 2009-01-23 06:19:46 +00:00
MimeType.pm merging form pollution fix 2008-04-16 21:55:38 +00:00
Password.pm Form/* now all use getOriginalValue and getDefaultValue. This resolves the Layout bug where all the check lists could not be unchecked. Tests were updated, but still need a major overhaul. 2008-08-08 14:52:53 +00:00
Phone.pm merging form pollution fix 2008-04-16 21:55:38 +00:00
Radio.pm added fieldsets around form controls with multiple elements 2008-09-16 16:27:15 +00:00
RadioList.pm added fieldsets around form controls with multiple elements 2008-09-16 16:27:15 +00:00
ReadOnly.pm - Added Guid form control. 2008-10-16 19:02:13 +00:00
SelectBox.pm Form/* now all use getOriginalValue and getDefaultValue. This resolves the Layout bug where all the check lists could not be unchecked. Tests were updated, but still need a major overhaul. 2008-08-08 14:52:53 +00:00
SelectList.pm Fix handling of multi-form and multiple select form elements by emitting 2009-01-26 21:03:23 +00:00
SelectRichEditor.pm switching field type from VARCHAR to CHAR 2008-10-16 22:04:13 +00:00
SelectSlider.pm Fix copy/paste POD from HexSlider to SelectSlider. 2009-01-23 19:27:41 +00:00
Slider.pm forward port non-numeric slider form field fix 2008-11-22 05:54:50 +00:00
Submit.pm Form/* now all use getOriginalValue and getDefaultValue. This resolves the Layout bug where all the check lists could not be unchecked. Tests were updated, but still need a major overhaul. 2008-08-08 14:52:53 +00:00
SubscriptionGroup.pm forward port subscription group display fix 2008-11-23 00:37:07 +00:00
Template.pm Forward port fix for Form/Template manage button, when template's parent is 2008-12-17 04:38:16 +00:00
Text.pm Form/* now all use getOriginalValue and getDefaultValue. This resolves the Layout bug where all the check lists could not be unchecked. Tests were updated, but still need a major overhaul. 2008-08-08 14:52:53 +00:00
Textarea.pm use proper method of formatting text for display in Textarea form 2008-12-03 00:32:18 +00:00
TimeField.pm Fix the TimeField form control, and add lots of tests. 2008-12-09 16:43:39 +00:00
TimeZone.pm Fix a typo in the TimeZone POD. 2009-01-23 19:19:13 +00:00
Url.pm WebGUI::Form::Url::getValue returns blank rather than undef for blank fields 2009-01-27 20:05:13 +00:00
User.pm Added isVisitor, isAdmin, and isRegistered methods to User object instead 2008-09-16 22:32:36 +00:00
Vendor.pm Form/* now all use getOriginalValue and getDefaultValue. This resolves the Layout bug where all the check lists could not be unchecked. Tests were updated, but still need a major overhaul. 2008-08-08 14:52:53 +00:00
WhatNext.pm merging form pollution fix 2008-04-16 21:55:38 +00:00
Workflow.pm switching field type from VARCHAR to CHAR 2008-10-16 22:04:13 +00:00
YesNo.pm added fieldsets around form controls with multiple elements 2008-09-16 16:27:15 +00:00
Zipcode.pm merging form pollution fix 2008-04-16 21:55:38 +00:00