silverstripe-framework/javascript
Ingo Schommer 092e207c7b BUGFIX Disabled inline "create folder" and "upload" for anything but Flash Player 9 - versions below have general compatibily issues, versions above (Flash Player 10) have new security restrictions around file dialogues which require an SWFUpload upgrade (see #3023)
ENHANCEMENT Allowing setting of foldername in AssetAdmin->addfolder() to simplify the inline "create folder" logic (doesn't need to send of a fake ajax form-save from CMS into /admin/assets just to save the folder name) (see #3412)
ENHANCEMENT Removed BrowserDetect javascript library which was randomly placed in Security_login.js and just included in AssetAdmin. Reverted to regex-matching for simple browser detection for now
BUGFIX Fixed "cancel" button for inline "create folder" functionality (was not stopping event in IE7)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@70775 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:27:03 +13:00
..
core #3068 - Fixed memory issue in IE 2011-02-02 14:26:32 +13:00
lang MINOR Added french translation (see #3290) 2011-02-02 14:26:53 +13:00
CalendarDateField.js Reverted geoffm's accidental commit to /open 2008-02-25 02:10:37 +00:00
ComplexTableField_popup.js (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-11 02:25:44 +00:00
ComplexTableField.js Merged from branches/nzct-trunk. Use 'svn log -c <changeset> -g' for full commit message. Merge includes stability fixes and minor refactor of TableListField and ComplexTableField. 2008-10-08 02:00:12 +00:00
ConfirmedPasswordField.js Merged revisions 47323 via svnmerge from 2007-12-19 01:45:22 +00:00
DropdownTimeField.js DropdownTimeField javascript adding 2007-11-02 03:38:39 +00:00
HasManyFileField.js ENHANCEMENT Using ss.i18n in all sapphire form fields with clientside language strings 2008-10-03 00:47:08 +00:00
HtmlEditorField.js ENHANCEMENT: Allow HtmlEditorField on front-end forms 2011-02-02 14:26:49 +13:00
i18n.js BUGFIX Fixed missing $H() reference in i18n.js (#2989) 2008-10-29 13:20:38 +00:00
ImageFormAction.js Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
InlineFormAction.js Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
RedirectorPage.js Fixed svn:eol-style settings 2007-08-18 02:33:28 +00:00
RelationComplexTableField.js Reverted geoffm's accidental commit to /open 2008-02-25 02:10:37 +00:00
ReportField.js Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
ScaffoldComplexTableField.js (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-09 06:18:32 +00:00
Security_login.js BUGFIX Disabled inline "create folder" and "upload" for anything but Flash Player 9 - versions below have general compatibily issues, versions above (Flash Player 10) have new security restrictions around file dialogues which require an SWFUpload upgrade (see #3023) 2011-02-02 14:27:03 +13:00
SelectionGroup.js Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
TableField.js BUGFIX TableField delete row inconsistency with TableListField which caused table fields to not fade the row out 2008-11-03 05:00:43 +00:00
TableListField.js BUGFIX Fixed behaviour.reapply() call in TableListField->refresh() javascript to applyToParent (the actual DOM container). Otherwise methods of the TableListField prototypes aren't properly attached to the DOM nodes, which causes problems like #3377 2011-02-02 14:27:02 +13:00
ToggleCompositeField.js #92 MoreLessField: Switch to ToggleField and remove 2007-10-21 23:05:46 +00:00
ToggleField.js #1658 Create a new language, then refresh the CMS gives toggle() error in js (sits on loading page) 2007-11-10 05:15:28 +00:00
TreeSelectorField.js MINOR Defensive handling of events in TreeSelectorField->hideTree 2011-02-02 14:27:03 +13:00
UniqueFields.js ENHANCEMENT Using ss.i18n in all sapphire form fields with clientside language strings 2008-10-03 00:47:08 +00:00
UpdateURL.js ENHANCEMENT Using ss.i18n in all sapphire form fields with clientside language strings 2008-10-03 00:47:08 +00:00
Validator.js BUGFIX fixed ss.i18n.sprintf() call in Validator.js 2008-10-13 12:26:39 +00:00