diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj index 02148806ca..5f61325876 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -626,9 +626,9 @@ 404handlers.config - + Designer - + ClientDependency.config Designer @@ -639,7 +639,7 @@ BaseRestExtensions.config - + log4net.config diff --git a/src/Umbraco.Web.UI/umbraco/config/create/UI.Release.xml b/src/Umbraco.Web.UI/umbraco/config/create/UI.Release.xml index 3d7bca0afd..742b1f36c4 100644 --- a/src/Umbraco.Web.UI/umbraco/config/create/UI.Release.xml +++ b/src/Umbraco.Web.UI/umbraco/config/create/UI.Release.xml @@ -130,7 +130,7 @@ - +
member
/create/member.ascx @@ -236,36 +236,34 @@
- -
Scripting file
- /create/DLRScripting.ascx - - - -
- -
Macro
- /create/DLRScripting.ascx - - - -
- - -
Scripting file
- /create/DLRScripting.ascx - - - -
- - -
Macro
- /create/DLRScripting.ascx - - - -
+ +
Scripting file
+ /create/DLRScripting.ascx + + + +
+ +
Macro
+ /create/DLRScripting.ascx + + + +
+ +
Scripting file
+ /create/DLRScripting.ascx + + + +
+ +
Macro
+ /create/DLRScripting.ascx + + + +
Script file
/create/script.ascx @@ -324,22 +322,20 @@
- - -
Macro
- /create/simple.ascx - - - - -
- -
Macro
- /Create/PartialViewMacro.ascx - - - - -
- - \ No newline at end of file + +
Macro
+ /Create/PartialView.ascx + + + + +
+ +
Macro
+ /Create/PartialViewMacro.ascx + + + + +
+ diff --git a/src/Umbraco.Web.UI/umbraco/config/create/UI.xml b/src/Umbraco.Web.UI/umbraco/config/create/UI.xml index e96b9928d2..d1934d069b 100644 --- a/src/Umbraco.Web.UI/umbraco/config/create/UI.xml +++ b/src/Umbraco.Web.UI/umbraco/config/create/UI.xml @@ -338,28 +338,4 @@ - -
Forms
- /plugins/umbracocontour/createform.ascx - - - - -
- -
Datasources
- /create/simple.ascx - - - - -
- -
Prevalue source
- /create/simple.ascx - - - - -
diff --git a/src/Umbraco.Web/Editors/EntityController.cs b/src/Umbraco.Web/Editors/EntityController.cs index 64f79b5355..8c4cc2cdcb 100644 --- a/src/Umbraco.Web/Editors/EntityController.cs +++ b/src/Umbraco.Web/Editors/EntityController.cs @@ -96,7 +96,7 @@ namespace Umbraco.Web.Editors case UmbracoEntityTypes.Member: searcher = Constants.Examine.InternalMemberSearcher; type = "member"; - fields = new[] { "id", "email", "login","name", "nodename"}; + fields = new[] { "id", "email", "loginName","nodeName"}; break; case UmbracoEntityTypes.Media: type = "media";