silverstripe-framework/javascript
Adam Rice d8c6bdac59 Removed profanity
Not only is profanity unprofessional but it can also be blocked by
corporate web filters (which is somewhat embarrassing when clients call
to ask why it is in their site)
2011-08-22 18:33:25 +10:00
..
core BUGFIX Fixed jQuery.ondemand.js script to work with prototype.js (will probably need to be merged back to trunk for legacy purposes) 2011-02-02 14:18:55 +13:00
lang Add some CZ translations 2011-06-09 15:44:49 +02:00
tree BUGFIX #6089 Avoid javascript error when "Allow drag & drop reordering" enabled, and attempt to drag a file from one folder to another is performed 2011-02-02 14:19:57 +13: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 BUGFIX: fixed undefined error in CTFs. BUGFIX: added action class to actions to allow the popup hook to open links 2011-02-02 14:19:09 +13:00
ConfirmedPasswordField.js Merged revisions 47323 via svnmerge from 2007-12-19 01:45:22 +00:00
DateField.js BUGFIX Limit 'showcalendar' javascript option to DateField instances (rather than applying to all available) 2011-02-02 14:19:38 +13:00
FileIFrameField.js BUGFIX fix #5320 2011-02-02 14:19:08 +13:00
HasManyFileField.js MINOR Removed unnecessary console.*() from sapphire javascript files 2011-02-02 14:19:08 +13:00
HtmlEditorField.js ENHANCEMENT: Select the uploaded image after uploading by default. #4962 2011-02-02 14:18:16 +13:00
i18n.js Merged from branches/2.3 2009-03-10 22:08:52 +00:00
i18nx.js Merged from branches/2.3 2009-03-10 22:08:52 +00:00
ImageFormAction.js MINOR Using jquery.live instead of livequery on ImageFormAction.js 2011-02-02 14:18:55 +13:00
InlineFormAction.js Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
jquery_improvements.js MINOR Moved jsparty/jquery/jquery_improvements.js to sapphire/javascript/jquery_improvements.js 2011-02-02 14:17:50 +13:00
layout_helpers.js Removed profanity 2011-08-22 18:33:25 +10:00
loader.js MINOR Moved jsparty/loader.js to sapphire/javascript/loader.js 2011-02-02 14:17:49 +13:00
MemberDatetimeOptionsetField.js ENHANCEMENT #5352 Decouple date display from i18n locales, users now have access to change their date and time formats in Member::getCMSFields() using Member_DatetimeOptionsetField field 2011-02-02 14:19:35 +13:00
NumericField.js MINOR Moved NumericField? javascript logic from CalendarDateField?.js into new NumericField?.js. Removed unused DMYCalendarDateField javascript logic, the field behaves just fine with standard input fields and no auto-focus magic on the input fields. (merged from branches/2.3-nzct) 2009-07-16 23:52:35 +00:00
PermissionCheckboxSetField.js BUGFIX #5485 PermissionCheckboxSetField javascript would always uncheck all CMS_ACCESS_* permission checkboxes on initialize event 2011-02-02 14:19:16 +13:00
prototype_improvements.js MINOR: Fix links etc, and remove www. from SS urls 2011-02-02 14:19:46 +13:00
RedirectorPage.js Fixed svn:eol-style settings 2007-08-18 02:33:28 +00:00
RelationComplexTableField.js MINOR: Fixed newlines and set svn:eol-style to native 2009-06-17 23:14:40 +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 Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
SelectionGroup.js ENHANCEMENT Using jquery.live instead of livequery for SelectionGroup.js 2011-02-02 14:18:55 +13:00
SilverStripeNavigator.js MINOR SilverStripeNavigator.js used jquery.live instead of livequery, and doesn't include unnecessary behaviour.js 2011-02-02 14:18:55 +13:00
TableField.js MINOR Removed unnecessary console.*() from sapphire javascript files 2011-02-02 14:19:08 +13:00
TableListField.js ENHANCEMENT Allowing batch checkbox selection of TableListField rows with TableListField->Markable and TableListField->addSelectOptions() 2011-02-02 14:19:27 +13:00
TimeField_dropdown.js FEATURE New DatetimeField class (form field wrapper composed of DateField andTimeField) 2011-02-02 14:18:38 +13:00
tiny_mce_improvements.js BUGFIX Resetting image sidepanel fields when opening the panel instead of inserting an image, to avoid losing focus of TinyMCE in IE. Using getBookmark() in TinyMCE to save the original location. (fixes #5263) 2011-02-02 14:19:10 +13:00
ToggleCompositeField.js FEATURE: roll back r79604 which is to make a ToggleCompositeField able to save back a boolean value if its name is a boolean field of the related object. the reason is this feature is not necessary cos SelectionGroup address the same thing. 2009-06-19 02:38:33 +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 BUGFIX: the autoselection on linking sidebar for downloads did not work properly: the item would not be selected when the user clicked a link in the editor. Only numeric IDs were permitted, but the TreeDropdownField now supports other columns as IDs too, so enabled that for autoselection. 2011-02-02 14:19:40 +13:00
UniqueFields.js MINOR: reverted r93693 due to the field being required for the CMS 2011-02-02 14:17:54 +13:00
UpdateURL.js ENHANCEMENT: Macrons, umlauts, etc, are now transliterated when inserted into URLS. API CHANGE: Added Transliterator class, which uses iconv() or strtr() to convert characters with diacritical marks to their ASCII equivalents. API CHANGE: Added Extension hook updateURLSegment for SiteeTree. 2011-02-02 14:19:22 +13:00
Validator.js #4029 On the fly form validation works in Opera as well 2011-02-02 14:19:56 +13:00