Ingo Schommer
|
d4dbb0680b
|
BUGFIX Only select node after form reload if creating the node
|
2011-03-22 18:43:40 +13:00 |
|
Ingo Schommer
|
6cfade0b3d
|
BUGFIX Allowing "batch action" selection in new jstree implementations (first draft, doesn't reflect success/fail state on nodes afterwards)
BUGFIX Passing native JSON array back from CMSBatchActionHandler in order to simplify clientside logic in LeftAndMain.BatchActions.js
|
2011-03-22 18:43:40 +13:00 |
|
Ingo Schommer
|
6700abe570
|
BUGFIX Fixed 'onreset' behaviour for IE in CMSMain.js
|
2011-03-22 18:43:40 +13:00 |
|
Ingo Schommer
|
2497f37f58
|
ENHANCEMENT Allowing checkboxes and their disabling on LeftAndMain.Tree.js
|
2011-03-22 18:43:39 +13:00 |
|
Ingo Schommer
|
49a76a0c95
|
MINOR Fixed ajax load binding to folder selection in ThumbnailStripField.js (was broken after move to jquery)
|
2011-03-22 18:43:39 +13:00 |
|
Ingo Schommer
|
cfea011680
|
ENHANCEMENT Fixed tree search
|
2011-03-22 18:43:39 +13:00 |
|
Ingo Schommer
|
15d320ec91
|
BUGFIX Adding jstree ajax settings after initial load
|
2011-03-22 18:43:39 +13:00 |
|
Ingo Schommer
|
91995ad73b
|
MINOR Disabled AssetAdmin form reload after uploading through iframe, relies on old tree.js library - UI will change anyway
|
2011-03-22 18:43:39 +13:00 |
|
Ingo Schommer
|
3b01a9af67
|
BUGFIX Allowing HTML titles in LeftAndMain.Tree.js (necessary for <span class="modified"> etc)
|
2011-03-22 18:43:39 +13:00 |
|
Ingo Schommer
|
5b104b7b8f
|
MINOR Fixed LeftAndMain.Tree.js scope
|
2011-03-22 18:43:39 +13:00 |
|
Ingo Schommer
|
b2e4fdd6da
|
MINR Fixed double generation of tree via 'data' parameter
|
2011-03-22 18:43:39 +13:00 |
|
Ingo Schommer
|
23cb19958f
|
BUGFIX Reinstated create page functionality in LeftAndMain.Tree.js
|
2011-03-22 18:43:39 +13:00 |
|
Ingo Schommer
|
20427cd45b
|
MINOR Using 'apple' theme in tree (until we decide on a proper redesign)
|
2011-03-22 18:43:39 +13:00 |
|
Ingo Schommer
|
cfb83e4e47
|
MINOR Wrapping LeftAndMain.Tree.js in entwine block
|
2011-03-22 18:43:38 +13:00 |
|
Ingo Schommer
|
ea0f8b0e65
|
BUGFIX Updated various CMS javascript functions to new jstree library
|
2011-03-22 18:43:38 +13:00 |
|
Ingo Schommer
|
885597a754
|
MINOR Removed legacy code from LeftAndMain.Tree.js, replaced with a list of @todo items
|
2011-03-22 18:43:38 +13:00 |
|
Ingo Schommer
|
d22e80b1bd
|
MINOR Replaced hardcoded URLs in LeftAndMain.Tree.js with data-url-* attributes
|
2011-03-22 18:43:38 +13:00 |
|
Ingo Schommer
|
a9cd7aa08c
|
ENHANCEMENT Allow disabling of tree drag'n'drop via input box
|
2011-03-22 18:43:38 +13:00 |
|
Ingo Schommer
|
eb030fa0f9
|
BUGFIX Don't allow dragging tree nodes outside of the root node, don't allow moving the root node, don't access drag/drops from other trees.
|
2011-03-22 18:43:38 +13:00 |
|
Ingo Schommer
|
cf467d5272
|
MINOR Disabled animation on tree (for performance reasons)
|
2011-03-22 18:43:38 +13:00 |
|
Ingo Schommer
|
a137360085
|
MINOR Temporarily disabled onchange bindings in ThumbnailStripField, as they fail in IE7/IE8
|
2011-03-22 18:43:37 +13:00 |
|
Ingo Schommer
|
0e9bf073c8
|
BUGFIX Switching all ajax implementations to consistently use jQuery.ajax instead of Prototype's Ajax.Request() (AssetTableField, CommentTableField, MemberTableField, WidgetAreaEditor)
|
2011-03-22 18:43:37 +13:00 |
|
Ingo Schommer
|
564038b463
|
ENHANCEMENT Added drag'n'drop support for tree
|
2011-03-22 18:43:37 +13:00 |
|
Ingo Schommer
|
2d85a4596b
|
FEATURE Replacing custom tree.js with jstree thirdparty library
|
2011-03-22 18:43:34 +13:00 |
|
Ingo Schommer
|
934c3f2c1b
|
BUGFIX Re-selecting tabs when refreshing editform in LeftAndMain.EditForm.js
|
2011-03-16 14:19:03 +13:00 |
|
Ingo Schommer
|
a27369978d
|
BUGFIX Fixed AssetAdmin->SyncForm() execution by switching from calling dev/tasks/FilesystemSyncTask to doSync()
|
2011-03-16 14:19:03 +13:00 |
|
Ingo Schommer
|
4374bd815a
|
BUGFIX Respecting Member::summaryFields() in SecurityAdmin->autocomplete instead of hardcoding Firstname,Surname,Email. This also allows to include Member::$unique_identifier_field in the autocomplete results
|
2011-03-08 21:01:51 +13:00 |
|
Julian Seidenberg
|
86fa29accc
|
API-CHANGE: ssui.core.js rewrite to work with jQuery UI 1.8. Renamed _init => _create and renamed defaults => options. See the following websites for a complete guide to what has changed in jquery UI version 1.8:
https://github.com/scottgonzalez/jquery-ui-1.8-widget-factory
http://jqueryui.com/docs/Upgrade_Guide
|
2011-02-24 17:12:19 +13:00 |
|
Julian Seidenberg
|
f380d88c80
|
BUGFIX: removing colon (:) from selectors throughout SilverStripe. jQuery 1.5 is stricter about what is allowed in a selector and the colon is not allowed for elements like :select.
|
2011-02-24 17:10:01 +13:00 |
|
Saophalkun Ponlu
|
80868e60d3
|
MINOR: Add Italian translation for cms. Thanks to giulio
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@115204 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-12-20 03:08:39 +00:00 |
|
Ingo Schommer
|
172ad1e418
|
MINOR More jQuery backwards compatible id attribute check in ModelAdmin.js
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@115183 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-12-20 00:00:47 +00:00 |
|
Saophalkun Ponlu
|
2afc2e99dd
|
MINOR: Reinstate noscript tag for no javascript warning message on loading screen
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@115120 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-12-16 05:16:57 +00:00 |
|
Saophalkun Ponlu
|
d97cfcbc7f
|
ENHANCEMENT: Improve CMS loading screen #6254
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@115117 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-12-16 04:08:02 +00:00 |
|
Ingo Schommer
|
b22a37da6c
|
BUGFIX Inspecting for AjaxSwitchView after form load, not before ajax request (in LeftAndMain.js)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@115065 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-12-15 09:21:32 +00:00 |
|
Will Rossiter
|
6d0c79c839
|
APICHANGE: removed page comments from core. Please see the github.com account for page comments functionality
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@114821 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-12-11 05:43:08 +00:00 |
|
Ingo Schommer
|
e1a270a0b1
|
MINOR: documentation updated
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@114142 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-11-24 06:24:02 +00:00 |
|
Sam Minnee
|
fedaaa9c53
|
ENHANCEMENT Added localisation for batch actions in javascript + translations (from r111915)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@112812 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-10-19 01:05:46 +00:00 |
|
Sam Minnee
|
7a53a14bc8
|
MINOR Fixed indentation in PageCommentInterface.js (from r111497)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@112805 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-10-19 01:04:00 +00:00 |
|
Sam Minnee
|
9a65518781
|
MINOR: Add translation correction for Czech and add Slovakian translation in cms and sapphire (js). Thanks to @Pike (from r111262)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@112799 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-10-19 01:03:23 +00:00 |
|
Sam Minnee
|
949d8b3cb1
|
MINOR German translations for cms javascript (#5921, thanks bartlomiej) (from r110435)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@112794 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-10-19 01:02:14 +00:00 |
|
Ingo Schommer
|
e6e4c7afd5
|
BUGFIX: image search was not honouring the selected folder, so could only search in root folder (from r106086)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@112486 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-10-15 02:35:26 +00:00 |
|
Ingo Schommer
|
0e2682de1c
|
BUGFIX: Fix ModelAdmin Import hang (ticket 5569) (from r104533)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@112454 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-10-15 01:38:19 +00:00 |
|
Sam Minnee
|
ba7955862b
|
MINOR Saving TinyMCE editor focus in tinymce_ssbuttons plugin when sidepanel is opened (see #5263) (from r101974)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@111650 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-10-04 06:11:44 +00:00 |
|
Sam Minnee
|
ca52d729b8
|
MINOR: added lang file for cs_CZ (from r100372)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@111622 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-10-04 05:49:26 +00:00 |
|
Sam Minnee
|
b7b0e1ab0b
|
BUGFIX: Closing TinyMCE image, link or flash panel when loading form (ticket #4907) (from r98690)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@111599 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-10-04 05:21:04 +00:00 |
|
Ingo Schommer
|
0d66807586
|
MINOR Removed debug coe
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@108837 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-08-03 04:32:09 +00:00 |
|
Ingo Schommer
|
9df87f3a88
|
BUGFIX Fixed resizing of $('.LeftAndMain') on edit forms by triggering a delayed resize on first load
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@108832 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-08-03 03:57:32 +00:00 |
|
Ingo Schommer
|
229ab4609f
|
MINOR Don't move $('#Form_VersionsForm') buttons to top, they disappear
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@108829 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-08-03 03:45:59 +00:00 |
|
Ingo Schommer
|
69ca614fa4
|
BUGFIX Checking for existence of $('SwitchView') (fixes #5282) (from r108436)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@108828 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-08-03 03:36:44 +00:00 |
|
Ingo Schommer
|
139c3e8c40
|
APICHANGE: Use the same navigator items in the CMS that are used on the frontend (from r97395) (from r99114)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@106143 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-06-03 02:45:23 +00:00 |
|