silverstripe-framework/javascript
Ingo Schommer 42e7894f66 MINOR Merged Translatable fixes from trunk
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@75685 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:27:19 +13:00
..
core ENHANCEMENT: Applying the asynch request patch to our tag field. We use a simple queue management idea to keep only the latest ajax request is valid, ie, we abort all requests before the current request is submitted, so that there is only at most one request spanning in the client side, so no early request's response cover late request's response, also greatly enhance the performance of both sides, especially in case of complicated operations in server side and complicated post-events in client side. 2011-02-02 14:27:06 +13:00
lang MINOR Merged Translatable fixes from trunk 2011-02-02 14:27:19 +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: Made JS i18n optional; disable it by calling Requirements::set_js_i18n(false) 2011-02-02 14:27:09 +13:00
HtmlEditorField.js FEATURE: #3614 - Allow spell checking in HTMLEditorField when used outside of the CMS 2011-02-02 14:27:09 +13:00
i18n.js ENHANCEMENT: Made JS i18n optional; disable it by calling Requirements::set_js_i18n(false) 2011-02-02 14:27:09 +13:00
i18nx.js ENHANCEMENT: Made JS i18n optional; disable it by calling Requirements::set_js_i18n(false) 2011-02-02 14:27:09 +13: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 BUGFIX: #2723 - Allow more than more subclass of RelationComplexTableField on a page at a time. 2011-02-02 14:27:07 +13: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 Making sure all input fields inside a newly added TableField row have unique HTML ids. This was causing problems when javascript logic was acting on those (previously ambiguous fields), e.g. when trying to use a jQuery UI datepicker 2011-02-02 14:27:15 +13:00
TableListField.js ENHANCEMENT: Made JS i18n optional; disable it by calling Requirements::set_js_i18n(false) 2011-02-02 14:27:09 +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 ENHANCEMENT: Made JS i18n optional; disable it by calling Requirements::set_js_i18n(false) 2011-02-02 14:27:09 +13:00
UniqueFields.js ENHANCEMENT: Made JS i18n optional; disable it by calling Requirements::set_js_i18n(false) 2011-02-02 14:27:09 +13:00
UpdateURL.js ENHANCEMENT: Made JS i18n optional; disable it by calling Requirements::set_js_i18n(false) 2011-02-02 14:27:09 +13:00
Validator.js ENHANCEMENT: Made JS i18n optional; disable it by calling Requirements::set_js_i18n(false) 2011-02-02 14:27:09 +13:00