From 14ba484fc15a26f1688af5854ce760e50d289422 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Fri, 11 Oct 2013 12:11:47 +0200 Subject: [PATCH 1/4] Don't include release configs in final package --- src/Umbraco.Web.UI/Umbraco.Web.UI.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 From 738cc81439ea2d6c9bd4ec549cd562c01e874ed6 Mon Sep 17 00:00:00 2001 From: perploug Date: Fri, 11 Oct 2013 12:12:29 +0200 Subject: [PATCH 2/4] fixes membersearch returning no results --- src/Umbraco.Web/Editors/EntityController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; From 11441fb1b1e9492c54441230ae4247477dc7a98c Mon Sep 17 00:00:00 2001 From: perploug Date: Fri, 11 Oct 2013 12:16:24 +0200 Subject: [PATCH 3/4] ui.xml release files --- .../umbraco/config/create/UI.Release.xml | 96 +++++++++---------- 1 file changed, 46 insertions(+), 50 deletions(-) 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 + + + + +
+ From b92f5c471943e119090e0c961542c0512a0170b5 Mon Sep 17 00:00:00 2001 From: perploug Date: Fri, 11 Oct 2013 12:19:39 +0200 Subject: [PATCH 4/4] ui.xml file changes --- .../umbraco/config/create/UI.xml | 24 ------------------- 1 file changed, 24 deletions(-) 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 - - - - -