webgui/lib/WebGUI/Form
Graham Knop 99a9da626d rfe #640: Refactored autocommit and autocomment
Autocommit assets like CS posts or Calendar Events can now be added before the
parent is committed.  They will go into the same version tag as their parent.
2008-10-22 16:04:10 +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 rfe #640: Refactored autocommit and autocomment 2008-10-22 16:04:10 +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 added CAPTCHA to DataForm 2008-04-27 21:28:18 +00:00
Checkbox.pm rfe: let package import inherit permissions 2008-09-16 21:34:40 +00:00
CheckList.pm added fieldsets around form controls with multiple elements 2008-09-16 16:27:15 +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 merging form pollution fix 2008-04-16 21:55:38 +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 various fixes and enhancements for the asset configuration stuff i checked in earlier 2008-09-29 00:14:49 +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
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 use Module::Find instead of enumerating over the files 2008-09-17 15:38:01 +00:00
File.pm a couple bug fixes 2008-08-15 01:02:08 +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 merging form pollution fix 2008-04-16 21:55:38 +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 fix: Image uploader in Rich Editor now works correctly 2008-07-20 19:39:41 +00:00
Image.pm - Fixed a problem with the file upload control where you couldn't delete the 2008-08-14 22:11:19 +00:00
Integer.pm merging form pollution fix 2008-04-16 21:55:38 +00:00
Interval.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
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 fixed: SelectSlider form control is broken 2008-10-05 20:57:02 +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 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
SelectRichEditor.pm switching field type from VARCHAR to CHAR 2008-10-16 22:04:13 +00:00
SelectSlider.pm fixed: SelectSlider form control is broken 2008-10-05 20:57:02 +00:00
Slider.pm fixed: SelectSlider form control is broken 2008-10-05 20:57:02 +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 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
Template.pm switching field type from VARCHAR to CHAR 2008-10-16 22:04:13 +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 fixed: Textarea resizer has a gap between textbox and resizer initially 2008-09-11 14:48:23 +00:00
TimeField.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
TimeZone.pm merging form pollution fix 2008-04-16 21:55:38 +00:00
Url.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
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