From 27fdb1ebab1b87713845d81be1ebbd191bfa7412 Mon Sep 17 00:00:00 2001 From: Shannon Date: Fri, 21 Jun 2013 09:19:50 +1000 Subject: [PATCH 1/4] removed custom dashboard, re-put back in the external index (must have got removed by accident) --- src/Umbraco.Web.UI/config/Dashboard.config | 8 -------- src/Umbraco.Web.UI/config/ExamineIndex.config | 4 ++++ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/Umbraco.Web.UI/config/Dashboard.config b/src/Umbraco.Web.UI/config/Dashboard.config index 93f2656635..e4c09f3efd 100644 --- a/src/Umbraco.Web.UI/config/Dashboard.config +++ b/src/Umbraco.Web.UI/config/Dashboard.config @@ -100,12 +100,4 @@ /umbraco/plugins/uGoLive/Dashboard.ascx -
- - developer - - - /UserControls/DashboardTest.ascx - -
\ No newline at end of file diff --git a/src/Umbraco.Web.UI/config/ExamineIndex.config b/src/Umbraco.Web.UI/config/ExamineIndex.config index b918c6413e..202118b399 100644 --- a/src/Umbraco.Web.UI/config/ExamineIndex.config +++ b/src/Umbraco.Web.UI/config/ExamineIndex.config @@ -22,4 +22,8 @@ More information and documentation can be found on CodePlex: http://umbracoexami + + + + \ No newline at end of file From 818d22ba6159e751f8075538aa791b58bcdd6683 Mon Sep 17 00:00:00 2001 From: Shannon Date: Fri, 21 Jun 2013 10:49:27 +1000 Subject: [PATCH 2/4] updates CDF config examples (#U4-2331) --- .../config/ClientDependency.Release.config | 84 ++++++++++++------- .../config/ClientDependency.config | 57 ++++++++----- 2 files changed, 93 insertions(+), 48 deletions(-) diff --git a/src/Umbraco.Web.UI/config/ClientDependency.Release.config b/src/Umbraco.Web.UI/config/ClientDependency.Release.config index f1072853ef..e767fd0a81 100644 --- a/src/Umbraco.Web.UI/config/ClientDependency.Release.config +++ b/src/Umbraco.Web.UI/config/ClientDependency.Release.config @@ -2,7 +2,7 @@ + - - - + + + + - + + + + + + + + + + bundleDomains="localhost:123456" + urlType="Base64QueryStrings" + pathUrlFormat="{dependencyId}/{version}/{type}"/> + + + + + + Defines the mime types to compress when requested by the client. + Path is a regex selector, or a * can be used as in place of 'any'. + Generally mime types are only set by client browsers in the request for things + such as JSON or XML ajax requests. + --> + + + + + - - - - diff --git a/src/Umbraco.Web.UI/config/ClientDependency.config b/src/Umbraco.Web.UI/config/ClientDependency.config index 99957f0fa8..3e8c0fc8fd 100644 --- a/src/Umbraco.Web.UI/config/ClientDependency.config +++ b/src/Umbraco.Web.UI/config/ClientDependency.config @@ -2,7 +2,7 @@ - + + @@ -31,17 +36,17 @@ NOTES: - - + + - + @@ -49,17 +54,31 @@ NOTES: - + - + + + + + + From 3f626b444faad817912f513f3f7d119f6ddc2d60 Mon Sep 17 00:00:00 2001 From: Shannon Date: Fri, 21 Jun 2013 10:55:38 +1000 Subject: [PATCH 3/4] re-enables CDF logger --- src/Umbraco.Web.UI/config/ClientDependency.Release.config | 2 +- src/Umbraco.Web.UI/config/ClientDependency.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI/config/ClientDependency.Release.config b/src/Umbraco.Web.UI/config/ClientDependency.Release.config index e767fd0a81..d031ac1eb6 100644 --- a/src/Umbraco.Web.UI/config/ClientDependency.Release.config +++ b/src/Umbraco.Web.UI/config/ClientDependency.Release.config @@ -10,7 +10,7 @@ NOTES: * Compression/Combination/Minification is not enabled unless debug="false" is specified on the 'compiliation' element in the web.config * A new version will invalidate both client and server cache and create new persisted files --> - + - +