Shannon
|
7dfd684cd8
|
Fixes: U4-3504 Sorting media doesn't work, always defaults to sorting the root
|
2013-11-14 22:25:08 +11:00 |
|
Shannon
|
367bbd7eff
|
Fixes: U4-3518 'Start Node in content' property of user does not work.
|
2013-11-14 19:58:55 +11:00 |
|
Shannon
|
1f538d1bd5
|
Fixes: U4-3489 Member tree items should not have refresh node as an action
|
2013-11-12 15:24:08 +11:00 |
|
Shannon
|
c4bfeeb321
|
Changes the CreateTreeNode to ensure that a parentId is always passed in - now all tree node models have a parentId property based on the server side data. Changes the JS tree node model to not have a 'parent' property and instead changes this to a parent() method - this allows us to serialize the tree model because otherwise it has cyclical references.
|
2013-11-12 13:09:24 +11:00 |
|
Shannon
|
acd52d42f4
|
Refactoring TreeNode to inherit from EntityBasic = makes much more sense and makes our models more consistent.
|
2013-11-12 12:30:10 +11:00 |
|
Per Ploug Krogslund
|
7440855c72
|
merge
|
2013-11-07 17:16:22 +01:00 |
|
Shannon
|
345b96e253
|
Moves TreeControllerBase to separate file and moves the CreateTreeNode methods to that controller so they can be used in events handlers.
|
2013-11-07 13:52:06 +11:00 |
|
Shannon
|
c36197a01c
|
Removes unpublish context menu option since it's not currently implemented, cleans up some code.
|
2013-11-05 09:38:54 +11:00 |
|
Shannon
|
59a81f4d12
|
Fixes: U4-2852 Create dialog with legacy implementations.
|
2013-11-01 14:46:33 +11:00 |
|
Shannon
|
68b955e611
|
Fixes isDialog mode trees, creates content picker parameter editor, ensures the tree dialogs are all isdialog=true, fixes property editor resolution that are parameter editors.
|
2013-10-30 14:12:06 +11:00 |
|
Shannon
|
3110b199c6
|
Completes: U4-3155 Ensure new tree events are fired for legacy trees
|
2013-10-28 13:45:38 +11:00 |
|
perploug
|
757086b7bd
|
merged
|
2013-10-27 15:22:04 +01:00 |
|
perploug
|
ab36687c85
|
Adds contentype alias to media and cotnent tree nodes
|
2013-10-27 14:12:27 +01:00 |
|
Shannon
|
7636f17ba9
|
Fixes: U4-3225 Media recycle bin malfunction - and removes the default menu for items in the bin since people normally aren't creating children when it's in the bin.
|
2013-10-24 16:54:17 +11:00 |
|
Shannon
|
be3288af44
|
Fixes tree cache: removes reference to "tree.clearCache" since that doesn't exist, tree's are not cached by tree alias so the logic was never going to work, further more the cache would not have been cleared because the tree cache is *not* an array but an object. Adds unit test for this.
|
2013-10-23 16:01:25 +11:00 |
|
Shannon
|
e7176c40df
|
Fixes legacy action issue where the modal would load as a v7 modal instead of a menu dialog.
|
2013-10-14 20:11:39 +11:00 |
|
Shannon
|
d9c42e2aca
|
Fixes initial part with legacy trees and legacy actions - now a modal window can launch - but now we need to get the legacy umb client manager js tree stuff hooked in.
|
2013-10-14 18:47:34 +11:00 |
|
Shannon
|
df25edfaf6
|
Fixes: U4-2928 Packages tree shows context menu for items that shouldn't have one + other issues with legacy trees and menus
|
2013-10-14 15:36:17 +11:00 |
|
perploug
|
36bc2473bf
|
handles parent.right.documet js references
|
2013-10-10 19:43:15 +02:00 |
|
perploug
|
c6c07b3861
|
missing char
|
2013-10-10 13:33:42 +02:00 |
|
perploug
|
59f711f802
|
memberpicker search updates
|
2013-10-10 12:43:59 +02:00 |
|
perploug
|
a2df4ea742
|
support for fetching a specific tree
|
2013-10-10 08:51:46 +02:00 |
|
perploug
|
1e6b80e45e
|
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
Conflicts:
src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.controller.js
|
2013-10-09 15:10:51 +02:00 |
|
perploug
|
a5b597e2f7
|
localized tree names
|
2013-10-09 15:05:52 +02:00 |
|
Shannon
|
f299fe76e4
|
fixes localization with empty recycle bin menu
|
2013-10-09 17:35:16 +11:00 |
|
Shannon
|
de8b69a399
|
Creates public IApplicationTreeService and ISectionService interfaces, adds initialization methods
|
2013-10-09 14:31:30 +11:00 |
|
Shannon
|
3a33a39411
|
Adds node styles and ensures they are set for the content tree nodes, now to get them to display styles
|
2013-10-08 12:58:11 +11:00 |
|
Shannon
|
883a662240
|
Moves tree/menu models into the Models.Trees namespace
|
2013-10-08 12:38:27 +11:00 |
|
Shannon
|
936be3934b
|
Updated MenuItemCollection with MenuItemList for full featured List access to the items. Added the MenuRendering event to TreeController, updated the tree controller events to be TypedEventHandler's though developers will need to cast the TreeController to the type they are expecting - still better than 'object'.
|
2013-10-03 15:05:48 +10:00 |
|
Shannon
|
b0dfc90557
|
Added docs on creating trees and view path location conventions.
|
2013-10-03 12:11:22 +10:00 |
|
Shannon
|
b09a743beb
|
Gets view paths to load in dynamically based on whether a core or plugin tree is rendering, this allows us to store view files based on conventions for packages. Completes: U4-2849 Ensure editor views, etc... can exist outside of the /umbraco folder for package devs
|
2013-10-03 11:25:26 +10:00 |
|
Shannon
|
dc42c1ebb7
|
More work on streamlining package development for views and conventions.
|
2013-10-02 21:03:51 +10:00 |
|
Shannon
|
92efd6d645
|
Got menu items working with external packages to look for views by convention inside of their package folder.
|
2013-10-02 20:48:15 +10:00 |
|
Shannon
|
6560865f61
|
Fixed view path conventions for menu items
|
2013-10-02 20:20:02 +10:00 |
|
Shannon
|
89f7a31bef
|
Updates the Create/AddMenu overloads to ensure a name is specified, fixes all localization of all menu items for all new trees.
|
2013-10-02 20:00:01 +10:00 |
|
perploug
|
5b1c626714
|
Reverts meadia sort to legacy dialog
|
2013-10-02 10:54:37 +02:00 |
|
perploug
|
5199a5dc99
|
Move, Copy, protect, notifications dialogs polish
|
2013-10-02 00:11:10 +02:00 |
|
Shannon
|
2c88c7c971
|
Fixed up content tree to check for IsContainer with the new entity AdditionalData, fixes up the AddContainerView to be part of the ContentModelMapper.
|
2013-10-01 21:12:32 +10:00 |
|
perploug
|
0898638e33
|
Fixes: U4-2982 missing translation on contextmenu
|
2013-10-01 12:32:27 +02:00 |
|
Shannon
|
4e56d88eb5
|
Fixes: U4-2672 Fix how trees are rendered when a start node is applied, the Content/Media titles must always be visible
|
2013-10-01 16:38:10 +10:00 |
|
Shannon
|
770514919d
|
Gets member deleting working and adds refresh to each letter node.
|
2013-10-01 15:54:44 +10:00 |
|
Shannon
|
31a5951626
|
Updated member tree/editor to use the GUID
|
2013-10-01 15:36:08 +10:00 |
|
perploug
|
fc1e4f959e
|
adds container doctype lookup
TODO: find a better/faster way to do this
|
2013-10-01 00:54:46 +02:00 |
|
Shannon
|
82c784d560
|
Most of the member tree working, have the member editor rendering data
|
2013-09-27 15:19:39 +10:00 |
|
Shannon
|
e1cf3bc597
|
Implements: U4-2937 A tree item should be able to have a default action
|
2013-09-26 15:55:38 +10:00 |
|
Shannon
|
c9fd168cbd
|
Fixes: U4-2905 Refresh node at tree root (i.e. content/media) doesn't work
|
2013-09-26 14:28:18 +10:00 |
|
Shannon
|
36ddb872fa
|
fixes: U4-2942 re-publish all on content root not displaying
|
2013-09-26 13:03:09 +10:00 |
|
Shannon
|
a939c14de9
|
Completes: U4-2917 Remove canvas/live editing support, U4-2916 Remove skinning support
|
2013-09-25 17:57:44 +10:00 |
|
perploug
|
43bbc89a07
|
Removing unneeded button icons
|
2013-09-19 10:38:37 +02:00 |
|
Shannon
|
371b1817ea
|
Merge remote-tracking branch 'origin/7.0.0' into 7.0.0--property-editor-guid-to-alias
Conflicts:
src/Umbraco.Core/Configuration/LegacyUmbracoSettings.cs
src/Umbraco.Core/Persistence/Migrations/Syntax/Alter/Expressions/AlterColumnExpression.cs
src/Umbraco.Core/PropertyEditors/TinyMcePropertyEditorValueConverter.cs
src/Umbraco.Core/XmlHelper.cs
src/Umbraco.Tests/ObjectExtensionsTests.cs
src/Umbraco.Web/PropertyEditors/RteMacroRenderingPropertyEditorValueConverter.cs
src/Umbraco.Web/Routing/DefaultUrlProvider.cs
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/umbraco.presentation/macro.cs
|
2013-09-17 00:27:17 +10:00 |
|