silverstripe-framework/javascript
uniun e9ba54dec7 Impossible to unselect TreeDropdownField
It was impossible to unselect TreeDropdownField.
'!' operator should not be used at all and identical comparison (===) was too "strict" (self.getValue() returns string but $(node).data('id') returns number).
2013-01-15 11:29:35 +02:00
..
jquery-ondemand Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
lang FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
tree Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
AssetUploadField.js BUGFIX: add missing onunmatches 2012-05-23 16:24:15 +12:00
ComplexTableField_popup.js MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
ComplexTableField.js Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
ConfirmedPasswordField.js BUGFIX: Fix JS bug that was preventing passwords from being changed in 'hidden by default' ConfirmedPasswordField instances. 2012-06-06 17:53:16 +12:00
DateField.js BUG jQueryUI configs broken because keys were all lowercase 2012-09-02 12:51:25 +02:00
FileIFrameField.js BUGFIX fix #5320 2011-02-02 14:19:08 +13:00
GridField.js Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
HasManyFileField.js API CHANGE Removed prototype.js style $() alias usage for document.getElementById() to avoid confusion with the more common jQuery() alias. 2012-02-16 12:27:47 +01:00
HtmlEditorField.js BUG Fix insert media form inserting images from other UploadFields (fixes #8051) 2012-12-12 15:55:33 +00:00
i18n.js Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
i18nx.js ENHANCEMENT: change those harded-coded 'sapphire' to 'framework' either in javascript code or inline document, or a <a> href propty. 2012-10-05 17:00:39 +13:00
ImageFormAction.js Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
InlineFormAction.js MINOR Fixed js accessor (thanks AngryPHPNerd) 2012-02-16 23:07:24 +01:00
PermissionCheckboxSetField.js ENHANCEMENT: open/7881 - removed disabled checkboxes and replaced them with green ticks. Added help text above the list of permissions. Removed action buttons by fade out when user goes to users permissions tab. 2012-09-28 16:37:35 +02:00
RelationComplexTableField.js API CHANGE Removed prototype.js style $() alias usage for document.getElementById() to avoid confusion with the more common jQuery() alias. 2012-02-16 12:27:47 +01:00
SelectionGroup.js MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
TableField.js Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
TableListField.js Add codesniffer that ensures indentation is with tabs. 2012-12-12 00:12:11 +13:00
TabSet.js BUG Fix rewriteHashlinks in TabSet 2012-12-04 16:00:40 +11:00
ToggleCompositeField.js Set 'active' correctly for accordion widget 2012-12-18 23:22:37 -08:00
ToggleField.js API CHANGE Removed prototype.js style $() alias usage for document.getElementById() to avoid confusion with the more common jQuery() alias. 2012-02-16 12:27:47 +01:00
TreeDropdownField.js Impossible to unselect TreeDropdownField 2013-01-15 11:29:35 +02:00
UploadField_downloadtemplate.js BUGFIX: Re-add status for successful upload 2012-05-16 18:10:12 +12:00
UploadField_select.js BUGFIX: add missing onunmatches 2012-05-23 16:24:15 +12:00
UploadField_uploadtemplate.js ENHANCEMENT: File/Image UI fixes 2012-05-28 11:50:34 +12:00
UploadField.js BUG Fixed intermittent absence of UploadField "drop" area 2012-10-31 11:34:12 +01:00