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
|
f7103c97cf
|
Completes: U4-2768 Remove legacy/unused webforms files/classes in folder: /umbraco
|
2013-10-01 17:03:03 +10:00 |
|
Shannon
|
a90e96d066
|
Completes: U4-2926 Remove unused/obsoleted 'tasks' for media & content
|
2013-10-01 16:42:32 +10: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 |
|
Shannon
|
76b7b131a9
|
Gets members saving (initially) still needs lots more work though, waiting on some feedback from morten in the meantime.
|
2013-10-01 15:25:04 +10:00 |
|
Shannon
|
6f6c33a721
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.0
Conflicts:
build/NuSpecs/UmbracoCms.Core.nuspec
build/NuSpecs/UmbracoCms.nuspec
src/Umbraco.Core/Persistence/Factories/MemberTypeReadOnlyFactory.cs
src/Umbraco.Core/Persistence/Relators/PropertyDataRelator.cs
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberTypeRepository.cs
src/Umbraco.Tests/BusinessLogic/BaseTest.cs
src/Umbraco.Tests/Persistence/Repositories/MemberRepositoryTest.cs
src/Umbraco.Tests/TestHelpers/TestHelper.cs
src/Umbraco.Tests/Umbraco.Tests.csproj
|
2013-10-01 13:38:17 +10:00 |
|
Shannon
|
7451e83c73
|
Integrates authentication within the routes and prevents controllers from being loaded when the user isn't authorized. Ensures we also have a /login route and allows routes to redirect when auth fails.
|
2013-10-01 13:23:13 +10:00 |
|
Shannon
|
59196020bb
|
Fixes up content controller move/copy actions
|
2013-10-01 10:04:07 +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 |
|
perploug
|
146aca31a0
|
Updating legacy domain, publsh and sort dialogs
|
2013-10-01 00:47:18 +02:00 |
|
perploug
|
cdbc02354d
|
umbracoField dialog tweaks
|
2013-09-30 23:34:20 +02:00 |
|
perploug
|
bd3cdd83f6
|
WIP: adds move and copy methos to content contoller
|
2013-09-30 23:34:07 +02:00 |
|
perploug
|
5a757f129c
|
Implements doctype container
|
2013-09-30 23:33:27 +02:00 |
|
perploug
|
987c4401a3
|
U4-2852: Fixes error messages
|
2013-09-30 23:32:35 +02:00 |
|
Sebastiaan Janssen
|
5238293c09
|
Merge branch '6.1.6' into 6.2.0
Conflicts:
build/Build.bat
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web/umbraco.presentation/umbraco/users/EditUser.aspx.cs
|
2013-09-30 16:09:25 +02:00 |
|
perploug
|
ca56539c65
|
Fixes U4-2980 - tabs not in the right order
|
2013-09-30 13:18:34 +02:00 |
|
Shannon
|
830fde372e
|
Fixes EditUser.aspx
|
2013-09-30 11:49:31 +02:00 |
|
Shannon
|
35f65a2c64
|
re-enables LoadMinimalDocument and adds this to the optimized check, even in optimized model the OnRenderNode can still execute with a minimal doc.
|
2013-09-30 10:55:38 +02:00 |
|
Shannon
|
e5320f0abd
|
Obsoletes the LoadMinimalDocument flag since it no longer serves a purpose.
|
2013-09-30 10:55:26 +02:00 |
|
Sebastiaan Janssen
|
965a7fc500
|
Fixes: U4-2925 Tree performance is very poor in 6.1.x when having event subscriptions
|
2013-09-30 10:55:13 +02:00 |
|
Sebastiaan Janssen
|
767252cdf1
|
Creates IDisposeOnRequestEnd and ensures UmbracoContext and UmbracoDatabase implement it, then we only dispose of these types of objects at the end of the request if they are part of the httpcontext items (U4-2738). Fixes: U4-2988 UmbracoObjectTypesExtensions is not thread safe
|
2013-09-30 10:31:45 +02:00 |
|
Shannon
|
56f1062db8
|
Fixes up EditUser - non-admins who have access to the Users app can edit other non-admins and cannot change anyone to be admin, but only admins can edit other admins that are not the root admin. Only the root admin can edit the root admin.
|
2013-09-30 17:28:44 +10:00 |
|
Shannon
|
a11e947f96
|
Fixes: U4-2780 UserPermissions editor just YSODs
|
2013-09-30 17:12:31 +10:00 |
|
Shannon
|
33599a15a2
|
Fixes: U4-2952 Preview mode causes ysod - null reference
|
2013-09-30 16:06:56 +10:00 |
|
Shannon
|
42f9427e24
|
ignores the built in member properties for now, adds more logging to Resolution to try to figure out the underlying problem.
|
2013-09-30 15:42:29 +10:00 |
|
Shannon
|
590838302b
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.0-member-editor-wip
Conflicts:
src/Umbraco.Web/umbraco.presentation/umbraco/users/EditUser.aspx.cs
|
2013-09-30 14:19:12 +10:00 |
|
Shannon
|
c9aac96c1a
|
Fixes EditUser.aspx
|
2013-09-30 14:15:39 +10:00 |
|
Shannon
|
bbdce28951
|
Merge remote-tracking branch 'origin/6.2.0' into 7.0.0-member-editor-wip
Conflicts:
src/Umbraco.Web/umbraco.presentation/umbraco/Trees/loadContent.cs
|
2013-09-30 13:52:01 +10:00 |
|
Shannon
|
cf6ecf5bc9
|
Merge remote-tracking branch 'origin/7.0.0' into 7.0.0-member-editor-wip
Conflicts:
src/Umbraco.Web.UI/config/trees.config
|
2013-09-30 13:51:18 +10:00 |
|
Shannon
|
4df79ce55b
|
re-enables LoadMinimalDocument and adds this to the optimized check, even in optimized model the OnRenderNode can still execute with a minimal doc.
|
2013-09-30 13:47:19 +10:00 |
|
Shannon
|
15d2021786
|
Obsoletes the LoadMinimalDocument flag since it no longer serves a purpose.
|
2013-09-30 13:36:49 +10:00 |
|
Shannon
|
a8f6b9eeb9
|
Fixes: U4-2925 Tree performance is very poor in 6.1.x when having event subscriptions
|
2013-09-30 13:31:48 +10:00 |
|
Shannon
|
3d4b403c0e
|
Merge branch '6.2.0' of https://github.com/umbraco/Umbraco-CMS into 6.2.0
|
2013-09-30 12:02:51 +10:00 |
|
Shannon
|
957760d29a
|
Creates IDisposeOnRequestEnd and ensures UmbracoContext and UmbracoDatabase implement it, then we only dispose of these types of objects at the end of the request if they are part of the httpcontext items (U4-2738). Fixes: U4-2988 UmbracoObjectTypesExtensions is not thread safe
|
2013-09-30 12:02:35 +10:00 |
|
perploug
|
840047335a
|
removes folder.gif references
|
2013-09-27 13:48:06 +02:00 |
|
perploug
|
540a28ea8b
|
Fixes image upload extensions
filters out disallowed
converts images to mediaType=image
everything else type = file
|
2013-09-27 12:23:12 +02:00 |
|
perploug
|
dcb08250ab
|
Minor search visual tweaks
|
2013-09-27 11:23:38 +02:00 |
|
perploug
|
812ed78cd9
|
made mediatype editor async
|
2013-09-27 11:21:56 +02:00 |
|
perploug
|
ba838e893e
|
Polished nodetype dialog windows
|
2013-09-27 11:21:33 +02:00 |
|
perploug
|
1db94711f5
|
tree icons updated
|
2013-09-27 11:21:10 +02:00 |
|
Shannon
|
a3d674f574
|
Updated the saving model and validator inheritance chain to better support members, have the members editor display data and posting/validating data - now need to get the correct fields being displayed and the correct tab/layout but coming along very nicely!
|
2013-09-27 16:59:38 +10:00 |
|
Shannon
|
82c784d560
|
Most of the member tree working, have the member editor rendering data
|
2013-09-27 15:19:39 +10:00 |
|
Shannon
|
30095000e6
|
Updates to latest version of JSON.Net
|
2013-09-27 13:25:28 +10:00 |
|
Shannon
|
5d224cca9b
|
Updates to latest version of Microsoft.Net.Http
|
2013-09-27 13:22:27 +10:00 |
|
Shannon
|
c5c1a7ddfc
|
Upgrades to latest AutoMapper lib
|
2013-09-27 13:16:25 +10:00 |
|
Shannon
|
e0fb09c6bc
|
Added better backwards compatibility for when people are using the legacy business logic APIs but they are using new property editors when there is no legacy property editor predecessor (IDataType implementation).
|
2013-09-27 11:02:59 +10:00 |
|
Shannon
|
6cf689220e
|
Fixed up the log controller & models (based on feedback http://bit.ly/1h6KiJf )
|
2013-09-27 09:25:08 +10:00 |
|