Shannon
c58a9429e1
Member picker now using standard treePicker and search is working
2014-10-09 11:08:09 +11:00
Shannon
18efe25167
removes unneeded contentpicker dialog and just uses the standard tree picker that has the correct search built in, now search is working for the link picker.
2014-10-09 00:04:25 +11:00
Shannon
818c699d60
WIP: working on tree picker with search for list views. updates all pickers to ensure that they unbind any events.
2014-10-08 14:26:18 +11:00
Shannon
b28f1d86c9
Merge branch '7.1.8' into 7.2.0
2014-10-07 12:57:47 +11:00
Shannon
8824ab2b27
reverts JS from tree controller and updates the c# method to create the tree child node URLs to ensure the custom start node param is ignored, this is a bit cleaner.
2014-10-07 12:52:02 +11:00
Shannon
414dbe45a6
Fixes: U4-5460 User with start content set won't see the selected node.
2014-10-02 13:38:44 +02:00
Shannon
863e8b5024
Changes PetaPoco UOW to use a Queue instead of trying to order by a date which even in ticks is sometimes the same. Changes some content ext to accept the service it needs instead of relying on the app ctx singleton and obsoletes others. Fixes ContentBase.ContentTypeId to check if the Id has been set on it's true ContentTypeBase which is required with the new foreign key to insert entities (this was actually a bug without the foreign key). Updates media/content services with paging to use parameters correctly. Fixes tests.
2014-10-01 10:18:51 +10:00
Shannon
5dbedcf67b
Fixes: U4-5460 User with start content set won't see the selected node.
2014-09-23 16:50:05 +10:00
Shannon
5f95957e5b
Makes sure custom membership providers work with the list view
2014-09-19 15:56:39 +10:00
Shannon
7c76cbf509
Allows for email and username to be fields in list view, fixes up the list view usage to display members from a custom membership provider.
2014-09-19 15:34:26 +10:00
Shannon
b12985558a
Fixes up all list views for all content types with regards to the delete button, now if you delete an child of a list view while viewing it it will redirect to it's container.
2014-09-19 13:55:30 +10:00
Shannon
51061e10a9
Gets the 'return to list' button working for all content types
2014-09-19 11:52:13 +10:00
Shannon
0264a72762
Ensures default list view data types are installed by default, includes these in the upgrade script. Now the default list views are used when rendering them per type (content, media, member). Updated the member tree to list nodes by member type and 'all members', each of these now renders a list view containing the members which is fully paged and searchable. Updates list view prop editor to deal with members appropriately.
2014-09-19 09:47:42 +10:00
Shannon
89ebc80bd5
Gets the installer to install default list views, updates list view tree to show them as 'system' items which are not deletable, upgrader installs default list views, now property resolver gets the correct system list view for the correct content type with it's pre-values that are defined.
2014-09-18 11:52:12 +10:00
Shannon
4230668c8b
creates new UmbracoTreeAuthorizeAttribute which helps make tree and editor security with webapi a bit more flexible with a different option to authorize against an assigned app based on a tree alias.
2014-09-05 16:08:41 +10:00
Shannon
e2d04e2b3a
Merge branch '7.1.5' into 7.2.0
...
Conflicts:
src/Umbraco.Web.UI.Client/src/less/modals.less
src/Umbraco.Web/Mvc/AdminTokenAuthorizeAttribute.cs
2014-08-24 21:35:08 -06:00
Shannon
fa4a268556
Updates some naming conventions and code formatting
2014-08-08 12:08:34 -06:00
per ploug
d2f9bd6896
Fixed: U4-5324 Users with a content root node, cant have custom tree roots
2014-08-08 10:54:05 +02:00
Sebastiaan Janssen
dba180d809
Merge remote-tracking branch 'origin/7.1.5' into 7.2.0
...
Conflicts:
src/Umbraco.Web.UI.Client/gruntFile.js
src/Umbraco.Web.UI.Client/lib/lazyload/lazyload.min.js
src/Umbraco.Web.UI.Client/src/views/content/content.edit.controller.js
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/packages.config
2014-08-04 13:32:44 +02:00
Shannon
56111be82d
Properly fixes: U4-4893 Inconsistent display of file extensions in the UI
2014-06-18 17:11:47 +10:00
Sebastiaan Janssen
ee6e1a9d8b
Disable extra templates tree
2014-06-10 17:13:58 +02:00
Sebastiaan Janssen
344b880ba7
Merge branch '7.1.2-Usky' of https://github.com/umbraco/UmbracoCms-Internal into 7.2.0
...
Conflicts:
src/Umbraco.Web.UI.Client/src/views/common/dialogs/content/edit.controller.js
src/Umbraco.Web.UI.Client/src/views/content/content.edit.controller.js
src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.controller.js
src/Umbraco.Web/Umbraco.Web.csproj
2014-06-10 15:22:31 +02:00
leekelleher
320df6706e
Modified content tree controller to point the recycle bin node to the dashboard.
2014-06-08 16:15:28 +01:00
per ploug
4baf3ed99a
Initial commit of the grid
2014-05-09 12:23:59 +02:00
Sebastiaan Janssen
bf2efd30e9
U4-4073 Audit Trail is missing from action menu
...
Removed the icons for now as they are missing and should be new style icons anyway
2014-03-24 09:34:47 +01:00
Shannon
2b6b8e9e8c
Fixes: U4-4470 New Installer doesn't deal with 500 errors, also fixes a tree init problem causing this particular ysod
2014-03-19 13:28:23 +11:00
Shannon
6f586c7eeb
Ensures we are not directly referencing Membership.Provider and instead targetting our provider by alias.
2014-03-18 20:36:02 +11:00
Shannon
d290ffa306
Fixes: U4-4392 Umbraco 7 delete member from others
2014-03-13 18:47:36 +11:00
Shannon
2166a4a5ac
Fixes: U4-4394 7.0.4: Inconsistency in member tree listings
2014-03-13 15:25:30 +11:00
Sebastiaan Janssen
2954b31435
Enables change content type action for v7 as well (see issue 1468)
2014-02-19 21:48:17 +01:00
Shannon
13976559a8
Created a EntityNotFoundException to use when we are expecting an umbraco entity found. Updates some code to use this exception.
2014-02-17 11:50:13 +11:00
perploug
24062c0061
Rolls back listview items in dialog trees
2014-01-28 15:49:04 +01:00
perploug
c2d978a0db
Enables listview children in dialog trees
...
By default trees doesnt show children of listview nodes, this enables
them in dialog trees, otherwise content pickers cannot select childrens
of a listview node
2014-01-27 22:03:52 +01:00
Shannon
ae05bfd350
Fixes: U4-4055 List View document types still display children in content tree
2014-01-17 13:00:11 +11:00
Shannon
8785239964
Finalizes the implementation of getting the menu items rendering for child of listview items for both content and media.
2013-12-12 14:10:03 +11:00
Shannon
38c1669e57
Gets content items that are children of listviews to query for their affiliated tree-node and display the action menu.
2013-12-12 13:27:33 +11:00
Shannon
2eb5c08825
Fixing: U4-3686 Umbraco 7 - Rich Text Editor and Macro Issues + fixed up the per-controller webapi configuration and more fixes to loading propertyeditors/param editors, this saves a assembly scan.
2013-12-06 15:01:58 +11:00
Shannon
18352f8a4d
Fixes null check with filtered content/media attribute, fixes issue with container types and rendering tree nodes.
2013-12-04 15:54:50 +11:00
Shannon
33c32579c8
Adds AngularJsonMediaTypeFormatter and ensures our controllers all use this formatter in order to enable angular's JSON Vulnerability protection.
2013-12-02 13:31:44 +11:00
perploug
ff52755636
Media and content tree root node translation
2013-11-28 13:26:05 +01:00
Shannon
59599efab6
Fixes: U4-3655 Clicking on recycle bin in media section redirects you back to the content tree
2013-11-25 14:45:14 +11:00
Shannon
7e4739956a
Ensures that tree requests have section security applied, though it's not perfect until we have security by tree and section it ensures that a user cannot list out tree data when they don't have access to a section in which that tree's data is required. Now the root node requests via the application tree controller have their auth filters applied (that took quite a lot of zany work). Gets AD login working nicely too.
2013-11-20 14:18:03 +11:00
perploug
806596f04d
Disables the tree header when it has a alt start node
2013-11-19 14:20:51 +01:00
perploug
11c35977d3
fixes broken legacy pickers
2013-11-19 11:06:09 +01:00
Shannon
31ab56a3c1
Got AD members listed in the tree but we won't be able to edit them till 7.1, now to get login going.
2013-11-19 18:31:15 +11:00
Shannon
f7e86f6b09
Fixes: U4-3555 Membership tree letters should not contain the 'delete' action
2013-11-19 13:18:33 +11:00
Shannon
e502579319
Fixes up security check for start node for mntp
2013-11-19 12:28:50 +11:00
perploug
4fea694c6a
Loads content and media trees with a custom root
2013-11-18 22:29:19 +01:00
Shannon
21e3893528
Fixes: U4-3558 members tree syncing is a bit strange and not showing the selected member
2013-11-18 15:58:53 +11:00
Shannon
4d31512ef0
Custom membership provider's now working in the back office UI - have created intial functionality to allow custom properties with custom membership providers (the creation already performs the link if the Member member type is available). Updating also works too, need to clean up some code though as it's fairly messy.
2013-11-18 14:25:08 +11:00