| .. |
|
_control.skeleton
|
|
|
|
AdSpace.pm
|
Form/AdSpace should should be a single select form element, not a multiple.
|
2009-08-27 22:09:55 +00:00 |
|
Asset.pm
|
migrate to getLineageIterator to save memory
|
2010-06-01 16:23:49 -05:00 |
|
AssetReportQuery.pm
|
Convert Text, Url, JsonTable and AssetReportQuery to use headTags.
|
2010-09-21 14:23:28 -07:00 |
|
Attachments.pm
|
|
|
|
Button.pm
|
|
|
|
Captcha.pm
|
Use https method in SSL mode. Fixes bug #11249
|
2009-11-18 14:54:16 -08:00 |
|
Checkbox.pm
|
|
|
|
CheckList.pm
|
|
|
|
ClassName.pm
|
|
|
|
Codearea.pm
|
finalize code editor fix
|
2010-02-23 17:21:37 -06:00 |
|
Color.pm
|
|
|
|
Combo.pm
|
Fix bugs in the Combo Box, and the Mimetype form elements. Fixes bug #11420.
|
2010-02-22 10:00:47 -08:00 |
|
CommentRating.pm
|
missed a change required to redirect comment rating icons away from bazaar icons
|
2009-07-28 18:01:35 +00:00 |
|
ContentType.pm
|
|
|
|
Control.pm
|
Extend the base class to add a method that will set the head tags for a form plugin. The intent is that users of form plugins can build them during prepareView for content chunking, and push links and scripts out in the head block, rather than in the body to assist with validation.
|
2010-09-21 14:23:28 -07:00 |
|
Country.pm
|
Fix several countries whose addresses were rejected by the USPS International ship driver. Fixes bug #11359.
|
2010-01-18 19:59:50 -08:00 |
|
CsrfToken.pm
|
Provide a framework for CSRF protection, with tests.
|
2009-07-06 16:58:57 +00:00 |
|
DatabaseLink.pm
|
|
|
|
DataTable.pm
|
Convert DataForm to using headTags.
|
2010-09-21 14:23:29 -07:00 |
|
Date.pm
|
Convert Date plugin to headTags
|
2010-09-21 14:23:29 -07:00 |
|
DateTime.pm
|
Handle bad dates in datetime related form plugins. Fixes bug #11128
|
2009-10-15 12:53:39 -07:00 |
|
Div.pm
|
recover lost work from git
|
2009-11-06 11:05:59 -06:00 |
|
DynamicField.pm
|
|
|
|
Email.pm
|
Remove the javascript check for email addresses.
|
2010-05-24 11:29:41 -07:00 |
|
FieldType.pm
|
Remove some debug code.
|
2010-06-06 22:32:40 -07:00 |
|
File.pm
|
fix #10879. Form/File loses files from previous storageId.
|
2009-09-04 17:16:22 -07:00 |
|
FilterContent.pm
|
|
|
|
Float.pm
|
|
|
|
Group.pm
|
|
|
|
Guid.pm
|
|
|
|
Hexadecimal.pm
|
Convert Hexadecimal to headTags
|
2010-09-21 14:23:28 -07:00 |
|
HexSlider.pm
|
|
|
|
Hidden.pm
|
|
|
|
HiddenList.pm
|
|
|
|
HTMLArea.pm
|
Convert Integer to headTags. Convert toHtml part of HTMLArea to headTags.
|
2010-09-21 14:23:29 -07:00 |
|
Image.pm
|
Update POD for getValue in Form/Image
|
2009-09-03 14:53:29 -07:00 |
|
Integer.pm
|
Convert Integer to headTags. Convert toHtml part of HTMLArea to headTags.
|
2010-09-21 14:23:29 -07:00 |
|
Interval.pm
|
Fix Interval form value preservation, when the field is hidden. Fixes bug #11431.
|
2010-02-23 11:15:54 -08:00 |
|
IntSlider.pm
|
Fix the IntSlider integer input box. It was displaying 0 regardless of the actual
|
2009-08-17 23:41:16 +00:00 |
|
JsonTable.pm
|
Convert Text, Url, JsonTable and AssetReportQuery to use headTags.
|
2010-09-21 14:23:28 -07:00 |
|
Keywords.pm
|
Add missing POD and fix POD typos in subroutine names. 30/441 failing 100% POD coverage.
|
2009-07-04 20:09:35 +00:00 |
|
LdapLink.pm
|
|
|
|
List.pm
|
Change the YesNo form plugin to be a subclass of RadioList. Fix rendering problems with RadioList. Fixes bug #11777
|
2010-08-16 11:11:30 -07:00 |
|
MatrixCompare.pm
|
|
|
|
MatrixFieldType.pm
|
|
|
|
MimeType.pm
|
Fix bugs in the Combo Box, and the Mimetype form elements. Fixes bug #11420.
|
2010-02-22 10:00:47 -08:00 |
|
Password.pm
|
|
|
|
Phone.pm
|
|
|
|
Radio.pm
|
|
|
|
RadioList.pm
|
Change the YesNo form plugin to be a subclass of RadioList. Fix rendering problems with RadioList. Fixes bug #11777
|
2010-08-16 11:11:30 -07:00 |
|
ReadOnly.pm
|
|
|
|
SelectBox.pm
|
|
|
|
SelectList.pm
|
|
|
|
SelectRichEditor.pm
|
fixes for weaken and iterator
|
2010-06-01 19:37:53 -05:00 |
|
SelectSlider.pm
|
|
|
|
Slider.pm
|
fix typos in error message
|
2010-03-30 14:43:21 -07:00 |
|
Submit.pm
|
|
|
|
SubscriptionGroup.pm
|
|
|
|
Template.pm
|
Fixed bug where Template form plugin would not show anything for getValueAsHtml.
|
2010-06-04 11:54:36 +00:00 |
|
Text.pm
|
Convert Text, Url, JsonTable and AssetReportQuery to use headTags.
|
2010-09-21 14:23:28 -07:00 |
|
Textarea.pm
|
fixed #10739: Textarea and Codearea resize don't work in IE or Webkit browsers
|
2009-08-18 15:53:28 +00:00 |
|
ThingFieldsList.pm
|
Fix some broken Form fields. Fixes bug #11611
|
2010-06-06 22:29:52 -07:00 |
|
TimeField.pm
|
Convert TimeField over to use headTags
|
2010-09-21 14:23:28 -07:00 |
|
TimeZone.pm
|
Accept time zones with spaces or underscores to help users.
|
2009-11-16 18:35:01 -08:00 |
|
Url.pm
|
Convert Text, Url, JsonTable and AssetReportQuery to use headTags.
|
2010-09-21 14:23:28 -07:00 |
|
User.pm
|
|
|
|
Username.pm
|
Fix some broken Form fields. Fixes bug #11611
|
2010-06-06 22:29:52 -07:00 |
|
Vendor.pm
|
|
|
|
WhatNext.pm
|
|
|
|
Workflow.pm
|
|
|
|
YesNo.pm
|
Change the YesNo form plugin to be a subclass of RadioList. Fix rendering problems with RadioList. Fixes bug #11777
|
2010-08-16 11:11:30 -07:00 |
|
Zipcode.pm
|
Uppercase any lowercase zipcode letters entered. Fixes 11018.
|
2009-09-24 09:32:14 -07:00 |